Event Questions

Share scenarios and mods with other players here.
Post Reply
User avatar
Harbinger
Posts: 144
Joined: Sat Dec 20, 2008 12:30 am
Location: Ohio

Event Questions

Post by Harbinger »

First;
I would like to know if there are any events that must be included in any scenario one wishes to create.

Second;
If the answer to the First above is "Yes", then what are those Events required in order for any created scenario to function correctly?

I am assuming that there are certain events that must be present in any scenario, regardless of scenario design or intent. For example, I again assume that there must be a Surrender Event in order to achieve a conquest over a nation.

I will also assume that there are others, hence my questions.

Any remarks are welcome.
Assume nothing.
User avatar
Uxbridge
Posts: 1514
Joined: Sun Feb 08, 2004 6:16 pm
Location: Uppsala, Sweden

RE: Event Questions

Post by Uxbridge »

I have removed probably as much as 75 % of all events by now and yet it seems to work fine. The type of events you just mentioned, surrenders, territory shifts and such, must be left intact as I see it.
User avatar
doomtrader
Posts: 5319
Joined: Tue Jul 22, 2008 5:21 am
Location: Poland
Contact:

RE: Event Questions

Post by doomtrader »

You can delete all the events and you can still play the game but you can occurs limitations as follows:
- conquering enemy is possible only when all his VP will be controlled,
- AI won't be able to declare wars,
- AI won't be able to switch it's settings.

What I can propose is to keep all AI dedicated events.


User avatar
RandomAttack
Posts: 235
Joined: Thu Jul 23, 2009 8:44 pm
Location: Arizona

RE: Event Questions

Post by RandomAttack »

Uxbridge,
Would you consider making those reduced-event files available?
 
I love the concept of this game but have basically stopped playing it due to the events.  There are so many ambiguities with them that it just ruins it for me.  I know they were meant to add to the experience but it doesn't work for me.  Just waiting for an event like:  "The von Kents find a baby with superpowers in their field near Worms..." [:)]
User avatar
Harbinger
Posts: 144
Joined: Sat Dec 20, 2008 12:30 am
Location: Ohio

RE: Event Questions

Post by Harbinger »

I tend to agree. There needs to be an appendix or other document besides deciphering the Event files themselves that gives the players some information about what Events they can expect to see in the game.

It would not need to be a comprehensive listing, but some of the main Events would certainly be helpful for players to formulate a more coherent strategy.
Assume nothing.
User avatar
doomtrader
Posts: 5319
Joined: Tue Jul 22, 2008 5:21 am
Location: Poland
Contact:

RE: Event Questions

Post by doomtrader »

You might try to check:
WW2 Time of Wrath\data\events\events_list.csv
User avatar
Uxbridge
Posts: 1514
Joined: Sun Feb 08, 2004 6:16 pm
Location: Uppsala, Sweden

RE: Event Questions

Post by Uxbridge »

ORIGINAL: RandomAttack

Uxbridge,
Would you consider making those reduced-event files available?

I love the concept of this game but have basically stopped playing it due to the events.  There are so many ambiguities with them that it just ruins it for me.  I know they were meant to add to the experience but it doesn't work for me.  Just waiting for an event like:  "The von Kents find a baby with superpowers in their field near Worms..." [:)]

No problem. The event version is for the ETO-scenario we play at HQ, however. I won't take any responsibility for what may happen if you try to use them in a play-against-AI session.

Send me your e-mail adress through personal messages. [:)]
User avatar
Harbinger
Posts: 144
Joined: Sat Dec 20, 2008 12:30 am
Location: Ohio

RE: Event Questions

Post by Harbinger »

ORIGINAL: doomtrader

You might try to check:
WW2 Time of Wrath\data\events\events_list.csv

Okay Doomie, this is what the files you suggest players use to get information regarding Events actually contain:

event no,event name,file name,country,flag A,flag B,flag C,flag D,flag E,scenario
(these are the headers for the information of the Events)

204,Quick victory over Poland,events_02_germany.xml,2,204,,,,,
(this is the information for the event Number, Event Name found in the event file titled events_02_germany)

Let's take a look at this in the event file since obviously there is no usable gameplay information here other than that the Event exists....

The information contained in the Event folder events_02_germany, #204:

<!-- Quick victory over Poland
-->
- <event eventID="204" countryID="2" visibleByPlayer="1" oneTimeChecking="0">
<title>ZID_204_title</title>
<description>ZID_204_desc</description>
<beginDate day="1" month="10" year="1939" />
<endDate day="22" month="10" year="1939" />
- <condition>
- <and>
- <!-- Country is active
-->
- <expression>
<leftOperand method="Country.IsActive" param0="2" />
<operator value="equals" />
<rightOperand constValue="1" />
</expression>
- <!-- Poland is not active
-->
- <expression>
<leftOperand method="Country.IsActive" param0="1" />
<operator value="equals" />
<rightOperand constValue="0" />
</expression>
- <!-- Event 203 not fired
-->
- <expression>
<leftOperand method="Flag.GetValue" param0="203" />
<operator value="equals" />
<rightOperand constValue="0" />
</expression>
- <!-- Flag not fired yet
-->
- <expression>
<leftOperand method="Flag.GetValue" param0="204" />
<operator value="equals" />
<rightOperand constValue="0" />
</expression>
</and>
</condition>
- <options>
- <option optionID="1" chanceAI="100">
<description>ZID_204_op1</description>
<tooltip>ZID_204_desc1</tooltip>
- <effects>
- <!-- DP for Gemrany
-->
<effect method="Country.ChangeDiplomaticPoints" param0="2" param1="10" />
- <!-- PP for Gemrany
-->
<effect method="Country.ChangeProductionPoints" param0="2" param1="40" />
- <!-- Set flag
-->
<effect method="Flag.SetValue" param0="204" param1="1" />
</effects>
</option>
</options>
</event>

Hmm...well let's see. If one takes the time (or has it) to learn how to read this...language, then one would find this information:

GERMANY #204
Quick Victory over Poland
If Germany conquers Poland between 1 October 1939 and 22 October 1939 then Germany will receive 10 Diplomatic Points and 40 Production Points.


Which method is easier for the player to use? The Code or the written description?
Which method would be preferable for the player?
Assume nothing.
User avatar
Razz1
Posts: 2560
Joined: Sun Oct 21, 2007 3:09 pm
Location: CaLiForNia

RE: Event Questions

Post by Razz1 »

Ummm..... why don't you or one of the others make that list for us and post in Excel or Word?

User avatar
doomtrader
Posts: 5319
Joined: Tue Jul 22, 2008 5:21 am
Location: Poland
Contact:

RE: Event Questions

Post by doomtrader »

Before I become a game developer I was a modder for some time, and personally I really prefer the code over the text, but I'll see what can be done to ease the life of those who thinks other way.
Post Reply

Return to “Scenarios and Mods”