Page 1 of 1

Creating Region

Posted: Mar 27 2022
by Janos3002
I want to create new region in game
how to do that?

Re: Creating Region

Posted: Mar 27 2022
by Balthagor
To help reduce forum clutter, we suggest using the search function before starting a new thread. There are a bunch of threads on this already. Here's a very detailed thread;
[TUTORIAL] How to create a country from scratch

Really it depending what you want to create. A basic version would be as follows;
  • create a copy of the .cvp file, create the region ID and all of it's stats
  • Use the mapeditor to give land to that region (must match region ID). This makes a .mapx, and .oof file
  • create a copy of a RegionINCL file, add the region to the list
  • create a .scenario file that uses your custom .cvp, .RegionINCL, .mapx and .oof file. Specify a new savegame file
  • create a cache for your new .scenario file
If you are adjusting exiting combinations, that's easier. If you want to give them starting inventory of units and set up relations with other regions, there are more steps.

For more modding details, check out the SupremeWiki

Re: Creating Region

Posted: Mar 31 2022
by Janos3002
I want to create in SR 2020

Re: Creating Region

Posted: Mar 31 2022
by Balthagor
The file names might be different, but the instructions should be the same for SR2020. The SupremeWiki information usually says if something is for a specific version only.