#modding

1 messages · Page 28 of 1

lofty plaza
#

History section has no closing bracket

wheat topaz
#

man u modders r absolute geniuses

thin chasm
#

I just say what I see

wheat topaz
#

alr most errors gone now

#
[22:24:53][persistent.cpp:48]: Error: "Unexpected token: add_core_of, near line: 13" in file: "history/states/910-Northern Schleswig.txt" near line: 13
[22:24:53][effect.cpp:425]: Invalid effect 'provinces' in history/states/911-Baden.txt line : 17
[22:24:53][persistent.cpp:48]: Error: "Unknown effect-type: provinces, near line: 17
Unexpected token: provinces, near line: 19" in file: "history/states/911-Baden.txt" near line: 19
[22:24:53][effect.cpp:425]: Invalid effect 'manpower' in history/states/911-Baden.txt line : 20
[22:24:53][persistent.cpp:48]: Error: "Unknown effect-type: manpower, near line: 20
Unexpected token: manpower, near line: 20" in file: "history/states/911-Baden.txt" near line: 20
[22:24:53][effect.cpp:425]: Invalid effect 'buildings_max_level_factor' in history/states/911-Baden.txt line : 21
[22:24:53][persistent.cpp:48]: Error: "Unknown effect-type: buildings_max_level_factor, near line: 21
Unexpected token: buildings_max_level_factor, near line: 21" in file: "history/states/911-Baden.txt" near line: 21
[22:24:53][effect.cpp:425]: Invalid effect 'local_supplies' in history/states/911-Baden.txt line : 22
[22:24:53][persistent.cpp:48]: Error: "Unknown effect-type: local_supplies, near line: 22
Unexpected token: local_supplies, near line: 22" in file: "history/states/911-Baden.txt" near line: 22
[22:24:53][persistent.cpp:48]: Error: "set victory points takes 2 parameters: victory_points, near line: 9" in file: "history/states/912-Fiume.txt" near line: 9
[22:24:53][persistent.cpp:48]: Error: "Invalid date 11564: 1, near line: 9
Malformed token: {, near line: 15
Malformed token: 11564, near line: 16
Malformed token: VICTORY_POINTS_11564_ITA, near line: 17" in file: "history/states/912-Fiume.txt" near line: 19
#

what else is broken

#
    id=910
    name="STATE_910"
    
    history={
        owner = DEN }
        
        buildings = {
            infrastructure = 4
            industrial_complex = 2
            air_base = 1
        }
        add_core_of = DEN
        
    provinces = {
        332 11251 
    }
    manpower=57000
    buildings_max_level_factor=1.000
    state_category=town
    local_supplies=0.000
}
#

still issues here

lofty plaza
#

Don't need that bracket after owner = DEN

thin chasm
#

Remove the } after owner = DEN, add it again after add_core_of = DEN

lofty plaza
wheat topaz
#

btw how do i edit/add my own provinces

thin chasm
#

Nudge tool, and a bit of knowhow on how the Nudge tool works

lofty plaza
#

Paint it on the map in provinces.bmp

wheat topaz
lofty plaza
#

Or do you add a province to the state?

wheat topaz
#

i dont think nudge can make provinces

lofty plaza
wheat topaz
thin chasm
#

Not directly no, but you still need the knowhow

#

I'd recommend checking out The Iron Workshop's video on map modding in the pins

#

Good starter, at least

lofty plaza
#

I don't use nudge

#

I do pretty much everything manually

thin chasm
#

Good on you, but not everybody is the lead dev on one of the top 10 HOI4 mods

lofty plaza
wheat topaz
#

true

pale sparrow
#

Even more reason to not use nudge

#

If youre doing small edits I especially wouldnt use the nudge tool

wheat topaz
#

for the historical immersion

lofty plaza
pale sparrow
wheat topaz
#
Malformed token: 11564, near line: 16
Malformed token: VICTORY_POINTS_11564_ITA, near line: 17" in file: "history/states/912-Fiume.txt" near line: 19
[22:30:29][persistent.cpp:48]: Error: "Unexpected token: add_core_of, near line: 22" in file: "history/states/912-Fiume.txt" near line: 22
[22:30:29][persistent.cpp:48]: Error: "Unexpected token: add_core_of, near line: 23" in file: "history/states/912-Fiume.txt" near line: 23
[22:30:29][persistent.cpp:48]: Error: "Unexpected token: add_core_of, near line: 24" in file: "history/states/912-Fiume.txt" near line: 24
[22:30:29][persistent.cpp:48]: Error: "Unexpected token: add_core_of, near line: 25" in file: "history/states/912-Fiume.txt" near line: 25
[22:30:29][gameitemdatabasehelper.h:150]: Error: "Unexpected token: provinces, near line: 28" in file: "history/states/912-Fiume.txt" near line: 30
[22:30:29][gameitemdatabasehelper.h:150]: Error: "Unexpected token: manpower, near line: 31" in file: "history/states/912-Fiume.txt" near line: 31
[22:30:29][gameitemdatabasehelper.h:150]: Error: "Unexpected token: buildings_max_level_factor, near line: 32" in file: "history/states/912-Fiume.txt" near line: 32
[22:30:29][gameitemdatabasehelper.h:150]: Error: "Unexpected token: state_category, near line: 33" in file: "history/states/912-Fiume.txt" near line: 33
[22:30:29][gameitemdatabasehelper.h:150]: Error: "Unexpected token: local_supplies, near line: 34" in file: "history/states/912-Fiume.txt" near line: 34
[22:30:29][parser.cpp:932]: Error: unexpected token in file: "history/states/912-Fiume.txt" near line: 36 ( } )
[22:30:29][gameitemdatabasehelper.h:150]: Error: "Unexpected token: }, near line: 36" in file: "history/states/912-Fiume.txt" near line: 36
``` fiume messed up
#
    id=912
    name="STATE_912"
    
        history={
        owner = ITA
        
        victory_points = {
        11564 1 }
        buildings = {
            infrastructure = 4
            dockyard = 1
            11564 = {
                naval_base = 2
            set_province_name = {
            id = 11564
            name = VICTORY_POINTS_11564_ITA
            }
        }
    }
    
        add_core_of = ITA
        add_core_of = YUG
        add_core_of = CRO
        add_core_of = LBV
}
        
    provinces={
        11564 
    }
    manpower=112850
    buildings_max_level_factor=1.000
    state_category=city
    local_supplies=0.000
}
#

what's wrong

lofty plaza
#

Just send the file

wheat topaz
#

i changed it a bit earlier and it fixed 1 error

#

but added multiple more

pale sparrow
#

fix your indentation

wheat topaz
#

đź’€

#

my bren no work sorry

lofty plaza
#

Send the file

wheat topaz
#

which file

lofty plaza
#

This one

wheat topaz
pale sparrow
#
    id=912
    name="STATE_912"
    
    history={
        owner = ITA
        
        victory_points = {
            11564 1
        }
        buildings = {
            infrastructure = 4
            dockyard = 1
            11564 = {
                naval_base = 2
            }
        }
    
        set_province_name = {
            id = 11564
            name = VICTORY_POINTS_11564_ITA
        }
        add_core_of = ITA
        add_core_of = YUG
        add_core_of = CRO
        add_core_of = LBV
    }
        
    provinces={
        11564 
    }
    manpower=112850
    buildings_max_level_factor=1.000
    state_category=city
    local_supplies=0.000
}
wheat topaz
#

wait

#

i think i fixed it

#

lemme check

#

my brackets are all over the place

pale sparrow
#

no shit

thin chasm
#

I've noticed

lofty plaza
wheat topaz
lofty plaza
#

Fixed the indentation

wheat topaz
#

i am sherlock holmes

#

alr lemme see now

pale sparrow
#

I thought you were a pirate with that pfp eyepatch

wheat topaz
#

wow..

#

the game just crashed

#

nothing in the error log

lofty plaza
#

Did you use the file I sent

wheat topaz
#

i lay in sorrow deep depressed

wheat topaz
lofty plaza
#

There should still be one in your crash file

wheat topaz
#

rn it's 10:30 pm

#

for me

#

so uh

#

r any of my files messed up? this the documents folder

lofty plaza
#

Okay, have you made sure that the province you took to make this new state still isn't a part of the old one

wheat topaz
#

can i send u the mod files?

#

it's uploading 1 sec

#

alr uploaded

thin chasm
#
[11:42:33][statetemplate.cpp:231]: State #913 has no people living in it.
[11:42:42][gamestate.cpp:2682]: MAP_ERROR: The province 400 -  has no strategic region assigned.
[11:42:42][gamestate.cpp:2682]: MAP_ERROR: The province 521 -  has no strategic region assigned.
[11:42:42][gamestate.cpp:2682]: MAP_ERROR: The province 3254 -  has no strategic region assigned.
[11:42:42][gamestate.cpp:2682]: MAP_ERROR: The province 11516 -  has no strategic region assigned.```
#

