#modding

1 messages · Page 46 of 1

haughty folio
valid apex
orchid ruin
#

how do i add chief of army?

broken gorge
#

waht mod?

proven brook
#

yall wtf is this country

#

why is it like that-

#

btw this is i think redux

#

qing diynasty has a line country on it

vocal nest
#

yooo

#

hows it goin guys

proven brook
#

what do i do

#

it doesnt let me use it

orchid ruin
upbeat scroll
#

Stole? How? If i use it on a mode, does it count it as steal?

obsidian shuttle
#

its a good idea but i dont think someone will do it

grand nebula
#

как играть

ocean prairie
prisma marten
marsh moss
#

Do mods run on debug even if not updated?

slender brook
#

Whether it'll actually work will depend on the mod itself

obtuse condor
obtuse condor
#

this is stole way

topaz cloud
#

😶guys

obtuse condor
#

One message removed from a suspended account.

obtuse condor
#

can you make division limits now?

#

for just 1 type of division?

#

or all divisions in general

ebon sorrel
obtuse condor
#

What does this error have to do with?

#

[State -1] There're more than one states using state id 111.
[State -2] There're more than one states using state id 148.
[State -3] There're more than one states using state id 149.
[State -4] There're more than one states using state id 150.

#

if you get these errors rename the state files

#

so they have the exact same names as the paradox files

prisma marten
#

I think the problem is that the state with the id "111, 148,149,150" Already exists

#

I could be wrong tho

obtuse condor
#

the file name needs to be replaced to fix it

#

since paradox decided to change the name

pale sparrow
#

Yeh cuz they added new ones the old names no longer make sense

obtuse condor
#

[Province 8945] Terrain "ocean" is not defined.
[Province 8946] Terrain "ocean" is not defined.
[Province 8947] Terrain "ocean" is not defined.
[Province 8948] Terrain "ocean" is not defined.
[Province 8949] Terrain "ocean" is not defined.
[Province 8950] Terrain "ocean" is not defined.
[Province 8951] Terrain "ocean" is not defined.
[Province 8952] Terrain "ocean" is not defined.
[Province 8953] Terrain "ocean" is not defined.
[Province 8954] Terrain "ocean" is not defined.
[Province 8955] Terrain "ocean" is not defined.
[Province 8956] Terrain "ocean" is not defined.

#

also have this error for some reason

livid lynx
#

I'd like to thank Paradox for releasing a DLC that doesn't immediately crash my mod without days of bugfixing, I think that's a first 🙏

#

I mean, it's not flawless but this is definitely a record low amount of errors post-update

obtuse condor
#

just trying to update the mod

#

and this error came up

lofty plaza
#

Well open up your definition and see what's up

obtuse condor
#

except for the provinces i have added

#

pretty much

#

8956;122;36;244;sea;true;ocean;0

#

8956;122;36;244;sea;true;ocean;0

lofty plaza
obtuse condor
#

idk tbh

livid lynx
#

Huh, it's a nitpick, but did the anti-aliasing on the ideology pie chart get turned off or do I just need to tweak my GUI files?

#

I've checked and it's at least not my game settings lol

obtuse condor
#

i once played a mod in like 2020/2021 something like that, it had a 2020 start date and maybe a 2000 one, it had no focus trees and it had a little country in greece on that holy mountain. it featured libyan and syrian civil wars and may other small conflicts and such, i really had fun playing it but i now need to look for it as i remember it again. it was mostly event based from what i remember

#

i've been looking for it but can't find it

#

could really use help to find it

#

have tried everything i can think of

livid lynx
digital heart
#

Most sane discord user

obtuse condor
digital heart
#

<@&846894118219022336>

obtuse condor
#

@pale sparrow

drifting kayak
#

real

dry relic
#

Will last stand be updated??

pale sparrow
#

@obtuse condor @digital heart Thanks

digital heart
obtuse condor
#

and my first 3 icons

drifting kayak
#

Yo guys can someone help me make this work?


country_event = {
    id = Akzz_akzz.1
    title = Akzz_akzz.1.t
    desc = Akzz_akzz.1.d
    picture = Akzz_help_requested-451
    is_triggered_only = yes
    option = {
        name = Akzz_akzz.1.a
        trigger = {}
        ai_chance = { factor = 1 }
        add_to_war = {
            targeted_alliance = From.GetTag()
            enemy = {
                has_war_with = From.GetTag()
                is_enemy_of = From.GetTag()
            }
            hostility_reason = "Anti-Co(Asked_To_Join)"
        }
    }
}

I'm not sure if i did it right cuz i started modding like 2 weeks ago but could someone help me make this work? (its supposed to be for an event option, if that option is chosen then the country joins the wars of the country of the nation that made the event happen in the first place through a decision) (everything except the enemy thing works)

livid lynx
#

So for clarity, the only problem is that the enemy = { } codeblock doesn't work, everything else does?

drifting kayak
livid lynx
#

Hm, based on the wiki's Effects page, add_to_war doesn't seem to allow enemy as a codeblock, it seems to require a specific scope

#

So we'll have to restructure it a bit

