• 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.

Romanix90

Colonel
23 Badges
Feb 25, 2019
1.160
2.885
  • Europa Universalis IV
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Europa Universalis 4: Emperor
  • Victoria 2
  • Victoria: Revolutions
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
I want to start Serbian campaign by using GFM. Now I have noticed that Serbia have similar decision to France. The only difference is in the case of France it boosts up assimilation to 300% while of Serbia 10%. Can I edit numbers because I can’t see it anywhere?

Recommended to use for that would be Notepad++ and it's Search -Search in Files option.

Standard for such case, search the localisation folder for the decision name or parts of it.
The first part of the line you then can find is the scriptname for the decision or related to it.
So you can then copy that first part to search the decisions folder to find the decision you are looking for.
Once you found and opened the right file, you can then see decision and find the part you want to change.
 
  • 1
Reactions:
Recommended to use for that would be Notepad++ and it's Search -Search in Files option.

Standard for such case, search the localisation folder for the decision name or parts of it.
The first part of the line you then can find is the scriptname for the decision or related to it.
So you can then copy that first part to search the decisions folder to find the decision you are looking for.
Once you found and opened the right file, you can then see decision and find the part you want to change.
Will try. Thanks.
 
Will try. Thanks.

IF you end up having trouble or want it done quickly, just come back and either ask the questions you might have and/or tell me the name of the decision and i will try to find out what file you have to edit and what part exactly.

Oh and it wouldn't hurt in such case to tell what GFM version you got (i'd assume the github release or its work-in-progress version),
as i haven't played GFM anyhwere near enough to know right now, but it's not required.
 
  • 1Like
Reactions:
IF you end up having trouble or want it done quickly, just come back and either ask the questions you might have and/or tell me the name of the decision and i will try to find out what file you have to edit and what part exactly.

Oh and it wouldn't hurt in such case to tell what GFM version you got (i'd assume the github release or its work-in-progress version),
as i haven't played GFM anyhwere near enough to know right now, but it's not required.
Well I guess I'm not that smart.

I'm using GFM version 2.1.2
The decision is called "vuk_karadzic_reforms"

What I'm missing about the decision is part where the percentages are so I can adjust my own number. For example French Language Schooling decision offers like 350% of assimilation while Serbian one 10%. I was thinking to give them (Serbs) a boost by editing the number to 350% as well till the end game just as its the case with French one.

In any case thank you very much.
 

Attachments

  • SER_Fluff.txt
    2,5 KB · Views: 0
Well I guess I'm not that smart.

I'm using GFM version 2.1.2
The decision is called "vuk_karadzic_reforms"

What I'm missing about the decision is part where the percentages are so I can adjust my own number. For example French Language Schooling decision offers like 350% of assimilation while Serbian one 10%. I was thinking to give them (Serbs) a boost by editing the number to 350% as well till the end game just as its the case with French one.

In any case thank you very much.

The cultural assimilation is caused by a modifier that is set in the respective decison file, but defined
in common/event_modifiers.txt (part of the main GFM mod).

In your decision it's this part :

Code:
effect = {
            set_global_flag = vuk_karadzic_reforms_enacted
            add_country_modifier = {
                name = newly_standardized_language
                duration = -1

You'd have to edit the newly_standardized_language modifier in the aforementioned event_modifiers.txt file.

----

1)
The one for the vuk_karadzic_reforms decision (SER_Fluff.txt of the GFM Fluff Decisions submod),
that you want to do better, is a country modifier :

newly_standardized_language = {
global_assimilation_rate = 0.1
education_efficiency_modifier = 0.1

2)
For the "French language schooling" you mentioned (decisions/morecultures.txt : french_language_schooling)
it's a province modifier:

french_cultural_unity = {
assimilation_rate = 3.5
icon = 19

IF the global_assimilation_rate works like the (local) assimilation_rate is something i don't recall.
Worth a try.

So set the global_assimilation_rate to 3.5 and see if that works as you want.
 
Last edited:
  • 1
Reactions:
The cultural assimilation is caused by a modifier that is set in the respective decison file, but defined
in common/event_modifiers.txt (part of the main GFM mod).

In your decision it's this part :

Code:
effect = {
            set_global_flag = vuk_karadzic_reforms_enacted
            add_country_modifier = {
                name = newly_standardized_language
                duration = -1

You'd have to edit the newly_standardized_language modifier in the event_modifiers.txt file.

----

1)
The one for the vuk_karadzic_reforms decision (SER_Fluff.txt of the GFM Fluff Decisions submod),
that you want to do better, is a country modifier :

newly_standardized_language = {
global_assimilation_rate = 0.1
education_efficiency_modifier = 0.1

2)
For the "French language schooling" you mentioned (decisions/morecultures.txt : french_language_schooling)
it's a province modifier:

french_cultural_unity = {
assimilation_rate = 3.5
icon = 19

IF the global_assimilation_rate works like the (local) assimilation_rate is something i don't recall.
Worth a try.

So set the global_assimilation_rate to 3.5 and see if that works as you want.
Omg, I made it. You made it. Thank you so much. It works.
 
Omg, I made it. You made it. Thank you so much. It works.

Gooooood.
wiPb7MX.gif

Nice to know the effort to stick my nose into Vic2 files again was worth it.
6jqFBQI.gif


Cheers