#modding

1 messages · Page 45 of 1

obtuse condor
#

i did... something?

#

debug seems to work for me

mint saddle
#

great

#

found it

obtuse condor
#

huh

mint saddle
#

all these positions need to be edited

obtuse condor
#

wait nvm im editing it in notepad 💀

mint saddle
#

im in vsc

obtuse condor
#

im way too used to using notepad for coding bruh

mint saddle
#

xd

#

im used to vsc

obtuse condor
#

fr

mint saddle
#

after i have tried to help you, im going to make my own mod.

obtuse condor
#

ok

mint saddle
#

lemme test

#

debug wtf

#

anyway

#

try this @obtuse condor

#

for category header

obtuse condor
#

did nothing

mint saddle
#

hmm

obtuse condor
#

ok so

#

thats just the offset

#

with 40

mint saddle
#

ah wait nvm you did it

#

hmm thats so weird

obtuse condor
#

?

#

that happened when i did this

mint saddle
#

oooo i see now

obtuse condor
#

default is 64, made it 32

mint saddle
#

okay i see

#

didnt change for me

obtuse condor
#

because i added more stuff

#

in the uhh

#

common/idea_tags/00_idea.txt file

mint saddle
#

hold on i need to get this steam resource

#

but im on paradox so i need to do some stuff

#

@obtuse condor i wish i could help, but im seriously not good at this

obtuse condor
#

same

#

i've been working on my mod since i bought the game damn it

#

i made like no progress

#

its still in alpha

mint saddle
#

dont worry

#

someone will know

#

just not me

#

xd

obtuse condor
#

ok

#

i have managed to turn the icons for the things off

#

they are still there

#

but they dont show up

#

i turned clipping on

mint saddle
#

maybe try restarting?

#

orrrr deleting the path

obtuse condor
#

no it should work fine in debug

mint saddle
#

not images

#

they dont

chilly field
#

would this work? has_cosmetic_tag = HRE_UNIFIED

#

i want a decision that will only show after the player has formed hre

lofty plaza
green sentinel
#

Gonna give a modding hot take

TNO is vastly overhated. It's not the same mod as when Panzer led it -- the past couple of updates have given it a much more coherent story and I really liked playing Guangdong. I think people tend to view the community as indicative of the mod team itself

chilly field
mint saddle
#

second of all, if its leader portrait, you need to link it all together.

chilly field
mint saddle
#

Ohh

#

I’ll check in a bit

#

And try help

chilly field
#

ty

mint saddle
chilly field
mint saddle
#

choose_your_leader_category: "Habsburg Restoration"
choose_your_leader_category_desc: "With the restoration of the Holy Roman Empire, It would only be fair to invite the living descendant of the final Holy Roman Emperor Francis II"
Otto_Restoration: "Restore House Of Habsburg to The Throne Of The HRE"
Otto_Restoration_desc: "While victoria has proven a capable ruler of our nation, her lack of heirs is concerning. However the current head of the house of Habsburg and former archduke of austria still lives, so for countinuity and security will we return him to the thron

#

is wrong

chilly field
#

ohhhhhhhhhh

mint saddle
#

try this

#

choose_your_leader_category:0 "Habsburg Restoration"
choose_your_leader_category_desc:0 "With the restoration of the Holy Roman Empire, It would only be fair to invite the living descendant of the final Holy Roman Emperor Francis II"
Otto_Restoration:0 "Restore House Of Habsburg to The Throne Of The HRE"
Otto_Restoration_desc:0

#

add the bottom desc

chilly field
#

ok ill try it

mint saddle
chilly field
#

sadly that doesnt work

#

still doesnt show

mint saddle
#

ill open it in my vsc and see whats up

chilly field
#

ok ty

#

it could be the name

#

actually

#

lemme check

mint saddle
#

choose_your_leader_category = {

         icon = generic_form_nation
         
            Otto_Restoration = {
        allowed = {
        original_tag = GER
        has_cosmetic_tag = HRE_UNIFIED
        }
       visible = {
        complete_effect = {
        set_capital = 4
        kill_country_leader = yes
        if = {
            limit = {
                has_government = neutrality
            }
            create_country_leader = {
                name = "Otto V"
                picture = "GFX_Portrait_hungary_otto_von_hapsburg"
                expire = "1965.1.1"
                ideology = despotism
                traits = {
                imperial_connections = {
    random = no
    political_advisor_cost_factor = -0.25
    trade_laws_cost_factor = -0.25
    mobilization_laws_cost_factor = -0.25
    economy_cost_factor = -0.25
    high_command_cost_factor = -0.25
    air_chief_cost_factor = -0.25
    army_chief_cost_factor = -0.25
    navy_chief_cost_factor = -0.25
      ai_will_do = {
        factor = 1
    }
}

                }
            }
        }
    }
}
            }
        }
#

@chilly field you forgot some brackets

chilly field
#

oh ty

mint saddle
#

try it and report back to me

#

if it doesnt/does work

rustic coyote
#

Is road to 56 a good mod

chilly field
chilly field
rustic coyote
#

Could you help me out i have a bug it wont let me get mods

mint saddle
chilly field
mint saddle
rustic coyote
#

Ohh

chilly field
mint saddle
#