#
    id = Akzz_akzz.1
    title = Akzz_akzz.1.t
    desc = Akzz_akzz.1.d
    picture = Akzz_help_requested-451
    is_triggered_only = yes
    option = {
        name = Akzz_akzz.1.a
        trigger = {}
        ai_chance = { factor = 1 }
        every_country = {
            limit = {
                has_war_with = FROM
            }
            ROOT = {
                add_to_war = {
                    targeted_alliance = From.GetTag()
                    enemy = PREV #might need to be PREV.PREV, try that if just PREV doesn't work
                    hostility_reason = "Anti-Co(Asked_To_Join)"
                }
            }
        }
    }
}```
livid lynx
drifting kayak
livid lynx
#

np, lmk if it works

upbeat scroll
obtuse condor
upbeat scroll
#

You give me permission to use them on a mod?

obtuse condor
upbeat scroll
#

ok mate

#

i'll show when its more than on ideas/to do list

ebon sorrel
obtuse condor
#

can someone DM Me or @ me where is this unit located at in game files for Venezuela i can't find it ?

digital heart
#

Thats just a generic unit model

obtuse condor
severe swan
#

about organizations can someone help me out

tawny lotus
#

Hay how you doing.
Ima needing help with the mod im making and im taring my hear out.
does anyone know how to use mixed 3d aircraft models for a custom country?
Like Files Wise.
Ping me if you can help please.

obtuse condor
#

how do i mod guys?

tawny lotus
#

From then theres a few basics on youtube you can lookup.

obtuse condor
#

is there any medieval mods?

#

if so, wher

#

where

obtuse condor
#

thought i'd add images to spirit descriptions

obtuse condor
#

guys

#

how do i install medeival mod

broken gorge
broken gorge
obtuse condor
#

not further

#

uhh

#

back

#

i want to be byzantine empire

#

send mei t

small notch
#

anyone got the mod that removes south america

digital heart
#

Why

small notch
valid apex
obtuse condor
#

is there an update for Rt56?

celest tiger
#

Not yet

obtuse condor
#

Dahm

unborn egret
#

there is, though

unborn egret
#

the launcher says its 1.13.1 but 1.13.2 has no effect on mods so it will work just fine

quiet berry
#

oh thank goodness

#

i have no idea what localisation error is causing this

pale sparrow
# quiet berry

missing " somewhere will cause all localizations after that line to break

quiet berry
#

thanks so much tho

pale sparrow
#

I think it should be in the error log when that happens

quiet berry
#

i didnt have debug mode on

#

im quite new to modding

pale sparrow
#

you can always check it in the documents folder

quiet berry
pale sparrow
#

I see

quiet berry
floral oracle
#

guys how to make a custom country instantly on the map like i dont have to use the release command

floral oracle
#

i fixed it

#

it works now

#

somehow xd

obtuse condor
median acorn
#

ой

#

вы не руские

#

всем

#

привет

#

руские

obtuse condor
#

Can someone tell me how can I put a mesh to the hoi4 infantry model like how do I do that

median acorn
#

американцы долбаебы

obtuse condor
#

Do I need to rig it or would that not apply since I'm only switching out the model mesh?

opal fern
#

Hey guys, just a short question, how to make portraits for officers run again in the History documents?

twilit arch
#

Are there any guides on how to structure a focus tree not how to make one just how to roder focuses to make them fun

obtuse condor
#

[17:18:28][no_game_date][map.cpp:1760]: Province 12634 has TOO LARGE BOX. Perhaps pixels are spread around the world in provinces.bmp
[17:18:28][no_game_date][map.cpp:1760]: Province 13059 has TOO LARGE BOX. Perhaps pixels are spread around the world in provinces.bmp

#

anyone know how big a province can be before you get this error?

#

how many pixels?

lofty plaza
#

No clue

#

You're just gonna have to experiment I suppose

twilit arch
#

See how many pixels are in a large province in siberia or the sahara

#

How large of a province are you making?

twilit arch
obtuse condor
#

im moving the north siberian provinces to ukraine belarus and russia

#

400x400 province and 250x250 are too big

small notch
fickle niche
tulip mango
#

Today I cried because I realized I have to learn how github works

lofty plaza
#

That's how you get by around here. You'll get it quickly surely

tulip mango
obtuse condor
#

localization doesnt work

digital heart
#

is the localisation written in a yml file

obtuse condor
#

yes

#

guszev_mod_tooltips_l_english.yml

#

(guszev mod is the name of the mod)

obtuse condor
#

is anyone here good with making reskins of infantry models? i just need one unit reskinned and i can do the mod i have in mind

obtuse condor
upbeat scroll
#

There is a list of usable traits? I mean that one you put on national ideas,ledears concuoils

brisk zealot
timber zenith
quiet berry
dreamy sapphire
#

does anyone know if i can add music to the existing vanilla radio stations?

#

i forgot to preorder the new dlc for the song and i want to add it like it would normally be there😅

quiet berry
dreamy sapphire
#

well... i tried that but i guess i need to write it in the .txt for the vanilla radio station but i cant seem to find it

quiet berry
dreamy sapphire
#

ofc but first i have to find those files ^^

spice rock
#

What mod maps should i try?

hot jewel
#

im designing (not modding) a communist focus tree (NOT FINISHED) to germany what do you guys think

digital heart
#

Might need a bit tweaking for balance purposes in that starting place, could be quite hard to fight both sides

lofty plaza
#

That map ain't making much sense

upbeat scroll
mild light
#

is there a mod thats like a zombie apacolyspe

quiet berry
#

i wanna add an dynamic modifier helppp

#

whats wrong with my code

ebon sorrel
#

Please, what do i have to do

#

Its like 6th time im askkng

frail sapphire
# quiet berry

You have to write
completion_reward = { add_ideas = GER_beggining_rearnament }
Or
completion_reward = { add_ideas = { GER_beggining_rearnament } }

quiet berry
#

so nothings wrong with the ideas document

frail sapphire
#

No. You wrote : instread of =. Also you forgot the {} brackets

quiet berry
frail sapphire
#

Yes

quiet berry
frail sapphire
#

No Problem

frail sapphire
timber zenith
#

The uploaded mod will still have the thumbnail on the workshop

naive mantle
#

is it possible to initiate a border war between you in a neutral countries land vs an enemy?

#

for example, a border war between germany and the uk over gibraltar, even though spain is neutral but germany has mil access

hoary hawk
#

guess what

untold plover
#

does anyone know where i can find and change the +50% air attack modifiers from the uk and japan designers?

quiet berry
#

Anything wrong with my code?

twilit arch
twilit arch
quiet berry
warm panther
#

Would I be able to have an empty oob file for a country and it not create errors?

twilit arch
twilit arch
#

np

quiet berry
twilit arch
#

idk ive never used them you can check the wiki for examples

quiet berry
twilit arch
#

yes

marsh moss
#

I used It a few times need help ?

obtuse condor
#

cost = 5 is 35 day
cost = 10 is 70 day
cost = 15 is 105 day
and more...

summer linden
#

my mod crashes after 1.13 update during the "creating checksum" loading phase

#

it worked fine with 1.12

#

it has totally changed the map

#

the last read is memfile(30)

#

how can i fix it?

ebon sorrel
ebon sorrel
fickle niche
ebon sorrel
#

I made a fresh, new mod for hoi4 on latest version. There are no files in it, nor thumbnail. I try to upload it to steam workshop, and i get this popup. Same thing happened when i made a mod with actual files in it. Anyone knows what i need to do?

hot jewel
hot jewel
#

Also @lofty plaza

#

Based it on real concentration camps and the votes of communism supporters during 30s

lofty plaza
#

Yeah that's more like it

#

They were far more popular in Saxony

upbeat scroll
obtuse condor
#

5 tiny states

frail sapphire
twilit arch
twilit arch
obtuse condor
ebon sorrel
frail sapphire
#

No. I mean before you start the Game in Steam. Go to the game options and in the one of the categories is a button to reinstall game crashing errors. Sometimes

obtuse condor
#

Where do I put the Re skin of a soldier like folder wise ?

marsh moss
#

any idea about this ?

#

i updated the states files in history

twilit arch
obtuse condor
#

only flags , focus and national spirit icons

twilit arch
#

they arent broken?

obtuse condor
twilit arch
#

oh my bad

twilit arch
#

i apreciate the offer tho

obtuse condor
#

is anyone else having issues with uploading a mod

hot jewel
#

reworking the

#

old civil war too

#

the anti-hitler's are pro-kaiser so them starting in prussia parts of germany

#

near berlin would be better

brave elk
#

Is there any method for making a map mod?

hot jewel
#

like this

brave elk
#

I know the mapgen but I think its outdated

hot jewel
#

left is nazis right is junta

#

is this good?

brave elk
#

isn't the junta seems too weak?

hot jewel
#

its more historical accurate this way

brave elk
#

okay then

hot jewel
#

plus they could buffs and debuffs

#

in soviet civil war you literally start with %3-5 of the land 💀

brave elk
#

lol yes

obtuse condor
hot jewel
#

i just design

obtuse condor
#

design what

hot jewel
#

photos

#

idk how to mod

obtuse condor
#

could you do a leader photo ?

hot jewel
#

not in hoi4 styl

#

e

#

but could do normal portraits with png some little lightning idk

obtuse condor
#

if i gave you a picture could you make me one ?

hot jewel
#

yes

#

send in dms

fickle niche
hot jewel
#

app is pixlr.x

#

i dont mod i just make pics

brave elk
#

Is there any AI or something for making a portrait in hoi4 style?

fickle niche
tawny peak
#

Someone know where can I change their basic name inside the game files?

fickle niche
fickle niche
#

only problem with the focus tree maker is that the dotted lines are replaced with regular ones

#

idk if there is a fix

hot jewel
#

dont know codding and stuff

brave elk
fickle niche
severe knoll
brave elk
#

what do you mean with barely

severe knoll
#

It's super outdated, it was made for 1.9 maps iirc
But maps still work

#

Cuz they haven't changed much

#

Only supply areas have been discontinued I think

brave elk
#

yes

#

thats why I said it is outdated

#

I'm going to do that torture to myself again (making a map mod)

severe knoll
#

FIXING THE ERRORS Dat the map generates is a fukin pain

brave elk
#

yeah

severe knoll
#

Dats why I don't fix them 💀

#

Triggers or stuff Dat doesn't affect gameplay directly is ignored by me

tawny lotus
lofty plaza
main nova
#

Do any of you guys have tips for getting started in modding? all the online advice seems generally wrong

quiet berry
#

Have i missed a bracket?

#

nope i havent

digital heart
main nova
#

I mean do you guys know how I get started? All I was told was to use notepad++ but I know that's not how to actually change anything

#

The only experience I have with coding is using Microsoft Visual Studios I know how to code in C# so I know I would be able to make mods, I just don't know the way you implement it into the game

quiet berry
#

Probably start with a focus tree

#

Make focus tree by coding

#

Implement in game

obtuse condor
#

fellas, in your opinions what is your top 5 ranking for hoi4 mods

main nova
quiet berry
main nova
#

just the first ones that come to mind

main nova
#

which I know isn't a coding software

quiet berry
#

Its cofusing

obtuse condor
quiet berry
#

New ways*

main nova
quiet berry
#

Look @main nova if you wanna learn how to code hoi4 mod

#

Join a server im on for a mod

obtuse condor
quiet berry
#

A mod team

#

Im a dev ill get the other guys to help you

#

Because its easier to work on an existing mod than start from scratcxh

main nova
main nova
obtuse condor
main nova
quiet berry
main nova
obtuse condor
#

imo tno gets more hate than it deserves

#

taboritsky's russia slaps

digital heart
main nova
#

that would be helpful

quiet berry
pale sparrow
#

I never used Sublime but VSC also has plugins for HOI that it might not

main nova
#

Oh really? That would be great, do I just google VSC Hoi plugins?

pale sparrow
#

yeh

#

only downside I know is VSC search is kinda trash

slender brook
#

You'd search up Clausewitz in the VSC extensions

#

No need to go to google for anything

dim bronze
#

how do i fix my mod so it works again

fickle niche
fickle niche
main nova
#

I knew that tutorial was wrong

fickle niche
main nova
#

Some online one that was like "install some bs text app because for some reason .txt files aren't going to work"

fickle niche
#

however im pretty sure regular notepad works

main nova
#

Yeah, really the issue is the videos I watched didn't tell you how to implement the code, just how to write it and I already knew C#

fickle niche
#

hoi4 mods arent written in C# they are written in hoi4 syntax

main nova
#

Which is C++

#

and whatever other things they do to simplify it

#

I just know it's coded in C++

fickle niche
main nova
#

Yeah you do

fickle niche
main nova
#

Basically I don't know how to implement the mod once it's done

#

Also I'm trying to make an ironman compatible mod for portraits and flags

#

I decided to play as commie ireland and it looks kinda horrible lol

fickle niche
#

like uploading to steam?

main nova
#

No like uploading the mod into the game to test it

slender brook
main nova
#

Oh alright, makes sense

summer linden
#

the province.bmp rivers.bmp and heightmap.bmp of my mod seems broken

#

the game crashes at the loading screen with these files

#

but they worked well with last 1.12

#

i checked their format and their bitwidth are correct

#

where could they go wrong?

fickle niche
mortal spear
#

Mods back again?

fickle niche
brave elk
#

why my map mod is crashing? Does these errors affecting the my map mod?

merry jacinth
#

quick questions, anyone know how to add funding to designers?

#

also if making new designers is possible

topaz cloud
brave elk
#

Belgelerden neyi sileyim

brave elk
#

Herhangi bir mod aktif değil

topaz cloud
topaz cloud
brave elk
#

Tamam bakarım

topaz cloud
topaz cloud
brave elk
#

Tabii

#

Bakarım

topaz cloud
# brave elk Tabii

Yapılan Bütün yamalar içinde sadece benim yamamda font desteği bulunuyor çalınma ihtimali yüksek nasıl önlem alıcağımıda bilemiyorum senin bir fikrin var mı

brave elk
#

Yama konusunda pek bir bilgim yok maalesef

ocean tusk
#

does anyone know an napolen mod which is almost up to date with hoi4?

upbeat scroll
#

I read that conversation about using text editor. I've been watching iron workshop tutorials and he use Notepad++, is it good? (in the past i used Sublime text and it was good, but i have to admit that the colored text confuse sometimes)

#

@fickle niche Btw, you are used to modding?

topaz cloud
#

How to make thumbnails high quality

#

A 268x268 photo looks better quality than a 1080x1080 photo

#

What's the solution

obtuse condor
#

how do i make focus visible in certain years?

obtuse condor
#

maybe in 6 or 12 months tho

lofty plaza
obtuse condor
#

id = HUN_spainitaly5
prerequisite = { focus = HUN_spainitaly4 } visible = { date > 1936.1.1 }
x = -4
y = 18

obtuse condor
lofty plaza
obtuse condor
#

is there a website that has free to use focus icons?

lofty plaza
#

No

fickle niche
fickle niche
#

i know some basics but thats it

obtuse condor
obtuse condor
#

anybody know how to make icons like that?

upbeat scroll
#

I launched the game with -debug mode for 1st time and show this error notebook. Most of the seems related with GFX. I launched it without mods. It's maybe because i have no DLCs apart from AAT?

south hollow
#

hey guys I downloaded millenium dawn from steam workshop but it's not showing up in the game, I can't find anything new it added, only trace I can find of it is that it is said that it's installed in the launcher and is active in a playset.

dry scaffold
#

expanding on my stupid idea, i have made a logo for it

pale sparrow
#

@brave elk@topaz cloudPlease take it to PMs next time, no foreign languages here

brave elk
#

Okay

fickle niche
topaz cloud
pale sparrow
median canyon
#

npc

frail sapphire
#

Hey. I have two Problems. First I need help how to make that Ideology Scrolling thing. And my second Problem is that some Names are total wierd and I have no Idea why

median canyon
#

what is wrong

#

what is this mod

#

its probably mod broken

frail sapphire
#

I made it myself. But I have no Idea what I could have done

upbeat scroll
brave elk
#

I just hate how my map mod is crashing without any error in error log

#

Why it is happening?

brave elk
south hollow
#

actually I'm pretty sure

hexed bridge
#

im trying to make a mod, but when im in the hoi4 file the common file doesnt show up?

#

or the countries file

#

or the colors file

hexed bridge
#

nvm

#

i found it

dry scaffold
#

hey any of y’all wanna help me work on a mod that will not be made until i move into my new house and get a pc

quiet berry
#

Hi I have a national spirit for army reform and I would want the gfx to change when the modifiers change also? how would I do that

quiet berry
#

I miss a bracket anywhere?
Image

topaz cloud
stray nymph
#

Hello my friends

#

What kind of mod may be causing this? What files I must search?

frail sapphire
#

Go in the history file of the Netherlands

fickle niche
pale sparrow
#

00_traits.txt

pale sparrow
frail sapphire
#

Hello. I have two Problems. First I need help how to make that Ideology Scrolling thing. And my second Problem is that some Names are total wierd and I have no Idea why

frail sapphire
stray nymph
pale sparrow
brave elk
#

how can I fix the state ID conflict? I'm working on custom map

vital coral
#

I used debug to check Province IDs, and I have two Provinces with the same ID, and it's interfering with my map and causing issues. Is there any way to fix this?

ebon sorrel
#

still dk how to fix that

ebon sorrel
# ebon sorrel still dk how to fix that
  • there are no files inside of the mod
  • its made on the newest version, and also didnt work on previous one
  • steam files check-up shows that all files are downloaded and correct
  • only error i get while lauching the game (with or without the mod) is this one:
fickle niche
ebon sorrel
fickle niche
ebon sorrel
fickle niche
ebon sorrel
obtuse condor
fickle niche
ebon sorrel
fickle niche
obtuse condor
#

can you finally add hard division limits?

dry scaffold
#

any of y’all down to make an iron curtain redux mod

obtuse condor
#

SOMEONE PLEASE MAKE A VICTORIAN MOD

#

THAT IS ACTUALLY UP TO DATE

#

I WANNA BE NAPOLEON

#

or you can make like an interwar

#

OR LIKE A FULL YEAR

#

from 1700-2050

#

maybe a little long

#

well somebody made ann awesome mod like that

#

but its not up to date

#

so i cant play it

#

ive seen one from 1850 to 1950

#

still a WIP

#

ye i like modslike that

#

theyre big W

#

fr fr

#

ong ong

#

1910 - 1950 would be good

#

NAH

#

1700-2050

#

that would take ages to make too

#

well

#

plus by the end it would be moving at one minute a second

#

im not forcing you to

#

ykw

#

you do you

#

its ur choice

#

what

#

ive never made a mod and are not planning to

#

unless its an idea i like or smthn

#

"that would take me ages to make"

#

i never said me

#

but if some people were planning a 1910 to 50 mod i'd def consider joining

dry scaffold
obtuse condor
#

pretty sure

#

yeah that

#

a 10 to 50 mod sounds better to me

#

less time to cover content

#

more alt hist possibility

#

i would get into modding to make it

marsh moss
#

what files should i check ?

red dagger
marsh moss
#

explain a little bit more pls

red dagger
marsh moss
red dagger
#

what does that mean

marsh moss
#

i did stuff with decisions and focus and events

red dagger
marsh moss
#

ok thx

marsh moss
#

and i'm pretty sure almost none are because of me

obtuse condor
#

How do I make the names be normal? (I am very new to this modding stuff)

#

i think ima work on a 1910 - 1950 mod myself

#

Cool

#

only take me like a whole year

#

Oof

#

The mod me and my friend are making is simple, we will only edit some of the focus trees

#

yeah

#

But we still haven't figured out how to do the names, so now they all look like GER_invest_in_rearmanet

#

im planning on loads

#

everything that could have happened will be able to happen

#

Nice

#

So you could do TNO and Kaiserreich

#

In that mod

#

You could make the world look like that

#

Sounds very nice

#

no no

#

like

#

every alt hist possible or smthn

#

Ohhh

#

Ok

#

kinda just for the non historical mode

#

that would make me want to die

#

Lol

#

maybe just 1930 - 1950

#

Do you know how to make the names look like they do in the game?

#

nope

#

i have no idea how to mod

#

Aww shucks

obtuse condor
#

yeah

#

loads

#

Am I allowed to put that there?

#

no idea

#

how much are you changing the game

upbeat scroll
#

Does someone know to put traits on country leaders?. I tried this but doesnt work

valid halo
#

guys i am not a criminal or a hacker or anything but there is something i dont understand see in the focus trees if you dont have the dlc you cant access them but how the devs stop someone from removing allow_branch = { has_dlc }

tawny lotus
brave elk
#

how can I fix the conflict state ID error?

rocky drift
#

I have a quick question

#

can I post my submods discord here?

#

Well invite?

pseudo jasper
fickle niche
obtuse condor
obtuse condor
sand sedge
#

hi all need help

#

ive moded the game but the topbar have mods that overlay eachother

#

how do i sort this out please

swift trail
#

anyone know a good mod for bulgaria? i have played the based too many times (yes i have played great war redux and kaiserredux).

dim bronze
#

how do i fix my mod it wont work

swift trail
#

it isnt that huge

#

i wil ltry it one day

#

but not now

lofty plaza
#

Yeah cuz like it's mostly just an improved vanilla one

#

The OG one is rather neglected because of that

swift trail
#

well i mostly play r56 so i have played it

lofty plaza
#

I see

swift trail
#

the improved vanila one

lofty plaza
#

Has Bulgaria tree I'm pretty sure

dim bronze
swift trail
#

i remember once trying this mod

#

when i was new to the game

swift trail
#

wish bulgaria had more mods

dim bronze
lofty plaza
dim bronze
#

it worked perfectly fine before the dlc update

fickle niche
dim bronze
fickle niche
dim bronze
fickle niche
dim bronze
#

loads of stuff about the market

fickle niche
#

if it worked before

keen osprey
#

guys im trying to make an OOB for a country i created and the units dont spawn

upbeat scroll
dim anvil
#

If someone hasn't modded before, how difficult is it to mod Hoi4?

#

From 0 to 10

tepid jasper
#

Is there a mod that allows hitler to become kitler (cats that look like hitler)

obtuse condor
#

rate 0-10

fickle niche
obtuse condor
#

Pld tellllll

pale sparrow
obtuse condor
#

Any good Cold War mods suggestions

obtuse condor
#

is red world still being updated?

#

I wanna check the mod out but I don't wanna switch versions

warm pasture
#

one question can someone send me a good YouTube video where I can learn modding for Hearts of Iron 4. The problem is I don't know how to code and I would like to know how to make these focus characters. That would be very nice if someone could recommend a video to me

prisma marten
#

Iron Workshop has pretty good video on how to mod the game

brave elk
#

Yeah

#

I wish he would make a video about custom map

brave elk
#

is there any 2023 submod?

#

or 2022

#

for millennium dawn

eternal jewel
#

how do i load my obb divisions file (custom country)

fickle niche
obtuse condor
fickle niche
lofty plaza
#

Well sorta

#

Focus tree for a handful of nations

fickle niche
vapid owl
#

Well the admins will never speak

swift fjord
#

Any mods that add more types of resources?

#

Uhm, I recommend that you ignore that 😂

obtuse condor
#

is red world still being updated?
I wanna check the mod out but I don't wanna switch versions

normal obsidian
#

does anyone know how to manually install submods for hoi4?

normal obsidian
#

is the descriptor file missing anything?

#

because dowser exe says this:

hollow drift
# normal obsidian

How did this path end up on drive C? Shouldn't it be D?Put it on C, and C's gonna blow up like.

hollow drift
normal obsidian
hollow drift
hollow drift
hollow drift
ornate pebble
#

is there a good historical overhaul mod compatible with aat?

obtuse condor
#

Is there a mod that adds Air Travel

wheat thistle
#

In which folder can I modify nation building slots?

fickle niche
pale sparrow
#

@obtuse condorKeep it on topic

obtuse condor
left terrace
#

i want to change an color am i doin this right?

lofty plaza
#

Yes, but 'democratic' isn't a real argument

left terrace
lofty plaza
#

No, nothing like that

#

You'll need to make a cosmetic tag

left terrace
#

ohh okay so like uh

#

rgb?

arctic moss
#

Hey peeps, I'm in need of help, I've designed a whole lot of icons for Swedish and Finnish tanks but when I try to code them into the tank pool nothing happens. Is there another file beyond the one in gfx/interface/equipmentdesigner/ that I need to find?

#

for example, Norway's pool is locked to a single custom icon, and when I code more in they don't appear

vague pebble
#

Rate my byzantine empire. Product of a 2 mod mega campaign from 1299-1572

#

Start of the Europe 1300 mod

#

The Palaeologan Renaissance or Palaiologan Renaissance is the final period in the development of Byzantine art. Coinciding with the reign of the Palaiologoi, the last dynasty to rule the Byzantine Empire (1261–1453), it was an attempt to restore Byzantine self-confidence and cultural prestige after the empire had endured a long period of foreign...

#

Ah yes. The original Renaissance. The fall of the byzantines historically started the Renaissance after East Roman refugees fled west and contributed to the start of the Italian Renaissance.

#

So what if in this timeline the Light of Rome stayed in Constantinople?

sinful current
#

wait hold on nvm

haughty orbit
#

And does it apply to planes and naval too?

harsh canyon
#

My cold war keeps crashing

wheat thistle
#

In which folder can I modify nation building slots?

upbeat scroll
hexed bridge
#

anyone know a good 1v1 mod

wheat thistle
pliant reef
#

is there a mod that deletes the frontline mechanic from the spanish civil war

cloud shuttle
#

Are there any old versions of TNO's Second West Russian War submods around? Preferably those compatible with before Toolbox Theory?

arctic moss
# haughty orbit What is that mod name?

Currently only infantry equipment, artillery, mechanised, armoured cars etc. Just started on tanks now 😪 didn't think adding them would be such a pain compared to the pre-tank designer era. As for the mod name Gun Graphics

wheat thistle
#

Where can I find the folder to increase the construction slots? Can anyone help me?

obtuse condor
#

And you can modify the slots (idk maybe go see)

#

Or use nudge

#

But that wouldn't make a mod

fickle niche
wheat thistle
wispy pewter
#

hi i need mod recommendations for focus trees / alternative histories. ive played road to 56, kaiserreich/redux, tno, fuhrerreich, etc previously. thanks haHaa

wanton holly
# wheat thistle Where could it change?

Slot amount is defined by state_category, if you want to change amount go to "common/state_category/<state category name here>" and change vaule in local_building_slots, but it will change in all states with that category, if you want change only in 1 state add it in "common/on_actions/<file name>" and create code block "on_startup" and add slots to state here like you would add via National focus.

#

Or easier way is to add in state history "add_extra_state_shared_building_slots = "

north glen
#

How do I make custom declare war sound?

obtuse condor
#

Is there a tool that allows you to search a rgb colour by how many pixels it has on a image?

obtuse condor
split cedar
#

my mod makes the game crashes as i erase a few nations by removing their cores and givng it to other countries

subtle totem
#

Can one add namelists without disabling achievements?

split cedar
#

[21:01:57][no_game_date][state.cpp:662]: no provinces in state "Memel" with id: 188.

#

it says that Memel has no provinces howver it does

#

anyone help?

wanton veldt
#

would be better if the crown was actually on front of his head

formal cloak
#

anyone know any good mods to play?

obtuse condor
formal cloak
obtuse condor
formal cloak
cosmic hill
#
MAP_MODE_INFRA_RANGE_COLOR_FROM     { 1, 0.125, 0.0, 0.1 }```

