0
how to create an open world game with c++
7 Answers
0
open world like skyrim? or fallout?
0
First you need to model or buy the world in 3D. Then, use C++ to make it playable, like inserting animals or trees or things like that. Search for 3D game world modelling.
0
yes
0
first master c/c++ then win api then go for directx or unreal engine 4
this method is if you want to start from scratch...
0
Mukul, unfortunately I have to oppose. It's about the Windows part. Yash, give cross-platform libraries a look, if you reached a maturity in your skills to develop such games. There are some nice ones out there: OpenGL, OSG or direct game engines that do not lock you in on Windows. If you wonder if this is relevant: it is. 2/3 of the games I own on the Steam gaming platform run on Windows *and* Linux / SteamOS.
0
I think ogre3D might be the best for open world but first master c++ libraries
0
like gta 5