#modding

1 messages Β· Page 133 of 1

tiny glacier
#

literally almost all countries got their focus tree like Soviet, except for my own, and i do have my tag in front of every focus

#

i strangely enough have the same problem on tank names, but not ships

tiny glacier
#

i just don't get this scratches head

#

i fixed the focus issue, but i still got my equipment/tank issue

#

screenshots for reference

tiny glacier
#

tfw i fix the problems after i asked for help >...>

#

#fml

cold grail
#

lol

obtuse condor
#

need some help

#

how do create more building slots

#

i'm so confused

#

I thought creating provinces would increase the area I could build factories in

#

apperantly not

obtuse condor
#

I hate the building system

#

I mean when modding

#

Its just so confusing lol

astral beacon
#

How do I rename technologies?

obtuse condor
#

in the localizations..

#

The same place you would name or re-name basically any feature of the game

empty spruce
#

@obtuse condor It should be somewhere in the state file maybe try changing the type (idk how its called) you know rural area city megalopolis , etc.

ebon cloud
#

anyone have any idea what to do when in the game it says "event id not found insert event id here" even though I am specifically sure that the event does exist and that I typed in the right thing from copy and paste even?

tiny glacier
#

anyone knows how.. i give other coutries states through focus? i.e let's say i get North Sakhalin from the USSR through focus and wants to give that to Japan, what kind of code do i need to do to get that to happen?

oak bough
#

use "transfer_state" command

#

Look the commands up in the wiki

tiny glacier
#

thanks, i got it to work now!

obtuse condor
#

@empty spruce thx man

#

been contacting different modders none has responded yet

empty spruce
#

does it work?

obtuse condor
#

nah but it's going in the right direction I think

obtuse condor
#

I been trying to create more states

#

in siam

obtuse condor
#

Ay guys if I want to edit a already existing country

#

do just add files with the same Tags?

obtuse condor
#

I don't want to remove a country just create a mod that edits a existing one

oak bough
#

Modify the existing file

obtuse condor
#

@oak bough thx

#

just found out by watching a hoi4 edit stream

obtuse condor
#

if I use the nudger tool to cut out states.. does it only affect my vanila game?

obtuse condor
#

or are the new states in my mod?

#

if i only have one active?

oak bough
#

idk, I wouldnt use the nudger tbh

#

Its not that reliable and very time costly

obtuse condor
#

K

#

Well i created the the states but they doesn't seem to get assigned under siam

#


state={
    id=743
    name="STATE_743"
    resources={
        rubber=10.000
        tungsten=2.000
    }

    history={
        owner = SIA
        buildings = {
            infrastructure = 3
            
    
        }
        victory_points = {
            7236 1 
        }
        add_core_of = SIA

    }
    provinces={
        1253 1488 1990 4496 7312 7492 7531 7675 8045 10371 
    }
    manpower=4140800
    buildings_max_level_factor=1.000
    state_category=rural
}
#

modding is so annoying holy moly

frigid flume
#

It looks like high level coding though

#

what language is it?

obtuse condor
#

its the hoi4 base lang

#

it's note high end

#

i promise

frigid flume
#

do you know what that means?

obtuse condor
#

bc it took me 1 hour to learn it

frigid flume
#

no high level language means its very close to english

#

so uses lots of words

#

whereas low level, or "machine code"

#

uses a lot of 1's and 0's

#

the joys of computer science GCSE

potent grail
#

oof

#

i got away with not handing ict homeowkr in

#

yay

obtuse condor
#

lol

potent grail
#

else its 3 homeworks missed by tuesday

obtuse condor
#

nice

#

anyone know how to do this?

#

how to create core states?

potent grail
#

alt f4

obtuse condor
#

Oh doesn't seem to work

#

wrote it wrong opsi

placid hedge
#

Is there a way to divide these modifers by a space?

thorny acorn
#

Hello, comrades

obtuse condor
#

@placid hedge u have to more spesific

#

my advice look out for the terminology then from there look around on the webb

obtuse condor
#

can someone help me fix this file?

#
focus_tree = {
    id = siberian_focus

    country = {
        factor = 0
        
        modifier = {
            add = 10
            tag = TUT
        }
    }
        focus = {
        id = TUT_deal_with_japan
        icon = GFX_goal_generic_improve_relations
        text = 
        x = 1
        y = 1
        cost = 10
        ai_will_do = {
            factor = 1
        }

        available_if_capitulated = yes

        completion_reward = {
            transfer_state = 562
            transfer_state = 644
            transfer_state = 637
            add_state_core = 562
            add_state_core = 644
            add_state_core = 637
        }
}
#
    focus = {
        id = TUT_deal_with_vladivostok
        icon = GFX_goal_generic_major_alliance
        text = TUT_deal_with_japan
        prerequisite = 
        x = 0
        y = 0
        cost = 10
        ai_will_do = {
            factor = 1
        }

        available_if_capitulated = yes

        completion_reward = {
            transfer_state = 560
            transfer_state = 655
            transfer_state = 409
            transfer_state = 408
            add_state_core = 560
            add_state_core = 655
            add_state_core = 409
            add_state_core = 408
            create_faction = "Anti-Soviet Coalition"
            add_to_faction = JAP
        }
    }

this one for some reason the focus are named x and are misplaced

tiny glacier
#

it's great to put up how you want your focus tree to look like, and where everthing should be

torn swan
#

I prefer making it all from scratch. Used the editor. It's shit.

tiny glacier
#

well, for me, this is the first time making a mod for HOI4, so it was nice that someone had made that tool

#

tbh, when making a picture for your advisor, is there any special place where the gfx needs to be and eventually, which file type do they need?

oak bough
#

should be dds and the picture goes into the ideas folder

tiny glacier
#

thanks

tiny glacier
#

i can't get the picture to show though ;..;

#

i got the right size and file type πŸ€”

oak bough
#

add an entry in the ideas.gfx (interface folder)

#

@tiny glacier

tiny glacier
#

oh.. thanks xD

#

i.... just made the game crash with my navy shit ._.

#

right, i removed a whole 3 }

