how to create an open world game with c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create an open world game with c++

26th Jun 2016, 3:05 PM
yash tivrekar
yash tivrekar - avatar
7 Answers
0
open world like skyrim? or fallout?
26th Jun 2016, 3:06 PM
Mukul Kumar
Mukul Kumar - avatar
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.
26th Jun 2016, 3:15 PM
Garme Kain
Garme Kain - avatar
0
yes
26th Jun 2016, 3:29 PM
yash tivrekar
yash tivrekar - avatar
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...
26th Jun 2016, 3:46 PM
Mukul Kumar
Mukul Kumar - avatar
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.
26th Jun 2016, 7:17 PM
Stefan
Stefan - avatar
0
I think ogre3D might be the best for open world but first master c++ libraries
26th Jun 2016, 8:49 PM
Arct John Zamora
Arct John Zamora - avatar
0
like gta 5
18th Nov 2020, 9:03 AM
Sankalp rishu
Sankalp rishu - avatar