You didn't assign 4 provinces to a strategic region

#

That'll do it

wheat topaz
#

ah

lofty plaza
#

Seems like a bit of an omission

wheat topaz
#

how do i do it

lofty plaza
#

Assign the province to the appropriate strategic region

thin chasm
#

map/strategicregions/

wheat topaz
#

ty

thin chasm
#

Also, are you launching the game in debug mode?

#

I'm assuming it crashed for you last time because you were launching the game normally

wheat topaz
#

where is province 400

#

i found 405 not 400

wheat topaz
#

i cant find no damn province 400

#

and it still crashes

#

found it nvm

#

was not in the state files

#

welp

#

still crashed

#

and no error log

#

i updated the files in the drive can someone check what's wrong again, i'm 99% sure i assigned everything

thin chasm
#

If you have a desktop shortcut for the game, right click and go to "Properties", and where it says "Target", add "-debug" to the end of the line

#

"C:\Program Files (x86)\Steam\steamapps\common\Hearts of Iron IV\hoi4.exe" -debug

#

For example

wheat topaz
#

steam://rungameid/394360

#

it's set to that

#

like this?

thin chasm
#

Go into C:\Program Files (x86)\Steam\steamapps\common\Hearts of Iron IV\, right click on hoi4.exe, and click "Create shortcut"

#

Take that new shortcut and move it to the desktop or where, and repeat the "-debug" thing mentioned previously on that

wheat topaz
#

[23:06:59][strategicregion.cpp:305]: Province '3524' added twice to strategic area Southern Germany(7)
[23:06:59][gamestate.cpp:2682]: MAP_ERROR: The province 3254 - has no strategic region assigned.

#

ahh ok

#

hopefully it works noiw

#

LETS GOOO IT WORKED

#

THANK YALL SO MUCH

cunning mauve
#

I'm playing new ways rn and I can't find much or any information on any of the Xinjiang warlords apart from Sheng shical and ma hushan

#

No information given on Kashi, Aertai or Hami and their leaders, well apart from Hami but it isn't supposed to be there since it got subjugated 6 years before the game is set.

balmy hedge
#

Hello people, I am rather new to modding HOI4. Just trying to make a mod where I am tweaking different things here and there. I have some experience with modding other games (Skyrim, BFME). I have a question regarding common/units/infantry.txt file. There is "infantry" subunit there and that unit has "active = no". If this unit correspond to the basic infantry troops that you have in your divisions from the start of the game, why it has set "active = no", where it gets unlocked and why it is not set to active = yes from the start. If it does not correspond to the basic infantry, where is the basic infantry units are described.

I have another question: After looking into the game files, it seems that the attack stats are defined by the equipment that is used by a unit. This means that special force units would have same attack stats as regular infantry? And if I want to give them a better stats from the game start, I would need to add a new infantry equipment type to the game that will be used by SP?

arctic garnet
#

Could some1 help me with this rn?

#

with adding the files into the text file

#

plz

fathom spindle
#

political advisor works as intended, but the other 3 do not. any idea how to fix this?

lofty plaza
#

They may not work on modifier

fathom spindle
#

oh

#

how do i add them then? i did not see it anywhere

lofty plaza
#

I don't know if you can

fathom spindle
#

weird. how do countries like estonia do it then?

lofty plaza
#

Not sure, to be honest

#

Seems good to me

fathom spindle
#

found it

wanton veldt
#

Does anyone knows any mods that adds more generals for Brazil?

#

Or one that adds Field Marshals

#

Such a shame that Brazil only features two general models

lethal steppe
#

@lofty plaza I can't remember if I asked you this, but are achievements with a map mod possible if nothing else has been altered apart from graphics?

naive mantle
#

thats what i used, it works really well

#

also i forgot if he covers it or not but dont forget to add like infrastructure

#

theres nothing wrong if you dont btw

naive mantle
#

i found a little bug where the name for rhineland and moselland are swapped around

#

see the state id

#

but in the files, 51 is moselland

#

confused me a lot when i was adding a new state

naive mantle
#

actually theres a lot of those

#

maybe its on purpose

pale sparrow
naive mantle
#

true

#

its coming together nicely

naive mantle
#

i made a state that kinda looks like china

pale sparrow
#

Chicken wing

lofty plaza
#

A dog sitting

thin chasm
#

I'm particularly fond of some of the file names for the states in Central Siberia/East Asia

#

Someone ran out of steam somewhere, so they have names like Sov state 3.txt and China 5.txt