obtuse condor
#

How do I remove the default Main State and replace it with my own? I can't seem to get it to work

#

i created all the states and done it all I still seem to be getting errors and the game just crashes sometimes with no bug log

#


state={
    id=743
    name="STATE_743"
    manpower=4140800

    state_category=rural

    resources={
        Steel=32.000
        Tungsten=18.000
        Chromium=10.000
        Aluminum=15.000
    }

    history={
        owner = SIA
        buildings = {
            infrastructure = 3


        }
        victory_points = {
            7236 1
        }
        add_core_of = SIA

    }
    provinces={
        1253 1488 1990 4496 7312 7492 7531 7675 8045 10371


    }
}

#

I splitting main Siam State into 4 pieces

#

central northern weastern southern

#

Could really use some help guy been stuck on it for 2 days

keen forum
#

Hello , is there a way to spawn divisions through an event?

tiny glacier
#

you can

#

Romania has one through their focus

#

check the ROM_vanatori_de_munte focus

chilly flume
#

I love vanatori de munte

#

They are the best

modest acorn
#

@obtuse condor you have to make ur own coutry tag and replace the old tag of the country with your new one

deft quartz
#

how can I disable continuous

#

continuous focusus*

#

Because they arn't useful and they break Kaiserreich

quartz bobcat
#

anyone has a link to the mod isorrow played with world devided to four countries?

craggy crypt
#

@Dogs231#2761 you can't

#

@ErkiH#9057 world at war?

keen forum
#

guys i needh elp asap

#

basically i've been making this mod real quick and

#

everything is working actually

#

but the first {

#

doesn't pair with the last }

#

doesn't matter how much }s i write

#

what do ido

#

you know how every { needs a } to close

#

well the first bracket , in this case {

#

doesn't pair up with any } so it doesn't close

#

what do i do

thorny acorn
#

I don't get your problem

#

Just end the line which has no }

keen forum
#

no you dont get it

#

for every { there should be a }}

#

there is one { in the beginning the first one

#

and it doesn't pair up with any } i write

#

even if i write 50 }s

thorny acorn
#

Show me your code, i don't get you

tiny glacier
#

question: i want to add an navy chief that increases navy production (i.e producing ships faster), does anyone know the trait/command for this?

oak bough
#

You need to add a new trait in "00_traits" i believe its called

obtuse condor
#

what if iraq won ww2?

#

i said 2 months ago

#

now i have a mod that is 450ish MB

#

and is extremely cancerous

#

every dead meme has its own country and saddam rules iraq in 1936

tiny glacier
#

@oak bough that i guessed, but i just don't know what.. uh, it's called

#

if you know what i mean? XD

oak bough
#

the modifier to build ships faster?

tiny glacier
#

yes

oak bough
#

its industrial_capacity_dockyard

#

industrial_capacity_dockyard = 0.2 would make dockyards 20% more output

tiny glacier
#

thank you!

oak bough
#

np

tiny glacier
tiny glacier
#

seriously, this is giving me a headache

vale viper
obtuse condor
#

lol

obtuse condor
tiny glacier
#

how do i target a specific state to drop divisions from a focus?

obtuse condor
#

How do i create new states?

#

what are all the requirements?

thorny acorn
#

There are no requirements, just create new file, add the the infracture/population/factories you want and don't forget to delete provinces you're adding from the initial state

#

For the first time you should consider copying original game file and just redirecting provs inside

#

If you want your state having supplies, you should add it to a supply region

obtuse condor
#

See there is the issue

#

if I want example Siam

#

to have more states

#

then I have to create a new country then assign the provinces ids to it

#

but

#

what do I do with the original country

#

do I have to remove it from the vanilla game to make this work?

#

@thorny acorn

thorny acorn
#

If you just remove all of Siamese cores, it would completely vanish Siam from the game @obtuse condor

#

You must NEVER mess with the core directory, if I get you right

obtuse condor
#

okay then thats the current issue

#

how i moddify siam without editing base game?

#

does my mod overide the base game file?

thorny acorn
#

Yes

obtuse condor
#

oh

thorny acorn
#

Everything in mod folder overrides game files

obtuse condor
#

I just want siam to have more states, since I want to edit Amount of state they own, and edit the states size

#

do I need to create a new country or can I use the same country tag for Siam?

thorny acorn
#

You should consider watching youtube tutorials or reading forums before you do sometging as sensible as modding the gam

#

You can use SIA tag

obtuse condor
#

I know but I can't seem to get it to work

thorny acorn
#

Then you do it wrong

obtuse condor
#

I wrote it all right, I emailed my files to paradox

#

they said I did right

thorny acorn
#

You just need some more experience

obtuse condor
#

I guess

thorny acorn
#

What exactly is going wrong?

obtuse condor
#

well the game crashes

#

and I don't get a error log

#

-debug start

#

still didn't work

thorny acorn
#

Is your vanilla game without the mod working?

obtuse condor
#

yeh

#

Anyway imma try add the base core files with no "core states" to see if it works

#

@thorny acorn do i remove the capital from the countries file "in the history folder"

thorny acorn
#

What? You want new tag or "SIA"?

obtuse condor
#

in the original state 289 the capital is bangkok and it's the capital of SIA

#

but since I want to add more states, this state will no longer be used

#

and Since i'm using a new tag "THB" instead of SIA

#

then i guessing that if I leave the capital in the state 289 that it will remain in the base game but i could be wrong

#

"the entire state would probably remain"

#

It could also be because the new country is a copy pasta and it's using the same colour codes

thorny acorn
#

What exactly do you want from me?

obtuse condor
#

just help somtimes

#

game with my mod keeps crashing

thorny acorn
#

Just redo the mod

#

You must have screwed somewhere on the way

#

You'll see your errors once you get more expirienced, I don't think I can help you with information you're providing

obtuse condor
#

thx

thorny acorn
#

You already posted it

obtuse condor
#

Anyone in this great community know how to remodel the character textures?

thorny acorn
#

