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