|
Post by Wiseowlstudios on May 8, 2015 0:23:37 GMT
Hi i recently brought the kit and was wondering if anyone knows if there is any tutorials on making a game like civ with it eg how to make a city with upgrading stats etc,resorces etc + spawning AI from camps<br><br>Its fine if the tutorials basic eg this is how to do make a NPC just add xyz to it etc <br>im just thinking of making a civ game as a mini test project and not sure on how to start making a RTS similar to civ (i have basic modeling skills so models and UI shouldnt be an issue just need work out code to get citys troops and upgrades etc)
|
|
|
Post by khash on May 8, 2015 7:10:48 GMT
Hi! Spawning actors either static (cities) or moving (units) may be handled by Actor class and then navigation using mouse and A* Project pathfinding, I recommend checking out this class. We do not have tutorials, most code samples are triggered from CameraControlled which exposes part of the examples as buttons on the screen.
|
|