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 one year ago
- PlaneFlightX one year ago
- IzzyIA one year ago
- Freerider2142 one year ago
- goxictamer88 one month ago
- WIZARD2017 10 months ago
- ThomasRoderick one year ago
- ollielebanania one year ago
- Johnnyynf 3 months ago
- PPLLAANNEE one year ago
- NatsukiHoshino one year ago
- RicardoACE 25 days ago
- HunterDB one year ago
- Thorne 7 months ago
- JA311M one year ago
- blt 8 months ago
- PlanariaLab one year ago
- Hiiamhere one year ago
- DDVC one year ago
- BlackThuNDR 11 months ago
- Brisket one year ago
- Icey21 one year ago
- TarikArkswagen one year ago
- Yoloooooo one year ago
- TsukasaYuzaki one year ago
- NewWorldAerospace one year ago
- TheCommentaryGuy one year ago
- Randomplayer one year ago
- YarisSedan one year ago
- NEOCORP one year ago
- KendJello one year ago
- ZeroWithSlashedO one year ago
- MobileBuilder21 one year ago
- Maluch one year ago
- PUMPKINSIDD one year ago
- SkyJayTheFirst one year ago
- Rjenteissussy 3 months ago
- ImAcarperson one year ago
- User265 one year ago
- ChihiroFujisaki one year ago
- LM0418 one year ago
- MrCOPTY one year ago
- SiBangsatYa one year ago
- BigAeroblane one year ago
- RealMicroZackSP one year ago
- RobertsAeronautics one year ago
- TheFlightGuySP one year ago
- MAPA one year ago
- ThatRandomCouchPotato one year ago
- CaptainNoble one year ago
- dots one year ago
- Boeing727200F one year ago
- CrestelAeronautics one year ago
- SomeSPGuyWhoLikesLore one year ago
- SimpleCreate 11 months ago
- molakesi one year ago
- windshifter1 one year ago
- SPMistatopi one year ago
- TheMouse one year ago
- LunarEclipseSP one year ago
- LJh1 one year ago
- LJh2 5 months ago
- Rb2h one year ago
- PannerTerkins one year ago
- dekanii one year ago
- WaterFlavouredSpitfires one year ago
- TheNewSPplayer one year ago
- M109simp one year ago
- KPLBall one year ago
- dr34m one year ago
- dabestsock one year ago
- MonsNotTheMonster one year ago
- Fad25GG one year ago
- JABH 10 months ago
- NormalCv580enjoyer one year ago
- DoughDough5 one year ago
- ChaseRacliot one year ago
- PlanerIndustries9 one year ago
- Apollo018362 one year ago
- Shebke one year ago
- PemainKuantitas one year ago
- Krakabloa one year ago
- Solent one year ago
- HannibalTheAviator77 one year ago
- AirCanadaA330 one year ago
- Jmplane678 one year ago
- EPZAG one year ago
- CDTX2051 one year ago
- Tunertakedown3 2 months ago
- f80shootingstarlover one year ago
- DynamicHorizon 6 months ago
General Characteristics
- Successors 13 airplane(s) +168 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!