You better ask on forums, this is a lot of work for a starter

obtuse condor
#

I need help with this: I added Doggerland and Atlantis and everything works fine. But the colors are off? Any idea whats causing this?

empty zinc
shell summit
#

Are there any good modern day mods? Anything except for Millennium Dawn

inland wyvern
#

tried the chaos version of millennium dawn?

obtuse condor
#

@shell summit Modern Day 4

shell summit
#

@obtuse condor THANK YOU!

obtuse condor
#

πŸ‘Œ

#

[session.cpp:351]: Dropped command: order_unassign_command, tick: 65535

#

what did it mean by this?

lilac pivot
#

ive turned off all other mods and re-subbed to road to 56 but czechoslovakia still has vanilla focus tree

#

cleared user directory aswell

#

dont know whats the problem

thorny acorn
#

Bcs road to 56 only adds focus trees for the nations those doesn't have one?

inland wyvern
#

they removed it when Death or Dishonor was launched

empty zinc
#

ive only been playing actively for 2 weeks

#

had 4 hours when i first played

vale viper
#

awesome

empty zinc
#

then quit for a while

deft quartz
#

Hey guys

#

I want to make a mod, but the wiki really only shows how to change the loading screen quotes

#

I want to change the time of the mod, add new ideologies, and make focus trees

#

Aswell as new countries

thorny acorn
#

Not that hard to google an youtube tutorial

deft quartz
#

I prefer text tutorials.

thorny acorn
#

You can go to a forum

deft quartz
#

found a pretty good tutorial

#

using that right now

thorny acorn
#

Good for you

deft quartz
#

I have one question

#

In the bookmark files

#

how can I set the start date to January 20th 2017

#

It is by default 1936.1.1.12

idle pecan
#

What are some good alternarte history mods like The Great War Mod?

deft niche
#

kaiserreich

#

ragnarok

#

apres moi, le deluge

#

@idle pecan those are all good

thorny acorn
#

@deft quartz , you need to also change "defines" file

obtuse condor
#

You dont need to @thorny acorn

#

Just go to common/bookmarks/blitzkrieg and change the date inside the file @deft quartz

thorny acorn
#

@obtuse condor, you will get some bugs if you don't change "defines"

stone lake
#

Anyone suggest any good mods?

thorny acorn
#

Which topic?

stone lake
#

World War 2 if thats what you mean

thorny acorn
#

RT56, Kaiserreich

#

Do you understand russian?

stone lake
#

Russian ha of course not

thorny acorn
#

In the name of Tsar, Apres moi la deluge

#

That's all

stone lake
#

Oookkkkaaayyy

obtuse condor
#

anyone up for hoi?

#

<@&293146813010149377> hosting a r56 game soon

#

anyone up foor it?

oak bough
stone lake
#

@everyone Is the β€œThe Great War” mor good

thorny acorn
#

For two or three times

#

I'm making a new one

oak bough
#

Its your best bet for now, until "The War to end all Wars" comes out

hard ingot
#

End of a new beginning tho

oak bough
#

its best mod

#

please join us

#

now

vale viper
#

end of a new begining is a piece of shit

oak bough
#

stop right there criminal scum

deft warren
#

hi

#

im satnip

placid hedge
#

πŸ€”

oak bough
#

why are you everywhere

obtuse condor
#

.iAm Axis

peak condorBOT
#

Dragnorian#6737 You now have Axis role.

candid oyster
#

zicasius? thonking

oak bough
#

the 30 year wars dev

chilly flume
#

I made kaiserreich

#

Believe me

#

πŸ™ƒ

#

(Kill me pls)

vale viper
#

kys

placid hedge
half dagger
#

Needs more JFK.

#

Who agrees?

half dagger
#

No one?

#

What about Nixon then?

hard ingot
#

Cold War mod

inland wyvern
#

looks good

astral beacon
craggy crypt
#

ummm...

#

@deft warren goddamnit not again

#

i dont want to invite notsobot here for the tag

obtuse condor
#

Can someone direct me to a turorial on how to make custom focus icons, the steps of actually making one, preferably in gimp since that's the program I use, but ps will also work

deft warren
#

hahaahaah

craggy crypt
#

sdfg

vivid plover
#

Hello i am making a mod for hoi4 based around italy and germany not unifying and the resurgence of old ideas and people groups, like a roman resurgence group taking control of rome and a divided italy, the rise of phonecians and assyrians back to to main stage along with other things, i more or less need people to help me with creating the lore, creating new countries and the general development of the mod

thorny acorn
#

phonecians

vivid plover
#

yes

thorny acorn
#

What a meme

vivid plover
#

Indeedidlydoo

thorny acorn
#

Is it a mod where you can annex small states from every medditeranian nation?

vivid plover
#

No you have to work for it and encourage revolts

oak bough
wary isle
#

@oak bough From my experience, gimp is just as good (if not better) than paint.net

oak bough
#

gimp has more functinality, but I much prefer the paint.net interface

#

its so user friendly

obtuse condor
#

@astral beacon Pretty obvious thing

#

You are trying to set a building to 6196 in the file for another state, the file for 120

carmine olive
#

FOR MY LEGIONNAIRES INTENSIFIES

barren hazel
#

you fuck italy hard

placid hedge
#

😍

thorny acorn
#

Sexy

placid hedge
vivid plover
#

Hello it appears i have deleted austrias history file from the game on accident, what do i do?

vale viper
#

its called reinstall

vivid plover
#

i sorted it i just used the history file i was using for modding and made an austria version of it to put in there for now

#

I am making a mod for hoi4 based around italy and germany not unifying and the resurgence of old ideas and people groups, like a roman resurgence group taking control of rome and a divided italy, the rise of phonecians and assyrians back to to main stage along with other things, i more or less need people to help me with creating the lore, creating new countries and the general development of the mod, the name of the mod is Resurgence of Empires

deft quartz
#

A resurgent Hephalite empire would be interesting

lilac pivot
#

has anyone tried millenium dawn: expanded

#

seems like a great mod but crashes

obtuse condor
#

