Page 1 of 1

CTD Error playing custom made campaign

Posted: Sat Oct 14, 2017 8:03 am
by DasTactic
I get an error that crashes to the desktop during a custom-made campaign. I've attached all the files in my documents area as it contains the error logs, the save files (Das01 is the file I was trying to use), and the mod that I made. I've double-checked the campaign settings and they look right to me. I'm wondering if the failure occurs because I set up a special battle straight after another mountain-pass special battle.

Thanks

Das

Re: CTD Error playing custom made campaign

Posted: Sat Oct 14, 2017 8:27 am
by zakblood
sorry don't have access or the ability (game) to be able to check custom campaigns, see if the developer can take a look in the modding section thanks

http://www.slitherine.com/forum/viewforum.php?f=492

modding section link above ^^

Re: CTD Error playing custom made campaign

Posted: Sat Oct 14, 2017 9:30 am
by rbodleyscott
Moved to Modding forum

Re: CTD Error playing custom made campaign

Posted: Sat Oct 14, 2017 9:33 am
by rbodleyscott
You have

[INDIAN]
INTRO IDS_MPS_INDIAN
CHOICE1 5
CHOICE2 6
ARMYLIST1 EC_INDIAN
MAPTYPE 14
SIZE 1
GENERAL1 4 1

This choice pair 5/6 is for when an enemy ally invade and requires the enemy ally to be defined using

ALLIES1 armylistname

The program is crashing because it is trying to find an army list that does not exist.

However, judging from the text, you should probably be using choice pair 7/8


[INDIAN]
INTRO IDS_MPS_INDIAN
CHOICE1 7
CHOICE2 8
ARMYLIST1 EC_INDIAN
MAPTYPE 14
SIZE 1
GENERAL1 4 1

works, and I think will get the effect you want.

Re: CTD Error playing custom made campaign

Posted: Sat Oct 14, 2017 4:32 pm
by DasTactic
That makes sense. :) Thanks a lot. :)

Re: CTD Error playing custom made campaign

Posted: Sat Oct 14, 2017 4:46 pm
by rbodleyscott
When you have finished making your campaign to your satisfaction we would be very interested in making it available for in-game download.

PM me if you are interested.