anyone knows how these work?
formal cloak
obtuse condor
#

Does anyone know any good cold war mods that wont send my computer into a meltdown

green sentinel
celest onyx
#

my custom monarchy ideology isnt showing up in game but I named everything the same

shy geyser
#

oops wrong channel

median hemlock
#

why does the mongolia focus tree in road to 56 allow you to core the entire soviet union? are they stupid?

blazing matrix
#

idk

slender brook
#

You're Mongolia

#

That's the answer

twin pendant
#

is there a version of broken world updated for aat yet

marsh moss
#

idk why it keeps crashing

slender brook
#

What mod is it

marsh moss
#

in the error log there are 4 lines of error correlated to focus stuff

slender brook
#

Enable debug mode

marsh moss
#

i checked game files integrity and cleared the chace

marsh moss
slender brook
#

What mod is it

marsh moss
#

i was making my own version of the youjo senki redux mod

slender brook
#

Ok yeah enable debug mode. To do so, right click on HOI4 in Steam. Click properties. Enter -debug in the advanced launch options

marsh moss
#

right now in the mod folder there is only the history folder and some stuff in the common

#

if it crashes again i'm going to jump off a bridge

slender brook
#

Well, the history folder is exactly why it's crashing

#

Because I assume you've messed with the states

#

Question: Did this only start happening after AAT released?

