#modding

1 messages · Page 75 of 1

proven sable
#

hidden = yes will make an event hidden. A hidden event does not need a title or a description. The first defined option, if one is present, will be automatically picked upon being fired.

molten lynx
#

state or tile?

proven sable
#

Like I say I think that I'd is just assigned to the units so you can delete them later if needed

molten lynx
proven sable
#

I think you need 986 = create unit

molten lynx
proven sable
molten lynx
#

or state 334

proven sable
#

State 334 = {create unit = {prioritize_location = 10237}}

molten lynx
molten lynx
proven sable
molten lynx
proven sable
#

Btw you can enclose text in ``` to keep the formatting of code so you can just copy and paste it instead of screenshotting it.

proven sable
molten lynx
# proven sable No but I think create unit should be outside the if statement.

not liek this?



     if = {
             986 = {is_controlled_by = FAR}


            State 334 = {create unit = {prioritize_location = 10237}}
            create_unit = {
                division = "name = \"Scarab Swarm\" division_template = \"Scarab Swarm\" start_manpower_factor = 1"
                owner = FAR
                    count = 6
                allow_spawning_on_enemy_provs = yes
            
        }
    }

    fire_only_once = yes
    hidden = yes
}
proven sable
#

This is for an event?

#

You know what let me get you an event template.

molten lynx
#

i didnt see any event examples or spawning troops

proven sable
#
    id = vic_colonial_war.14
    title = vic_colonial_war.14.t
    desc = vic_colonial_war.14.desc
    picture = GFX_report_event_ARG_coup_detat
    fire_only_once = yes
    hidden = yes
    trigger = {
        
    }
    mean_time_to_happen = { days = 5}
    
    option = { #surrender
        name = vic_colonial_war.13.a
    }
}```
#

that's an empty event

molten lynx
#

o

#

wait do i not need namespace?

proven sable
molten lynx
#

ah ok

timber zenith
proven sable
#
    id = vic_colonial_war.14
    title = vic_colonial_war.14.t
    desc = vic_colonial_war.14.desc
    picture = GFX_report_event_ARG_coup_detat
    fire_only_once = yes
    hidden = yes
    trigger = {
         986 = {is_controlled_by = FAR}
    }
    mean_time_to_happen = { days = 5}
    
    option = { #surrender
        name = vic_colonial_war.13.a
        334 = create_unit = {
            prioritize_location = 10237
            division = "name = \"Scarab Swarm\" division_template = \"Scarab Swarm\" start_manpower_factor = 1"
            owner = FAR
            count = 6
            allow_spawning_on_enemy_provs = yes
            
        }
    }
}```
#

This should work for you

molten lynx
#

that was fast lol

#

thank you

#

was in teh middle of sorting out indenting on my end lol

wintry geode
#

Anyone know how to make so all puppets of a certain country become free? i cant figure it out

molten lynx
proven sable
#

so for this one the namespace was add_namespace = vic_colonial_war

molten lynx
#

i see

#

ill do Expansion_Events

proven sable
molten lynx
proven sable
#

You can use capitals but paradox doesn't which can make things confusing for you

#

makes it more likely you make a mistake by forgetting to capitalise something somewhere, or accidentally capitalising something from paradox that shouldn't be

molten lynx
# proven sable You can use capitals but paradox doesn't which can make things confusing for you





Expansion_01 = {
    id = expansion_events.01
    title = expansion_events.01.t
    desc = expansion_events.01.desc
    picture = GFX_report_event_ARG_coup_detat
    fire_only_once = yes
    hidden = yes
    trigger = {
         986 = {is_controlled_by = FAR}
    }
    mean_time_to_happen = { days = 5}
    
    option = { 
        name = expansion_events.02.a
        334 = create_unit = {
            prioritize_location = 10237
            division = "name = \"Scarab Swarm\" division_template = \"Scarab Swarm\" start_manpower_factor = 1"
            owner = FAR
            count = 6
            allow_spawning_on_enemy_provs = yes
        }
    }
}```
#

hows this look?

#

i jsut adjusted some names

proven sable
#

looks fine

#

if you want to test it in game open up the console and type "event expansion_events.01"

#

that'll fire it instantly bypassing the trigger so you can see if it works

#

at least so long as the OOB with the template is loaded in

molten lynx
proven sable
#

Did ya hit save :p

molten lynx
molten lynx
proven sable
#

Hmm that's weird I don't know why that's not working

wintry geode
#

how to make so all dutch puppets become british puppets?

proven sable
#

I'm not sure but maybe it doesn't like .01, try .1

proven sable
molten lynx
proven sable
#

I got no idea sorry

molten lynx
molten lynx
#

and a description

proven sable
#

Nope, should just work

#

I think if it's hidden you don't even need to set a title and desc it's just good practice for edge cases

molten lynx
#

oh

wintry geode
#

every_country = {
limit = {
is_subject_of=FRA
}
set_autonomy = { target = PREV autonomy_state = autonomy_free }
}

#

theres no reason this code shouldnt be able to work

molten lynx
wintry geode
#

they remain puppets

#

i want them to be free

proven sable
#

Again tho indenting please man

wintry geode
#

?

#

whats that

proven sable
#

You indent your code so that anything within a block is indented further than the start of the block

wintry geode
#

as in only show the necessary parts?

molten lynx
#

noticed i need the tag

#

stil getting this error

proven sable
#

You don't need a tag

molten lynx
#

you dont?

proven sable
molten lynx
proven sable
#

I think france.14 is Vichy

molten lynx
proven sable
#

Ok right, try copying over an event file from base game and just stick your code in at the bottom

molten lynx
proven sable
molten lynx
#

oh

proven sable
#

You're in debug mode right? You have error dog

proven sable
#

So do you get any errors?

molten lynx
#

61 has nothing

proven sable
#

Oh my god lol I'm so dumb

molten lynx
#

i have to asing the event in anotehr file dont i?

proven sable
#

Yer where you have Expansion event 01, that should be country_event XD

molten lynx
#

o lol

proven sable
#

Country_event just tells it it's a country event

#

You can also do a news event

