SparkyNZ Posted January 7, 2015 Share Posted January 7, 2015 Hi. Is Leadwerks capable of creating a game with multiple worlds? I'm talking about multiple planetary bodies (planets, moons etc) which orbit each other and allow a player to land on any of these bodies. I would like to create a (free) retro game similar to Mercenary/Damocles from way back in the 90's. Nowadays most FPS games seem to consist of a small world/level. I've been checking out Unreal Engine 4 but it has the same limitations - you can stream levels but they are all flat-plane 2D tiled levels so to speak. Surely there must be an engine out there which is capable of creating real worlds similar to what was done in Damocles? Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted January 7, 2015 Share Posted January 7, 2015 It is possible but multiple worls will have consequences for the physics engine (if you are going to use phyics). When you create game, you create a 'world' which is similar to an empty void. What your create inside it is up to you though. The engine does not have build in planet orbiting systems, planet based wheather systems or partial level streaming. So it is technically possible, but you will have to build it yourself. Have a look at this video: Quote Link to comment Share on other sites More sharing options...
MaybeMe Posted January 10, 2015 Share Posted January 10, 2015 It is possible but multiple worls will have consequences for the physics engine (if you are going to use phyics). When you create game, you create a 'world' which is similar to an empty void. What your create inside it is up to you though. The engine does not have build in planet orbiting systems, planet based wheather systems or partial level streaming. So it is technically possible, but you will have to build it yourself. Have a look at this video: Wouldn't it be possible to jury rig the orbit physics so to speak? Place an invisible body at the center and have another invisible arm with no collison, then set a lot of points using the platform script to get it in a 360? Quote Link to comment Share on other sites More sharing options...
Thirsty Panther Posted January 10, 2015 Share Posted January 10, 2015 Beo6 has a planet script that sounds like what you are looking for. http://www.leadwerks.com/werkspace/files/file/417-le3planet-movement/ Hope I this helps. Quote Link to comment Share on other sites More sharing options...
SparkyNZ Posted January 11, 2015 Author Share Posted January 11, 2015 Thank you everybody. I am currently investigating whether its doable in concept with Unity - just trying to decided which engine will do this for me (or not). Quote Link to comment Share on other sites More sharing options...
beo6 Posted January 11, 2015 Share Posted January 11, 2015 Its not real planet physic though. Just a really simple script to animate something like this. I don't know the game. But you could always have the game load a map when you land on a planet. Still many AAA titles do it this way. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.