There's no need to touch the event text. It wouldn't run with two country tags at the top anyway. Just type in the console window what I wrote above.
G'Kar said:Copy and paste the following line in a new file called "no_exps.ai" in folder /ai/switch/:
Code:no_exp_forces_to = { GER USA }
no_exp_forces_to = { GER USA }
exp_force_ratio = 0.00
As stated in the initial posting, simply put "no_exp_forces_to = { GER USA }" (without the quotes, of course) in a file called "no_exps.ai" in folder /ai/switch/ and you should be fine. Make sure it's really called "no_exps.ai" and not "no_exps.ai.txt" or similar - Windows likes to hide file extensions by default.boom said:http://i124.photobucket.com/albums/p7/Boomgoflash/Screenshot_104.jpg
Could someone send me the AI file that will work, just pm me and i'll tell you my E-Mail. Or tell me what kind of file i need , is it just a word doc file? or should i copy/past a file from there rename it and replace the text inside?
IIRC I tried the very same thing at the time and it didn't work as intended. This might have changed though, it's up for you to try!ppilat2 said:Code:exp_force_ratio = 0.00
while i think it will be much better as it will eliminate not only GER USA whoever as exp targets but will ensure the country will not send exp at all to anybody... can u pls confirm this?
G'Kar said:IIRC I tried the very same thing at the time and it didn't work as intended. This might have changed though, it's up for you to try!![]()
no_exp_forces_to = { ITA }
########################################
# Event to trigger the "don't send me expeditionary forces!" AI file
# by G'Kar
########################################
event = {
id = 345678
random = no
country = USA
persistent = yes
name = "No_Exps.ai"
style = 0
desc = " "
action_a = {
command = { type = ai which = switch/no_exps.ai }
}
}
event 345678 SPA
Yes, you can, but then you have to add the name of the event file in /db/events.txt in order to tell the game to load the new event file as well. The syntax in events.txt should be obvious, if not ask away.kaasbris said:My question is:
Can I make new event file just for 345678 event?
e.g. no_exp_event.txt (which containing 345678 event only)
WIll it still work?
Easiest Way...John-117 said:This is probably a stupid question, but I don't know anything about modding and I'm confused. When you say: Copy and paste the following line in a new file called "no_exps.ai" in folder /ai/switch/:
Code:
no_exp_forces_to = { GER USA }
How exactly do you create a new file?