molten lynx
#

name = expansion_events.2.a

#

oh damn its firing but its not hidden and has no effect

proven sable
#

The a is saying option one, so it's expansion_event.1.a

proven sable
sand summit
proven sable
sand summit
molten lynx
proven sable
sand summit
#

i get that same error when i try to fire an event

#

using what i described

wintry geode
#

Are there any other hoi4 modding discord servers other than r/hoi4modding's discord server?

proven sable
#

And obviously since it's hidden the event won't show up

#

Try removing the is hidden and see if it pops up

molten lynx
#

either way its not triggered

proven sable
#

I think it's also set to fire only once so make sure to start a new save

proven sable
#

Give it like a month just in case

molten lynx
proven sable
molten lynx
#

i have noticed something

proven sable
#

Oh you might need to put create unit in brackets

molten lynx
#

the exact tile im trying to spawn teh divisions on gets railway damage eactly 5 days after the event is suppsoed to triggger

proven sable
#

So 334 = {create_unit

molten lynx
#

but no units are created

#

indonesia isnt gettign any units

#

hmm strange

proven sable
#

wait hold on should probably set who is getting the event in the trigger

#

so add tag = FAR in the trigger

molten lynx
proven sable
#

yer

#

that's definately why you didn't see it pop up

#

because it could fire for any country but once its fired it can't fire again

proven sable
molten lynx
#

how do i do that?

proven sable
#
        name = vic_colonial_war.13.a
        334 = {
            create_unit = {
                prioritize_location = 10237
                division = "name = \"Scarab Swarm\" division_template = \"Scarab Swarm\" start_manpower_factor = 1"
                owner = FAR
                count = 6
                allow_spawning_on_enemy_provs = yes
            }
            
        }
    }```
molten lynx
#





country_event = {
    id = expansion_events.1

    title = expansion_events.1.t
    desc = expansion_events.1.desc
    picture = GFX_report_event_ARG_coup_detat
    fire_only_once = yes
    hidden = no

    trigger = {
         986 = {is_controlled_by = FAR}
         tag - FAR
    }
    mean_time_to_happen = { days = 5}
    
    option = { 
            name = expansion_events.2.a
            334 = { 
                create_unit = {
                    prioritize_location = 10237
                    division = "name = \"Scarab Swarm\" division_template = \"Scarab Swarm\" start_manpower_factor = 1"
                    owner = FAR
                    count = 6
                    allow_spawning_on_enemy_provs = yes
            }
        }
    }
}```
#

event seems to fire, jsut casues dfamage to that one tile

#

no units spawned

#

trigger seems to be woreking

proven sable
#

That's extremely weird. I've never tried spawning units in enemy territory before, god only knows how that works with 0 manpower too.

molten lynx
proven sable
#

Could try that

molten lynx
#

TAG becomes controller of TILE > spwan units code

#

i have no idea how to do that lmao

proven sable
#

whoever is getting the state = {transfer_state = whoever had the state}

molten lynx
#

like teh little tiles

proven sable
#

Only states

molten lynx
#

shit

#

dont know if thatll work then

molten lynx
#

thats the division im trying to sapwn

proven sable
#

Could be, not sure

#

Think I have to bow out here tho, good night

molten lynx
#

its nearly 5 am

molten lynx
lapis mantle
#

Rise of the Dominions Recruitment
ROTD aims to revamp the Dominions of the Great British Empire by adding

  • New Focus Trees
  • New Countries
  • New Events and Decisions

I'm currently looking for

  • Developers
  • GFX Artists
  • Researchers

So if you want to be apart of a modding team and make a easy but extremely revolutionizing modpack, make sure to DM ME for a link to the Discord Server.

honest zodiac
#

guys, how do i code a muti-party system congress, like the tno congress system

naive plover
#

Came across this image, thought this guy kinda fits the German leader so wanna make one

obtuse condor
#

Guys, What methods of assigning generic focus trees to countries with already existing focus trees are there?
Making a new mod and I want the countries that have focus trees from DLCS or Focus trees overall to just have the generic one.

timber zenith
#

most trees have a factor of 10, i'm not sure if any are different

obtuse condor
#

alright

#

ill try

eager elk
#

yo where can i get a blank map of the world for modding

#

like all states belong to unnamed country

eager elk
#

nvm already found it

crimson dust
#

How do I change this display name? I've changed horthy's portrait by just replacing the original one in the files, but I want to change his name in this image

shy gull
#

Hi i am currently working on my first mod focused on events and i did one that works however for some reason it works only in the first month of the game. Then even if the triggers are met it still wont fire the event. And when i fire it manually it shows that the triggers are met. Any ideas what is going on?

lofty plaza
timber zenith
crimson dust
shy gull
timber zenith
#

yes won't work you can remove it all together

#

can you send a screenshot of your code?

eager elk
#

invalid state id 735 how do i fix this?

#

its in error.log

shy gull
#

news_event = {
id = afk_tag.10
title = afk_ger.10.t
desc = afk_ger.10.d
picture = GFX_germany_poland
major = yes

    fire_only_once = yes
    play_song = "in_inem_polenstadtchen"
    
    
    
    trigger = {
        GER ={
        has_offensive_war_with = POL
        is_subject = no
        
        }
    }
    immediate = {
        every_country = {
            limit = {
                NOT = { TAG = GER }  # Německo nebude mít tuto událost
                NOT = { TAG = POL }  # Polsko nebude mít tuto událost
            
            }
            country_event = { id = afk_tag.2 }  # Spustí událost pro všechny státy
        
        }
   
}
    
    option = {
        name = afk_ger.10.a
        ai_chance = {
        base = 5
        }
        
        
        
    }
}

news_event = {
id = afk_tag.2
title = afk_world.2.t
desc = afk_ger.10.d
picture = "GFX_germany_poland"

is_triggered_only = yes

immediate = {
    every_country = {
        limit = {
            TAG = POL
        }
        country_event = { id = afk_tag.4 }  # Spustí událost pro polsko
    }
}

option = {
    name = afk_world.2.a
    # Možnosti pro ostatní státy
}

}