marsh moss
slender brook
#

Ok. And did the map thing only happen after AAT released?

marsh moss
#

i know what to fix now

slender brook
#

AAT messed with provinces and states and shit and that'll be why the game is crashing I assume

marsh moss
#

yep

obtuse condor
marsh moss
#

7-8

obtuse condor
# marsh moss 7-8

why , what you liked , what you don't liked , which icon is your fav

velvet crypt
#

Can someone do a mod for post-taboritsky in tno

granite oak
#

is there a modding discord

copper lodge
granite oak
#

I oversaw the existance of this channel

next snow
#

What command do i need to use to let 2 countrys Fight

fickle niche
fickle niche
next snow
#

how do i bypass the "declare war" button when its grey are there any commands for that ?

granite oak
#

No_waegoal

#

no_wargoal

#

@next snow

#

And

#

Allowdiplo

obtuse condor
#

heya guys one question,my country's territory or tag won't show up even tho i already did everything to add them to the mod (added colors,tag.flags,ideologies and localization). How do i fix that? Or is there a way to see what i got wrong somewhere in game logs?

summer lotus
#

first tag is source, second tag is receiver/target

#

declare_war_on can be changed to create_wargoal so they have a bit of time to prepare against each other

#

annex_everything is a permanent wargoal if on wargoal effect though,

