Wanted to make a quick open world game “How”
Posted by mijle2003
May 24th, 2011 4:50 am
I like to learn how to make an open world game, I have some great ideas I would like to know how sould the programming look like or are any recommendation on books out there, pleasea tell me whats needed.
How to make an open world game: Make a game with an open world that doesn’t have a linear path.
Other than that, I’m not sure what you’re asking.
Make a simulator, make the player a participant, then let the player find the game in that.
The biggest difference, code-wise, is you’ll probably need an engine that supports “streaming” instead of just level based stuff where everything is loaded up front.
You need to be a lot more specific than “I want to make an open world game. How should the programming look like?”. Why don’t you start by sharing your ideas and ask specific questions about how to implement them.