Page 1 of 1

Event Descriptions

Posted: Sun Apr 22, 2012 9:36 pm
by Dr. Foo
I've had added some events that have successfully fired. However, I cannot find where I can add text for a proper description. All that appears in the option box is ZID_33067_desc.

Where is the decription file?

Thank you! [&o]

RE: Event Descriptions

Posted: Sun Apr 22, 2012 11:39 pm
by Razz1
Foo Manchu

Check PM

RE: Event Descriptions

Posted: Mon Apr 23, 2012 3:43 am
by doomtrader
All text goes to the lang_ENG.db file.
It can be edited with StringBaseEditor.exe

Also you can put the description directly into the xml files without addressing the text to the database.

RE: Event Descriptions

Posted: Mon Apr 23, 2012 2:34 pm
by Dr. Foo

Thank you both. I got it. Really easy fix. [:D]

RE: Event Descriptions

Posted: Wed May 02, 2012 4:27 pm
by Dr. Foo
I don't have the game with me but I am modding some event files. Can anyone tell me what is the sequence of play every month?

There are four turns per month, but what dates do the turns occur, 1st, 16th, 24th. and 30th? I cannot remember for sure. 

Thanks.

RE: Event Descriptions

Posted: Wed May 02, 2012 6:14 pm
by cpdeyoung
1st, 9th, 16th, 24th.

Chuck

RE: Event Descriptions

Posted: Wed May 02, 2012 6:44 pm
by Dr. Foo
Thank you De Young!

Some more events questions...

1. oneTimeChecking="1" What does 1 equal? Yes or No?

2. Can I set the same event to fire for a set amount of turns? Such as, the beginning and ending dates differ will the event fire every turn until the end date?

<beginDate day="1" month="12" year="1941"/>
<endDate day="1" month="4" year="1942"/>

3. If I want it to fire every turn should oneTimeChecking= 1 or 0?

Thank you.

RE: Event Descriptions

Posted: Wed May 02, 2012 11:35 pm
by Razz1
Actually that is incorrect. It's 7 8 8 8 for dates
The first of every month is always a new turn
It means it will check the event only once per turn, so use 1 hardly ever will there be a need for the program to check more than once per turn.

Yes, just use dates

RE: Event Descriptions

Posted: Wed May 02, 2012 11:45 pm
by Dr. Foo
ORIGINAL: Razz

Actually that is incorrect. It's 7 8 8 8 for dates
The first of every month is always a new turn
It means it will check the event only once per turn, so use 1 hardly ever will there be a need for the program to check more than once per turn.

Yes, just use dates

Thank you. Oh so the "1" is just checking once per turn. I thought it was 1=yes 0=no or something like that. OK, so now I have it. Time to have more fun modding! Thanks for all your help. [:)]