use take_state for type if you wish the wargoal to be only 2 months

lofty plaza
upbeat scroll
# obtuse condor pls rate 0-10

1st of all, I rate them 9
2nd. Now that i see you you wanted me to show the mod i'm planning/working into to let me use your icons, well, here its a part.
It's based on the south asian region, me and my friend want to give them focus trees and some history (even if is wan't historical), and i decided to make french indochina just as a start

granite oak
obtuse condor
upbeat scroll
obtuse condor
upbeat scroll
obtuse condor
#

how do i get the millennium day mod to work?

upbeat scroll
# lofty plaza So... like RT56?

likely. But we are using it as a lab. To see how far we can go, so we create a whole proyect (you know like Kiaserreaich but without anything historical)

subtle totem
#

Is it possible to add new namelists without disabling Ironman?

scenic delta
#

Any good mods for mac?

obtuse condor
obtuse condor
#

i was so confused on why one of my focuses werent showing up
turns out i put it outside of the focus_tree = {
}

celest onyx
#

my custom monarchy ideology isnt showing up in game but I named everything the same

#

i used this

#

and Idk if its because its a 1 year old tutorial

#

i double checked and couldnt see

chrome mason
#

how to add modifiers to advisors?

sharp cairn
#

can anyone recommend mods??

limber torrent
#