i think i played it but i didnt like it xd

obtuse condor
#

O O F

#

Oof indeed

thorny acorn
#

How

#

Wtf is this mod

obtuse condor
#

In the name of the tsar

#

I believe

vivid plover
#

I am making a mod for hoi4 based around italy and germany not unifying and the resurgence of old ideas and people groups, like a roman resurgence group taking control of rome and a divided italy, the rise of phonecians and assyrians back to to main stage along with other things, i more or less need people to help me with creating the lore, creating new countries and the general development of the mod, the name of the mod is Resurgence of Empires. Here is what i progress i have made within the last two days

#

Along with that i have split up the italian territory between other powers for now

thorny acorn
#

Your lore looks bad

#

What is PD?

vivid plover
#

1859, the austrians defeat the piedmontese army and therefore italian unification is never realised, along with bismark never getting into politics

thorny acorn
#

Why is Nice in French hands?

vivid plover
#

For now it is, i am working by creating the countries in each area first, starting with germany and italy

#

so it will go to italy soon

deft warren
#

Bev

#

How do you

#

Always know

obtuse condor
#

Can I hire

#

a modder

#

to mod

#

a simple mod for me

#

I just can't finish my own mod

#

I got all the ids and shit

#

Anyway

#

type to me if u want it

#

cash

#

for a simple state mod

#

"dab"

quaint nymph
#

tfw when you make a new mod and the game won't even start anymore

obtuse condor
#

-debug

#

my only advice

solemn dagger
#

Hey guys, could anyone help out with a really simple modding question? I made a .mod file that the launcher is properly identifying, and I made a mod folder that's basically a copy of an existing mod in the Workshop.

#

Maybe I'm specifying the path wrong? It's path="mod/noncore" in the .mod file

#

Or maybe the actual folder has to be zipped or something?

#

Sorry, the question is: why is my mod not doing anything?

#

It's just supposed to change the base manpower in a non-core state to 10% instead of 2%.

vivid plover
#

Hello people of the modding community i am looking for people to join my modding team and those who are interested can dm for more info about the mod but i will give a screenshot of some of the latest progress

mighty river
#

i did it im here

#

i got them but one keeps freezeing my game

hearty comet
#

how to kill a leader after the beginning of the game like in a mod

oak bough
#

kill_country_leader = yes

#

in an event, focus or anything like that

hearty comet
#

thanks

obtuse condor
#

is the mod called "border gore" @vivid plover

obtuse condor
#

arctic

#

are you from ohio

vivid plover
#

@obtuse condor HAHAHAHAHAH you haven't seen russia or all of italy

#

and we aren't even done

willow jewel
#

Anybody Intrested in creating a new big mod

obtuse condor
#

i dont have skills

thorny acorn
#

I'm already

obtuse condor
#

@willow jewel About what

obtuse condor
#

How do i get the states from Millennium Dawn And move it to my Mod?

#

Cause when i do it The states dont show up and only had the default states

thorny acorn
#

Provinces were redrawn

obtuse condor
#

guys
anyone up for a game
?
only road 56
then pl come to rrom1

iron pasture
#

check out storng luxemborug

obtuse condor
#

guys

#

faction manager zero costs

#

is gone

mortal gust
#

No u

hearty comet
#

how to create a new state

obtuse condor
#

You make a new state file

#

was reading the hoi4 reddit

#

and they were discussing the kaiserreich mod

cosmic cipher
#

let them push through austria hungary who is at war with serbs then when they capitulated the winner goes to the serbs for some reason leaving the french's entire balkan army encircled

keen forum
#

