• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

RV-Ye

Major
30 Badges
Jan 31, 2018
534
166
  • Darkest Hour
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • March of the Eagles
  • Sengoku
  • Europa Universalis IV: Golden Century
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Europa Universalis IV: Dharma
  • Europa Universalis 4: Emperor
  • Stellaris: Apocalypse
  • Stellaris: Federations
  • Crusader Kings II
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: El Dorado
  • Victoria 2
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
Hello, I need some help.

I've finished some events for my AAR, but, I'm having a new struggle.
Could someone explain to me how to "string" the description of an event?

By now I've done this in NWO2...
DB / Events / NWO / Nationalist Korea, in this file I wrote the event and it has as description something like:
desc = "EVT_9550043_DESC"

While the mods.csv file at config folder has the correct description, but, I don't know what I'm doing wrong...
In game the description is lost and only says "EVT_9550043_DESC"

Thanks!
 
Hello, I need some help.

I've finished some events for my AAR, but, I'm having a new struggle.
Could someone explain to me how to "string" the description of an event?

By now I've done this in NWO2...
DB / Events / NWO / Nationalist Korea, in this file I wrote the event and it has as description something like:
desc = "EVT_9550043_DESC"

While the mods.csv file at config folder has the correct description, but, I don't know what I'm doing wrong...
In game the description is lost and only says "EVT_9550043_DESC"

Thanks!

If there any problems with mods.txt, try event_text.txt
Just like mods.txt, this file in config folder
 