black ice

#

rt56

#

do not use millenium dawn

sharp cairn
#

I wasnt planning to

limber torrent
#

nice

sharp cairn
#

I dont like dealing with debt

#

I will try the other ones now tho

unique orbit
#

my hoi4 has been crashin for no reason in middle of games can anyone help?

unique orbit
limber torrent
unique orbit
#

will they help abt it

limber torrent
#

75% of all cases either are self resolved or ignored due to the complexity

unique orbit
#

bruh

sharp cairn
limber torrent
sharp cairn
leaden iron
#

Error log pretty much empty, Meta.yml keeps bringing up the Supply nodes file, even when it's been emptied... I'm at a loss of what to do to fix it

obtuse condor
#

Hi any ideas why my mod after the last dlc update crashes?

#

like it crashes when i start the time

#

should it be in history file something?

#

i dont know

#

but its not made by map

#

nothing new in error log after crash

leaden iron
# obtuse condor like it crashes when i start the time

After you unpause? Could be client ping 1, in that cause, it must be AI trying to do something with a state and that state isn't completely finished ( go to nudge and try the random in all states to see if it fixes it)

obtuse condor
#

it was actually suply nodes

#

so

#

and railways

#

but thanks anyway

leaden iron
#

np

#

I have the same/similar problem, as the "Last read" lists the end of the supply file as the last read line and it crashes when I click on nudge's "Supply"

