hi, in my game i plan to add jets with as much realism as i can put into it, which brings up the question, how big does the map need to be? i was thinking like 20000x20000, but even at mach 1 that’s only 16 seconds. any help on what i should do?
as a reference, the city of Kabul in Afghanistan is around ~228k studs^2
in regards to distance/render issues, you could maybe do what KSP does. instead of moving the player forwards, you move the world backwards relative to the player, giving the illusion of movement without actually moving the player, thus allowing you to create a massive world without any floating point issues.
the only problem with this is maybe the difficulty that programming custom physics might cause.
i think my best bet is just to lower the max speed a little bit, while keeping something like a 15000 studs ^ 2, and just cache the chunks of terrain to prevent recalculation or whatever i read about meshes and stuff