Changing the starting date?

This forum has been archived. Please use the new modding forum. If you need to retrieve a thread from here, contact BattleGoat.

Moderators: Balthagor, BattleGoat

Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

Boeing707 wrote:Well, I cached it. But I don't think it's working.
If you cached it make sure you replace the old cache. etc.
Post the event if you want, i'll look at it. there is so many working parts to an event its hard to guess what could be wrong without seeing the event code.
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

Ok, here's my new event line.

0 17 889 2989 FALSE FALSE FALSE FALSE FALSE
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

:D
Boeing707 wrote:Ok, here's my new event line.

0 17 889 2989 FALSE FALSE FALSE FALSE FALSE
Should look like this

Code: Select all

0, , 17, , 889, 2989, False, False, False, False, False, , , , , , , , ,
The correct number of commas at the end is important.. removing one can result in the even not going off, and only the F in false is capitalized.
Note about event 17 it doesn't send a a message or effect relations so the only way to see if its going into effect is to check if they are at war.
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

Okay, hows this now?

0, , 17, , 889, 2989, False, False, False, False, False, , , , , , , , ,
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

Boeing707 wrote:Okay, hows this now?

0, , 17, , 889, 2989, False, False, False, False, False, , , , , , , , ,
looks good
Edit although there looks like theres extra space when I quote it.. are you using TABs?
I don't know if tabs being there will effect them or not but figured id mention it lol.
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

Fistalis wrote::D
Boeing707 wrote:Ok, here's my new event line.

0 17 889 2989 FALSE FALSE FALSE FALSE FALSE
Should look like this

Code: Select all

0, , 17, , 889, 2989, False, False, False, False, False, , , , , , , , ,
The correct number of commas at the end is important.. removing one can result in the even not going off, and only the F in false is capitalized.
Note about event 17 it doesn't send a a message or effect relations so the only way to see if its going into effect is to check if they are at war.
Will it still show them as enemies under the Allies/Enemies window?
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

Boeing707 wrote:
Fistalis wrote::D
Boeing707 wrote:Ok, here's my new event line.

0 17 889 2989 FALSE FALSE FALSE FALSE FALSE
Should look like this

Code: Select all

0, , 17, , 889, 2989, False, False, False, False, False, , , , , , , , ,
The correct number of commas at the end is important.. removing one can result in the even not going off, and only the F in false is capitalized.
Note about event 17 it doesn't send a a message or effect relations so the only way to see if its going into effect is to check if they are at war.
Will it still show them as enemies under the Allies/Enemies window?
yes, copy the code I pasted above if needed.. you have tabs inserted in spaces which may bug it up.
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

I still don't think it worked. It was worth a try, though.
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

Boeing707 wrote:I still don't think it worked. It was worth a try, though.
feel free to post the scenario and .csv file and i'll take a look. It should work but theres always the potential of a small mistake.
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

Should I send you the files by email or something, because it won't let me post them here.
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

You can use drop box or a file hosting site or Email me..whichever is easier for you, I Pmed you my email address.
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

I'm not seeing your event in the .CSV where did you put it?
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

It works, man! Thanks!
Fistalis
General
Posts: 3315
Joined: Jun 23 2009
Human: Yes
Location: x:355 y:216
Contact:

Re: Changing the starting date?

Post by Fistalis »

Boeing707 wrote:It works, man! Thanks!
Glad I could help you.. if you want to further understand how the files were set up for this please ask. For others who missed a bit of conversation.
Fistalis wrote:
Boeing707 wrote:Well, it was also not working before I reinstalled it. Thats pretty much the reason I reinstalled the game.
Lol
http://dl.dropbox.com/u/16692168/Custom%20Events.zip
there. Just drop that into your scenario folder. Then add any events you want to Custom.csv.
No recaching required, just choose the new scenario under custom scenarios instead of running the campaign. (should make it easier and faster for you to play with different events)
This is basically setup for people to play with events. Modify your custom events as needed.(if you break something just copy the blank events file over the broken one :P
Si vis pacem, para bellum
my Supreme Ruler mods Site - May it rest in peace
Boeing707
Lieutenant
Posts: 94
Joined: Oct 05 2010
Human: Yes

Re: Changing the starting date?

Post by Boeing707 »

Haha, I think I'm getting the hang of it. I just made Puerto Rico into an independent country and I also made it playable. :lol: Although when I wanted to make it communist and be aligned with the USSR, it would just stay as a democracy and aligned with the US. Oh well.
EDIT: Now it worked. Puerto Rico is communist and aligned with the USSR
Image
Post Reply

Return to “Modding SRCW”