SlySlySly

Warlord
Joined
Feb 8, 2017
Messages
293
Location
Denver
Hello. I want to know how to make a civilization and a leader. Many people would likely say, "the SDK has a template of it." Sadly, I'm on a mac so it won't help me. I want to know the basic coding structure and what it requires. If someone would be willing to put together a very simple template for me and other mac users, it would be very helpful. You could even just export the weird cat template thing that the SDK has, just please make a folder that has all the required stuff, it would make my life so much easier, instead of having to look at other mods and piece together the base stuff from the added stuff, bit by bit. Please and thanks!
 

luei333

Warlord
Joined
May 25, 2014
Messages
185
Look at other mods that add leaders/civs. Best advice I can ever give you. Straight up copy the code from another mod to start yours, learn one line of code at a time.

Look at the base game code, in your steam installation folder, Steam/steamapps/common/Sid Meier's Civilization VI/Assets/Data/etc. You can find how the base game leaders are implemented and how everything is structured and everything.

Also, there's a very helpful tutorial on the Modifiers system the game uses on these forums. Look that up when you're ready to implement custom abilities for your civs, leaders, buildings, districts, units, everything.
 

SlySlySly

Warlord
Joined
Feb 8, 2017
Messages
293
Location
Denver
Look at other mods that add leaders/civs. Best advice I can ever give you. Straight up copy the code from another mod to start yours, learn one line of code at a time.

Look at the base game code, in your steam installation folder, Steam/steamapps/common/Sid Meier's Civilization VI/Assets/Data/etc. You can find how the base game leaders are implemented and how everything is structured and everything.

Also, there's a very helpful tutorial on the Modifiers system the game uses on these forums. Look that up when you're ready to implement custom abilities for your civs, leaders, buildings, districts, units, everything.
Thanks, I'll look into it!
 
Top Bottom