Warhammer 40,000: Sanctus Reach

Warhammer 40,000: Sanctus Reach

View Stats:
 This topic has been pinned, so it's probably important
Slitherine_Iain  [developer] Jan 20, 2017 @ 10:13am
Mod Guide Wiki
Hi guys

for anyone interested in modding here is a guide to getting started with the Archon engine, which Sanctus is built on

http://archonwiki.slitherine.com/index.php/Main_Page

Enjoy!
< >
Showing 1-15 of 31 comments
Thank you GREATLY for all this!
I am so much in love with Slitherine for these efforts.

Totally made me purchase the game ;)
Last edited by Elindos Phar & Family; Jan 21, 2017 @ 2:40am
KingKoontz Jan 21, 2017 @ 8:58am 
Very, very nice!
MSgt Peterson Jan 21, 2017 @ 4:37pm 
Does that mean people will eventually be able to add other chapters to the game? lol
Kell Jan 22, 2017 @ 3:05pm 
Coop!?!

Anyway in these days modding let the game live longer, grow greater and even sell more ;)
Christmas list:
I would like to know if there are network commands available. :)
ie ability to send a network call as in AJAX.
Last edited by Elindos Phar & Family; Jan 23, 2017 @ 10:15am
also ... I think we need a "Modding" section on Steam (and Slitherine Sanctus Reach forums) to get our mods out ;)
PipFromSlitherine  [developer] Jan 23, 2017 @ 2:52pm 
One already exists on Slitherine: http://www.slitherine.com/forum/viewforum.php?f=459

Cheers