If there any problems with mods.txt, try event_text.txt
Just like mods.txt, this file in config folder
Also tried it there, but it fails as well. :(
 
Please provide the complete event text and the string that you're adding to the config folder.
Will do as soon as I can, thanks. ^^
 
Please provide the complete event text and the string that you're adding to the config folder.

event = {
id = 9550043
country = KOR
picture = "nwo\kor"
style = 2

date = { day = 27 month = february year = 1957 }

name = EVT_9550043_NAME
desc = EVT_9550043_DESC

action = {
name = "In honor of Yi Sunshin!"
command = { type = transport_pool which = -1 value = 50 }
command = { type = add_corps which = "ROK Navy 1st Fleet" value = naval where = 1232 }
command = { type = add_division which = "Seoul" value = d_05 when = 1 }
command = { type = add_division which = "ROKS Daegu" value = destroyer when = 8 }
command = { type = add_division which = "ROKS Gangwon" value = destroyer when = 8 }
command = { type = add_division which = "ROKS Gwangju" value = destroyer when = 8 }
command = { type = add_division which = "ROK 1st Transport" value = transport when = 5 }
command = { type = add_division which = "ROK 2nd Transport" value = transport when = 5 }
command = { type = add_division which = "ROK 3rd Transport" value = transport when = 5 }
command = { type = relation which = CHC value = -15 }
command = { type = relation which = USA value = 20 }
command = { type = relation which = CHI value = 15 }
command = { type = relation which = SOV value = -15 }
command = { type = relation which = JAP value = -10 }
command = { type = money value = -2500 }
command = { type = supplies value = -1200 }
command = { type = oilpool value = -800 }
command = { type = manpowerpool value = -7 }
}
}

EVT_9550043_NAME;ROK Navy - First Fleet Ready;;;X

EVT_9550043_DESC;Several reforms were given a higher importance after the end of the Korean War, this meant that the ROK Navy had to wait several years until an agreement could be made about the formation of the first fleet. Most of these ships have been bought from the United States, nonetheless, we expect to build our own ships in the future. Strengthening the navy is something important if we wish to preserve Korea's security, by now the ROK Navy is small but with development and patience it will become one of the fiercest navies in Asia.;;;X

The name's string works properly, but the one for the description ends up missing.
What am I doing wrong? :/

EDIT: (Obviously I kept the description as one straight line in the mods.csv file, it only changed here) :p
 
event = {
id = 9550043
country = KOR
picture = "nwo\kor"
style = 2

date = { day = 27 month = february year = 1957 }

name = EVT_9550043_NAME
desc = EVT_9550043_DESC

action = {
name = "In honor of Yi Sunshin!"
command = { type = transport_pool which = -1 value = 50 }
command = { type = add_corps which = "ROK Navy 1st Fleet" value = naval where = 1232 }
command = { type = add_division which = "Seoul" value = d_05 when = 1 }
command = { type = add_division which = "ROKS Daegu" value = destroyer when = 8 }
command = { type = add_division which = "ROKS Gangwon" value = destroyer when = 8 }
command = { type = add_division which = "ROKS Gwangju" value = destroyer when = 8 }
command = { type = add_division which = "ROK 1st Transport" value = transport when = 5 }
command = { type = add_division which = "ROK 2nd Transport" value = transport when = 5 }
command = { type = add_division which = "ROK 3rd Transport" value = transport when = 5 }
command = { type = relation which = CHC value = -15 }
command = { type = relation which = USA value = 20 }
command = { type = relation which = CHI value = 15 }
command = { type = relation which = SOV value = -15 }
command = { type = relation which = JAP value = -10 }
command = { type = money value = -2500 }
command = { type = supplies value = -1200 }
command = { type = oilpool value = -800 }
command = { type = manpowerpool value = -7 }
}
}

EVT_9550043_NAME;ROK Navy - First Fleet Ready;;;X

EVT_9550043_DESC;Several reforms were given a higher importance after the end of the Korean War, this meant that the ROK Navy had to wait several years until an agreement could be made about the formation of the first fleet. Most of these ships have been bought from the United States, nonetheless, we expect to build our own ships in the future. Strengthening the navy is something important if we wish to preserve Korea's security, by now the ROK Navy is small but with development and patience it will become one of the fiercest navies in Asia.;;;X

The name's string works properly, but the one for the description ends up missing.
What am I doing wrong? :/

EDIT: (Obviously I kept the description as one straight line in the mods.csv file, it only changed here) :p

First time i'm downloaded this mod and i'm found solution for your problem

I'm created text file "Korea" in

db / events / NWO /

Then, i'm added test desc for my event in "mod. txt"
My line
EVT_8500838_DESC;My test desc.;;;;;;;;;;x

And my test was sucessfull

2666.png


################################

Event ( Use it as template in your works)

################################

event = {
id = 8500838
random = no
country = KOR

trigger = {


}

name = "Event for NWO"
Desc = "EVT_8500838_DESC"
style = 2

date = { day = 10 month = march year = 1960 }
offset = 20
deathdate = { day = 29 month = december year = 1990 }

action = {
name = "OK"
command = { }
}
}


So. My first-priority recommendations.

I - Create events only, and only by this direction - db / events / NWO /
Mod.txt will ingore other folders

II - Copy/paste Desc line from my example, copy each letter.
 
Last edited:
event = {
id = 9550043
country = KOR
picture = "nwo\kor"
style = 2

date = { day = 27 month = february year = 1957 }

name = EVT_9550043_NAME
desc = EVT_9550043_DESC

action = {
name = "In honor of Yi Sunshin!"
command = { type = transport_pool which = -1 value = 50 }
command = { type = add_corps which = "ROK Navy 1st Fleet" value = naval where = 1232 }
command = { type = add_division which = "Seoul" value = d_05 when = 1 }
command = { type = add_division which = "ROKS Daegu" value = destroyer when = 8 }
command = { type = add_division which = "ROKS Gangwon" value = destroyer when = 8 }
command = { type = add_division which = "ROKS Gwangju" value = destroyer when = 8 }
command = { type = add_division which = "ROK 1st Transport" value = transport when = 5 }
command = { type = add_division which = "ROK 2nd Transport" value = transport when = 5 }
command = { type = add_division which = "ROK 3rd Transport" value = transport when = 5 }
command = { type = relation which = CHC value = -15 }
command = { type = relation which = USA value = 20 }
command = { type = relation which = CHI value = 15 }
command = { type = relation which = SOV value = -15 }
command = { type = relation which = JAP value = -10 }
command = { type = money value = -2500 }
command = { type = supplies value = -1200 }
command = { type = oilpool value = -800 }
command = { type = manpowerpool value = -7 }
}
}

EVT_9550043_NAME;ROK Navy - First Fleet Ready;;;X

EVT_9550043_DESC;Several reforms were given a higher importance after the end of the Korean War, this meant that the ROK Navy had to wait several years until an agreement could be made about the formation of the first fleet. Most of these ships have been bought from the United States, nonetheless, we expect to build our own ships in the future. Strengthening the navy is something important if we wish to preserve Korea's security, by now the ROK Navy is small but with development and patience it will become one of the fiercest navies in Asia.;;;X

The name's string works properly, but the one for the description ends up missing.
What am I doing wrong? :/

EDIT: (Obviously I kept the description as one straight line in the mods.csv file, it only changed here) :p
Please attach the whole mods.csv (zipped if necessary).
 
Please attach the whole mods.csv (zipped if necessary).
I don't know if I properly attached it, I guess so.
:p

First time i'm downloaded this mod and i'm found solution for your problem

I'm created text file "Korea" in

db / events / NWO /

Then, i'm added test desc for my event in "mod. txt"
My line
EVT_8500838_DESC;My test desc.;;;;;;;;;;x
Thanks Nikita!
I was wondering, do I really hasve to create that file?
By now all events I've been adding for my AAR have been in the nationalist_korea.txt one.

So. My first-priority recommendations.

I - Create events only, and only by this direction - db / events / NWO /
Mod.txt will ingore other folders

II - Copy/paste Desc line from my example, copy each letter.
So, I should create the "Korea" file instead of just adding them to the nationalist_korea one?
I copied the desc string you posted and pasted it on the "mods" file. But it didn't work, so, I guess that the issue is:
A) Me having the event on the nationalist_korea file
OR
B) Maybe the structure of my event is wrong.