is it possible to make a country (let's call it country A) declare war on country B from country C's focus ?

#

in other words , let's say i'm playing USSR , would it be possible to write a focus (for me)
that when completed makes finland declare on norway

empty spruce
#

it should be

#

FIN = { declare_war_on = { target = NOR type = take_state generator = { ?? } } }

#

as a completion reward

#

you can also change the type of war (puppet etc.)

keen forum
#

yep , that worked

grand token
ocean moss
#

Does anyone know how I can add a mod locally, without the workshop? Where should I put the file for it to show up in the launcher?

oak bough
#

@ocean moss In your documents/paradox/hoi4/mod folder you need to put the folder and the .mod file

ocean moss
#

I did create the mod using mod tools, but it does nto show in the launcher

#

Ah now it shows

ocean moss
#

How can I disable a building from the game? I am trying to remove nuclear reactors, changed the 00_buildings.txt to nuclear_reactor = no but USA can still build them

oak bough
#

Just lock it with a hidden tech

#

or remove the code for the building entirely

obtuse condor
#

I can't seem to download kaiserreich without steam

oak bough
#

You can still look into its files if you downloaded it with steam, its in Steam/steamapps/workshop somewhere iirc

obtuse condor
#

Yeah I can't do that

oak bough
#

yar har fiddeldidee do what you want coz a pirate is free?

#

This thread has two kaiserreich downloads, one for hoi4 and one for darkest hour so make sure you have the right one

#

@obtuse condor

obtuse condor
#

Yeah

#

exactly my dude

oak bough
#

can relate, used to have pirated hoi4

obtuse condor
#

Yeah I'm too young to get a job

#

still a wee lad

#

I don't see the HOI4 base version

oak bough
#

you can buy steam or paysafe cards basically anyhwere lul

obtuse condor
#

Oh

#

I'm dumb

#

thanks for the good idea

#

just steal enough to buy the game lol

oak bough
#

its like 10€ when on sale, you cant be that broke

obtuse condor
#

I'm not

#

but like

#

I have no emoniez

oak bough
#

you can literally get 10€ working for one hour

#

construction paid me 20€ an hour for helping out

#

find work where needed and youre in the money

obtuse condor
#

Where is the base game download? I only see darkest hour

#

I'm 15 m8

#

can't do any work

oak bough
#

I was 16 when I did that

#

just go to places where people dont care

obtuse condor
#

labor laws in US

oak bough
#

just gotta think like an illegal immigrant or sth πŸ˜„

obtuse condor
#

I mean

oak bough
#

or mow some old peoples lawns kek

obtuse condor
#

I live in Chicago

#

so

#

I can just ask em for advice

oak bough
#

oh thats great, you can make heaps dealing drugs then πŸ˜‚

obtuse condor
#

Nah

#

I'm W H I T E

oak bough
#

so is a friend of mine who made 3000€ with weed

obtuse condor
#

and actually on track to a good degree in a good field

#

medical field

oak bough
#

even better, medical marihuana available everywhere

obtuse condor
#

Bruh where is the basegame versionnnnnn I only see DH

#

medical marywanners

oak bough
#

lemme look

#

oh god i sure hope its not buried in one of those 673 pages

obtuse condor
#

man

#

I can't even for a grunt

oak bough
#

found it

#

another thread

#

actually wait, if youre cracked then youll probs not have a paradox account which you need to dl this I think

#

Does this mediafire link work for ya?

obtuse condor
#

I'll see when I get back gotta piss like a minute lol

oak bough
#

lul

obtuse condor
#

Seems to

#

Idk how exactly to get it working

oak bough
#

as in how to manually install?

obtuse condor
#

but i think it should basically be what I had to do to pirate hoi4 it self?

#

Yeah

oak bough
#

you have to put 2 files into your "documents/paradox interactive/hoi4/mod" folder

#

one is the folder of the mod itself, which should contain folders like "common" and "gfx"

obtuse condor
#

Do i have to extract it?

oak bough
#

the other file is the ".mod" file, which is what feeds information to the launcher

#

if its a .zip or .rar, yes

obtuse condor
#

Ok so yes

#

I barely pirated the game

#

and I'm still awful

#

But I want to know how to install mods in general

oak bough
#

As I told you above

#

If you dont get it I can call you and explain via screenshare πŸ˜‚

obtuse condor
#

I'm so bad I capitulated to ecudor as peru

oak bough
#

on my first game I lost to yugoslavia as italy πŸ€”

obtuse condor
#

That's less embarassing

oak bough
#

bruh yugoslavia has 30% national unity

obtuse condor
#

I capitulated to Czechoslovakia as germany

oak bough
#

id have to take one city xD

obtuse condor
#

oh yeah

oak bough
#

the czechs are fortified really well and a tough nut to crack if you dont know what youre doing

obtuse condor
#

just rush belgrade

#

but like

#

I didn't know how to draw orders and shit

oak bough
#

the german focus allows you to annex czechia peacefully

#

much less pain

#

btw if you want to know a really good mod join the EoanB discord

obtuse condor
#

Yeah I found that out

oak bough
#

totally not shilling because im one of the main devs

obtuse condor
#

EoanB?

oak bough
#

End of a new beginning

obtuse condor
#

Send me inv

oak bough
#

we're basically making extended timeline for hoi4

#

1857 - 2057

obtuse condor
#

interested

chrome jetty
#

1857 - 2057 sounds really cool

#

Would make for a really good timelapse video

willow raptor
#

JOIN
WE ARE STILL WAITING
90113459482442760

#

JOIN
WE ARE STILL WAITING
90113459482442760
ROOM 3

obtuse condor
willow raptor
#

sorry

oak bough
#

get out of our elitist channel reeeeeeeee

placid hedge
obtuse condor
#

THIS IS OUR CHANNEL NORMIE

obtuse condor
#

i got some mods that make poland op

#

i played as the sovieys

#

soviets*

#

and this happened

#

poland got a new focus tree

#

giving them the option of fascism

#

or neutral

#

they took fascist

#

all before the end of fucking 1939

#

lmao

#

i got a mods that speeds up divisions

#

training time

#

i also got focus tree for poland

#

Stronger units for poland

#

einstein for poland

#

which researches everything auto

#

but soviet manpower was stronger.

#

unexpected turn of events

digital jewel
#

@obtuse condor Is it the Powerful Poland Mod?

crisp shoal
#

I got kaiserreich just so I could play as the best nation, New England

obtuse condor
#

IDK what I'm gonna do after my AUS run probably Poland or la Plata

inland wyvern
#

Alash Orda is the best nation

tacit schooner
#

Wrong Luxembourg is smh

obtuse condor
#

millennium dawn nationalist Australia run then annex all of the middle east

tacit schooner
#

Luxembourg is better because you can't lose it is impossible

merry magnet
#

Anyone know what the best cheat mod is?

oak bough
#

"+easybuff"

#

it lets you select various levels of boosts and affect global status by decisions

#

@merry magnet

merry magnet
#

Ok, thx

hybrid kayak
#

Does the FocusTreeManager still work?

obtuse condor
#

should

obtuse condor
#

@hybrid kayak

#

It does work

hybrid kayak
#

@MSG#9269 What am I doing wrong then? It crashes when I start the project

obtuse condor
#

what one are you using

#

the one in the web browser?

#

or the other oneo

deft warren
#

Hhhhh

#

@deft warren @deft warren @deft warren @deft warren @deft warren @deft warren @deft warren @deft warren @deft warren @deft warren

#

Who called?

fading estuary
#

I need help

#

Endsieg isn’t sucessfully loading

#

It stops right at the end

#

And it just goes out

obtuse condor
#

Endsieg is a badly coded mod

rocky ingot
#

I have over 600 Hearts of Iron IV Mods.

#

Why.

hybrid kayak
#

@obtuse condor the downloadable program one

#

I don't think the browser can be used to submod

obtuse condor
leaden isle
#

90113562696221704

static knoll
#

sΰΉ‡ΰΉ‡ΰΉ‡atnip#

chrome pilot
#

anyone knows mod for more states for road to 56 ?

deft warren
#

Wtf

obtuse condor
#

This channel has turned into a mess

deft warren
#

Wtd

#

Msg pls

obtuse condor
#

We are not spamming lol

#

We are putting our MOD here

tacit schooner
#

What country is the best at forming "South America" in formable nations mod

thorny acorn
#

Brazil ofc

placid hedge
#

Does anybody know where these modifiers can be found in the files?

obtuse condor
#

defender tactic damage is related to the tactics (the thingswith the swords next to the general portraits), it's in hoi4/common, under combat tactics.txt

#

i am not sure about "country", I think it has to do with national ideas, policies and advisors

oak bough
#

@placid hedge Country just sums up all of the countries national spirits, advisors tech etc
tactics is in the file the user above said
entrenchment boni are defined in the 00_defines I think?

obtuse condor
#

I am looking for an modder who could team up and work on the Lord of the rings mod.

#

pm me

obtuse condor
#

can u run hoi on ubuntu

white coral
#

Yes

#

I'm pretty sure the store page says it's linux compatible

digital jewel
#

<@&293146813010149377>

#

<@&293146813010149377> Anyone want to play?

tall halo
#

Just gonna leave this meme mod I'm making here

#

The First World War of the Furniture:
The world has entered a new era, the weapons and technology of countries has advanced. While many furniture nations are prosperous in this era, there is a war brewing. To the new world, The Rocking Chairs are arming for war, to the East, The Sofa’s have begun mass production of war equipment, and in Europe, the Couch’s squally over small differences. Caught in the Middle of this terrible conflict are many poor Furniture’s. Tables, Bar stools, Lamps, Beds, Hammocks and More. Who will come out on top? Who will survive?

Main Countries:

In North America, the communist rocking chairs arm themselves for a war to come, taking out any and all opposition in North America, setting their sights on the rest of the world. They are led by Brown Rocking Chair the 7th. A fascist uprising, lead by Yellow Rocking Chair the 1st, however is setting them back, causing unrest.

In South America, a group of Democratic rocking chairs have fled, preparing a defense against the communists to the north. They are led by purple rocking chair the 1st.

In what is deemed β€œFugitive’s America” between the two, rest the survivors of the old times. The group many different countries, who band together in a hope for peace.

In Europe, a wide variety of furniture fights over land, the main conflict between Green couch the 2nd and Red couch the 3rd, with Blue-Greenish couch the 4th trying to keep the peace, and furniture in between getting caught.

In Asia, the Sofa’s prepare for war. The continent divided between 2 main factions, locked in war. Black Sofa the 4th is Raising an army to defeat the armies o

radiant grotto
#

@tall halo LOL

deft quartz
#

hey guys, what's a good program for making Focus icons

#

i want to try my hand at designing some

deft warren
#

Ugh

#

Photoshop

#

@alpine walrus

#

Oof

#

@deft quartz

deft quartz
#

That's what i was worried about

deft warren
#

Yeah sadly

#

Photoshop is the best

deft quartz
#

so at least i can use that so i don't have to shell out big bucks to adobe

deft warren
#

Yeah

#

Dont

#

Adobe need to fix their fucking pricing g

#

It's ridiculous

deft quartz
#

700 bucks is literal insanity

tall halo
#

Oof

#

My mod is gonna mean I have to wipe every country from the game

#

And start building a new

#

I wish there were an easier way to gut the game, and leave it an empty slate

deft warren
#

There is

#

Copy all foldrrs

#

And don't copy the files with them

#

Xdd

#

Except important files

tall halo
#

Kek

deft quartz
#

Hey guys

#

I just got done planning a map of the mod i'm gonna try and work on

tall halo
#

Show?

deft quartz
#

Basically, my own take on "what if the nazis won ww2?" (note, most of the Nazi Puppets will collapse or split from the nazis)

tall halo
#

Cool. I'm working on a pretty memey mod. I'll post pics once my first country is up.

deft quartz
#

i'd love to see it

#

I'm thinking that the Nordfranzosische Regierung could reform the Kingdom of Soissons (old roman kingdom) if it splits from the VDEA

obtuse condor
#

The Italian Albanian region should have a-bit more land

deft quartz
#

i gave some to Croatia

#

which is an Italian ally

obtuse condor
#

but its your mod

#

I don't care.

#

I also reckon Bulgaria should take Thracia and that

deft warren
#

That's so generoc

#

What if nazis won ww2 o.O

tall halo
#

I like my mod better

#

BUt it's a decent idea

#

I like the map

deft warren
#

I made a mod about Constantinople

#

The idea is

tall halo
#

I'm making a mod about

#

Furniture

deft warren
#

What if Constantinople got support from western powers before it was taken??

tall halo
#

@deft quartz What are the Americas like?

deft warren
#

And basically

#

A truce was set up

#

Bulgaria got independance

#

Blah blah

obtuse condor
#

Do you have a map?

deft warren
#

Constantinople got to keep its puppets

deft quartz
#

@tall halo I'm not done with the Americas

tall halo
#

πŸ‘

deft quartz
#

and Asia will be mostly Japanese (until it starts having revolts and losing the territory

#

While the Nazi puppets will drift away as Germany starts to crumble

#

and do their own thing

deft warren
#

If ya want to see it

tall halo
#

Need to add some states for them

#

This

#

Is what I am doing with my life

deft warren
#

Wtf

deft quartz
#

Union of Revolutionary Rocking Chairs?

tall halo
#

That might work

#

Thinking about expanding them into canada?

#

@deft warren This mod is my idea to have a world where each country is a piece of furniture

#

Each different

obtuse condor
#

Ireland should be a Bar Stool

tall halo
#

Look

#

I

#

May have already thought that

#

KEK

#

Tables, Bar stools, Lamps, Beds, Hammocks and More

#

lol

obtuse condor
#

and the Los Angeles area should be a directors chair

tall halo
#

kek

obtuse condor
#

and the turkish area should be a wait 4 it

#

an Ottoman

tall halo
#

It's been a while since I have modded

#

Time to remember how to do portraits and flags

deft quartz
#

nice

deft quartz
#

just finished an asian map

tall halo
#

Nice!

deft quartz
#

it's 12:13 here

#

so i'm gonna sleep

tall halo
#

12:13 here too

#

Night

deft quartz
#

feel free to message me a link to your mod

#

night

obtuse condor
#

@deft quartz Good night, love to see what you did with Australia

tall halo
#

πŸ‘

deft quartz
#

@obtuse condor i...have no clue yet

obtuse condor
#

Civilwar?

deft quartz
#

maybe

obtuse condor
#

Tasmania declares independence lol

deft quartz
#

89 way aussie civil war

tall halo
#

The rize of the Emus?

deft quartz
#

every man a civil war

obtuse condor
#

New Zealand annexes the coast.

tall halo
#

kek

deft quartz
#

see you all

#

night

obtuse condor
#

gn

tall halo
#

Anyone know all the dimensions I need for flags?

thorny acorn
#

You can just put your flag over the existing one

tall halo
#

There isn't an existing one.

thorny acorn
#

I mean like, just open the flag from the base game and put yours over it

tall halo
#

Oh yeah.

#

Well, first I have to actually make the flag.

#

Which is alot harder kek.

tall halo
#

Update: The Communist flag for the Union of Revolutionary Rocking Chairs has been completed.

#

Fascist Flag

tall halo
#

What furniture should I do for the UK?

#

I got it
Billiards tables

#

What should Germany be?

normal heron
deft warren
#

@tall halo

#

Does a dishwasher count as one

#

How about towstet

#

Toasters

#

Or are they appliances?

tall halo
#

Kek yes.

deft quartz
#

Hey guys, does anyone have a good translator for the Krio language?

deft warren
#

No

deft quartz
#

ok

#

I used Hausa instead

#

since Hausa is in gabon too

tall halo
#

@normal heron Thanks for that, helping with my mongolia mod

#

Oh wait

#

It doesn't show the asian countries...

#

It's just china

#

Can anyone take a screenshot of 1936 asia? Specifcally around mongolia?

normal heron
#

Yes

#

It doesn't have the Warlords

tall halo
#

That kinda sucks.

normal heron
#

Better than nothing or searching blind in Google

tall halo
#

Yes it is.

obtuse condor
#

Hello!I have an question.

#

How I can make serbian soldiers use Yugoslav Models?

obtuse condor
#

for what

obtuse condor
#

I just wnat to make serbia use Yugoslav models

#

So that inantry doesn`t look generic anymore

inland wyvern
#

they have yugoslav models if you have Death Or Dishonor

#

if you play as yugoslavia that is

obtuse condor
#

yeah

#

I have DoD

#

But I want serbs to have that model too

#

It surely is possible but how?

normal heron
#

Try to create a copy of the archive wich makes the Yugoslav infantry unique

#

And then change the copy to the Serbian ID

#

@Pickoder#5551

#

@Pickoder#5551

#

Mmm

tall halo
#

@obtuse condor

tall halo
#

Oof

#

I wish I had an easy way to tell states

#

When not on my comp

#

But on a laptop kek

tall halo
#

Nah, I mean like numbers.

#

So I know what state to give to who.

oak bough
#

@tall halo

tall halo
#

Danke

oak bough
#

Gern geschehen Kamerad

obtuse condor
#

@normal heron How can I do copy to Serbian ID?What do you mean?

normal heron
#

The ID of the Country of Serbia

#

The ID of Germany is GER for example

#

I don't Know how to explain it

thorny acorn
#

It isn't ID, it's a tag

normal heron
#

Thanks

#

Sorry, Tag*

tall halo
#

Mod completed

normal heron
#

ΒΏIt's yours?, @tall halo

tall halo
#

Yes.

normal heron
#

I saw it a couple of hours ago

tall halo
#

Yep, just posted it about 4 hours ago

normal heron
#

It may be Good, but I prefer playing with smaller countries

#

Just a personal opinion

tall halo
#

Oh yeah, I get that. I was thinking about making a way for smaller countries as well.

normal heron
#

Anyways

#

Good Job for all that job

#

I am not modder, but I know how much time that Mod would take

#

ΒΏWhat are the countries tags?

tall halo
#

North America - NOT
South America - SOT
Asia - ASI
Africa - AFR
Oceania - OCE
Europe - EUR

normal heron
#

Merci

#

ΒΏWhy NOT and SOT?

tall halo
#

Not sure what I plan on doing next mod wise

#

Because I wanted to do NOR, but Norway has that

#

And I just did south america like north america with a S

normal heron
#

ΒΏAnd NAM?

#

North AMerica

tall halo
#

That could have worked

#

🀷 Just what came to mind first

normal heron
#

Mmm

tall halo
#

Not sure what I wana do next though

normal heron
#

ΒΏDo you know a mod Called Ottoman Ashes?

#

I gave the name to the Modder of that mod

#

It had kinda popularity

tall halo
#

Looks interesting

#

I wana start another project, just not sure what ATM

normal heron
#

If you want to share your experiences

tall halo
#

Oh maybe I'll go help that mod

normal heron
#

Hmm

idle spruce
#

hello mah dudes

normal heron
#

Hej

idle spruce
#

@Heck#8746 i was studying, couldnt reply to you in time, do you still want to help? i need mappers atm lol

#

oh wow even left this discord lol

peak condorBOT
#

Captain Gen#0013 You now have Unaligned role.

idle spruce
#

.iam allies

peak condorBOT
#

Captain Gen#0013 You now have Allies role.

normal heron
#

You filthy Capitalist

idle spruce
#

lol

#

im kind of unaligned id say

#

like im in between democracy and neutrality lel

obtuse condor
#

Are there any mods depicting the axis powers winning ww2

#

Completed and actually bearable?

deft quartz
#

One is being made

#

Called the new order

#

Seems really good from the mod diaries

#

I'm also making one

#

Also, does anyone have a picture of Prince Waldemar of Prussia (Uladzimir von Hohenzollern in Kaiserreich)

#

In his later years, preferably

#

In my timeline he survives (otl his doctor was diverted to treat holocaust survivors)

#

But that never happens, so hemophilia doesn't kill him in 45

tight rapids
deft quartz
#

Thanks

#

Also, what do you guys use to make portraits?

deft quartz
#

Okay, I've finished planning my map for the mod (I haven't done any programming yet, I'm going to plan everything out first, this is just to show the world map)

obtuse condor
#

STOP

#

THE POWER OF TSAR DENIES YOU

deft quartz
#

this is ww2 axis

#

the tsar already was gone

#

Also, if you know, what's the best program for making portraits?

#

I tried gimp, and i have no clue what i do to make it look good

deft quartz
inland veldt
#

Bit rough on the edges

deft quartz
#

yeah. i'd say that it needs to be cleaned up a bit

calm wind
#

heya guys...just wondering if smb know....can i "spawn" new equipment variants ?

#

like event happens

#

and i will get medium 1939 with armor lvl 5

inland wyvern
#

just use quisling for norway, that is what Hitler wanted. Terboven was just here to nazify and pacify the country for quisling

wanton ledge
#

Has anyone here tried map modding? I'm trying to add San Marino but it keeps crashing my game. The error log complains about the new bitmap being encoded in the incorrect format, and it's spewing errors like 'Province 56 has only 2 pixels around (x=3754,y=191). Should have at least 8'.

idle spruce
#

u need ur province to have at least 8-9 pixels. ur province is way too small

#

but the encoding is the error that crashes it

wanton ledge
#

I tried with more pixels, still didn't work.

idle spruce
#

u need to save the bmp with 24 bit not 32

wanton ledge
#

It gives me that error, like, 50 times.

idle spruce
#

well it doesnt support 32

wanton ledge
#

I did 24 bit, the only thing I can't figure out how to do is the encoding.

idle spruce
#

what errors does it give u now?

#

try it one more time and ping me

wanton ledge
#

I messaged you. @idle spruce

placid hedge
#

How do generic leader portraits work?
I've set up a few but they don't display for freshly released countries
I haven't specified a leader in their country files either

deft quartz
#

@inland wyvern I didn't use Quisling because he was basically a figurehead. Terboven had all the real power.

inland wyvern
#

I know, but he was just a temporary solution for Hitler. When Norway was ready, he wanted that Quisling should take charge instead

deft quartz
#

Also, i made some more portraits

#

and the third one is erich koch

tight rapids
#

these are acually pretty good

#

πŸ‘Œ

deft quartz
#

i have to say, the Koch one is probably my best work

lofty venture
#

They look really good nice job πŸ˜ƒ

deft quartz
#

thanks guys

#

i have more

#

but they arn't as good (coudn't find high quality photos to use as a base)

lofty venture
#

dogs how often do people host games here

deft quartz
#

no clue

lofty venture
#

that one is really nice

deft quartz
#

thanks

#

they take a while, but its actually kinda simple, since i'm not hand drawing

#

(thank god for that, i suck at drawing)

tight rapids
#

me2

#

πŸ˜ƒ

deft quartz
#

I basically edit photos in gimp

#

add color using the finnish leaders forehead

#

(theres a really shiny white part that works well)

lofty venture
#

ah twitch has gone to shit...

#

so many ads

deft quartz
#

hey, which Mussolini photo should i use

#

please i need advice. its so hard to choose a picture that truly embodies Mussolini

thorny acorn
#

Second

#

I'll even save it

deft quartz
#

lol, memes aside, ill use the second one as an event picture for when mussolini is assassinated

#

what do you guys think?

tight rapids
#

the colouring is good but some people could think that this is not him

#

because he looks a bit different than in other pictures

thorny acorn
#

It's oversaturated

deft quartz
#

That's the way it looks when i color the eagle and stuff

#

it is caused by the way the picture was taken i think'

#

with the lighter parts becoming bright

thorny acorn
#

You can lower contrast a little

deft quartz
#

Not sure i can on the program i'm using

#

It just adds a gray overlay to it

thorny acorn
#

Fuck

tight rapids
#

wtf why is this option even possible

deft quartz
#

i dunno

#

but i might do that for a focus icon

#

because that looks actually kinda decent when it's small

tight rapids
#

ok

#

i have to go to bed now byeπŸ‘‹

deft quartz
#

see you

deft quartz
obtuse condor
#

^hot

inland wyvern
normal heron
#

I like the First one, @inland wyvern

quaint nymph
#

first one is handsome af

obtuse condor
#

raw chicken nugget

deft quartz
#

So, what's a good program for making focus and modifier logos?

brisk crown
#

everyone wears a single color coat c:

obtuse condor
#

oof

#

best

#

mod

#

ever

deft quartz
#

(You can only take one monarchy focus btw, it just doesn't show that)

#

Also, Croatia isn't misspelled there
Its meant to be Croazia (Italian word for Croatia)

normal heron
#

Hvratska

deft quartz
#

no that's Croatian

#

(Also, Croatia is ruled by the duke of Aosta)

normal heron
#

I know

#

Croacia is in Spanish
Croazia in Italian

quaint nymph
#

Hoit4modding exists as a webpage

#

Wut

#

I've always been hardcoding my mods

deft quartz
#

I'm not doing the coding yet

#

just planning right now

foggy hatch
#

Perfect mods don't exi....

#

can't wait to test it

quaint nymph
#

Oof

#

Want

oak bough
#

SEND HELP
I need a list of the states that were added or changed in WTT, I cant go ingame in the mod since it crashes and it probably will until the states are fixed

obtuse condor
#

The only state that was added in was San Marino and several Chinese states

#

743 and upwards are new states @oak bough

#

742-Stalinabad

#

Was the last state in 1.4

obtuse condor
#

got em

#

ooof

idle spruce
#

lol u need to fix the italian provinces lol

oak bough
#

Thanks but I have a different problem now

#

The game wont load my mod propery, I load it up ingame, and new countries and stuff are there but for example national spirits havent changed at all from vanilla

oak bough
#

TO EVERYONE WITH THE PROBLEM OF THEIR MODDED DIFFICULTY SETTINGS NOT LOADING PROPERLY:
You need to have static_modifiers.txt file twice since waking the tiger! One time directly in your common folder and one time in "common/modifiers"!

keen forum
#

guys so we're making this mod complete with a brand new map , and it's crashing after you choose the country and press start , what may be the culprit?