What is this?
The wayfinder map is a system that uses a lot of funky trees to make a working map that refreshes every 2.56 secconds. Unfortunatley, because I am on mobile it does not include the desert island or any small islands (I cannot be bothered to learn any of the island names).
Ok, how do I install it?
The map can be installed on any aircraft by making the map a subobject and copying it onto your own plane. Then you just need to resize its parts to your own liking because it is quite small. You also neeed to copy all of the variables and their names in the variable setter onto your craft and then you are done :). (Yes that means MapFunc1-4, X2,Y2, and mapZooms.)
End notes:
You can set the mapZooms to a different input style, it’s range should be from about 0.03-3 (3%-300%). This is an early version, it’s likely to be innacurate or strangley behaving. Better/more detailed maps may come out in the future, as well as modded maps and the PC map.
Specifications
Spotlights
- This craft is curated
- hfusiwjf29 11 months ago
- PlaneFlightX 11 months ago
- IzzyIA 11 months ago
- Freerider2142 11 months ago
- WIZARD2017 8 months ago
- ThomasRoderick 11 months ago
- ollielebanania 11 months ago
- Johnnyynf 2 months ago
- PPLLAANNEE 11 months ago
- NatsukiHoshino 11 months ago
- HunterDB 11 months ago
- Thorne 6 months ago
- JA311M 11 months ago
- blt 7 months ago
- PlanariaLab 11 months ago
- Hiiamhere 10 months ago
- DDVC 11 months ago
- BlackThuNDR 9 months ago
- Brisket 11 months ago
- Icey21 11 months ago
- TarikArkswagen 11 months ago
- Yoloooooo 11 months ago
- TsukasaYuzaki 11 months ago
- NewWorldAerospace 11 months ago
- TheCommentaryGuy 11 months ago
- Randomplayer 11 months ago
- YarisSedan 11 months ago
- NEOCORP 11 months ago
- KendJello 11 months ago
- ZeroWithSlashedO 11 months ago
- MobileBuilder21 11 months ago
- Maluch 11 months ago
- PUMPKINSIDD 11 months ago
- SkyJayTheFirst 11 months ago
- Rjenteissussy 2 months ago
- ImAcarperson 10 months ago
- User265 11 months ago
- ChihiroFujisaki 11 months ago
- LM0418 11 months ago
- MrCOPTY 11 months ago
- SiBangsatYa 11 months ago
- BigAeroblane 11 months ago
- RealMicroZackSP 11 months ago
- RobertsAeronautics 11 months ago
- TheFlightGuySP 11 months ago
- MAPA 11 months ago
- ThatRandomCouchPotato 11 months ago
- Dissent3R 11 months ago
- dots 11 months ago
- Boeing727200F 10 months ago
- CrestelAeronautics 11 months ago
- SomeSPGuyWhoLikesLore 11 months ago
- SimpleCreate 10 months ago
- molakesi 11 months ago
- windshifter1 11 months ago
- SPMistatopi 11 months ago
- TheMouse 11 months ago
- LunarEclipseSP 11 months ago
- LJh1 11 months ago
- LJh2 4 months ago
- Rb2h 11 months ago
- PannerTerkins 11 months ago
- dekanii 11 months ago
- WaterFlavouredSpitfires 11 months ago
- TheNewSPplayer 11 months ago
- M109simp 11 months ago
- KPLBall 11 months ago
- dr34m 11 months ago
- dabestsock 11 months ago
- MonsNotTheMonster 11 months ago
- Fad25GG 11 months ago
- JABH 9 months ago
- NormalCv580enjoyer 11 months ago
- DoughDough5 11 months ago
- ChaseRacliot 11 months ago
- PlanerIndustries9 11 months ago
- Apollo018362 11 months ago
- Shebke 11 months ago
- PemainKuantitas 11 months ago
- Krakabloa 11 months ago
- Solent 11 months ago
- SukhoiSu33FlankerD 11 months ago
- AirCanadaA330 11 months ago
- Jmplane678 11 months ago
- EPZAG 11 months ago
- CDTX2011 11 months ago
- TunerTakedown one month ago
- f80shootingstarlover 11 months ago
- DynamicHorizon 5 months ago
General Characteristics
- Successors 12 airplane(s) +161 bonus
- Created On iOS
- Wingspan 0.8ft (0.3m)
- Length 1.7ft (0.5m)
- Height 1.2ft (0.4m)
- Empty Weight 14lbs (6kg)
- Loaded Weight 14lbs (6kg)
Performance
- Wing Loading N/A
- Wing Area 0.0ft2 (0.0m2)
- Drag Points 3
Parts
- Number of Parts 9
- Control Surfaces 0
- Performance Cost 124
Thanks for silver :)
Edit: also thanks for 170 upvotes and counting
I think I need to clarify something. You need to start with the X2, Y2, and mapZooms when implementing the code BEFORE you add the mapFunc stuff. Also, I realize a problem. With bigger builds it seems that the code dsyncs with the craft because the map loads in after the code does (I think?). Anyhow the solution to this is just putting a -1 after the “time*100” in X2 and Y2 and it fixed it on a craft I implemented it on.
Thanks for all the nice comments, this is pretty much the first time I posted on this site and it’s nice to see so many people liking this.
Add part tag pls
bro easier to make the plane around it
+1
How do I make the map bigger? Not zoomed in but physically bigger? I resized the fuselage but font size and width/height of the text doesn't change much
Consider reading a little before asking about it. Instructions are in here to follow if you want to install it into your own aircraft. @ZemiGG
i noticed that it doesnt work on phone with low physic.
@PlaneWelder don't worry mate, welp so i can't change anything with the code cus the main reason on its physic setting right?.
@BlackThuNDR sorry for the late reply, pretty sure it has to do with physics frames if they change with lower physics. It updates every 100th of a second which is one physics frame on high physics.
Excellent work mate this part is truly an art and very useful for cockpit components. Beside i also a mobile user that always using lowest graphics settings and i wonder how to fixed the map cus when it loaded in low physic setting the map went shattered, it only works when the game loaded in med-hi physics. Im trying to fixing myself then
@ZemiGG I just paid attention in math class
Sometimes i just think that people bend the simpleplanes code to make these contraptions
I have it moving that way because the code has to refresh 4 pixels at a time, so I decided the most logical way to refresh is the way you read, left to right, top to bottom @IzzyIA
Edit: this took me not that long to make, I find your simple doom immensely impressive
Yo chat how to use this Google map correctly
@PlaneWelder My GPS was much simpler and simply moved the names on a label in the same proportion to their distance from the ship, although it had the benefit of not needing any variables. What you have here is much cooler, I wonder why you have the screen refresh from top to bottom? Is it just for cosmetics or is there a practical reason to doing so?
I would want to know how do you "refresh" a code
@PlaneWelder i read those and this is awesom stuff but i cant idk how ansöd where to put the Y2 stuff
Legendary work
@Melle0909 If only there were comments/instructions that tell you to install it...
Cant even install it to my plane dont work
This is amazing! Well done!
nice work !
@PlaneWelder OMG~ THE MINIMAP OF THE FUTURE!!
wow 100 upvotes in two days
@Rb2h those will come in some time, I’m feeling kinda burnt out by this project. You can probably expect an update to come between one month and like 4 months. Tbh doing just a performance update shouldn’t take me too long… I just don’t feel like doing it. Thanks for checking out my map tho!