news_event = {
id = afk_tag.4
title = afk_ger.10.t
desc = afk_ger.10.d
picture = "GFX_germany_poland"

is_triggered_only = yes
fire_only_once = yes


option = {
    name = afk_pol.4.a
    # Možnosti pro Polsko
}

}

timber zenith
timber zenith
#

what does the file look like?

#

can you send a ss?

eager elk
timber zenith
#

an empty state file won't work

#

you just need to remove the owner and core

eager elk
#

kk

#

but idk how to do that in all of the states

timber zenith
#

by hand

eager elk
#

yea but that takes A VERY long time

timber zenith
#

yeah

eager elk
#

when you can just clear it out with code

timber zenith
#

there might be a way using notepad++, replacing lines with nothing

#

however i'm not sure

timber zenith
shy gull
#

so the first

timber zenith
shy gull
#

add_namespace = afk_tag

timber zenith
#

what country are you spectating as?

#

OH

#

it's fire_only_once

#

means only one country is receiving the event, and no others can

shy gull
shy gull
timber zenith
#

you can make certain options appear if a specific tag is looking at the event

#

by putting a trigger = {} within the option scope

shy gull
#

okey i turned fire only once to no and it worked but iz now fires the event like 3 times so you have to click the option button 3 times before it disapears

timber zenith
#

i'm not familiar with news events, but you could put a set_global_flag in the immediate scope, then require not having that global flag for the event to trigger

#

maybe country flag instead of global

timber zenith
#

remove that and put an original_tag = GER in the triggers and you should be good

shy gull
#

so i changed fire only once to no and did what you write but now it doesnt fire at all

#

okay i putted TAG = GER to triggers and now it again works only in january

keen ember
#

Ummmm can someone make a mod "Hearts of Freaky 4" where instead of alliances you make alianfreaky and instead of declaring war you declare freakyness

eager elk
#

yo any easier way to make blank map then just doing it by hand

#

like i dont have that much time on my hands

glacial maple
#

how can i mod MIOs with custom technology? the equipment_type and research_categories always seem to bug and cause my MIO not to show up

keen ember
shy gull
#

without its working only for first month

crimson dust
#

Where are the character files, I forgot

proper acorn
#

Common/characters

wintry geode
#

its impossible to make the puppets free!!!!!

#

does anyone here know how to make a certain countries puppets free?

#

i have tried everything this is so frustrating

#

ahhh fra={]around set_autonomy

vapid creek
#

@vast helm 😔 5th times the charm? (Submitted a ticket a week ago, it’s still very much up)

vast helm
#

man, i already took that one down too

#

dear lord

vapid creek
# vast helm dear lord

I know, it’s been getting reuploaded again and again. Apparently a whole group is dedicated to reuploading it

molten lynx
#

does anyone know why puting the whole world in a faction slows teh game down so much? even when im playing as the single nation not in the faction

hollow moon
#

Yo what's the best mods going rn

summer comet
#

is there any cold war mods or a way i can recreate the cuban missile crisis as cuba, ussr, or usa?

random ember
#

Do anyone have a states map of Magma europe ? Thanks

timber zenith
rose heath
#

i mean there is no such thing as a states map, but you can look on the province map

#

if you want a map with states specifically then idk

molten lynx
#

@proven sable think i could edit the ai of a country to ignore low manpower? im certain thats why they wont push

proven sable
#

Try putting them somewhere like the Maginot and see if they push, if they do it's not manpower

molten lynx
#

liek ive given them lados fo modifiers

#

for supply

#

the custom units use 0 manpwoer and the coutnry has 0 manpwoer and 0 populatkon

proven sable
#

But if they push another tile they won't have supply

molten lynx
#

i mean the unit have to be spawned via event since units need manpower to be deployedf

#

so it msut be that

molten lynx
#

hmmm

#

at least they dont have any side effects of low supply

proven sable
molten lynx
proven sable
molten lynx
proven sable
molten lynx
#

and they dont use manpwoer

#

you cant deploy units that dont have any manpwoer

proven sable
#

create and event to do it then

sullen tundra
#