celest onyx
#

why is my mod have this icon

#

or my ideology mod

#

i put a icon

#

i put icon in the mod\gfx\interface\ideologies\monarchism_group.dds

frail sapphire
celest onyx
#

theres nothing named parties in interface

frail sapphire
celest onyx
#

in the base game in ideologies they only put the pictures

#

base game\

frail sapphire
#

No. Insteat of gfx there is an other folder called interface

celest onyx
#

oh my bad

frail sapphire
#

No Problem

celest onyx
#

it just shows leaders

#

new_ideology_graphics.gfx

#

the first few lines

#

spriteTypes = {

# leaders we need to override in DLC go in this file

spriteType = {
    name = "GFX_portrait_operative_unknown"
    texturefile = "gfx/leaders/operative_unknown.dds"
}

spriteType = {
    name = "GFX_portrait_unknown"
    texturefile = "gfx/leaders/leader_unknown.dds"
}

spriteType = {
    name = "GFX_portrait_unknown_female"
    texturefile = "gfx/leaders/leader_unknown_female.dds"
}
#

what file is supposed to be in interface

#

to change the icon

#

from the unknown icon?

obtuse condor
nimble solar
obtuse condor
spice cradle
#

what mod should i play as germany

obtuse condor
topaz cloud
celest onyx
#

is there way to use the default leader portraits in the game for my private mod because I made a new ideology and all the portraits are blank and random and I don't want to make whole portraits as this isn't supposed to be a full on professional mod?

eternal jewel
#

how do i load my obb divisions file (custom country)

obtuse condor
lofty plaza
#

Even got Switzerland against you

quiet berry
#

where is the recruit to mod channel

lofty plaza
#

This is it, just don't go sending breaking the advertisement rules

limber torrent
#

Anyone knows how i can deironman a save

lofty plaza
#

You cannot

limber torrent
lofty plaza
#

Wdym? Once a save is loaded in ironman you can't undo it

limber torrent
#

like absolutely none?

#

:(

#

even with editing the game file?

fickle niche
brazen sapphire
#

anyone know what mod this is?

#

like for the graphics?

valid halo
#

in uk focus tree why is it ENG_home_defence but ENG global defense

median canyon
#

guys somebody here knows how well would my pc handle the game with a fps map when i have 20-30 fps with normal map

obtuse condor
#

heya guys one question

#

what is the effect to put in for focus to spawn new divisions from speficic template?

pale sparrow
obtuse condor
#

Ooh alr

#

Tysm

limber umbra
#

Hello guys! I am planning to make my first mod for Hungary, so I draw a focus tree for it.

#

I has a communist path, a Dixie path, a Liberal path and a Monarchy path.

obtuse condor
#

redone thr cool things

obtuse condor
#

I'll ask again how do I fix the names in my mod?

valid halo
#

localisation/english/focus_l_english.yml

velvet crypt
#

i wish someone could make a path for Valery Sablin

green sentinel
velvet crypt
green sentinel
#

Also Sablin was not wholesome whatsoever IRL, TNO made him "wholesome" because chances are the devs had a crush on him

#

He staged a mutiny against Brezhnev because he though the Soviet government wasn't Leninist enough

#

If he lived today he would be a tankie on twitter and probably moots with Jackson Hinkle

velvet crypt
#

litterally what its said in the video

green sentinel
#

Of course he had zero chance of taking power but if he did the Soviet Union goes back to Stalinism and that's very very very bad

#

Nah it's nothing against you btw, just really hate the whole "wholesome sablin" trope TNO made

chilly field
#

Is it possible for a nation to have 2 capitals?

digital heart
#

Are there any mods that stop the AI from mass assaulting my divisions and making it so I can’t reorg?

leaden iron
# obtuse condor pls rate 0-10

Bottom right imo the soldiers are ever slightly too dark,
I also recommend making it so this corner of the man doesn't look cut off

leaden iron
#

Also yes, TNO devs have a weird thing with twisting real soviet people into these fictional weirdos

leaden iron
obtuse condor
obtuse condor
#

rate my china

#

toozer for a mod im deving

wispy crane
obtuse condor
wispy crane
obtuse condor
rugged jewel
#

How do you make a hidden branch that shows after a decision got made

obtuse condor
summer lotus
#

then put said flag in the decision

#

or do variable check

#

allow_branch = { check_variable = { SOV.communist_video = ROOT } } if you do branch that relies on another country by giving that country an event/decision where it sets the SOV.communist_video to the tag of that country

obtuse condor
copper loom
#

Is it somehow possible to make it so an event occurs every, like month or something and if, how? Didnt find anything that worked really...

hot jewel
#

guys

#

can someone

#

pleaseeeeeeeeeeeeeeeee

#

help me make a portrait mod

#

it would just change a portrait

#

and name of leader

valid halo
# hot jewel help me make a portrait mod

just go to the part where he talks about portraitshttps://youtu.be/dKLkI1AGArc?si=tGyQptIsthkPW4wo

This Hearts of Iron IV modding lesson will explain how to create new characters, including country leaders, advisors, corps commanders, field marshal and admirals.

If you found this video helpful and want to help the channel grow you can use the super thanks button above, any amount helps the Iron Workshop improve and continue to make more vide...

▶ Play video
hot jewel