choose_your_leader_category = {
icon = generic_form_nation

Otto_Restoration = {
    allowed = {
        original_tag = GER
        has_cosmetic_tag = HRE_UNIFIED
    }
    visible = {
        complete_effect = {
            set_capital = 4
            kill_country_leader = yes
            if = {
                limit = {
                    has_government = neutrality
                }
                create_country_leader = {
                    name = "Otto V"
                    picture = "GFX_Portrait_hungary_otto_von_hapsburg"
                    expire = "1965.1.1"
                    ideology = despotism
                    traits = {
                        imperial_connections = {
                            random = no
                            political_advisor_cost_factor = -0.25
                            trade_laws_cost_factor = -0.25
                            mobilization_laws_cost_factor = -0.25
                            economy_cost_factor = -0.25
                            high_command_cost_factor = -0.25
                            air_chief_cost_factor = -0.25
                            army_chief_cost_factor = -0.25
                            navy_chief_cost_factor = -0.25
                        }
                    }
                }
            }
        }
    }
}

}

#

@chilly field try this

chilly field
#

ok

#

ty

mint saddle
#

according to google your: Missing country_event Trigger: The decision may not be triggering because you haven't specified a country_event that would lead to the conditions being met. You need an event or trigger that sets HRE_UNIFIED for Germany.

rustic coyote
#

Tysm

mint saddle
#

but idk if thats it

rustic coyote
#

It worked

#

😄

mint saddle
#

np have a good one.

rustic coyote
#

Now I can properly play as finland before dlc release

mint saddle
#

hehe

#

which mod?

rustic coyote
#

road to 56

#

It adds more to finland I saw in a letsplay

#

Now I can "Finnish" them

mint saddle
#

hehe

#

i think road to 56 is god awful.

rustic coyote
#

Why?

#

It has talking trees

mint saddle
#

the mod is good, yes, but i hate the history

#

i dont like base game hoi4

rustic coyote
#

Oh lol

mint saddle
#

hence why i play mods (old world blues)

rustic coyote
#

Hearts of starwars?

mint saddle
#

never played it

#

apparently theres a my little pony one too.

chilly field
mint saddle
#

hmm

#

idk then

#

lol

rustic coyote
#

Wait what

#

You can get achievments from mods??

mint saddle
#

yea

rustic coyote
#

So if you download a cheat mod you still get achievments lmao?

mint saddle
#

maybe

grave niche
obtuse condor
#

ok so

#

how do i make the new policies not be under the headers

mint saddle
outer copper
#

agora mod is good for me
its likr r56 ifk

obtuse condor
#

is there a mod for changing flags

obtuse condor
#

???

twilit arch
#

thoughts?

marsh moss
#

anyone knows how the paranoia system works ?

#

because i want to add it to a nation but i can't find info on the wiki about how it's implemented

lofty plaza
#

You're going to have to reverse engineer it, which admittedly does not sound easy.

marsh moss
mint saddle
#

anyone know how to make a character die if executed a event option

obtuse condor
#