Pip
Sorry Pip if I missed that one!
Thanks.
Hi guys, I have been at it for hours but my lack knowledge defeats me.
I desperately need a step by step guide on how to increase turn limit for the campaigns.
I am totally lost :(
PipFromSlitherine  [developer] Feb 2, 2017 @ 12:25pm 
For the prebuilt missions you just need to go into the editor (in your duplicated local copy) and open the plugins list, choose the Victory Point plugin, then change the turn limit.

For the skirmishes it is more complex - they use the default turn limit value from what I can see. This can be tweaked in the CampaignDisplay2.bsf file in DATA/SCRIPTS in each campaign, you will see commented out versions of it.

Hope that helps a little!

Cheers

Pip
tourist Feb 2, 2017 @ 12:58pm 
Originally posted by Baron Von Wulf:
I desperately need a step by step guide on how to increase turn limit for the campaigns.

Open Editor:
http://steamcommunity.com/sharedfiles/filedetails/?id=855531995
Ignore "CAMPAIGNS/MYCAMPAIGN," select new campaign:
http://steamcommunity.com/sharedfiles/filedetails/?id=855532512
Need to name the copy we are creating:
http://steamcommunity.com/sharedfiles/filedetails/?id=855533607
It is a copy of:
http://steamcommunity.com/sharedfiles/filedetails/?id=855534174
Now loaded, press okay:
http://steamcommunity.com/sharedfiles/filedetails/?id=855534565
Need to select a Scenario for the editor to load (CarryOver Campaign is series of Scenarios):
http://steamcommunity.com/sharedfiles/filedetails/?id=855535071
Fortress26 is loaded, select the plug-in tools (see mouse location):
http://steamcommunity.com/sharedfiles/filedetails/?id=855535903
Select "Victory Points Plugin" & cancle the plug-in select window:
http://steamcommunity.com/sharedfiles/filedetails/?id=855536475
"Turn Limit" (see mouse location) is set to 16:
http://steamcommunity.com/sharedfiles/filedetails/?id=855537070
Up to 60, why not:
http://steamcommunity.com/sharedfiles/filedetails/?id=855537621
Save:
http://steamcommunity.com/sharedfiles/filedetails/?id=855538048
Overwrite existing .BAM:
http://steamcommunity.com/sharedfiles/filedetails/?id=855538498

You need to do that to all the scenarios that you can, in the Campaign that you choose.
For the skirmishes, thanks Pip I didn't know that, the file to edit is in the new campaign folder:
...\SANCTUS\CAMPAIGNS\STORMCLAWCOPY\Data\Scripts\CampaignDisplay2.BSF
If you didn't know, right-click the .BSF flie, select properties and change the extension to a .txt file. Make a backup or copy if you need.
In the CampaignDisplay2.BSF, there is :
//set the turn limit. Limited to 1000.
& at:
...\SANCTUS\AUTODOCS\BATTLESCRIPT.txt
//set the turn limit. Limited to 1000. SkirmishSetTurnLimit(limit)
Last edited by tourist; Feb 2, 2017 @ 1:01pm
Originally posted by Nostradufus:
Originally posted by Baron Von Wulf:
I desperately need a step by step guide on how to increase turn limit for the campaigns.

Open Editor:
http://steamcommunity.com/sharedfiles/filedetails/?id=855531995
Ignore "CAMPAIGNS/MYCAMPAIGN," select new campaign:
http://steamcommunity.com/sharedfiles/filedetails/?id=855532512
Need to name the copy we are creating:
http://steamcommunity.com/sharedfiles/filedetails/?id=855533607
It is a copy of:
http://steamcommunity.com/sharedfiles/filedetails/?id=855534174
Now loaded, press okay:
http://steamcommunity.com/sharedfiles/filedetails/?id=855534565
Need to select a Scenario for the editor to load (CarryOver Campaign is series of Scenarios):
http://steamcommunity.com/sharedfiles/filedetails/?id=855535071
Fortress26 is loaded, select the plug-in tools (see mouse location):
http://steamcommunity.com/sharedfiles/filedetails/?id=855535903
Select "Victory Points Plugin" & cancle the plug-in select window:
http://steamcommunity.com/sharedfiles/filedetails/?id=855536475
"Turn Limit" (see mouse location) is set to 16:
http://steamcommunity.com/sharedfiles/filedetails/?id=855537070
Up to 60, why not:
http://steamcommunity.com/sharedfiles/filedetails/?id=855537621
Save:
http://steamcommunity.com/sharedfiles/filedetails/?id=855538048
Overwrite existing .BAM:
http://steamcommunity.com/sharedfiles/filedetails/?id=855538498

You need to do that to all the scenarios that you can, in the Campaign that you choose.
For the skirmishes, thanks Pip I didn't know that, the file to edit is in the new campaign folder:
...\SANCTUS\CAMPAIGNS\STORMCLAWCOPY\Data\Scripts\CampaignDisplay2.BSF
If you didn't know, right-click the .BSF flie, select properties and change the extension to a .txt file. Make a backup or copy if you need.
In the CampaignDisplay2.BSF, there is :
//set the turn limit. Limited to 1000.
& at:
...\SANCTUS\AUTODOCS\BATTLESCRIPT.txt
//set the turn limit. Limited to 1000. SkirmishSetTurnLimit(limit) [/quote] So many thanks my friend.
PipFromSlitherine  [developer] Feb 2, 2017 @ 2:00pm 
The best way to edit .BSF files is to associate them with Notepad++ and set it up as per:

http://www.slitherinebravo.net/GameWiki/doku.php?id=stub_engine#notepad

Cheers

Pip
Radius9 Mar 25, 2017 @ 12:14pm 
About setting the skirmish turn limits. I did what Wu-Tang Clan did. I got to the //set the turn limit. limited to 1000 part and added the line skirmishsetturnlimit(14) for 14 turns. But when I restart it still says 7 turns. I know I'm doing something wrong but this is nearly impossible to find on the internet for me. it's probably something simple
tourist Mar 25, 2017 @ 2:00pm 
Turn limit is a cap. Obvious once you see it: it seems to be at seven turns until victory and you are saying "let it play through turn fourteen," instead of the possible 1000 turns as a default maximum. The limit doesn't kick-in because it grants victory on turn seven.

edit:
I think it is in:
...\Warhammer 40000 Sanctus Reach\Data\Battle\Scripts\MapGenerate2.BSF

You can copy & make custom skirmish data to load. Pip has a link to a custom skirmish that ups number of heavy units.
Last edited by tourist; Mar 25, 2017 @ 2:20pm
< >
Showing 1-15 of 31 comments
Per page: 1530 50