Why is the focus not working and why is the id as the name not being overridden? (I presume there's something essential missing in one of the folders but this is my first modding):

proven sable
#

Purple_coup:0 "purple coup"

#

The event needs to be fired for a specific country.

sullen tundra
proven sable
#

SOV = { country_event = my_event.1 }

sullen tundra
#

Where would I put that in the focus?

#

@proven sable

proven sable
#

Delete trigger event block

#

It really helps if you just copy the code

#

You can enclose it in ``` to keep the formating

#

like this

sullen tundra
# proven sable It really helps if you just copy the code
focus_tree = {
    id = horrid_henry_focus_tree

    country = {
        base = 0
        modifier = {
            add = 10
            tag = eng
        }
    }

    # Start of Focus Tree
    focus = {
        id = purple_coupe
        name = LOC_FOCUS_PURPLE_COUP
        icon = # Insert icon here
        position = { x = 0 y = 0 }
        
        cost = 5

        effect = {
            trigger_event = {
                id = purple_coupe_event
            }
        }

        is_root = yes
    }
}
#

Like this?

proven sable
#
focus_tree = {
    id = horrid_henry_focus_tree

    country = {
        base = 0
        modifier = {
            add = 10
            tag = eng
        }
    }

    # Start of Focus Tree
    focus = {
        id = purple_coupe
        name = LOC_FOCUS_PURPLE_COUP
        icon = # Insert icon here
        position = { x = 0 y = 0 }
        
        cost = 5

        effect = {
            SOV = { country_event = my_event.1 }
        }

        is_root = yes
    }
}
#

Change the tag and event to what you want

timber zenith
#

if it's root you don't need to include the tag/scope

#

(as in targeting your own country)

sullen tundra
timber zenith
#

and use completion_reward

#

instead of effect

#

you'd also still need to change trigger_event to country_event

sullen tundra
#

Getting this error msg now

timber zenith
#

what does your event code look like?

sullen tundra
# timber zenith what does your event code look like?
event = {
    id = purple_coupe_event
    title = "The Purple Coupe"
    desc = "Seemingly out of nowhere, a group of children who call themselves the 'Purple Hand Gang' have marched into Parliament and overthrown the government! Is this the end of Britain, or the start of a new era?"
    picture = "GFX_EVENT_PURPLE_COUP"

    option = {
        name = "The Purple Hand Gang rules ok!"
        ai_chance = { factor = 100 }

        effect = {
            change_country_flag = { new = gfx/flags/fascist }
            change_country_leader = { new = purple_leader }
            change_country_ideology = fascist
            add_country_modifier = {
                name = purple_coupe_manpower_bonus
                days = 365
                manpower_modifier = 20
            }
        }
    }
}

This is mostly GPT code so it's probs completely wrong

timber zenith
#

ah yeah I wouldn't use chatgpt at all it gets most stuff wrong

sullen tundra
timber zenith
#

they're all up to date

#

at least iron workshop is

#

especially events which haven't changed

sullen tundra
#

Tbh, I'm too impatient to watch some of the guides

timber zenith
#

change country flag/ideology/leader don't exist, they're all just set_politics (with the flag and leader changing based on the government `

#

and modifiers are in ideas

#

i would recommend the wiki article then

timber zenith
sullen tundra
timber zenith
#

that's quite understandable

sullen tundra
#

Best thing I can do now is just leave this for tomorrow when my brain cells are replenished.

proven sable
sullen tundra
proven sable
#

Best look at a base game file, copy it and edit it.

echo flume
#

No clue if this is the right place for it, but im trying to make the ethiopian support anti-colonial resistance focus increase the resistance in an area more, where should i start?

echo flume
timber zenith
#

🫡

abstract bobcat
#

Does anyone use cwtools?

heavy copper
#

how to upload mod

#

there isn't a single good tutorial anywhere

#

there all ass

wintry geode
#

What should these integration focuses do more?

#

(the austrian empire focus is the one that annexes the nations which focuses have been taken)

celest onyx
#

add_equipment_to_stockpile = {
type = infantry_equipment
amount = 1000
producer = ROOT
}

would this work?

wintry geode
#

root should work

wintry geode
#

the focus should now properly work

#

Forgot Venice

#

need to fix that

lofty plaza
shell aspen
#

How can i get the WW1 mod for HOI4?

faint vessel
tidal sphinx
#

bolaland mod when?

plucky crystal
#

how to remove puppet points in goals?

#

focus tree

obtuse condor
#

any mods that are for the recent verison of the game (i also want a modern 2000 mod)?

wintry geode
#

need to make the tree historical before i make any changes

lofty plaza
#

That's like a super ineffective way of making one but okay

obtuse condor
#

how do i add vars to the topbar

#

read the wiki on interface modding and scripted gui

#

nothing is working

rose heath
#

of all the "Europe Only" mods, not single one did what i wanted it to do
so....

#

Not sure if i should work on it when it comes to provinces, since the new DLC might add new provinces, states, etc

gritty dragon
#

at the rate things are going, youve got time

gentle goblet
mortal token
#

Napoleonic hoi4 mod seems to have died

molten lynx
#

@proven sable jsut had an idea, can i edit supply requirements for units? maybe this would be a good workaround for my issue

proven sable
#

like add a bunch of ports

molten lynx
proven sable
#

type into console ale

#

and fuel 10000000

molten lynx
#

oh or maybe a repaeating event that generates fuel?

proven sable
#

oh you could make an idea for fuel gain from oil +8000% or something

molten lynx
molten lynx
proven sable
#

not sure not played around with it really

molten lynx
#

coutnry i want thsi to affect is tagge as FAR

proven sable
#

I changed focus order but that's it really

molten lynx
#

im an idiot

#

i was jsut writing the effect iw anted in the file

#

without an actual thing (dont knwo teh terminology)

hard mirage
#

hey to edit normal focus trees i need to make a new country?

plucky crystal
#

help pls

#

my focus tree just gone

hard mirage
#

check {} if they are in good place

silver path
#

hello everybody, i play on the millennium dawn whit congo, i've take half of the affrica but a still cant have "affricane union mandate " can somme one explaim me how to get them ?

plucky crystal
hard mirage
#

Well im going to work in like 20 minutes sorry

plucky crystal
#

np

rose heath
#

if your focuses dissapeared it's most likely a brackets problem

#

check the one you edited recently and see if everything is closed as it's supposed to

wintry geode
#

Can i make an event happen multiple times? (once every year without having to make multiple events)

gilded harbor
#

does anyone know a mod that adds alot of formables?

molten lynx
#

anyone here good with custom unit models? most of teh tutorials ive found are otudated or missing information

molten lynx
#

animations can come later

#

need to get teh actual model set up first

valid apex
molten lynx
# valid apex Can you show me the concept
#

itll need heavy modifying i know

valid apex
molten lynx
#

o shit you are offering to set it up for me?

valid apex
molten lynx
valid apex
molten lynx
valid apex
#

Yah

valid apex
molten lynx
#

i can get you an example of the walk cycle for this thing

molten lynx
# valid apex But it be somewhat basic

• Follow me on Twitter for updates and photography!
🐦 Twitter: https://twitter.com/Maqsimous

• Become a Studio Producer on YouTube or Patreon for exclusive benefits and videos!
🎥 Patreon: https://www.patreon.com/Maqsimous

• Watch me on DeviantArt for full resolution viewings of my official posters and virtual photography!
🖼️ DeviantArt: https:...

▶ Play video
#

btw, one of the other custom unit models im lookgin to make already has anims, howevr the evrsion with amnims and teh version with textures seem to be seperated
https://sketchfab.com/3d-models/deathbringer-from-horizon-zero-dawn-434addccf6554c318609136f64f04e81
https://sketchfab.com/3d-models/deathbringer-from-horizon-zero-dawn-5c0514eae1f94f22bc5475fe0970cd28

#

how easy would it be to port this anims to hoi4?

#

also im concurned with how difficul itll be to optimise these meshes for hoi

#

as they have tens of thousands of tris

sullen tundra
#

Anyone have a copy of/similar file to this one shown by Iron Workshop on yt? The page for it on Github is unavailable:

molten lynx
valid apex
molten lynx
#

that possible?

#

or could you even jsut asign single colours to those slots?

valid apex
molten lynx
#

can you not have multiple textures?

valid apex
#

or i could teach you how to export a mesh

molten lynx
#

ive never touched texturing in blender

#

but if its jsut single colours it cant be that difficult?

valid apex
molten lynx
valid apex
molten lynx
# valid apex ok

i might be able to rip the original meshes from horizon zero dawn

#

presumably they have single textures

molten lynx
#

should already be rigged too but im not sure

#

they might have animations already, but dont know for sure. still looking into this

molten lynx
valid apex
molten lynx
#

might take me a few hours to sort out these models

gilded harbor
#

you can join MP games with fps map right?

#

without them having it

molten lynx
#

@proven sable ive tested and the issue isnt suply

#

the states have loads of supply now

#

they still advance a little bit and stop

#

even in otehr states not jsut the outback

proven sable
#

Again, have you tried them in combat somewhere like the Maginot

molten lynx
proven sable
#

The Indonesian Islands also have awful terrain, awful supply and massive attrition

molten lynx
#

but i modieifed them to have lopads of supply

proven sable
#

Please just put them on the Maginot line. If you ask for help and then don't try the things I asked you to try I can't help you

sharp wasp
#

Guys how do i get rid of this random nations on empty map?

#

i am pretty sure it's part of the new updates which add new states

wintry geode
#

How to make so these generals can only have 10 divisions and the field marshals 3 generals?

#

theres a maximum of 120 divisions so thats why i want 4 field marshals and 12 generals

sullen tundra
#

Ideology graphic and description aren't working. Why is this the case?:

l_english:
 horridism:0 "Horridist"
 horridism_noun:0 "Horridism"
 horridism_desc:0 "A relatively new ideology to the political world, Horridism comes from the personal beliefs of one Horrid Henry. (Description subject to change)"
sullen tundra
wintry geode
#

Anyone know why the generals/field marshals localisation and portraits wont appear?

#

First time trying to add generals/fieldmarshals

#

RUS_jacobites = {
value = -25
min_trust = -25
days = 10
months = 120
decay = 1
}

#

How do i make so Brittain is permanently 25 angry at russia?

#

RUS_jacobites = {
value = -25
min_trust = -25
decay = 0
} this?

#

what do i do if i want to recruit a character with a focus?

timber zenith
indigo kiln
wintry geode
#

got these errors

#

where do i put available

timber zenith
#

what does your character code look like?

wintry geode
#

like this

#

how to make a chraracter available later in the game?

timber zenith
wintry geode
#

btw is this valid interface for general portraits?

timber zenith
#

does it work?

versed star
wintry geode
timber zenith
versed star
timber zenith
#

crazy

wintry geode
#

[00:21:40][no_game_date][persistent.cpp:45]: Error: "Unexpected token: available, near line: 28" in file: "common/characters/RUS.txt" near line: 28

#

doesnt work

timber zenith
#

for corps commanders

wintry geode
timber zenith
#

it's visible instead of available

wintry geode
#

Cool they work now

#

The focus too

final yew
#

Is black Ice the only mod for HOI4 that is a complete change of the game, I like Black Ice but it doesn't always work when playing different countries, I played Germany and i couldn't trade with anyone and it prevented me from recruiting and doing any production?

fossil cradle
#

How to apply disable_strategic_redeployment in a modifier?

manic dagger
#

There's a lot more like EAW, Millenium Dawn, TNO, Hearts of Minecraft, OWB and Metro

final yew
#

Damn, pity

slow kestrel
#

How do I get this tech to show the effects in the doctrine tree in Hoi4. I wrote the code the same as always that has worked for other techs in the game but for some reason in this format it does not show the effects in game but the effects are still applied to units as intended however they are not visualised in this one specifically and I cant figure out why

gilded harbor
#

does any1 know why i cant join MP games with the fps map mod eventhough it says its compatible with MP?

molten lynx
#

would mean theyed mostly be optimised already

hard mirage
molten lynx
obtuse condor
#

Hello fellas, I have a issue with some stuff ive recently changed some stuff in my mod by making generic focuses basic for everyone and some other stuff and the game keeps crashing now. and this is what is showen in the logs. Would anyone have any tips or?

#

and for some reason when i load a old save of the map in the same version of the map it doesnt crash.

eager elk
#

yo guys where can i find a modern day map for modding purposes?

tame hull
#

Hello is there anybody who know how to make your own unit model

wintry geode
wintry geode
#

210 tall 156 wide image

#

for the portrait

#

need history/countries/xyz common/characters/xyz

sullen socket
#

does anyone know if there's a mod, to where I can make a division and put it in the practice immediately? something that will increase production so I can like produce a million tanks in like 2 seconds.

paper flare
#

what is the proper command for controls all owned states
or i mean trigger

wintry geode
#

is there a way to make so a focus just changes the name of this alliance?

#

btw will it take time to load a focus if it has 600 focuses?

wintry geode
#

hoi4 becomes really slow when i go into the focus trees (im working on a focus tree with 600 focuses)

#

is there a way to fix this?

#

UNFINISHED AS IS THE PLACEMENT

#

Cant you have numbers or smth in focus trees?

fossil cradle
#

What the-

rose heath
#

they have multiple focus trees hidden within the focus tree

#

only revealed once a certain condition is met

wintry geode
wintry geode
rose heath
wintry geode
#

and the other 3 1805-1830

rose heath
wintry geode
#

will try that tommorow tbh its 2:45am imo

north wave
#

My friend has a austria mod that does 745 focuses

#

And game is fine

#

But ur focus tree design ain't the best

unreal nymph
#

can someone make a mod where ci9ties are bigger and like more interesting to fight in

#

some exist but they're all outdated and make my game crash

cyan wharf
#

Is there a way to increase the number of medium countries in the country selection menu?

pale sparrow
#

Wdym

white geode
#

Does anyone know how to create a mechanism similar to black ice where some resources can be exported less?

#

like this.

wintry geode
#

95% of the focuses arent planned yet

north wave
#

ah i see

stable wind
wintry geode
stable wind
atomic valley
#

I am trying to make my first mod, and am currently trying to make an additional German path, where do I find the .txt for it? (not in "common->national_focus" as that only has the fascist path)

wintry geode
#

how to add a new contintent/ai area?

wintry geode
#

I want to make so every country in germany gets an event

#

by doing a every_country capital is_in xyz

dim bronze
#

does anyone know why my mod wont load after ive just made a new state

#

like the base game loads fine its only my mod

vapid creek
vast helm
#

thank you for the headsup though

vapid creek
#

Was unsure of that as last time it was there for 8 days, but that’s good to know! My family was affected by this that’s why I’m so on top of it. 😁

vast helm
#

it wasnt up for 8 days, they just kept reuploading versions of it

#

so I didnt get them immediately each time

vapid creek
#

Crazy how they have like 8-10 people reuploading it

#

I know it’s like a whole dedicated group, they have a link to it in the description.

#

Kinda worrying honestly

dim bronze
rose willow
#

is there some good mod, which makes better experience for singleplayer? like better ai , for example every game i play as allies war is basically over in 41 as italy no navy

wintry geode
#

How to make so you cant remove a certain minister?

dim bronze
hallow shuttle
#

Does anyone have any idea why the shown victory points are moved far to the right?

timber zenith
timber zenith
dim bronze
timber zenith
dim bronze
timber zenith
dim bronze
timber zenith
#

alright

#

make sure you let the game crash first as it reloads the file every time you launch

#

(or you can upload the error log from the crash folder)

timber zenith
#

inside the advisor scope

rose willow
timber zenith
#

it modifies behaviour instead of giving it stupid bonuses

dim bronze
#

this all started after i created a new state

timber zenith
dim bronze
timber zenith
#

it's in the documents hoi4 folder called "crashes"

dim bronze
#

ah i found

#

which folder is it

timber zenith
#

whichever is most recent i'd guess

dim bronze
#

is this to do with when states do ":-1"

timber zenith
#

could you potentially zip the mod and upload it?

#

DMs if that's better for you

lethal grove
#

Is there a mod out there that makes Event text larger? It's so tiny

novel quartz
#

dawg what is this mod

warped wing
#

Is there a reason there aren't any NSFW mods for this game, knowing the community you'd think there would be

wintry geode
#

Does the new design look better?

wintry geode
#

Is there a specific effect that also reduces the speed of the dockyards making ships?

summer lotus
#

base EAI has probably less impact than Better Mechanics

#

it is a much more complex mod than Better Mechanics but the result was insignificant

summer lotus
#

no AI mod can handle navy

#

Expert AI lives on buffs anyway,

#

you can use it without giving AI buffs but it crashes their stock market

#

Better AI mod (yeah, the name is "Better AI") probably has more depth than both BM and EAI but it is weird 🤔

#

it is not radical enough to make AI strong, but barely lives on any buffs at the same time, while being a very incompatible mod just like Expert AI

#

Expert AI is very radical in how it affects the game, making it highly incompatible,

but the og mod creator wasn't a good player so the AI is actually weaker than fully buffed vanilla AI

#

Better Mechanics is almost universally compatible with any other mods, even other AI mods, but it isn't radical enough

timber zenith
#

why would you be looking for that anyway lmfao

hallow shuttle
#

i really dont know how a hoi4 adult image mod could possibly be made

warped wing
#

I am wondering if there is a rule in the community that we don't make that kind of mod content

#

for uh, um, research purposes.

timber zenith
#

what exactly would you be able to make nsfw anyway? the unit models maybe?

warped wing
#

You could look to mods like femBavaria were this is a decision that brings up a basic darting menu, but that could be taken further

#

You can change images in events/ news

brisk dune
warped wing
#

From what I have been able to find there are nsfw mods, but not on steam. Strangely I can't find if there are actually rules against making that kind of mod in the steam community, in fact I have only found people asking why there are no nsfw mods(more weather or not they should even exist).

frank salmon
#

no actual nsfw though

brisk dune
#

available on steam

warped wing
#

there are like 3 and none have images and the descriptions are entirely in Chinese

brisk dune
#

dont subscribe just yet

#

there's a necessary item list at right side of the page

#

that one named in the name of eiko is it

earnest prawn
#

how to change a country leader's name and also how do hoi4 modders make portraits

valid apex
#

On character file you need to check it define for example: name = SOV_georgy_zhukov

#

Now go to localisation file, search for your it define (SOV_georgy_zhukov)

#

Change the latter half then you done

timber zenith
#

that's some very interesting.... tentacle content

#

looking through the files of that mod is wild 😂

#

some of these characters look a little too young tho... 😬

timber zenith
#

yeah wtf report that shit

#

how has that been allowed for 3 years holy

warped wing
brisk dune
brisk dune
warped wing
#

wait I didn't read that I need to edit the files hold up

timber zenith
warped wing
#

hmm

brisk dune
#

as far as i know they only have mechanic translators

timber zenith
brisk dune
#

have you heard about a concept called legal loli?

#

and i guess some of those images were from AIs

timber zenith
#

yeah lol no way you're justifying that

#

there's a pic of schoolgirls lined up lifting their shirts up and you know they're underage cause it's got a school chalkboard in the background

brisk dune
#

lets see if they have any claims in their readme files

#

sneaky tricks used by those jp game makers

#

"All characters are 18 years old or older."

warped wing
#

what is the file number

brisk dune
warped wing
#

It looks like it is all in Chinese

brisk dune
#

so they dont have it fr

warped wing
#

in the localization folder all of the text files are full of Chinese even when labeled as English

brisk dune
#

well one of their devs replied me that they just dont translate them

warped wing
#

hmm

brisk dune
#

in order to avoid some legal issue

#

pity

warped wing
#

I suppose I could just do them all myself for a least a basic translation

#

I mean it will mess it up pretty badly but considering the type of mod and that only I will see it it shouldn't matter

brisk dune
warped wing
#

underaged character images could be substituted out for other images

brisk dune
#

tbh they might just randomly find some pixiv nsfw images for their mod, especially jp styles and use them after having the author's permission

#

east asian players including jp and cn players just dont mind it most of the time

brisk dune
timber zenith
#

because they deliberately don't translate it because they know what they're making is wrong

brisk dune
#

ok they gave me an explain

#

they r suprised to know that more players from other districts are familiar with this mod

#

and they dont seem to think that these contents r wrong at all.

#

the dev explained that the age of consent is 14 in cn so it should be fine

#

as nsfw contents are already illegal in cn

timber zenith
warped wing
#

as well lolicon is illegal in the US

brisk dune
warped wing
summer lotus
#

tbh China enforces it much more harshly and carefully

timber zenith
#

no

brisk dune
timber zenith
#

yet the most popular mod is chinese?

brisk dune
#

and the authority just dont care if some modder upload nsfw content across gfw for free

brisk dune
timber zenith
#

well, i think the mod is under review now.. I hope it gets removed

brisk dune
#

and accelerators (legal) to help them

warped wing
#

where are the image files in this mod

#

I am only seeing lots of text

timber zenith
#

gfx folder

warped wing
#

oh shit

timber zenith
#

yep

warped wing
#

there are so many

brisk dune
#

culture difference i guess, they just think it doesnt matter

#

that should be the same in the whole east asia

#

jp have ci-en and dlsite which is full of these stuff

timber zenith
#

its not a cultural difference it's a collection of chronically online p*dos

brisk dune
#

it seems that jp even have a topseller website for those chronic patients

warped wing
#

most of these look at least 18 but many are clearly not, unfortunately I need to use a dds file helper as many of the images are in that format

brisk dune
#

i agree this is crazy, but thats something exist fr

summer lotus
#

I just find it funny because they still have lower crime rate in related area of justice

it does extend as far as south east asia as well

warped wing
#

this mod could defiantly be recovered for a English speaking audience and changing some of the images

timber zenith
summer lotus
#

nah, even as a whole

for some reasons most of them are just harmless when it comes to actual people being involved

#

the actual pedoes use a different site

#

like the ones that actually want to do anything that affects or harms any others

#

some Asian gacha games with a lot of young girls, such as Blue Archive, are vastly popular in Vietnam, for example

brisk dune
summer lotus
#

but their players don't even bother with people lul

#

like they are just harmless

#

they just don't actually cause anything

timber zenith
brisk dune
#

child pornos sometimes are bestsellers in jp, but nobody does that in real life.

summer lotus
#

ew, now that's rare

brisk dune
summer lotus
#

but anyway for Asians, they generally view the other side of the world as vastly more degenerative

brisk dune
#

immediate means execute after months of review

#

but fast enough

summer lotus
#

so I think this is pretty much just

#

cultural difference

warped wing
summer lotus
#

in how people view whether this or that stuff is actually degen or how they interact with other people

brisk dune
warped wing
#

real

timber zenith
#

not like "young looking"

summer lotus
#

yeah, but they still won't touch a real person

#

which is where I just find them weird

warped wing
#

regardless in the US the penalty is "significant charges and significant jail time".

timber zenith
#

thoughts turn into actions.. it's a story as old as crime

warped wing
#

in Cn would not be surprised if death penalty

summer lotus
#

yeah, yet they still don't touch a real person

#

which is just weird

brisk dune
#

maybe charactors in 2D is much better than a real person i guess lol

summer lotus
#

oh is that so?

#

tbh Asian cultural difference is massive

#

from their perspective, the west is vastly more degenerative

brisk dune
#

game charactors dont rebel

#

and you dont need to worry about legal issues

#

can do whatever you like

summer lotus
#

👀

#

tbh Asians are just weird,

#

either that

#

or both are weird

#

we just think our side is more normal

warped wing
#

lmao sorry that is just what I thought of immediately

timber zenith
#

is it opposite day from your perspective too

brisk dune
#

me?

summer lotus
#

so yes

timber zenith
#

YOOOO SAME

brisk dune
#

i do live in china right now

summer lotus
timber zenith
#

sydney perchance?

brisk dune
#

still, somehow weird but fine

summer lotus
#

nope, melb

brisk dune
#

i guess chinese experienced too much and they've seen it all before.

timber zenith
brisk dune
#

after all their history book looks scary

#

much thicker than i expected

warped wing
brisk dune
warped wing
#

hmm

timber zenith
#

you in the cc clique?

brisk dune
#

what's cc clique, the one held by nationalist?

#

no way, they are currently getting weaker

#

i dont think they can decide what to eat for supper in their retirement home

blazing hornet
#

Its cool

brisk dune
#

everything else is fine

blazing hornet
#

What is gfw?

brisk dune
blazing hornet
#

Oh ok my eng is bad so sorry

brisk dune
warped wing
blazing hornet
brisk dune
warped wing
#

神圣联合国 is a strange line

brisk dune
warped wing
#

it keeps saying holy united nations

brisk dune
#

they r just trying to create a sense of contrast with the succubus

brisk dune
#

not the UN, just the last group of resistance get united

warped wing
#

I have seen it replace virgin with saint though so idk, a lot of stuff has English tags nest to them but they don't always coordinate

brisk dune
#

and succubus would try to make them corrupted

brisk dune
#

my fault

brisk dune
blazing hornet
warped wing
#

I mean yea it just has a database of words in both languages and picks the words that match closest in most context

warped wing
#

I suppose the event call for that phrase, many events call the same phrases

fluid compass
#

this might fit here, but does anyone know what the river map colors mean?

#

i want to redraw the river map because its not how i want it to be, and i dont know what the colors mean

#

should i use only cyan?

paper flare
#

what does this mean Error: "Unexpected token: spriteType, near line: 1" in file: "interface/country/italy/VNE_decision.gfx" near line: 7

paper flare
fluid compass
#

possibly

obtuse condor
#

i'm currently playing great war redux as ottomans, and i won the balkan war

#

but now ww1 won't fire

#

is this bugged

obtuse condor
#

world tension is also only 5% in 1915

fluid compass
#

hmmm, i wonder why the serb nationalist assassin

#

would assassinate franz joseph

#

if there is no serbia on the map

#

hmmmm

north wave
#

going good

#

now their flag and leader must be changed

#

and then loc

obtuse condor
#

hmmm i wonder if the mod's developer would have took steps to ensure that the main event of the mod would fire regardless of player actions hmmmmmmmmm

fluid compass
#

i mean, it makes sense for the event to not trigger

#

if serbia doesnt exist

#

the serb nationalist assassin killed the heir to throne in sarajevo, bosnia

#

he could've done it literally anywhere he wanted to

#

but instead he chose bosnia!

#

wonder whyu

obtuse condor
#

the war probably was gonna fire tbh

#

irl i mean

#

makes sense that the mod simulates this scenerio by making it happen a few years later

fluid compass
#

yea if franz joseph didnt get assassinate d ww1 would just be postponed i think a ww1 would still be possible

hallow shuttle
dire turtle
#

Owb Best mod

gleaming edge
#

I think the nudge tool is broken

#

I'm making a map mod and I cannot validate any (coastal) state without it crashing

#

I randomized all the buildings, tried remaking the entire map, nothing

#

The error log indicates its due to no port buildings in coastal tiles but I simply cannot add them as its greyed out

#

And verify auto crashes

#

So I'm realy stuck

rose heath
#

is there a tutorial somewhere that'll tell me how to make something like War Support or Stability

#

i want there to be a third thing affected by different things giving different things

#

or maybe where i can find stability and war support in files

upbeat mist
#

You can make a dynamic modifier for that. Or you can make a variable that will affect a dynamic modifier (using maths). If you also want to you may desire to put that value somewhere on the screen, and that can be achieved with a custom gui. I believe the wiki provides enough information in regards to that.

fossil cradle
#

Question: It is possible to transfer a province to a country by event?

proper acorn
molten lynx
#

what modifier would i give a country to lock its ability to edit tempaltes but still allow it to train new ones?

#

ive only been able to find a modifier for locking both

fossil cradle
#

Another question: its possible to delete a certain number of units by event?

wintry geode
#

Why is the focus tree vissible?

#

i thought this would make this part of the focus tree invisible?

#

How do i make so a focus makes so an advisor gets hired?

rose heath
wintry geode
#

havent really added any focuses that add forts infrastructure railways or anythinng

#

could add that

timber zenith
#

update it as an effect in that focus

timber zenith
#

did you complete the focus?

wintry geode
timber zenith
#

No it has to be an effect

#

completion_reward

wintry geode
#

Ok

timber zenith
#

inside focus 85

wintry geode
#

and not the whole focus tree

timber zenith
#

it reloads the whole tree, that just means it will hide what needs to be hid

#

(which is whatever is in that branch)

wintry geode
timber zenith
#

Should be fine then

timber zenith
#

You have to complete focus 85

wintry geode
timber zenith
#

and you put the reload in the effect of that focus?

wintry geode
timber zenith
#

can you show that whole focus?

#

and the other focus that disappears

wintry geode
#

0 focuses disappeared

timber zenith
wintry geode
#

theres no messed up brackets

#

or anything

proven sable
# wintry geode

Have a look at the base game, I think you had to set categories/set ever focus to disappear.

wintry geode
#

cant i just make a country_flag?

#

that gets given with that focus

timber zenith
#

could you send a screenshot of the focus with the allow_branch bit?

fossil cradle
#

I was told that a decision with invisible timer is possible. It is true?

gilded harbor
#

does anyone have a link to a mod that changes the TNO ui to something better

real jay
#

or TNO vanilla ui

vagrant ingot
silent swallow
#

There are no errors pertaining to the map itself, there are some about other parts of my mod but nothing relating to my map. Can someone please help. The game crashes on start in the nudger because of the map and I don't know why

timber zenith
molten lynx
#

can anyone help me with au stratagies?

#

my country refuses to use teh strategies ive set

silent swallow
#

From my map editing^

timber zenith
#

wdym when you say you changed the map?

silent swallow
#

I added provinces, changes and added states

#

Added definition

timber zenith
#

Have you also fixed buildings?

#

by pressing validate all states

silent swallow
#

I believe so, if not I will again in case but I feel like I already did so

#

What else could it be if not buildings

timber zenith
icy wing
#

Is modding by Lua programming still available or is it deprecated?

vagrant tartan
#

Anyone playing Equestria At War?

#

Need some help, can't load any custom scenario at all.

rose willow
#

is there some mod for better UI of achievements ? shift + tab is just unreliable

lofty plaza
rose willow
#

I mean when starting game and selecting country, I dont want to select country see achievements exit, select diff country see achievements and repeat

fluid compass
#

how do i make strait crossings?i specifically want to make two crossings here

wintry geode
#

prestigious_foreign_minister = {
random = no
consumer_goods_factor = -0.1
neutrality_drift = 0.05
trade_opinion_factor = 0.33
}

prestigious_self_serving_foreign_minister = {
    random = no
    consumer_goods_factor = -0.1
    neutrality_drift = 0.0
            democratic_drift = 0.05
            trade_opinion_factor = 0.33
}
#

These are good effects for an advisdor?

fluid compass
#

no way to do it using maps?

wintry geode
#

Is the German Kaiserreich focus tree really good because theres allot for you to worry about?

#

dont like how you can chose if the russian revolution happens as russia in great war redux

#

the coup should just make white russia start out more centralized

gentle goblet
#

Do anyone know how to add my own same_support_type to a units?

grim laurel
#

is there any good Waffen-SS or Himmler mod out there?

wintry geode
#

Why isnt the portrait there?

#

btw how do i make so a focus automatically hires them?

grim laurel
#

it's a command if I'm not wrong

wintry geode
#

how do i search for it specifically

#

Want this focus to hire him not just make him available for hiring

gentle goblet
#

Do anyone know how to add my own same_support_type = to a units?

wintry geode
grim laurel
#

oh

lofty plaza
# wintry geode

I still think you're making this in the most ineffective way possible