if you want , use that focus icons (i don't need credit , if you use , pls show me 1 screenshot where you use 1 focus icon :)) )

#

there one more

grave niche
mint saddle
#

you made me more confused thasn before i asked

#

whats a gundam

rustic coyote
#

How so?

#

If you can mod

#

Then you can also mod a cheat

#

I have a cheat mod I could use

analog gust
#

Are there any other good modern day mods expect MD

fickle niche
fickle niche
#

however it isnt for the full world map

restive compass
#

someone kn ows how to make a new map?

#

like a country from scratch?

fickle niche
#

adding a new country to vanilla?

restive compass
#

for example OWB

#

they have a built map of only USA and mexico and i was wondering how could i do the same

mint saddle
#

nobody cares, just wanted to say

#

lol

restive compass
mint saddle
#

oh lol

#

i have never seen you xd

restive compass
mint saddle
#

oh lol

fickle niche
vapid owl
#

Abdulaziz Ibn Saud was arrested in January after he allegedly tried to enter a restaurant and steal food at the bar and then was shot by a KV-1

fickle niche
#

you will probably have an easier time finding help here

#

oh

#

the server dont allow links

#

ok

wanton dagger
#

working on a focus tree for liberia, dont have any political focuses yet but I have this
thoughts?

obtuse condor
wanton dagger
digital heart
#

Liberia has potential, I believe in you

#

Try adding more paths that don’t force you to go down the whole tree, like making it available if you’ve done one of the focuses before it and not both, also probably put the dockyards before the submarine focus

lofty plaza
digital heart
#

^

obtuse condor
#

countries which one i have only 1 focus icon

#

italy
mexico
sweden
yougoslavia
afghanistan
brazil
bulgar
hungary

wanton dagger
#

at least hungary is depicted as greater hungary in that icon

#

wait how about the war ones

#

the usa has war plan green (i think it is) so thats another one for italy?

median canyon
#

guys somebody knows how to put mods in game

ripe python
#

What is name of the mod which records the whole game?

dim bronze
#

how do i rename countries that just wont rename through countries_english

obtuse condor
#

how do i do the thing that connects the focuses together? like with the arrow?

#

where i have to do this one and then i "unlock" the next one

pale sparrow
#

prerequisites

#

Check wiki

wispy plover
obtuse condor
#

ty

wispy plover
obtuse condor
pale sparrow
#

💀

wispy plover
#

I dont get what im doing wrong,my 2nd focus wont apear.. could anybody tell me whats wrong?

valid apex
lofty plaza
wispy plover
valid apex
wispy plover
valid apex
#

Yes if what you say is the amount of { and } should be the same

wispy plover
obtuse condor
obtuse condor
obtuse condor
#

they look awesome

obtuse condor
#

thank you!

obtuse condor
obtuse condor
wispy plover
obtuse condor
#

(im just here to write descriptions for focuses, very important task mhm mhm)

#

bullik actually does all the work

ripe python
#

What is name of the mod which records the whole game?

obtuse condor
#

i dont see hungary in my ideas folder on steam anymore

#

i dunno what happen

#

nvm

#

i accidentally pulled it out

lofty plaza
obtuse condor
#

i do just capital urban

#

why are there 3 different spirits for the same thing?

#

and whats the difference betwwen them

#

couldnt they all just be 1 big one? or is it important that they are split to 3?

lofty plaza
obtuse condor
#

ahhh okay, thanks

#

also i have stupid question

#

are these spirits or ideas?

lyric venture
#

yea

#

as far as im aware, the only way i can get mods is through paradox mods

#

but that only has some mods that are updated to my version

timber zenith
#

yeah paradox plaza is your only source

lyric venture
#

how can i update the mods

#

when ur playing on steam, are all the mods updatded?

timber zenith
#

Download a new copy, delete the files inside the mod folder, and put the new files in

timber zenith
lyric venture
timber zenith
#

how did you install the mod in the first place

lyric venture
#

lets say i want this mod

#

i click add

timber zenith
#

Yeah

lyric venture
#

so how do i update the mod

timber zenith
#

Is there an update available?

lyric venture
timber zenith
#

I got no idea, i've only ever used paradox plaza once

timber zenith
#

play this mod tho

lyric venture
#

its not 1.12.14

timber zenith
#

doesn't matter

#

it's 1.12 so it all works

lyric venture
#

really?

timber zenith
#

Yep

lyric venture
obtuse condor
#

why my stuff not doing anything? i saved file and restarted the game but nothing changed :(

#

(i added the war_support_factor)

#

hello

#

im/i am gonna make a Hoi4 mod

#

which adds new tech equipment laws units and templates

#

for ALL nations

#

like m14s m16s AKs and etc

upbeat wave
obtuse condor
#

yes

#

correct

upbeat wave
#

good luck then

obtuse condor
#

thx

upbeat wave
#

maybe you can check the cold war mod for inspiration

obtuse condor
#

i will also add prototype rifles like stg45 m and mkb42

obtuse condor
#

i dont wanna copy anything from them JUST take ideas

#

@upbeat wave

#

sorry for ping

upbeat wave
#

?

obtuse condor
#

i wanna take ideas

#

from CW mod

lyric venture
#

is it possible for me to download a mod from paradox site and change it files so it supports my game version?

upbeat wave
#

most likely gonna lead to corruption and crashes

lyric venture
#

so how can i download mods for my game verison?

upbeat wave
#

if the mod is for a fairly recent version or is very minor it could load without problems

lyric venture
#

the mods have to be 1.12 or 1.12.14

#

if its smth like 1.10 or 1.12.1

#

it wont work

upbeat wave
#

so youre trying to manual load it?

#

cause they cut out gamepass hoi4 ages ago

lyric venture
#

on my laptop

upbeat wave
#

oh i see

#

not the free gamepass copy

lyric venture
upbeat wave
#

well, you can use most of the mods on paradox mods forums, no issue, even if different version

lyric venture
#

if i downlaod a mod that isnt a game version

#

i cant play hoi4

upbeat wave
#

explain why

#

show the alert, warning, etc

lyric venture
lyric venture
upbeat wave
#

its just a warning

#

you can ignore it

lyric venture
upbeat wave
#

yeah

lyric venture
#

k

upbeat wave
#

only way to make sure everything works is to launch the game

upbeat wave
# lyric venture

means the particular mod hasnt been updated for new territories

#

cant use the mod basically

lyric venture
upbeat wave
#

thats your only avenue at this moment

#

idk if xbox hoi4 lets you load previous versions of the game

upbeat wave
#

there you have it then

torpid matrix
#

Is there a mod that allows stockpiling resources?

#

Like, I produce stuff but don't use it, and doesn't sell either but instead store them

#

Something like how fuel works right now

#

But for other resources

frosty iron
#

Hey, is there a mod that would fix my UI problems? Since getting 1440p Monitor everything is too small and increasing UI scaling makes everything blurry and Pixelated

lyric venture
#

is there a way for me to copy hoi4 mods from steam and paste them to my xbox version?

obtuse condor
#

Is there a good website or something where I can make a focus tree

#

I want to make one that I can show of without actually making a mod

cyan raptor
#

All focus icons break, the images are defined in the nationa_focus file, goals_shine.gfx and goals.gfx

#

Every time I add the goals_shine.gfx it causes that

#

IT FIXED IT THANK YOU

eternal jewel
#

nothing fancy i just created a new state on a submod with nodge (the unclaimed one) and tried to give it to blue state with like OWNER= { (tag) it just remains unclaimed no matter what( i want to give the state to blue country so the country has 2 states not merge them) probably some small mistake its like my second time i do something

cyan raptor
#

nvm it broke again

#

goals.gfx

spriteType = {
    name = "iraq_first"
    texturefile = "gfx/interface/goals/iraq/iraq_first.png"
}

goals_shine.gfx

spriteType = {
    name = "iraq_first_shine"
    texturefile = "gfx/interface/goals/iraq/iraq_first.png"
    effectfile = "gfx/FX/buttonstate.lua"
    animation = {
        animationmaskfile = "gfx/interface/goals/iraq/iraq_first.png"
        animationtexturefile = "gfx/interface/goals/shine_overlay.dds"
        animationrotation = -90.0
        animationlooping = no
        animationtime = 0.75
        animationdelay = 0
        animationblendmode = "add"
        animationtype = "scrolling"
        animationrotationoffset = { x = 0.0 y = 0.0 }
        animationtexturescale = { x = 1.0 y = 1.0 }
    }
    animation = {
        animationmaskfile = "gfx/interface/goals/iraq/iraq_first.png"
        animationtexturefile = "gfx/interface/goals/shine_overlay.tga"
        animationrotation = 90.0
        animationlooping = no
        animationtime = 0.75
        animationdelay = 0
        animationblendmode = "add"
        animationtype = "scrolling"
        animationrotationoffset = { x = 0.0 y = 0.0 }
        animationtexturescale = { x = 1.0 y = 1.0 }
    }
    legacy_lazy_load = no
}

}

cyan raptor
#

Did

#

Verified game files

#

debug mode on

#

Nothing

lofty plaza
#

The image dimensions may also be incorrect

cyan raptor
#

It works with png

#

The icons are in png format

#

And they do have the correct dimensions

#

It messes with every other focus icon too

cyan raptor
obtuse condor
#

so im making a mod where i just add new states and provinces, and now my game wont go past loading history with no crash popups

desert harbor
obtuse condor
#

@cyan raptor hello

pale sparrow
obtuse condor
pale sparrow
obtuse condor
pale sparrow
#

the websites are meh, either do it on paper or in code imo

obtuse condor
#

Okay I’ll prob do it on paper then

wispy plover
#

Hello one q. if i want to add civillian trains to stockpile,do i do this?

    completion_reward = {
    add_equipment_to_stockpile = {
        type = civillian_train
        amount = 10
        producer = HUN
wispy plover
timber zenith
#

did you include the closing brackets?

#

I believe it's train_equipment_1

timber zenith
cyan raptor
#

I am an idiot

#

I somehow put the goals and goals shine into gfx/interface

wispy plover
desert harbor
cyan raptor
#

Yes

#

Now how do I replace an idea without removing it then re-adding it? For example Idea 1 gives +5% construction and Idea 2 gives +10% construction how do I "update" the current idea?

#

Thx! meow

wispy plover
#

what is the code to add building slots?

#

nvm actually

#

found it

cyan raptor
#

Options to export event image as dds?

#

nvm

cyan raptor
#

Now I added rounded corners and the empty area is just defaulting to black

desert harbor
median canyon
#

guys how to add Krebs in germany

cyan raptor
#

What

#

That's so broad

median canyon
#

what

#

what is broad

#

im not amerikános

cyan raptor
#

So helpful

cyan raptor
sterile vault
#

Anyone know any good mexico mods?

restive compass
#

2 some reason i cant add a new country it wont show, can someone help?

twilit arch
#

how do i make it so a focus shows how many days have passed since compelting a diffrent focus
like the great purge foci
i looked into the soviet focus tree and i couldnt understand it

restive compass
twilit arch
#

no

quick phoenix
#

I want copy a juggle button from LW, if I map it on the tech tree via "leads_to_tech" it shows up fine, but if I want it to be a stand-alone tech, it is not showing up

#

i guess I have to do gridboxtype in the gui

#

i tried to do one, but it wont work

cyan raptor
#

export settings for a focus icon?

cyan raptor
#

Tried using GIMP and this is the result

#

BC3/DXT5, mipmaps, Box filter

obtuse condor
cyan raptor
#

💀

#

Sarcasm but okay

obtuse condor
cyan raptor
#

So why comment, it provided nothing.

obtuse condor
cyan raptor
#

fixed it wowee

cyan raptor
#

The focus icon doesn't show the preview but when I click, it does?

#

The focus is in goals_shine.gfx and in goals.gfx and in the focus tree file

#

It has the _shine suffix in goals_shine

#

fixed it

median canyon
#

bro are you talking to ur self

cyan raptor
#

💀 How can you be like this

median canyon
#

idk i thought you talk to yourself

cyan raptor
#

CrazyJuiceCat

celest onyx
celest onyx
celest onyx
#

at 13:52

timber zenith
hot jewel
#

"

obtuse condor
#

hi everyone , well who make the mod and don't know how to make focus icon , i am here for focus and national spirit icons :))

pale sparrow
#

you do know you have to specifically load OOBs right?

wispy plover
#

Does anybody know How to change the company for armor or could anybody recommend a tutorial for that

bleak dragon
#

how to add decision to balance of power

lofty plaza
bleak dragon
lofty plaza
#

Best show what you have done

heady lily
#

my god I just saw the suzerain mod on the front page

#

i love suzerain so much, such a fun game, cant wait to see how that translates over to hoi

obtuse condor
#

Or which one industrial , military , political

cyan raptor
#

National spirit

#

LIke this but Iraq

#

Either on fire or with a skull

celest onyx
edgy solar
celest onyx
obtuse condor
cyan raptor
#

YEA

#

Holy

tulip mango
#

@terse prairie am I allowed to advertise mod discord servers here?

umbral coral
wispy plover
#

one q.

what do i write in availability if i want the focus to be available after the spanish civil war started?

lofty plaza
#

That's DoD

#

Just disable the events that pop up

#

What, the DLC?

obtuse condor
#

someone knows ideologies of red flood? like add_party_popularity reactionary or idk other and yet it doesn't work?

lofty plaza
#

Find the event and disable the conditions for it to fire

celest onyx
#

Is there a mod or a simple way to disable ai collab governments

#

They make too many or make useless ones for nothing

cyan raptor
#

Generic hoi4 player opinion

#

Bro a bot

cyan raptor
#

export settings for national spirits :c

fickle niche
obtuse condor
#

All I want to do is make a showcase anyway

fickle niche
#

their from same person

fickle niche
obtuse condor
obtuse condor
#

ok so how do i make it not be under the header

#

like i want to move the header down

#

but only that one

#

not all

obtuse condor
fickle niche
dim bronze
#

how do i make a country start at war

pliant walrus
pale sparrow
celest onyx
#

Alhamdullilah

fickle niche
timber zenith
orchid ruin
#

someone should make a mod for if the Boers won the Boer wars

lofty plaza
#

Rather uninteresting

celest onyx
orchid ruin
#

i may do a orange free state mod later

wet bough
#

am I allowed to "advertise" (just look for help) here?

orchid ruin
#

also anyone know how to add defult infentry templates to a nation

cyan raptor
#

Yes

cyan raptor
#

You can do it but I sure won't

orchid ruin
cyan raptor
#

"Orange free state" haHaa

#

Yea they sure were good fellows

orchid ruin
#

south africa exists in game

#

they wernt good

#

its a alt history thing. just cuz im interested in the boer wars dose not mean i suport them

obtuse condor
blazing fiber
#

But they look very vanilla like

obtuse condor
blazing fiber
#

This one

obtuse condor
#

ok

silent swallow
#

Look, someone had to make the point

silent swallow
#

How can I make a code to where when a country switches to an ideology the colour changes

obtuse condor
#

I wanna start modding an alt hist hoi4 mod but idk if i wanna do it solo

silent swallow
#

Yes

still lily
#

i downloaded the kaiserreich mod, but the focus tree and other events look like this:

#

is there any way of fixing it?

ebon sorrel
obtuse condor
#

Happened to me once

#

why I can't win any battle?

obtuse condor
#

i want to give 1800-1835 britain a focus tree branch to colonize western australia

#

5-10ish focuses maybe 15

#

how do i make a focus tree branch only visible these years?

cyan raptor
#

Uhhhh

obtuse condor
#

ok what happened here

#

every state is randomised

fickle niche
lofty plaza
#

Either that or somethings broken

wet bough
#

am I allowed to "advertise" (just look for help) here? Since I didnt get a repsonde yesterday

orchid ruin
obtuse condor
#

i am allowed to make focus icons and national spirit icons

obtuse condor
wet bough
#

Okay ty☺️

obtuse condor
#

ок

#

пон прин

wet bough
#

Yeah

#

this is me

obtuse condor
wet bough
#

yes

obtuse condor
obtuse condor
wet bough
#

I have my ways

#

The seeds are my mouth

obtuse condor
#

lmao

#

Бля сервер говна

#

вы все хуесосы

#

я вас ненавижу

obtuse condor
obtuse condor
#

its serbian

#

ahhhh okay

#

@timid bronze быстро дал мне админку

#

урод

obtuse condor
fickle niche
obtuse condor
obtuse condor
# orchid ruin 8

why? what you like , what you don't like , which one is your fav?

trail iris
#

English only please

obtuse condor
wet bough
#

Bro just spammed random emojis there

orchid ruin
#

anyone know how to add cheif of army?

broken gorge
orchid ruin
obtuse condor
#

Hi, can you aply modifiers to a single army?

wheat thistle
#

Hello guys, I have a question about mod copyrights. I wanted to basically copy a mod and make a few modifications on it but I don't know if I can get in trouble for copyright issues. Does anyone know if I can have legal problems with that? The mod rights belong to the mod creators or Paradox?

soft furnace
#

Anyone got any idea's on how to create custom event pictures?

pale sparrow
pale sparrow
wheat thistle
slender brook
#

This is because the copyright ultimately belongs to Paradox

wheat thistle
slender brook
#

What country?

wheat thistle
slender brook
#

I doubt Paradox will go after you. At most it might get your mod taken down

#

If the original mod creator goes after you, it'll cost them a lot as well because of the international legal fees

wheat thistle
slender brook
#

Just ask for permission first

#

That's not really even necessary, but it's better safe than sorry

#

The rule is using other people's content with permission, so if you get permission you're scotfree

wheat thistle
slender brook
#

Paradox owns it. But, the community rules still say permission is necessary

#

Paradox owns the copyright for all mods

#

The permission asking is an act of courtesy, not a legal issue

wheat thistle
slender brook
pale sparrow
wheat thistle
pale sparrow
#

Steam ToS prob

slender brook
wheat thistle
#

I thank you both for your help. until later.

slender brook
#

"By making your User Generated Content available, you grant us and our affiliates a nonexclusive, royalty-free, sublicensable, irrevocable, and perpetual right to use, develop, reproduce, modify, create derivative works from, distribute, transmit, broadcast, otherwise communicate, publicly display, publicly perform and otherwise commercialise or exploit your UGC in any manner or form and in any medium or forum, whether now known or later devised without attribution or compensation to you or any third party. This right shall survive the termination of this Agreement."

#

Maybe there's some legal mumbo jumbo I don't quite understand but I think I'm right

zinc pulsar
#

hey guys i just saw a video on making a mod i made my mod but i dont know how to get it in the game i am confused

obtuse condor
delicate plume
#

Hey guys. Does someone know how many states will there be after AAT? Because i would like to prepare my mod already which contains a lot of states and well yeah it would be cool if it could run already when i first launch the game.

pale sparrow
delicate plume
#

Basically yes, my mod has 940 states and in vanilla there's just 908. And of course AAT will use many new state ids, probably the ones that i currently use for my mod, and if i could get to know what will be the highest number of the new states, i could already update them to be higher than that number, so there would be no problems

#

If you get it its quite hard for me to tell this bruh

pale sparrow
green sentinel
#

Need a mod for this

quick phoenix
#

how do I remove all of this extra space?

wet bough
#

Hey i'm looking for a modder to help with a mod! And discuss what its gonna be (dm for motr info)

ornate willow
lofty plaza
green sentinel
#

Pax Britannica

finite aspen
#

hello

#

how do u navaly invade

#

i have 200 hours and still dont know

lofty plaza
#

This is modding

#

Smurf cat

dusk igloo
finite aspen
hexed crown
#

Does anyone know a MOD that allows you to turn off the tank designer without turning off the "No step back" DLC?

median canyon
#

This is horrible, how do i put Mods in game Pleaase

ebon sorrel
#

Please, does anyone know what do i need to do. I just made the folder, and it has no files in it. I cant upload it to steam at all. Same thing happened when there were files inside

hexed crown
obtuse condor
broken gorge
hexed crown
obtuse condor
#

Im planning on making my own USA rework mod

#

It will have

#

2 communist paths

#

2 democratic paths

#

And 2 fascist paths

#

And 1 non aligned path

#

Paths are for communism Lovestone and Browder

#

Paths for democratic are Democrats and Republicans

#

Fascist is Silvershirts and Bund

#

And the non aligned path is the millitary caeserism of macarthur

#

I want the mod to have a vanilla feel

broken gorge
broken gorge
#

maybe some sort of interservice rivalry like japan, trying to appease the navy whilst establishing Army dominace

obtuse condor
#

And a horrible army spirt

#

Where you cant train any troops

broken gorge
#

you could do like a demilitarized zones for non mac arthur supporting states and you have to use pp to demil them all and get them on your side

broken gorge
obtuse condor
#

National guard soldiers should be militia quailty

#

Or a unique uneditable template

#

Like the black shirts

broken gorge
#

yeah

#

they can be deployed during wartime via decisions

obtuse condor
#

Im debating to add native American reservations in the mod that can be abolished if the player goes communist or improved if the player goes democratic

#

It would be like a special state mechanic

#

Where the building time is massively increased

#

Also im part Cherokee and chawksaw irl

#

The player would get Navajo code talkers to simulate their vital contribution to the pacific war

thorn stone
#

Sorry for the interruption, I would like to ask how I can program a puppet state of England and then, thanks to a focus, transfer a territory to that puppet?

obtuse condor
#

Final focus for Democratic usa should be about rebuilding germany and japan

#

As well as creating the un

#

For some late game flavor

broken gorge
#

alf landon path?

obtuse condor
#

there would be one

broken gorge
#

les go

obtuse condor
#

but you can no longer invite the Sliver Shirts into the goverment with him

#

you have to take the right wing mutally exsclusive focus that I haven't given a name yet

#

to get the silvershirts

broken gorge
#

there could be like a co party running option with a democrat and a republican vp and u would have to try and appease both

obtuse condor
#

it does on the state level however

broken gorge
#

just an idea for a fun mechanic

obtuse condor
#

I already named the communist starting path: a better new deal

#

also there would be 6 ways to get rid of the great depression now

#

Democratic options are the New Deal

#

and

#

revive the gold standard

broken gorge
#

you could have a possibility of the election being so even that a civil war breaks out

obtuse condor
#

Communist options are Collectovization (exscluive to Browder) and Socialist Welfare state (Lovestone)

#

for the fascist its Corprotism/Autarky

#

all will have their bonuses

#

and negavatives

#

the fascist ones aren't leader exscluve

#

Macarthur will use the fascist economic ones

#

but he is still Non-Alligned

broken gorge
#

you could have the fascist path work on expanding american hegemony in the americas, demanding decolonization n stuff like that

obtuse condor
broken gorge
#

yes

obtuse condor
#

communists should be decolonozation

broken gorge
#

well demanding decolonizaion is securing the continent from foreign influence

#

makes sense for both

obtuse condor
#

Now for an achivment idea

broken gorge
#

own all of the americas

#

🙂

obtuse condor
#

As Macarthur you must control Rome, Istanbul, Frankfurt, Paris, and Moscow

#

all these places were captials of a proclaimed Roman Empire

#

I call it one Rome to rule them all

broken gorge
#

"well that wasnt meant to happen"
achieve electoral gridlock in the 1936 election

obtuse condor
#

but good idea

broken gorge
#

"you were meant to defeat them! not join them!"
as America turn communist or fascist

obtuse condor
#

Idea for Browder

#

you can deport Trotsky back to the USSR

#

if the USSR is ruled by Stalin

broken gorge
#

There could be an achievement for buying greenland

obtuse condor
broken gorge
#

"a true giant"
as America have over 400 factories

obtuse condor
#

oh and America would have about -75% millitary factory construction speed at the start

broken gorge
#

"British navy who?"
As america have over 350 ships

obtuse condor
#

thats to represent the navy being the main focus from 1936-1941

obtuse condor
#

take London

broken gorge
#

"The americans are here, with big ships and guns"
As america control tokyo

obtuse condor
#

I've become destroyer of worlds
Employ Oppenheimer be communimist and nuke Rome, Tokyo and Berlin

broken gorge
#

*bill wurtz

#

smh

#

my brain

broken gorge
#

good

#

Nuke the Duke
As America Nuke Rome

obtuse condor
#

oh for the American civil war Panama can steal the Panama canal regardless of who starts it

broken gorge
#

Panama stronk

#

"Panama Who?"
as america own panama

obtuse condor
#

alright I gotta play some Hoi4

#

thanks for the ideas

broken gorge
#

np

thorn stone
#

Sorry for the interruption, I would like to ask how I can program a puppet state of England and then, thanks to a focus, transfer a territory to that puppet?

hot jewel
#

can someone please explain all these sub ideologies

#

like

#

just their names

lusty temple
#

Does anyone how to make the colormap work with city lights aswell, I just keep getting a dark version of the colormap like it's nighttime forever.

obtuse condor
#

in endsieg where do you get flame tanks

broken gorge
chilly field
median canyon
#

can someone help me, i installed kaiserreich and th first time i launched game with it it seemed like it worked, it was fine and then mid loading it crashed, now the mod doesnt work at all

chilly field
lofty plaza
#

Yeah but did you do the pathing correct and whatnot

#

Just making sure

ashen mural
#

i just finished my first mod with a friend does anyone know a place to advertise it?

neat turret
#

How can i edit the road ?

#

Because without editing it looks disgusting

fickle niche
#

hoi4 modding reddit

#

youtubr

obtuse condor
#

ok so

#

i still need help

pale bridge
#

with what?

obtuse condor
#

hold on

#

hoi4 loading

#

imma send pic

#

basically i tried adding new policies

#

how do i move the headers down

#

like the second and third one without moving the first header

#

because like this the policies are impossible to access

pale bridge
#

youll get help alot faster

obtuse condor
#

I HAVE SOLVED IT

wispy plover
#

One q. i want a effect to happen in southern slovakia but its state 644 but when i type state 644 the effect aplies to the region Kolmya (siberia) because it also has the state id 644 could anyone help?

#

It works in available but not in the effect

digital heart
#

No two states should have the same ID

#

recheck it and makes sure you typed the ID right

obtuse condor
#

is there a player lead conference mod for current version of hoi4?

wispy plover
#

i mesed up with 664 and 644

#

ty

wispy plover
#

another question how can i add like -100k population to a state whats the code for doing so? because cannot find it on HOI4 wiki

obtuse condor
pale sparrow
#

@brazen cobaltYou may not discuss that here

dim bronze
#

how do i fix countries not renaming man ive asked this for the third time

buoyant dove
#

Marxism-Leninism, Dengism, Maoism, Left-wing nationalism, Juche, Pol Potism/Agrarian Socialism

#

Anarchism, Anarcho-Communism, Democratic Socialism, Democratic Confederalism

#

Progressivism, Social Democracy, Ecology?, no clue

#

Liberalism, Third Way, no clue, no clue

#

Right-Libertarianism, no clue, Minarchism?, Ancap

#

Conservatism, No Clue, No Clue, Paleoconservatism

#

No clue, Patriotism?, Pinochetism

#

Monarchism, Imperialism

#

No clue, no clue, Khomeniism

#

Identitarianism/White nationalism/Alt-right, Fascism, Nazism, NazBol, Strasserism

#

Other, no idea, no idea, globalism?, Narcostate, No idea

pale sparrow
buoyant dove
#

I've seen worse

#

Tbh modpill yourself enough and you tend to start prefering the 4 ideology system

#

Or the diplomatic/international alignment method (which, for gameplay mechanics, is basically what it is)

#

For my mod I was working on, I used ideology for diplomatic alignment (USSR, China, Non-aligned, Albania, Anti-socialist) and had entirely separate cosmetic subideologies

digital heart
dim bronze
#

what else do i need to do other than countries_eng

digital heart
#

is it a .yml file?

#

and the pathfinding should be mod > modname > localisation > english > yourmod_english.yml

dim bronze
#

its mod > modname > localisation > countries_english

dim bronze
digital heart
#

I think it has to be in a folder called english otherwise it won't look it up

dim bronze
#

do i just copy and paste it all in

digital heart
#

No, your mod will automatically overwrite anything in a new .yml file

#

You just need to make sure the files are named correctly or it won't work

dim bronze
#

no as in

#

copy and paste the old files that werent in english

digital heart
#

What do you mean? Are you translating a mod or?

dim bronze
#

no

#

ive put the files from localisation in english

#

ill see if it works

#

oh em gee it works

#

thank you so much

digital heart
#

np

dim bronze
#

ive been trying to fix this for ages😭

digital heart
#

yeah if anything is broken in your mod then see how it's set up in the vanilla game files, odds are its usually something mispelled or a folder/file out of place

dim bronze
#

alright then, thank you so much again👍

#

hey uhh by chance do you know if theres a way to make certain countries when puppeted by another certain country will change name to a certain thing? like for example sweden puppeting norway and norway being named "abc" but if finland puppeted norway it would just be finnish norway

orchid ruin
#

how to add infentry templates to my nation

dim bronze
digital heart
#

(and by look up I mean the base game country name file)

dim bronze
#

another example is germany doing reichskommissariat

digital heart
#

INS_HOL_democratic:0 "Dutch East Indies"
INS_HOL_democratic_DEF:0 "the Dutch East Indies"

#

It's under localisation like normal country names

#

INS_subject:0 "$OVERLORDADJ$ East Indies"
INS_subject_DEF:0 "the $OVERLORDADJ$ East Indies"
this is the dynamic naming scheme

orchid ruin
digital heart
#

NOR_subject:0 "$OVERLORDADJ$ Norway"

#

NOR_subject_DEF:0 "$OVERLORDADJ$ Norwegian"

#

or something like that

digital heart
dim bronze
digital heart
twilit pier
#

yo what font does TNO use for the top text of a super event?

celest dock
#

https://youtu.be/1ZMbFged4y8
saw this video but mod link doesn't work, anybody know mod name?

Do you think that Hoi4 does not have enough war crimes? Well I have a mod for you and turns out im really good at this war crime thing.

The mod: https://steamcommunity.com/sharedfiles/filedetails/?id=2884023932

➡Social Media:
Join my Discord: https://discord.gg/DEEGjHd7VF
Follow my Twitter: https://twitter.com/Jaythegerpotato ;)

➡My Channel:...

▶ Play video
orchid ruin
digital heart
#

Check the vanilla files, it’s a great resource for you to copy paste what youre looking for and change for what you need

orchid ruin
#

k

obtuse condor
ashen girder
obtuse condor
ashen girder
sturdy bluff
#

Dropping bombs on a small house in the middle of a village is not humane

#

Same with using a gun to do pew pew on non-military personnel

hot jewel
#

and has many 💀 stuff

blazing fiber
#

Best mod for update the focus tree icons?

#

Better if ironman compatible

jolly flare
#

do you know what is the name of the mod that allows u to send spys and costumize tanks and planes? i know theree dlc's for that but i think there is a mod too

wispy plover
topaz cloud
#

Hello friends, I want to bring Turkish language support for the game and everything needs to be perfect. I've sorted out all the necessary fonts and it's working, but in the nations' font file, 'tahoma,' Turkish characters are already available, yet in the game, the letter 'i' is appearing as 'I.' What is the reason for this and what is the solution?

obtuse condor
#

For my white russia reworked and expanded mod idea

#

the Tsar can ally Imperial Germany and Austria Hungary

#

But it will come at a cost of stability and war support

obtuse condor
#
  • Added ai_wanted_divisions_factor ai strategy, which acts as a % modifier
raw jackal
#

what mod is this? seems like an internet related mod

#

very intersting

flint fable
#

hoi4 in 2010 or smth

#

idk computer ages

raw jackal
#

nothin

raw jackal
#

thats what im tryna figure out💀

#

i found it yay

#

it was on the damn front page

raw jackal
#

wtf is this mod

mild kettle
#

is there any mods that add mech suits to the technology tree that are up to date?

wispy plover
#

does anybody know why this wont work?

available = {
{ NOT = { has_government = democratic } }
}

wispy plover
#

🤡

obtuse condor
#

available = {
NOT = { has_government = democratic }
}

#

this maybe?

obtuse condor
#

all hungary focus icon what i made for one mod (coming soon)

obtuse condor
# obtuse condor

am i going insane or is that hungarian georgia in the bottom right

obtuse condor
obtuse condor
obtuse condor
obtuse condor
obtuse condor
#

ah alr

obtuse condor
#

hungarian georgia is still funny to me 💀

obtuse condor
#

i know i know i was joking

obtuse condor
obtuse condor
obtuse condor
orchid ruin
digital heart
#

The template?

digital heart
orchid ruin
digital heart
#

I mean like opening up the file

#

CHI is the tag for the chinese nation so you'll need to change any instance of it to the tag for the country you made

#

(Unless youre changing the chinese templates ofc)

orchid ruin
#

ok

digital heart
#

And then in your nations history -> countries -> TAG - Nation.txt file make sure you include "OOB = TAG_1936" (Or whatever you rename the units file to) otherwise it won't be added in

orchid ruin
digital heart
digital heart
#

Is that an error coming up?

orchid ruin
#

?

digital heart
#

Yeah just add in "oob = PLD_1936"

orchid ruin
#

whare?

digital heart
# orchid ruin

You can put it anywhere in that file there I usually but put it near the top of the file

orchid ruin
#

do i replace this

digital heart
#

Don't put it in any of the parenthesis tho, it should be on it's own line

#

Do you plan on having your mod played in 1939 as well or just 1936?

orchid ruin
#

both

digital heart
#

ok, the "oob = PLD_1936" can be put right above the convoys line, and the "oob = PLD_1939" can be put right above that #generic focuses line

orchid ruin
#

like this?

digital heart
#

yep!

#

once you load in you should have the same templates and units as china

#

should, it's been a little while since I've done this

orchid ruin
#

k

digital heart
#

it also sets up your military factories in the production tab

orchid ruin
#

hold up nmv

#

forgot to save it

digital heart
#

are you loading up the game with debug mode btw?

#

to see the error log?

orchid ruin
digital heart
#

Did you turn it on with the steam launch options?

orchid ruin
#

GOT IT

#

thx

digital heart
#

ayyy

digital heart
#

do you know how to turn it on/off again or want me to tell you?

#

While youre modding it should be always on tho

orchid ruin
#

dont have chief of army so i cant make new deviations but its good for now

digital heart
#

right click on hoi4 in steam, click on properties, and then on the bottom of the general you should see the launch options box

orchid ruin
#

k

#

uuuuuuuu, i got divitions for a lifetime now

#

spawned with these

digital heart
#

yeah lol, china starts with a decent amount

orchid ruin
#

hmm al have to change that latter

#

first i have to find out how to change it

soft furnace
#

How to create a custom focus tree logo?

flint fable
ocean prairie
#

Is it somehow possible to write the current Month in a Focus Tree Name that updates every month? Like if its December the Focus Name is "December Focus". And next month in January the name is "January Focus". Is that somehow possible?

wanton veldt
#

How do I upload a mod?

stone plover
#

modding community. Please create Ship market.

#

-love, Britain

pearl sonnet
obtuse condor
lofty plaza
#

I don't think anyone wants to steal you mate

cobalt light
iron swallow
#

new error dog

stone plover
obtuse onyx
spare crest
#

anyone working on a "bring back super heavy tanks" mod?

#

🤣🤣🤣🤣🤣

obtuse condor
topaz cloud
iron swallow
ornate wagon
#

Hey guys in the mod hoi4 the great war redux how do you start the french civil war after you lose the war with germany?

obtuse condor
#

I FIXED THE CRASHING OF MY MOD

#

AAAA I HATE THIS UPDATE IT BROKE EVERY BIT OF MY MOD

#

its no longer crashing

#

but i still have to fix a lot of things

unkempt flower
#

Waiting for new dlc annoucement

#

How much does it take for new dlc annoucement lol

dense oracle
dry scaffold
#

i have a terrible idea

#

an iron curtain redux (similarly to kx, it prioritizes fun over realism)

chilly field