naive mantle
#

is it possible to make a state modifier that only affects a certain country?

rough thicket
#

link to kaiserredux please

#

anyone

#

steam

naive mantle
#

just look on the workshop

rough thicket
#

i dont think this one with chinese letters is the one im looking for

naive mantle
#

most stable balkans

naive mantle
#

when you accidentally delete game files

#

im so happy validating files exists

slender brook
#

Fr I used to think 3 hours to reinstall a game was a short amount of time

pale sparrow
#

Tbh verifying can also take ages

lethal steppe
#

now that there's been an update, how do we update our mods?

dapper wadi
#

can someone help me with my custom nation?

slender brook
#

Many mods will probably need to change absolutely nothing besides a version number

lethal steppe
slender brook
#

Uh, depends on whether the update changed anything relevant to them

#

But for most mods yeah you would just hit the upload button again

#

But you don't need to manually change it

lethal steppe
#

ok let me see

slender brook
#

Just go through the upload process on Paradox Launcher and click the circular arrow button and it should automatically give it the right number

slender brook
#

Not HOI4, it was TF2. Which is like 20gb granted, but I was used to like 12 hours

#

Actually hold on it was 5 hours that I considered fast

dapper wadi
#

what do a custom nation needs

#

like focus trees, etc?

honest eagle
high hatch
#

(Re)Hi. I have a question.
It is a bug in modding we have different result between our mod local and the mod you post on Steam by example, even if they have exactly the same thing? For example, I do a translation submod for a mod but only my local submod work, not my version on Steam. I don’t know why, even when I put dependencies.

pale sparrow
lethal steppe
#

when making new division template icons, what is the maximum number? 999?

trail peak
#

Is it possible that HOI4 developers would change the way how localisation works, so that players could dynamically change their country names (like in CK3, or/and with naming colonies/client states in EU4)? I think it could greatly improve players roleplay experience

honest eagle
#

You should see if you can make it into some kind of mod

trail peak
# honest eagle That would be cool

I asked a bunch of people about this issue, but all they said is that localisation of countries and regions in HOI4 is static (which means that any localisation changes have to be preprogrammed in order to be able to be changed, and dynamic country naming with keyboard is not possible)

#

The developers would need to change how the game gets names for countries and states in order to let players change states and countries\ names with custom names written after launch

honest eagle
#

Yeah that’s true

#

Idk that would be cool but unlikely sadly

trail peak
# honest eagle Idk that would be cool but unlikely sadly

I'm not familiar with Clausewitz engine used by Paradox, but if they were able to make this happen in CK3 and EU4, it should be also possible to be done in HOI4. People would just need to voice their need for this QoL feature.

honest eagle
#

True idk

#

It seems like it’s a bit unnecessary

trail peak
honest eagle
#

Like?

trail peak
#

QoLs generally are unnecessary, but if you implement them in huge numbers they greatly improve game experience

trail peak
# honest eagle Like?

Features implemented by DLCs, like Espionage, lend lease, custom game ruleset, etc.

honest eagle
#

Those are all things they were in the real world besides custom game set that’s just for extra customization

trail peak
honest eagle
#

Like the US lend leased a lot, ignoring it isn’t a good idea

trail peak
#

some mods do it

#

all I want to say is that HOI4 is a great platform for roleplaying, with mods such as Kaiserreich or for example Old World Blues

#

and feature like custom nation naming (or even something like custom nation creator from eu4) could greatly expand roleplaying experience

#

I even believe that huge part of HoI4 community still plays this game due to mods and mp/mods roleplay

#

vanilla after some time just becomes repetitive

#

If the developers were interested in extending the life of hoi4 among its community, an increase in the number of tools and roleplaying options would certainly have a positive impact on this

#

I'm absolutely sure of that

honest eagle
honest eagle
honest eagle
#

But to each their own I suppose

#

It’s definitely a cool idea tho