I'll try copying your event and just editing the commands to check if it works.
:)
 

Attachments

  • mods.zip
    1,2 MB · Views: 6
I don't know if I properly attached it, I guess so.
:p


Thanks Nikita!
I was wondering, do I really hasve to create that file?
By now all events I've been adding for my AAR have been in the nationalist_korea.txt one.


So, I should create the "Korea" file instead of just adding them to the nationalist_korea one?
I copied the desc string you posted and pasted it on the "mods" file. But it didn't work, so, I guess that the issue is:
A) Me having the event on the nationalist_korea file
OR
B) Maybe the structure of my event is wrong.

I'll try copying your event and just editing the commands to check if it works.
:)
Hello and thanks for your answer
Nationalist_Korea, Democratic_Korea, Monarchist Korea, The file name does not play any role.
Yes. I'm created txt file "Korea" I did this solely for the experiment

I'm almost sure that you have option B. An wrong structure for your event

Like i'm said before, event direction must be - db / events / NWO/ Nationalist_Korea
Make sure that you have correct desc line (See my example)

Desc = "EVT_8500838_DESC"


If the situation is hopeless, I can create for you the correct text file that will correctly display the description of the event
 
Thanks to both for being so kind and helpful!
I stopped event-making for my AAR when I bumped into this issue, but now that it seems solved, I guess I can go back to it.

Hello and thanks for your answer
Nationalist_Korea, Democratic_Korea, Monarchist Korea, The file name does not play any role.
Yes. I'm created txt file "Korea" I did this solely for the experiment

I'm almost sure that you have option B. An wrong structure for your event

Like i'm said before, event direction must be - db / events / NWO/ Nationalist_Korea
Make sure that you have correct desc line (See my example)

Desc = "EVT_8500838_DESC"


If the situation is hopeless, I can create for you the correct text file that will correctly display the description of the event
Thanks!
For your help I looked up and down in my event but it didn't seem to have any mistakes so I guess something went wrong at mods.csv.

Anyways, billion thanks for helping me as well Nikita!
I'm probably going to make a separate file for my custom events as well, haha.
Try using this file and let me know if this works.
Woah!
It did!
Could you explain me what was wrong? (For future attempts)
Thanks as well!
 
Woah!
It did!
Could you explain me what was wrong? (For future attempts)
Thanks as well!
I'm not exactly sure, but I guess the row you added to mod.csv was poorly formatted. At the very last, it was missing the necessary number of ;.