trail peak
wheat topaz
#
[20:11:07][strategicregion.cpp:311]: Province has added another strategic region as theirs. Might be duplicates of this province in strategic regions templates. ProvinceID  = 6469 first region: North-West Germany(6) overridden by: Rhineland(275)
[20:11:07][strategicregion.cpp:311]: Province has added another strategic region as theirs. Might be duplicates of this province in strategic regions templates. ProvinceID  = 6570 first region: North-West Germany(6) overridden by: Rhineland(275)
[20:11:07][strategicregion.cpp:311]: Province has added another strategic region as theirs. Might be duplicates of this province in strategic regions templates. ProvinceID  = 9482 first region: North-West Germany(6) overridden by: Rhineland(275)
[20:11:07][gamestate.cpp:2579]: MAP_ERROR: State "Moselland"(#42) has provinces (#563, #11560) belonging to different strategic areas: "Rhineland" (#275), "Southern Germany" (#7)
``` is this a big issue
high hatch
pale sparrow
#

Not sufficient, you have to remove it from the folder and move it somewhere else

pale sparrow
wheat topaz
#

i have no clue what it means

#

do 2 air zones have the same provinces assigned?

pale sparrow
wheat topaz
#

ah ok

#

ty

wheat topaz
#

i halved the errors but there r still a lot

#

can someone explain it all to me cuz idk what half the stuff means

pale sparrow
#

🤟 ey you use my mod

pale sparrow
#

Any new states also need a province set where their airport will spawn, same with rocket sites

wheat topaz
pale sparrow
#

top 4 lines are from toolpack

pale sparrow
#

map/buildings.txt

wheat topaz
#

1 sec

#

alr found it

#

wtf is this file

pale sparrow
#

I think it has to do with the 3D positions of buildings

#

when you zoom into the map

wheat topaz
#

ok

#

i'll fix that with nudger

#

how do i make nudger directly modify the mod files

#

instead of making a seperate folder

#

cuz it's hard to manage nudger files and mod files together

pale sparrow
#

dont think you can

#

I dont use nudger though

wheat topaz
pale sparrow
#

All manual

obtuse condor
#

So Im making my own mod and as Im new to it started with a template but the mod I want to use as a template removes nation boosting I have got it so I can move the slider up and down and add nations but no effects are done how do I fix this?

azure fern
#

once i finish a national focus, and i re-hover over it, it always says "national focus has no effect" even though it did, and i mods like TNO it doesn'/t have that
does anyone know how to fix it?

obtuse condor
#

hey guys how do i assign a icon to my custom sub ideology in my mod?

edgy solar
#

anyone know what this is?

#

I made a new map through mapgen and its only plains but i have no idea what this is

#

im just wondering if its a mistake i made or just something small

nimble solar
edgy solar
nimble solar
#

I have no clue about the modding thing about the game, I don't know how the weather works

wanton veldt
#

How does a music mod changes the main menu theme song?

#

I'd like to delete that line of code to keep the default main menu theme

#

But can't find it anywhere within the mod files

quick latch
#

Usually the actual audio file gets overridden.
Can't do that much about it.

wanton veldt
#

Do you know it's name?

wanton veldt
#

nevermind, found it!

wanton veldt
#

How do I add a country over here?:

celest dust
wanton veldt
#

Thank you!

naive mantle
#

looks like someone gave up naming the russian states lol

#

does anyone know where i can find the russian provisional government leader photo?

#

i cannot find it anywhere

#

or can anyone tell me where these effects go?

#

nvm i found it

naive mantle
azure fern
lusty smelt
grand pumice
#

someone in vc or in dm can help me install a hoi4 nexus mod?

dapper wadi
#

can anyone help me

#

i keep crashing when i start as my custom nation

grim bough
dapper wadi
#

yea sure hold on

dapper wadi
pale sparrow
#

nicebro what do you mean

#

nicebro thats both impossible and piracy

#

dont discuss it again please

#

confused not possible, still piracy

#

You're unlocking a DLC feature without paying for it, stop discussing it

rain aurora
#

why did you delete my messages I said I did a good deed for somewhat selfish reasons

#

you gonna get bannedđź’€

edgy solar
vast meadow
#

any ai that can make art based on image not words

#

it annoys me so much

#

every ai editor i found is only based on words

obtuse condor
#

So Im making my own mod and as Im new to it started with a template but the mod I want to use as a template removes nation boosting I have got it so I can move the slider up and down and add nations but no effects are done how do I fix this?

#

PLEASE ANYONE ASKED EVERYWHERE GETTING NO REPLYS

vast meadow
#

useless helpless channel ofc

#

what did i expect

cinder thorn
#

so im trying to make a simple coruption system that can be reduced via decisions

#

but i have no idea where to start if someone could help me that be awsomne

granite oak
#

I can't run RT56, I just installed it and it says map definition error. Yes, I deleted cache, RT56 is the only mod I enabled, I verified file integrity by comparing it to a normal vanilla install of hoi4

#

I downloaded it from paradox plazay.

#

I have all DLCs

valid apex
hushed lagoon
#

how can i use MapGen to make new areas

worn dirge
#

Hello, I'm "kinda new" (500 hours ish) to the game. Are there any mods thats based around the height of the cold war (1950-1970) era? Something similar to Millenium Dawn?

chilly field
#

How would I make an event that when hre is formed, the event fires and basically changes the leader to Otto

#

Von Habsburg

#

Like “Otto Von Habsburg demands the the title of holy Roman emperor” and if you say no Victoria stay as the leader but if you say no Otto becomes the leader

neat turret
#

maybe some know, im creating VP, on the max zoom up the city work but when i scroll down the city is not visible

neat turret
#

other cities work but capital no

obtuse condor
#

Yo how do I get palpetines gamble to work? What game version should I be using?

pale sparrow
#

never heard of

obtuse condor
#

i keep on crashing because i messed up assigning provinces or whatever, but it wont show that in the error log, how to fix? or am i looking in the wrong error log

valid apex
obtuse condor
obtuse condor
lofty plaza
#

How do you know that is the issue then

obtuse condor
#

because thats all i changed since it was working

lofty plaza
#

So what did you change specifically

obtuse condor
#

im trying to change provinces around in kaiserredux so that the states all go along the river in the middle of germany, but i messed something up

#

also i found the error, i think, idk if it matters but one province id wasnt in numerical order from smallest to largest

lofty plaza
#

That wouldn't be it

obtuse condor
#

oh

lofty plaza
#

It's possible you just have conflicts somewhere

#

Like two states have a province in it

#

But I know very little detail so I couldn't tell you for sure

obtuse condor
#

nah i double checked, i even did a small province transfer and it crashed

rugged kiln
#

does anyone here know anything about bookmark modding (the 1936 and 1939 start) I have a question regarding my mod.

rugged kiln
# lofty plaza Go on

so basically I edited the defines.lua like I was supposed to. Then I edited the starting date in the coming storm scenario file. I opened the game to test it and alot of the state ownership was messed up. (I had reassigned states to different countries). I realized it was because I had set the start date to 2016 and since the game was starting post 1939 countries would own territories that they would own in the blitzkrieg scenario (for example, italy owning Ethiopia). Im trying to find a way that the game could start in 2016 without overwriting the state ownership I had assigned

lofty plaza
rugged kiln
rich sinew
#

Hi, I am trying to mod that disables supply via rivers, I am stumped since I do not know what else to do since setting the river rail level to 0 does nothing

naive mantle
#

anyone know how to change the leaders of existing countries (such as france)? ive done create_country_leader in the FRA - France.txt file but it dosent seem to do anything, unless i need to change it somewhere else too?

naive mantle
#

nvm i got it

arctic garnet
#

how can I fix this?

#

it didn't add all the songs I wanted

#

even tho they show there

#

hello?

#

like it added some of them

#

but some of them are just 00:00

#

and never play

#

how can I fix that issue?

#

Is it issue with OneDrive being full?

pale sparrow
#

possibly, just dont enable onedrive, ez

arctic garnet
#

how to disable it bruh

#

ok nvm

#

odne

#

done

#

Nope still only half of the songs I added are present

#

how can Ifix that issue?`

arctic garnet
#

how to fix it

#

The problem is here

sharp laurel
#

Is it possible to have data rounded to one decimal place instead of rounding to an integer?

#

round_variable rounds to an integer.

sly basalt
#

Is there a mod that lets me have achievements even if I use cheats?

arctic garnet
#

How can I fix it?

dapper wadi
#

ps : im trying to make a custom map

arctic garnet
dapper wadi
#

urgh what now

lofty plaza
arctic garnet
dapper wadi
#

ofcourse

dapper wadi
#

bruh

lofty plaza
#

You're not supposed to outright delete it

dapper wadi
#

the only fun part of modding is focus tree gfx

dapper wadi
arctic garnet
#

As in

#

it shows that it's there but it doesn't play or show in the playlist

obtuse condor
#

They updated Endsieg?

pale sparrow
#

I dont think so, Endsieg is discontinued

#

they made a new project, which then was also outdated

obtuse condor
#

but

#

i just checked endsiegs workshop page

#

and it said last updated 17 may

#

(2023)

pale sparrow
#

Oh yeh they updated finally

lofty plaza
arctic garnet
#

ok

#

Thank yo

#

I still kinda need help but if ya can't help then fine

runic elk
#

I've been experiencing crashing with my mod, I've talk to the HoI4 modding den and they couldn't help so i'm hoping for help here.

pale sparrow
#

Anything in error.txt?

runic elk
#

no

obtuse condor
runic elk
pale sparrow
#

aside from showing the mod there isnt anything useful

runic elk
#

Well then can we? I'd like the help to fix it if you are fine with doing so.

rugged kiln
viscid badge
#

anyone know if there are any up to date versions of endsieg? Tried doing the whole rollback the version of the game using steam console business but it kept not working

arctic garnet
#

I still have the problem iwht music modding

#

only halfthe songs appear on the playlist when I turn on the radiostation

#

I would like to know what I am doing wrong

rain aurora
#

am i allowed to lets say "advertise" the mod that I am working alone on here
just started making few days ago

runic elk
pale sparrow
#

Feel free to

dusky rampart
#

need ideas for a communist sweden path this is currently all i have

#

compared to the interventionalist path

brisk turtle
brisk turtle
#

Okay first, Univerities ends with "ies", not "ys", just like salaries.
Im pretty sure you also mispelled Comintern (i think it ends with n not m, not 100% sure though)
Finally, some words like plant in Rare Minerals plant should be capitalized

pastel crater
#

Yo who here is a burgundy enjoyer (TNO)

dusky rampart
#

thank you for telling me

brisk turtle
#

No problem, im good at spotting stuff like that

#

At least i asked before going correction mode for once, lol

naive mantle
#

does anyone know what local_supplies does in a state file?

#

id assume its supply hubs but im not sure

#

the line at the bottom for reference

dapper wadi
#

zamn

quick latch
naive mantle
#

how do i add supply hubs

quick latch
nimble solar
lofty plaza
obtuse condor
#

Im trying to replace the main menu music in a mod (kaiserredux) but everytime i do that the game completely bricks, anything else i need to do other than changing this one line?

clear shale
clear shale
quaint heart
# dusky rampart need ideas for a communist sweden path this is currently all i have

Remember leftist infighting

Something like, “To Moscow we go!”
Something like, “The Swedish Revolution”
Something like, “Swedish Democracy”

first path has an alliance with the soviets, soviet investment (like german focuses), research saving, alliance, and diplomatic focuses to seize control of Scandinavia with the exception of invading Finland

second path involves an attack on literally everyone being super duper antagonistic, you spread the revolution to scandinavia, either choose to secretly collaborate with the germans or end up at war with them defensively (hate of communism) and war with the soviets over Finland (maybe war with allies as well?)

social democracy allows you to join the allies as a socialist state allowing for allied investment, peaceful unification of scandanavia, and invading the USSR to liberate fins/baltic peoples

obtuse condor
quaint heart
naive mantle
#

im trying to create a new leader for the uk but i cant get the image to show up, can anyone see where i went wrong?

#

the image path is correct btw

naive mantle
#

where

#

oh i see

#

lets see if that works

naive mantle
#

its always the "" or {}

naive mantle
#

what the hell did i stumble upon

naive mantle
#

wtf

#

how do i get this

#

in game

#

ive never seen anyone do it

keen cloak
#

you can't

naive mantle
#

unless its impossible

#

oh

keen cloak
#

It's just there as an easter egg

#

get Chamberlain'd

naive mantle
#

zamn

keen cloak
#

I've been replacing portraits slowly for a few days now

#

started with UK

#

they're my most played nation atm

naive mantle
#

how to graphic

keen cloak
# naive mantle how to graphic

I find the image I want in the internet
I run palette.fm to get a rough colorization
I move it to Clip Studio paint and make a cut out of the image
I put the cut out on Hearts of Iron 4's portrait background, scaling it down in the process
I get rid of the rough edges by running the eraser around the image
I use Clip Studio Paint's Tonal Correction settings to adjust the colors and fix any problems like those white parts in old images you'd see often in old movies
That's it

naive mantle
#

is there like a tutorial or something i can follow?

#

like on youtube?

#

cuz rn im just taking photos from google đź’€

keen cloak
#

sure but those are typically for painting the image yourself, I kinda went the easy way by making palette.fm give me the colorized version đź’€

#

Clip Studio Paint must be one of my best purchases so far even though it cost me my entire bank balance as a student when I bought it 50% off

#

if anyone is looking for it, here's the leader portrait background

#

this might be because I am blind but I wasn't able to find it in the gfx folder so I searched around

naive mantle
#

i know its in the files somewhere

#

yeah

#

look how beautiful it is

dapper wadi
#

kolchak

fallow ingot
#

How do you center/move the bookmarks/start dates?

pale sparrow
#

Start in debug mode, then use ` on the bookmark menu

#

It'll show the GUI elements and you can try edit them to be center

fallow ingot
#

k thanks

fallow ingot
#

Any idea of i can remove the 1939 date?

fallow kraken
#

was there a change to how civil wars work?

#

at least script wise i mean

slender brook
fallow kraken
#

ah lol seems like the update changed the state numbers and if it cant set the capital it wont fire anything at all

iron flume
#

I have a question- with Mods like 'ideology matters' and 'faction distance limiter', I had the idea of asking you guys - y'know who mod, if it would be possible to give Individual factions their own modiffier on who can join it.

#

like chinese minors are the only ones who can join the... 'chinese united front'

obtuse condor
#

I’m thinking about playing an alt history mod for hoi4 that is not Kaiserreich nor Furherreich. Any recommendations?

obtuse condor
rain aurora
#

i read it wrong

#

i thought you asked for ideas to make a mod

obtuse condor
#

That’s still a great idea though

#

But do you have any recommendations?

rain aurora
#

if the mod i'm working on was somewhere near finished it would be great

obtuse condor
rain aurora
obtuse condor
rain aurora
#

but primary focus is on Croatia

#

i'll probably make Serbia and Slovenia also

#

i can send you a link if you want to see it

#

i'm also doing it completely alone and its the first mod i'm ever doing

obtuse condor
rain aurora
obtuse condor
runic elk
#

I've been crashing often with my mod, can anyone help?

spiral oxide
#

Are there any genocide mods?

rain aurora
spiral oxide
#

So is there any?

rain aurora
#

idk

obtuse condor
spiral oxide
#

just wanted to play a more historical mod

bright hedge
#

no hidden cravings nope

pale sparrow
proven brook
#

anyone have suggestions on a mod

#

i want one where i can be china but i want it unified

#

like 1945 except im at war

wicked forge
#

Hello I am working on a mod and I was hoping someone might know how to get the AI to build supply hubs

wicked goblet
#

how do i get the present day countries mod? I am a new player

pale sparrow
#

Go to the Steam workshop and filter on top subscribed

stuck quarry
#

having a slight issue with steam mods

#

so i made a mod and i uploaded it and all its files to steam

#

im subscribed to it and it exists in my mods folder for steam and it shows in the launcher

#

however it doesnt seem to actually load the mod despite it being enabled in the launcher

#

my local version of the mod works just fine but the one i have subscribed from steam just launches vanilla, any idea what i need to do to fix it, ive never encountered this issue so i dont know what to do

naive mantle
#

this is giving me a massive headache, any time i try to create a new state from the van state, van just disappears every time

#

and if i try to modify the van state file by just excluding the provinces i took out, the game crashes and it says that all the provinces in van are not assigned to a state

quaint heart
# dusky rampart done

If your doing my paths, I’d say it should either change depending on your political path (Swedish Democracy keeps it alive) or having a mostly merged together political tree for items such as wargoals (obviously still changes depending on ideology)

obtuse condor
rain aurora
wanton veldt
#

I noticed some mods come in zip files, should I extract them or leave them as they are?

lofty plaza
pale sparrow
stuck quarry
dusky rampart
wicked forge
sweet mason
#

Does the ai even build railroads?

lofty plaza
#

They may if their supply is lackluster

#

I don't see them so it very often however

rustic void
#

hey im new to making mods, is there a good area or playlist that i can go to for a basic mod-making guide

tepid cave
#

is there a way to generate decisions for each country. something like this?

puppets_decisions = {
    
    
    for_each_scope_loop = {
        array = subjects
        
        test = {
            available = {
                num_subjects > 0
            }

            visible = {
                always = yes
            }

            fire_only_once = no
            cost = 75
            
            complete_effect = {
                log = [THIS.getName]
            }
        }
    }
}
wicked forge
slender brook
#

I still can’t believe they made supply hubs twice as expensive as a consumer factory

stuck quarry
#

so about ideologies, can i change the party name based on which sub ideology the leader has?

#

so like neutrality has this, could i have a different party name for each type

slender brook
#

I don’t think so

stuck quarry
#

aw thats a shame

quaint heart
#

don’t do a baltics

#

or at least give each nation a custom path

#

Denmark should obvs have a tree more related to Germany

slender brook
#

I mean, the Baltics have unique focus trees where it counts

#

Like shared industry trees are fine because at the of the day industry is mostly just make more factories

wicked forge
pale sparrow
azure fern
pliant reef
#

does anyone have a mod that still works. that allows anarchist spain to ally with people

pale sparrow
#

You could use my cheat mod for this

azure fern
# slender brook What is the effect?

it’s just something that gives infrastructure in some states, before i complete it, it shows the effect but after i complete it it doesn’t show

obtuse condor
#

ok so i made a country and neither its name shows up nor does the state i made for it have a proper name

#

like wtf is this

obtuse condor
#

but for some unknown reason the game doesnt use the localization

dusky rampart
steel elk
obtuse condor
# steel elk

wait who are the leaders of other parties then?

steel elk
#

Sandy being in charge of the democratic party

#

King Neptune ruling the neutrality party

obtuse condor
#

oh ok

stuck quarry
#

Probably a stupid question but is there a way to limit what ideologies a country can have, so say i make a custom ideology for a country i make name it so only that country could use it

dapper ermine
quaint heart
obtuse condor
#

how do i add location

#

and also how do i remove national spirit with focus

edgy solar
#

and to remove ideas you do

#

remove_ideas = your_idea

obtuse condor
#

ok

edgy solar
pale sparrow
#

yes

edgy solar
#

oh I didnt know that was a thing you could do wrong

ocean prairie
#

Can you make a global string variable in hoi4? That works behind the scenes?

obtuse condor
#

how do i make focuses mutually available

obtuse condor
#

wait

#

if i already have a factory in the state do i ahve to make it level 2

tranquil venture
#

Hey guys!
Is there any way to adding commander after national focus?

bronze otter
#

idk modding makes me want to kms

tranquil venture
#

i have same feeling

bronze otter
#

but you are persevering

#

i tried for 3 days

#

and it didnt work

#

well

#

i have literally hundreds of ideas for countries and stuff

#

so i am trying to spring before i can crawl

#

i mean sprint

#

i would be good as an idea giver

dusky rampart
ocean prairie
pale sparrow
slender brook
#

Yeah leaders can have multiple roles

pale sparrow
#

Just not of the same type

tepid cave
#

does anyone know what the interesting countries UI is called in the files?

thin chasm
#

localisation/[language]/bookmarks_l_[language].yml

proven brook
#

is there a mod where i can create my own country?

#

or like

#

for example one of those where i can be anarchist

worldly pagoda
#

is there any mod that allows you to spend pp for extra buildings slots, like in vanilla but an expanded and cheaper version of that

slate latch
#

uh whenever i try bokoen mod

#

it crashes

obtuse condor
#

how do i force a civil war with a focus

#

like not on my counntry but on a different one

#

with my focus

#

like a coup or something

nimble solar
obtuse condor
#

bruh

#

no

#

with a focus

#

custom focus

tepid cave
#

is there a way to level ideas without using if statements to check for each level?

tepid cave
#

also running a scripted effect from within an on action isnt working

dapper wadi
slate latch
dapper wadi
slate latch
#

like the mod doesn't even load

hollow summit
#

Does anyone know why the name is all screwed up? The localization file works fine for other countries, but not Baja California. It's supposed to say "Baja Californian blah blah blah" instead of "BJcanian blah blah blah" or "Bjcaine". I think those errors are because I used Ukraine's localization for it, but I checked the localization file (multiple times) and it's still not fixed. PLEASE HELP

#

I can send the localization file if y'all need it

tranquil venture
slender brook
#

Well you create a character and then you recruit them, just like in the history files

tranquil venture
#

ok, Thanks!

fast onyx
#

what font mod is this? because i know its not from the cold war: iron curtain mod

pale sparrow
#

TNO UI mod?

#

I assume its a custom font

fast onyx
wintry cargo
#

hey guys

#

i am trying to play a mod that it says it was created for version 1.12.11

#

and i cant play it

fast onyx
ocean prairie
pale sparrow
wintry cargo
#

hey @pale sparrow

#

could u help me start this mod if youre not busy?

fast onyx
#

its not TNO

#

its from the Cold War mod

#

I mean its the cold war mod, but it doesnt use that font

quick latch
sharp laurel
#

What's the difference with "unit_ratio", "role_ratio'?

obtuse condor
quick latch
#

read the wiki

obtuse condor
#

bruh

quick latch
pastel crater
#

I play TNO all the time
never seen that

obtuse condor
#

ok so

#

my country's name isnt showing up

pastel crater
#

Bicycle infantry

#

Noice

obtuse condor
#

real

#

nor does the custom state have a name

#

i have localization files before you ask

#

i added it

#

i need help

pale sparrow
pastel crater
#

what

pale sparrow
#

Typo

obtuse condor
#

how do i fix

#

it says state 909 instead of the name i assigned it

#

im making a meme mod btw

#

and also my country name doesnt show up

#

i have localizations

junior owl
#

how do you make kaiserreich elections where instead of the outright results of the election it fires an event?

pale sparrow
#

If elections are enabled you fire an event by on_action

#

if you dont want the automatic one just fire the next election by the election event

merry flint
#

this happens whenever i try and upload a mod with a thumbnail

#

does anyone know how to fix it?

slender brook
#

This includes stuff like thumbnails and screenshots you’ve posted to Steam Forums

merry flint
#

Why does it only happen with a thumbnail then and I can add more to the mod without issues

#

the size of the thumbnail is just 190kb

#

does the launcher have an error reports file or something that shows errors when uploading mods?

merry flint
#

Nvm i found them

vale condor
#

is there any weird mods out there? recently got into the ultimate crossover mod lol

pale sparrow
#

Equestria at War

obtuse condor
#

hey quick question, where are the focus tree pics .dds?

pale sparrow
obtuse condor
#

thx

sleek field
#

I'v been playing equestria for 2 days straight now...

#

Was twilight becoming country leader just for the april fools special?

#

Or am i just dumb

topaz topaz
#

does anyone know how to annex austria as the german empire in r56?

pale sparrow
topaz topaz
#

i want to secure the balkans for bulgaria who is allied to me but i can't take yugoslavia without passing through austria

#

also i remember in a previous run i could invite hungary using the "restore central powers" focus, what are the prereqs for that?

quaint heart
pale sparrow
#

It can invite like 4/5 countries but some of them like Italy are rarely non-aligned

wanton veldt
#

Does anyone know a mod that adds german voices?

#

I tried New German Voices but it isn't working

topaz topaz
#

i'm guessing because their ideology is despotism and not absolute monarchy

#

while bulgaria's is

naive mantle
#

does anyone know of a reliable source for a somewhat accurate 1920s china?

obtuse condor
#

i swear this happens every time with expert ai for some reason

#

do they think theyre going through the north pole or smth

sharp laurel
#

Can I make the dumb AI not do coastal defense by main template divisions, like 9-3?

obtuse condor
#

anyone know where things like autonomous state (for the states like catalonia) is stored?

#

do you mean how to code one or how to make a mod file

pine forge
#

Can you guys give me a suggestion for a place to make a focus tree?
I want to start modding for Hoi4

obtuse condor
#

or a tool to code

pine forge
#

A tool

pale sparrow
#

Go to upload mod in the launcher, in there you can create a new one too

obtuse condor
obtuse condor
pine forge
#

but I am stupid and dumb and cannot code outside of HTML and CSS

obtuse condor
pine forge
#

okay

#

thanks

dapper wadi
#

uhh need help

#

its crash the game whenever i click a naval unit

quick latch
dapper wadi
#

but sure whatever

quick latch
#

Then give enough context so it is related to modding

#

smh

obtuse condor
#

how do i remove cavalry from a country

#

i want bicycles

#

i already added a focus to add bicycles

#

but how do i remove cavalry by default

pale sparrow
#

cavalry is not a tech

obtuse condor
#

ok

#

but how do i remove cavalry from a country

pale sparrow
#

you mean make it unavailable or a starting template/division?

#

Starting templates division are in oob's, defined in the country's history/countries file then found in history/units

obtuse condor
#

the country i made doesnt start with army

#

bicycle infantry > cavalry

#

fock horses

stuck quarry
#

How would i go about creating a revolution type thing, like a few states just split off into their own country,

pale sparrow
#

start_civil_war

stuck quarry
#

Alr, can i have multiple of those happen? Or is it limited to 1

lofty plaza
#

You could make it happen multiple times yes

obtuse condor
#

does anyone have any national focus mod recommendations for countries with the default focus tree

#

?

quick latch
obtuse condor
#

ok so i added bavaria

#

and this happened

#

help

gilded raven
#

is there millennium dawn mod download w out steam

obtuse condor
#

sus

#

do you need the source code of it or what

#

hey guys im making a custom focus tree and i want to create a focus that when it gets completed it changes the rulling party of the country soo will set_ruling_party work?

gilded raven
#

just dont own the game on steam

#

and its only on steam

obtuse condor
#

bruh

#

are you a pirate

#

suss

lethal steppe
#

is there no way to apply this time/date/year to technologies so you can know exactly when they are going to be researched?

obtuse condor
#

We wish

lethal steppe
#

then it's time for a suggestions on the forum

neat linden
#

is there a mod where you can make peace with amerika as germany in ww2 ?

solid lodge
#

Heyo ! Anyone know if the great war redux mod have some flavor for Belgium ?

obtuse condor
#

how do i tell whats crashing my game

#

cuz i got like 10,000 errors in error.log

pale sparrow
obtuse condor
#

wonderful

pale sparrow
#

for crashes I mean

pale sparrow
obtuse condor
#

alright

obtuse condor
#

i could be wrong

hoary sandal
#

it’s pretty good

lofty plaza
upbeat drift
naive mantle
#

does anyone know how to make a city or states localisation depend on who owns it?

#

like if germany owns danzig is still danzig but if poland own it, it turns into gdansk

quick latch
limpid hemlock
#

listen, how to make a trigger to change the focus tree? GPT chat gave me this

country_event = {
id = my_mod.1
title = my_mod.1.t
desc = my_mod.1.d
picture = GFX_event_example_picture

is_triggered_only = yes

option = {
name = my_mod.1.a
# Эффекты выбора
}

option = {
name = my_mod.1.b
# Эффекты выбора
}
}

quick latch
quick latch
#

xD

naive mantle
#

hey guys, so im making the russian civil war as part of my mod, and i need ways to represent the allied occupied areas

#

i was thinking i just make new countries and give the occupiers military access and guarantees

#

like the legation cities in KR

stuck quarry
#

I have a question about civil wars, can i make it so a completely different nation which has been captured by the main nation split off instead of a different ideology version of the main nation, aswell as can i specify what states split off from the main nation

honest eagle
honest eagle
#

Maybe make it a puppet country?

honest eagle
#

I think lol i don’t really understand your question

#

But you can set it to a certain ideology and certain states

stuck quarry
#

Well like

honest eagle
#

Idk if it’s still up to date though

stuck quarry
#

Alr ill check it out

honest eagle
#

If you got any questions/it doesn’t work I can help

stuck quarry
#

Like i got a country which owns the land chad would have, and i wana make chad rebel and split off

#

Ill see if civil wars can do tbat tho, sorta new to modding lol

stuck quarry
limpid hemlock
honest eagle
#
  1. Checked what
  2. Idk man it’s just a phrase
void light
#

Hello, can you make there be a war from the beginning?

#

Traductor

honest eagle
#

Yeah iirc there’s a thing in country files or the bookmark where you can set who’s at war with who

#

I forget though

obtuse condor
#

Does anyone know a good alt history mod that is not Kaiserreich nor red flood?

pale sparrow
#

Road to 56

obtuse condor
#

Alt History

tribal island
#

Me me making mod (trying atleast)

honest eagle
gloomy rapids
#

Would I be allowed to use DLC focus trees in my mod if I change them a bit?

gloomy rapids
#

ok

lofty plaza
#

You would need to make it a dependency

gloomy rapids
#

yeah ok thanks

obtuse condor
honest eagle
#

theres also red world, palpatines gambit, lotr (forgot real name) theres a whole tab for alt history that you can sort by most popular

tropic cloak
#

Hey Guys

#

Can someone help me

#

I wanna do a vanilla mod

#

Where there Are less countries

#

And added corrs

#

Likes not removwd

#

But Countries that Are merged

#

So the game lags less

#

And some Garanteed rng

#

Events

#

Dm me if interested

proven brook
tropic cloak
#

@lofty plaza

obtuse condor
#

if a country has troops but also has only demilitarized states, does the mod crash?

lofty plaza
tropic cloak
#

Hey man thx for answering

#

can we talk in dms?

#

I have a save

#

Is it possible to make it into a mod

#

And i also need some minor changes

#

Its hard to explain

#

Its better if we could talk

#

Just let me know when u find the time

obtuse condor
tropic cloak
#

i wanna make it into a mod

#

Otherwise i have to always load up the save

#

Its just vanilla

#

But with some minors changes

#

ill accept every help

tropic cloak
#

ukraine dude

#

Do you know how to manipulate focuses

obtuse condor
#

you probably cant turn saves into mods, cuz you need to do all the history files and stuff

tropic cloak
#

And events

obtuse condor
tropic cloak
#

Ye

obtuse condor
#

yeah

tropic cloak
#

In vanilla

obtuse condor
#

but that wont apply to save games

tropic cloak
#

its not problem

#

I have the save

#

As a Layout

#

Otherwise ill forget my cores

#

And changes

obtuse condor
tropic cloak
#

when i create the mld

#

Mod

#

i changed borders

#

And cores

#

In my save

obtuse condor
#

so you got all the history files and stuff like that already?

tropic cloak
#

No im really 0 experienced in modding

#

I opened the game

#

And used console

#

Added cores

#

And removed nations

obtuse condor
#

bro just use toolpack

#

its a mod that saves thousands of hours using console

obtuse condor
tropic cloak
#

oh man

obtuse condor
#

you'd have to manually make a mod

tropic cloak
#

I hope someone finds the time

#

do u wanna do it?

#

But we have to talk about details n studf

#

Stuff*

obtuse condor
#

im making my own mod rn

#

Kaiserreich cold war between russia and commie france

tropic cloak
#

Ok one question

#

Can u make a event for example

#

Italy caps Etiopia

#

In most times

#

Etiopia continues fighting

#

But sometimes the really cap

#

And u go into peace deal

#

Are You able to do that so its garanteed everytile

#

Everytime*

#

That this event happens

obtuse condor
tropic cloak
#

No they do capitulate

#

And u go into peace deal

obtuse condor
#

so whats the problem again?

tropic cloak
#

Are you able to make Events outcomes

#

100$

#

100% Garanteed

#

Like that Outcome always happens

#

That austria accepts anschluss

obtuse condor
tropic cloak
#

10%%

#

100%

#

Or that czech accepts to give sudeten

obtuse condor
#

theres custom game rules for some of those, but in the game files you can change the "Ai factor"

tropic cloak
#

To make the Chance to 100%

#

In code

#

Event Outcome

obtuse condor
tropic cloak
#

I mean can you make Events Into a 100% possibility

#

That this outcome will happen

#

Via code

obtuse condor
#

yeah, make the AI guaranteed to do the event

tropic cloak
#

Yes

obtuse condor
tropic cloak
#

Well not only for Ai

#

But also for RnG events

obtuse condor
tropic cloak
#

Like If you coup stalin

#

U can max the possibility of his death to 80%

obtuse condor
#

idk about rng events but its probably also simple

tropic cloak
#

20% is he survives

#

Sometimes it happens that stalin survives

#

And then the russia players gets a civilwar

#

And dies instantly

#

Can u edit it that the the possibility that stalin survives is impossible

tropic cloak
#

Yeah i know its a code

#

U have to change

nimble valley
#

I got a mod for EU4 that changes Byzantiums flag, name, and color.
Issue is the mod is old and the flag ID needs to be updated.
What’s the best way to edit the mods file to update the ID?
Posting here because EU4 does not have a discord.

tropic cloak
#

The Number

#

Like from 50%

#

To 100%

#

Because i saw a guy modding

#

And he Worked on Events

#

Alr another Question @obtuse condor

#

In my Mod i annexed some countries

#

That have impact on the country

#

I annexed and cored Mongolia and tannu tuva as soviet Union

#

Do you know how to remove any focuses that have a connection to tannu tuva or mongolia

#

otherwise the focuses will have no impact or get bypassed

#

Which is lazy modding

tepid cave
#

Couple of questions:

  1. Trying to run a scripted effect from within an on action. It doesn't seem to be working. The on action is triggering properly because the other effects in the action run, and the scripted effect works when I run it through to console, but the scripted effect does not run when it should in the on action. Why does this happen?

  2. is there a way to level ideas without using if statements to check for each level?

ocean estuary
#

What are your favorite historical mods. I’m looking to host noob friendly historical games on Saturday’s. I’m looking for historical mods ive been using IH&E but when I played last time there was some license purchasing bugs and there was no Spanish civil war. I’m curious what yal all like to play. And why you like them.

obtuse condor
#

do either of these matter
they keep on crashing my game when i load into the actual game

ocean estuary
unborn gorge
obtuse condor
cinder wasp
#

did you added this files or just changed them?

#

@obtuse condor , what you did last time?

#

maybe there is typo/syntax errors in files

obtuse condor
#

I removed the faction from the actual country notepad btw

cinder wasp
#

ugh

#

i expected naval or air problems

obtuse condor
#

Nah I ain’t touch those yet

#

But do either of those errors crash the game

#

Or is it smth else

cinder wasp
#

so there is 2 problems, faction assigning and state ownership?

obtuse condor
#

Probably not the Tibet getting a province thing

cinder wasp
#

show what code of this province looks like

obtuse condor
obtuse condor