#modding
1 messages · Page 6 of 1
Gotcha
thats why when you complete a focus, the event that the focus told you would trigger pops up a few hours later
Yeah I'm making a focus tree submod for a country they're not going to work on and wanted to add some flavor events
But I don't necessarily need them to fire on a specific time
Just kind of "within a year or two" kind of thing
can i ask which one?
Cuba
oh nice
Yeah I think most of the events will just be from the focus tree which seems more straight forward
you can make a mean time to happen, but i dont really like them
quite unreliable
Yeah, like I'm trying to see how they do their 9/11 event since it's a bit random when it fires but I don't understand how it works
i havent checked that event
i think thats a news event, not an event exactly
they're pretty much the same but they do have some differences
Major Terrorist attacks timetable
country_event = {
id = wot.1is_triggered_only = yes hidden = yes trigger = { NOT = { has_government = fascism } #Just incase some tomfoolery happens original_tag = USA } option = { name = wot.1.a log = "[GetDateText]: [This.GetName]: wot.1.a executed" ai_chance = { factor = 100 } news_event = { hours = 18 id = wotnews.1 } country_event = { id = wot.2 hours = 12 } if = { limit = { NOT = { has_country_flag = USA_increased_intelligence_efforts } } random_list = { 5 = { set_country_flag = major_terrorist_attacks_discovered } 80 = { set_country_flag = terrorist_attacks_succeed_no_fourth_plane } 15 = { set_country_flag = terrorist_attacks_succeed_fourth_plane } } } if = { limit = { has_country_flag = USA_increased_intelligence_efforts } random_list = { 15 = { set_country_flag = major_terrorist_attacks_discovered } 75 = { set_country_flag = terrorist_attacks_succeed_no_fourth_plane } 10 = { set_country_flag = terrorist_attacks_succeed_fourth_plane } } } }}
That's their code
(sorry if I shouldn't be posting that here, although I guess it's not exactly private lol)
dont worry
Is their option part what makes the user see the event?
no, i think its the original_tag?
the option is just the button at the bottom of the news
and i dont think thats a news event actually
i think thats a normal event
Maybe there's some other area that shows when it starts
where is that file exactly? I couldn't find it
Let's see
Yeah where did that message go? lmao
I was literally looking for the file path for them lol
Anyway I think you're right, here's the code from their on_actions file (different file name as you guessed)
USA = { country_event = { id = usa_vanilla.50 days = 5 } country_event = { id = usa_vanilla.51 days = 5 } country_event = { id = usa.1000 days = 120 random = 20 } if = { limit = { has_start_date < 2016.1.1 } country_event = { id = usa.3 days = 5 } country_event = { id = usa.4 days = 70 random_days = 20 } country_event = { id = usa.6 days = 90 random = 70 } country_event = { id = usa.7 days = 1 } country_event = { id = usa.9 days = 25 random = 10 } country_event = { id = usa.11 days = 45 random_days = 125 } country_event = { id = usa.12 days = 79 random_days = 15 } country_event = { id = usa.15 days = 60 random_days = 35 } country_event = { id = usa.34 days = 97 random_days = 4 } country_event = { id = usa.35 days = 130 random_days = 135 } country_event = { id = usa.36 days = 219 random_days = 8 } country_event = { id = usa.53 days = 3 random = 2 } # 9/11 Event country_event = { id = wot.1 days = 620 random_days = 732 }
So what exactly does this part mean:
country_event = { id = wot.1 days = 620 random_days = 732 }
i think it means that for the usa, the event 'wot.1' will trigger at a minimum of 620 days after the game starts and a max of 620+732 days after the game starts
thats my guess
so it would be like telling the computer "ok, you got this event and it will trigger 620 days after the game starts, then you choose"
alternatively, it could mean that the event will trigger at a minimum of 620 and then have a range of 732-620 days to trigger
i think this last option is the most likely
i dont think 9/11 is supposed to happen 3 years after 2001
so, the event will have a minimum date of 620 days after the game starts and then it could trigger in any day after that until reaching 113 days after the 620 days have passed
Awesome
Yeah it happened as late as 2003 in my recent game lol
Yeah I think I'll focus on events triggered by focus tree completions
Which is probably pretty easy, right? Just limit it to "triggered only" code and then it won't fire otherwise?
in theory
Hah what
events are kinda tricky, specially with paradox's code, so some things i still dont fully understand
So if through a focus tree I have an effect to fire a specific event, it might not?
oh, in this case it MUST trigger
if not, then buddy, the code is against you
its just that the triggered_only can be a headache in other cases
but if you only plan to do so through focuses then you need to use it
its quite easy to mod events with focuses
Ahh I see
Okay good
Maybe I should just focus on those for now and if I'm feeling ambitious, I'll add more "random" events later
Thanks for your help
np
whats the syntax to change a country name after a focus is complete?
You're probably thinking of a cosmetic tag.
https://hoi4.paradoxwikis.com/Cosmetic_tag_modding
oh
thx
i was looking through the code and saw something that said cosemetic tag
what should i pick
what mod?
MOD?
millenium dawn
Not even a sub mod?
nope
Also idk if this a bug but I just got off MD and for some reason whenever I start as China or anything, I have zero equipment
There aren't any anymore
oof
They all got moved to Novum Vexillum, which is an awful mod
But all the devs prefer old MD
So they stopped supporting their submods for MD
Well I mean, you have Turkey submod @mighty saffron
Other than that theres this one rework of an old Korean submod, but its currently broken
oof
At least its being developed
beautiful graphics mod I just found.
Although some of those portraits were definitely ripped from RT56
https://steamcommunity.com/sharedfiles/filedetails/?id=2867552122
how do i get fascism in MD
honestly modding isnt even that hard its just that its tedious
esspecially after getting used to godot and calling and all that stuff
And heck I got over 53 mod installed lol
Iron Workshop is not useful for basic stuff you can easily read in the base game
in general the scripting is really simple and doesnt really require that much knowledge its just so repetitve
You can still make bad or nice things with it
Its renamed to Nationalism
@buoyant dove how is that tree creator
What are the mods that you guys think are gonna break with BBA? (Besides total overhauls like TNO, KR, and TWR cuz no shit)
I was planning to just play vanilla with some graphical mods I like until the the gameplay mods get updated, since I don't think stuff like fps map is gonna break (I hope)
kinda dumb question
player-led peace conferences
Most probably won’t break
At least they will be fixed after not long
There aren’t as many changes compared to say NSB
planes, peace conf and divisions command
Planes probably won’t be that hard to fix
The designer wil probably be patched out most mods for now
just said the main changes
Peace conferences also won’t affect modding wise also
Divisional command also i doubt
So most mods
Are probably safe
well, i sure need some time to teach ai how use new conferences
All major ones
Even small ones that change states
Or research
You think they gonna change the system after the update since there's an improvement?
Depends how moddable it is
Dunno but it would be intresting what stuff would be made out of it
And kinda curious you think they gonna make some infantry or artillery designer next? 
rifle designer 😎
is there any mod that consists Israel and a good focus tree of Israel after WW2 (obviously), other than Millennium Dawn or Iron Curtain?
something in the cold war times.
Anyone know a good alt history mod that uses the latest version, since I can’t change my game version
does anyone know a mod that makes your game run faster?
i need help
made a bunch of new states in new england not realizing the new england state would remain and just override the rest
how do i get rid of new england
Every state needs to have provinces
So you'll need to move it somewhere or remove one of the new ones and reuse New England and just modify the file to make it more realistic and modify locale
There are mods that remove continents and such
Those would be the only ones I can think of
Oh yeah, it does that sometimes. Manually figure it out I guess since it seems you already started in debug mode
i did but i honestly have no idea what the error cld bwe
all the states r in the rigght place
Confused on why this happens, i assume its something to do with the colors.text file
but i cant find anything
fixed
Anyone know if road to 56 conflict with like faction because the start of all my game the main faction aren’t created and are never created
Mod conflict, disable other mods
hello all, how to add mod to steam workshop?
Paradox Launcher -> All Installed Mods -> Upload mod
are there is wiki for modding?
https://hoi4.paradoxwikis.com/Modding
Yes, though not sure if it is available in your native language
Ok thank you
what is the best modern day mod?
really depends on your opinion
None
tru
Old World Blues and Equestria at War
I think OWB is pretty cool but its oddly balanced at times
WW1 feels too scripted so I dont like that
Did KR have the division limiter? Kinda hate those
ill check those our rn
I played as like France and I could in no way match Germany's division count, kinda unfun
then i think your supposed to make better divs
but there is also really a limit to that
Even with better divs its hard to win a 1:1,5 while attacking
maybe some form of cocentrated attack with tanks but i guess with good ai they push you where u are not
Im usually happy with a 1 v 1 won while attacking, I think a standard 21w is slightly too bad for that still
But I dont exactly have the factories to go build space marines
hey modding question
how would u say in syntax that you need a certain advisor
like not just have them be able to be picked
but active
has_idea
I guess what you describe is has_character
yes but like active
Yeh I meant the thing you didnt mean
as in you have them picked as advisor
yeh thats has_idea
ok thx
is_character_slot = political_advisor Inside a character scope I guess is a way if you wanna avoid using the idea token for some reason
hm ok
Is it possible to change the layout of a division using decisions?
Or create a division template via decisions for that matter?
Is the change leader portraits compatible with major mods?
Like kaiserreich, the great war redux and so on.
i think they do that by just creating country leaders, at least thats how i do it
I mean, if I use it on md will it display mod generated leaders or modern leaders from md?
what are you trying to do?
If that's an existing mod, just ask on their discord or whatever else they have. The odds are good that there isn't a dev of that mod here watching this chat
guys with the great war redux mod, I did the focus for mittelafrika but i can't form it in decisions
Again, ask on their discord or whatever else they have
okay
so i just finished creating my map mod for hoi and when i loaded up the game i got at least a few thousand errors, do i need to fix all of these?
yes
working on some focus stuf
Question: what do i do with my new provinces now that i've got BBA?
Good evening
After the update for the DLC By Blood Alone, my mod no longer works. The game crashes while loading files
Can you tell me how I can fix it?
What was the change in the game files?
Is this another modification of the map. My mod is a new map, not the original.
I hope that’s not really the problem, because I’d have to start over
The update is not compatible with existing saves
Roll back to an older patch if you want to finish a game
You can do that via steam betas
So I have to delete my parts?
i think that is the problem if u have new states. because blood alone adds like 80 new states so if u have given new states state id 900 for example. that already existts now and your not adding to the base game but overwriting. i think, not sure
i aint no good modder
but this is what happened with me when i added a state
I’m on a new map with states other than base states. So I don’t think it’s from there
hmm ye idk im new
i just know this cus it just happened to me
it told me this in the error log
so idk
Can someone who knows something about modding tell me how to change how the Trade Law Closed Economy works? I am frustrated that it completely cuts off all trade and I want to change it to something more realistic.
Please tell me what I need to do to change it. I have no modding experience so please explain it as you would to a geriatric and dim witted monkey.
ı how to modding hoi4 10.0.2?
alright how to i update my mod to blood alone
i reuploadrd my mod with the right version buut the mod still crashes and gives me a giant error log
what am i forgetting
I also have the same problem.
I have no idea what he’s planting
for every single new state you edited, go into the text file for it and give it a manpower population and under manpower add the line ‘state_category=‘ and add whatever category youd like out of the list
you can look up what kind of categories there are
if you need to reference the files of states already in game
anyone wanna walk me through the process of making a map?
This Hearts of Iron IV modding lesson will explain how to create new states, fix missing state info and fix map related errors.
Timestamps for this tutorial/lesson:
00:00 - Introduction
01:00 - Creating Mod and Debug Mod
01:25 - Creating a new state using Nudge tool
04:18 - Assigning Strategic Region
05:15 - Fixing building sprites
07:37 - Fixi...
anyone know where is the new code of 1.12 divisional_commander?
Check out the German country history files for an example of how to define divisional commanders
sorry i cant find,may i know which line?
unique={
"xxx xxx"
}
yes, that'll define their name, and you can give them a portrait using the example below
You can supply a list of names if you want, and they'll be used sequentially
How do i use mods? I'm on the xbox game pass version and whenever i download one it doesnt show up, do I need to do something else?
can i promote named "unique=xxx" as a real commander?
or can i use the real corps_commander name in the "unique=xxx"
On Paradox Mods, are clicking Add latest version or Download mod
One just downloads a zip file
The other automaticslly adds it to tour launcher
Anyone know what the background image for the focus tree is called in the game files?
I've been looking, but I don't see it, and I'm wondering if I've perhaps gone blind without realising
Like this, but not this, because this is just a screenshot I took for quick reference
oh, wait, i think I see it now, never mind
how is it called?
gfx/interface/tiles/tiled_focus_bg.dds for the corner bits
And then one of the other background tiles for the actual background, but the corner bits was what I was looking for, so I stopped there
oh ok, thanks anyways
i dont know if you've found the corner bits, but they're called 'tiled_focus_bg.dds'
located in the same folder that you told me
i attempted making a mod and the game updated and now it doesnt work at all
What type of mod was it?
And, did you edit basegame files?
i added a new country and assigned it provinces
And this was in a proper mod folder?
yes
Where was this country?
texas
Well they didn't change the stuff around that area. I don't see how the new update would make it not work. Can you zip the files for your mod and send it over?
okay
its gonna take a minute i have a slow HDD
it says the file is too large to upload
uh hmm
Youve probably packed too many files into your mod then tbh
Oh wait some people use custom art, I forgor
Oh yeah I forgor I was helping this guy
📸
so if i make a mod and put it on the steam workshop, I'm supposed to use the local version of it not the steam version yes?
Yes, you can not subscribe to your workshop version unless you change your local versions name
If you added new states, you need to move them to after the new base game ones unless you have a replace path
I offer a challenge to anyone who is apart of the RT56 crew. The challenge is to add components to make any (at least one) airframe do air resupply
Shameless self-promotion
https://steamcommunity.com/sharedfiles/filedetails/?id=2459810419
How to promote division commander as Corps commander?
Is it hard code?can’t remove division officer?
Is there a player led peace conference mod compatible with by blood alone
The hell is this
unfinished ig
Niceee
hi
anyone got a way to delete thte text of multiple files all at once?
any map mod like fps map that currently works?
In the descriptor and mod file, add a line thats picture=thumbnail.png then make a file named that
o thx man
Lemme verify on the wiki
https://www.youtube.com/watch?v=GskG_OEpqIs im just watchin this
This lesson will explain how to properly upload your Hearts of Iron 4 mod to Steam (including a working thumbnail).
Timestamps for this tutorial/lesson:
00:00 - Lesson beginning
01:17 - Creating mod file and folder
02:37 - Creating mod Steam thumbnail
06:53 - Editing mod file to use the thumbnail
08:44 - Updating your mod on Steam
Thanks for ...
You just put a .png file in the mod folder. Must be 512x512 or less. Must be named thumbnail.png
But I don't think that line is necessary
I have not done that before and it works
I'd still put it in for good measure though
512x512 or less? That explains it
Also should probably be square but that's more about aesthetic
Ironworkshop always a bit lengthy fot what Geoff Free just said in 5 messages
i think i did it?
Well did the thumbnail show up
any mod to give war score for passing?
New update = new problems
Can I code with skill for the division officer?for after they promote as Corps commander’s skill
You could probably fudge it somehow, but div commanders do not have skill
Ty
Probably not yet, considering it just released yesterday
Does Afar's owner have a tag that actually exist? (ie does your mod override the vanilla tag list?)
it...might actually be the country tags, i did not even remember that file existed
hold on
let me see
idk, if thats actually the issue, as the error.log does not tell "AFA tag does not exist"
Does anyone know where can set "Mod Award"?
huh, it was actually that, thanks!
i do want to do that as well, but i have no idea how to do it
how about "ribbons"?
yeah, the update and dlc broke it quite well
thanks, luck to you as well
has anyone else got this error?
ok so i found the issue
for some reason the game made the eastern siberia air zone ALL of siberia
lmao
how you can make stuff like ribbons? someone make some guides in the Paradox forums modding section
tried the new paradox industry focuses
heres the psd, dont use it directly in any mods though uwu :3
ZAMN
who made all those
wait its mike
hio
4000 💀
Most of them just have repeating flags
good point
hi!
i created a custom country, but i cannot release it, it says it needs an event
can i change that, so i can pretty much release it at any point, just like romania with ukraine?
(Stalino state as donetsk)
just like real life
Can the size of the air wing be changed by a mod?
(From 100 aircraft units to 10 aircraft unit.)
How does one update their hoi4 mod to the latest version.
Go through the upload process again
And make sure to change the version to current
I remember when a mod messed up my hoi4 game files and ruined the colors of my nations
Yeah they do that sometimes
Hello. Many of the Field Officers assigned to divisions in the new DLC do not have portraits assigned to them. So I want to apply the generic portrait mod for generals that I previously created myself to their generation as well.
Where are the rules defined for field officer portraits?
Yes it's in the defines
This shouldn't happen unless you've installed the mod completely wrong and into the base game files and not from the workshop. Mods don't do this sometimes without user error.
You don't need to reupload, just go to the .mod and descriptor and update the number to the current version.
Depending on the scope of your mod different things will need updating.
Have you changed any of the following:
UI?
Map?
Tech?
I've updated the map.
If you've added states but not replaced path make sure the new states are fitted in.
If you've added provinces and therefore strategic regions make sure the new ones are fitted in.
How can I make it that way?
How do some mods change the pictures for certain places
Like custom city pictures for Berlin, Paris, London, etc
Don't believe so. Keep attention to the mod page for when a new update comes out
yeah I'll probably just wait until it's updated to play
otherwise i'll feel like I'm losing features
Depends on what you need help with
Tryna add the blackshirt italian malitia technology to another country
having a brain fart rn
Well just take the technology from one history file to another
there is no technology file in the history
Well then it has to be determined somewhere else
Found it
blackshirt_assault_battalion_tech
I looked in infantry.txt
Yeh but how do I add it to a country on 1936
Add that to their technologiesin the history file
What line of code do add to the country
I assume it worked because you deleted the image?
no it didn't
I thought I put it in the wrong file
but it isn't working for some reason
Ok I'll do some independent research and see if I can fix this
I can't get my console commands to work so it'll be a minute
Ok ill wait
I just did the same thing and it works
You know it's a support company right?
Right, did I need the technology folder in my mod?
Did you properly enable the mod
yeh
So yeah it should show up in support companies
Yeah that all looks correct. Should be in support companies in that case. If it isn't, I'm not sure what the issue could be
it should be something like this
Oh! You're talking about militia units
Yeah no that's just a special division. Militia aren't unique per se but not commonly accessible
You'd have to make a custom division template or a custom technology
Militia aren't unlocked by technology they are unlocked by division templates
can't I copy the italian one?
Yeah you could just copy the Italian division
how can I copy that onto germanyt
So check the Italian history file
Oh wait
No, check the Italian oob
Which is in units
Find the militia division and copy it into Germany's oob
they don't have an oob one
Yeah no oob is just the colloquial name
which italian one do I click on
1936
i copied that over to germany earlier but didn't work I think
i copied this
onto GER
what would I need to change
division_names_group = ITA_INF_02?
I have a question about the Great War mod. Also sorry if I interrupt you, but the Great War Mod refuses to load properly without crashing
check other mods
name = "Militia Division"
division_names_group = GER_Inf_01
regiments = {
militia = { x = 0 y = 0 }
militia = { x = 0 y = 1 }
militia = { x = 1 y = 0 }
militia = { x = 1 y = 1 }
militia = { x = 2 y = 0 }
militia = { x = 2 y = 1 }
}
support = {
engineer = { x = 0 y = 0 }
}
}```
Has it been updated yet?
Sadly, no
That'd be why
that's just normal malitia. I mean the special italian malitia camice
Same thing
To prove it, that is the exact same division I just removed all of Italy's flair
they use a different type of malitia
ok testing now
And removed some lockers
Alright show the folder tree
Yeah that looks right, really the only issue I can see is that the mod is not enabled properly
mods fine everything else is working
I see. I'll keep doing some digging on my end to see why this isn't working
yeh not sure why it wont
I found why!
We have been editing the non-No Step Back oob
so what do we do chief
ah
really that simple?
would be nice if paradox pointed out "DO NOT EDIT THE OTHER ONE"
Remove the template_counter
Oh yeah that's gonna be a bit more in-depth I think
i think its a simple line of code to add to the countrys file
to allow certain uniforms
but not sure which one
It could be. I've never messed around with this
Yea not sure and cannot find any tutorials
Alright well I've frankly given up
yeh
i looked it up
apparently it is the entity
override_model = ITA_infantry_alt_1_entity
you sure it isn't the division names group?
It could be but I doubt it
You can try it. I've never tried to modify unit graphics
yeh I cannot figure it out
Do someone here knows a mod that expand the investigation?
the what?
I found it LOL
common\medals and common\ribbons
Damnt
Im thinking of starting a mod just to "improve" greece's focus tree.
Does anyone know how to add a portrait of the division commander in the mod? I can't get it to work the same way as the general's portrait.
another one
how do I get player led peace conferences working?
You gotta wait for the devs of the mod to update it, I guess
wait for update
i honestly fear updates, cos it takes half a dozen good mods away (cos the owners wont update)
it is updated..?
i played with it a couple of hours ago while trying out the new italian focus tree.
yo
?
Anyone having issues or had with focus trees? I have in my mod all the things needed to edit a focus tree. My "germany.txt" i deleted the whole focus tree and it remains standard. I added my own focus and it doesn't show. Anyone know how to fix?
Sure you got the right pathing?
I was checking a modding tutorial some hours ago and i saw the youtuber write in the code normal_focus_tree : off or smth
Yeh common > national_focus > germany.txt
Yeah, that looks correct. In that Germany file, try increasing the weight at the beginning of the file
I had all the standard content in there
normal germany focus tree
i added my own to the side
didn't work
i deleted the whole focus tree
nothing changes
quick question cause im going to start trying to mod HOI4 soon, can i still use the normal greek focus tree and do some adjucements to it?
You should be able to
that's what I am doing and yes. Copy the greece focus tree and add whatever you want
but any idea where I am going wrong? May I stream to you in helping lounge?
Nah I’m on phone so it wouldn’t help
so i should be able to add more paths into the greek focus tree ?
Yes
But any idea where I am going wrong?
Cool, i hate the greek focus tree, it just doesn't make lot's of sense
No, not really. Germany shouldn’t have multiple focus tree files like what happened yesterday
Try increasing the weight at the beginning
isn't there a thing at the beggining of the code that is smth like "normal_tree = false" ?
or smth among those lines.?
Well with the game works it should just overwrite Germany’s tree entirely but I suppose that could work? Never heard of that line so I’ll check the wiki
Yeah I’m not seeing this anywhere. Might you be confusing it with default = yes?
yeah i think that's it.
You must make oppose hitler be mutual with your thing as well
don't you have to mate it mutually exclusive with "Rhineland" as well?
So you made opposite hitler mutual with it as well?
Mutually exclusive must be put in both mutually exclusive foci
Well just put mutually_exclusive in Oppose Hitler and put your focus there
Yeah as I said, mutually exclusice has to be put in both mutually exclusive focuses
how to add more of these?
Anyone know how to make a civilwar appear in a certain area done by decisions. For example spanish civilwar
set_research_slots or add_research_slot
Yes check the notation on civil wars. They can have certain states
is there a way to make a city appear bigger?
Yeh but done from decisions
like when in the spanish civilwar you influence areas
Not sure. The Spanish Civil War is quite complex
I assume there would be variables and such
how do i add new cities?
I have seen mods making it where if you click a decision to influence an area the civilwar kicks off in that area
like what happens in the Russian civil war?
i would say try and look ad pdx's code for nsb decisions
You could rip the games code and learn from it
yeh but that is based differently
like its specifically done for SOV
with trotsky etc
you can change the tags and state id's
maybe
another question I got is have anyone managed to get the balance of power to work on another country
I'd love to put it on germany
how do i make an area passable rather than impassable
you have to edit the terrain
which is a hard code thing
ah
do you know where the balance of power mechanic might be stored
nope
idk which mech that even is
if i had to guess it for a nation i have yet to play
closest is probably the USA
/common/bop
Individual decisions relating to BOP are located in the country's decisions.txt file in /common/decisions
I copied the BOP folder
still nothing here
I copied the decisions and made it so that if I completed a focus it would activate
Any idea?
is there a vexillology chat?
I'd love to see one
Does anyone know how I can manually fire it?
theres a file called test in BOP
contains this code
am I missing something? Do I need to add some extra files over or something
have you made it so that a focus unlocks it?
Btw, if I may suggest, there is a visual studio code plugin that provides intellisense for hoi4 etc. script files
it can be useful
ill fiddle around with this for a few and see if it works
if it does ill come back to help
thanks I have spent hours. It has its own "bop" file in common and in gfx
it should be easy
but I have spent like 8 hours on it
My custom Irish flag
the harp of erin is a nice touch
thank you 😭
lemme know what you find, I am exhausted. I have tried for ages
I make flags for mods
I am a big fan of flags
My custom Greece flag, The Kingdom of Greece and Western Anatolia
hehe
nice
with 1.12, there are several new states, do i actually have to edit every changed state in a mod that has the states of 1.11 or can i use the one from 1.11 in a mod?
you have to change a bunch of stuff
you have to edit previously existing states, add new ones, adjust strategic regions, adjust the province map, etc. etc.
hehehe
lol
interesting countries xD
lol
Anything popping up in error log?
nope, nothing bookmark related
here's all i get despite a few more being there, like albania, iran, iraq, etc
anyone know how i change my version to 1.11.12 for a mod
since its not in any of the options
go to your mod folder and find the descriptor file
change the version to 1.12.1
alr thanks
Trying to play around balance of power with console command. But it kept saying failed to change.
What do I put it for ID?
a couple assets i did for fun
if i get this warning one more time im actually going to die
Mate just fix your map issues
It could also just be a conflict because you have nudger map resources but mod map resources at the same time
ik just vent
when you're learning mapping it is very stressful
but as with the rest of modding, when you get the hang of it, it's a lot easier
They need a focus tree
France never got Alsace Lorraine
is there a mod that simplifies the naval combat in this game
I love the design
what is this mod
where do you het the blank backgrounds from.
I’ll send you the zip when I’m home
how do you make borders
(for national focus)
Country asset?
what's that
cheatmod?!
(jk idc)
does anyone know where to find character id in hoi4?
common/characters
unknown command
That shouldn't be the issue, cause Egypt doesn't have a focus tree
Ah
Ig I need to get on to making the Israeli, Iraqi, Persian, Syrian and a few others focus trees?
They don't need a focus tree they just need an entry in the bookmarks file
They do
And no code issues, as they're exactly the same as the other minors
Minors need a unique focus tree to appear in the bookmarks
yeah cause the ones showing up have focuses from dlc
which i own all expansions except bba
They do not
As long as they have an entry they'll show, focuses have nothing to do with it
they need to have focuses
the entries dont show if they dont have a unique focus tree
unless it changed in 1.12
but i dont believe it did
show me
Hold on a moment
everything that ive seen has pointed towards them requiring unique focuses
taken directly from base hoi4
The ETH and SWI don't appear if you don't have BBA because they don't have a non-default focus tree
They don't appear because they are disabled unless you have the DLC
Here you go
We are talking about the minors section
The bit in the bottom
With all the small ones
Oh yeah sure
💀
Doesn't make a difference though, just an extra check
It does make a difference though
The minor bookmark entres don't appear if they have the default focus tree
And do appear if they do
which is to my knowledge a difference
@buoyant dove
As you can see I made a minor bookmark for Egypt with them having the default focus tree and not even existing at game start. I just copied the localization from Ethiopia and Switzerland since I don't intend on making my own but it still proves my point
Can you check something for me quickly?
What's up
remove whats in the EGY available section
Does it still show?
If there is anything there
There isn't anything
i know the division officer dont have any skill and no any bonus for the unit, but can you please allow to add the skill for the unique division officer, just for the effect after the MajorGeneral promote as General
whats the construction speed syntax for focuses
i tried that
ye i tried that production_speed_buildings_factor = 0.5
this is in ideologies file lmao
epic graphics mod
or this collection
There are Victoria 2 style map textures. Not sure what they are called exactly
thanks
where are the opinion modifiers for ideology?
Like the different ideology, same ruling party, and same ideology opinions
Or how in KR/X has the Similar ideology opinion for stuff
can anyone help me with fixing the errors generated by mapgen
Use the nudger garbage to generate the things
wha-
wdym
im not talking about making new states im talking about the map generation tool
mapgen
nice gfx daymn
well i guess not
It's vanilla
how to fix new resistance balance to old one
Make a mod
how make is ask
He's basically asking where the balance changes were made
And thus how to revert them
I am thinking common/defines, you could ask someone who has reverted to give the old file to compare
Wouldn't a lot of it be occupation_laws
am check
Wanna check the wiki to confirm thats the right place, could be that folder yes
Road to 56
Ahh
This is way smarter than how they did it before
can someone make a gigachad leader mod for paradox plaza?
Which country?
any like you can coup any country using a decision and the leader becomes gigachad
no only me
and these stats please
but first he has to become a field marschal through a decision he instantly starts at level 8
can you send a link
i couldnt find any
The main one got valve'ed
you could try SteamCMD, or I could just give you the files if you give the link
no I mean, Valve made them close the website
no you dont need it ill use steamcmd
can you use player lead peace conference to replace the newly introduced peace system? Or is there some way to boost your war score for single wars? Kind of BS to not be able to fully annex nations
Yeah that's a bug. The open beta fixes it
oh it does? I'm getting that patch then, thanks!
Any mod that removes the requirements for party popularity for the swiss focus tree?
really dumb decision, and you cant even change your political advisers
what do i do since the new uppdate i havent been able to play mods it just craches
alr
Most large mods are not updated.
Either rollback or wait for them to update
can u give an example of a mod that is good and uppdated
whats that
Just mods that fix bugs or make changes I like
i uploaded it to paradox plaza but it doesnt work
do you wanna test it for yourself?
You could swipe the files here and I can see whats off
alr
i cant put the map here
https://mods.paradoxplaza.com/mods/50765/Any heres the mod
You need the files inside the folder with .rar in the name
i made it .zip
the stuff inside the middle folder should be here in the root folder
You can convert the files to run locally
i dont understand a bit your saying can you record a video of it or smth
You wanna change the path entry and put it in your Documents/Paradox Interactive/Hearts of Iron IV/mod folder
@timid bronze
Production is going great
I think my oob broke something because now my is crashing
Nvm it was only once
note that the open beta was released as a regular patch yesterday. if you're on 1.12.2 then you have the fix already.
I went back a version but It wont load the game if I have mods installed. What do I do? please help
I went to 1.11.13 and have kaiserreich mods and no water reflection
is there a mod about crusades?
hi i want add focus for industry and add in effect research bonus for industry (1x 100%) what is the command in completion_reward for this?
pls help
bonus = 1
uses = 1
category = industry_tech
}``` I forgot what the category is called, but you can find that easily
help me can you guide me via stream?
Suure
thanks

Is it just for local use or to upload
It should work
i cant hear you
The mic tester sais it works fine
Right click on the other person to increas evolume
Done
Make a mod in the launcher->Drag the files into it, dont override the descriptor
that rar file was from here
oh so i copy these there
Yes, into a new mod you make in the launcher, you want to NOT override the descriptor
alr
Hi,
this might be a stupid question, but I can't remove a ruling leader from power.
In a country event that I trigger by console, I have tried three methods:
retire_country_leader = yes
kill_country_leader = yes
limit = { is_country_leader = yes }
retire = yes
}```
but all of them have failed: the country leader stays the same (I tried USA -> Roosevelt, and LUX-> Joseph Bech).
As I gave no description to the event, it even displays: a message such as "[name of the country leader] retires", but nothing actually happens.
How do I make it work?
What do I have to do in a "Undefined GUI_Type" error or what even does this mean?
HOI4 mods are installed on my c drive, but I don't have that much space left on it. Could I change the mod directory to my D drive and then the game will automatically store and load the mods there?
I did that, worked for me, at least o7
yes but how do I change the directory
Wait, it is possible to just drag the steamapps directory to another drive, so everything can be stored on one drive
In my case, i just created a folder on the new drive called e.g "Games" and pasted the "steamapps" file into that folder. Long since, so be sure to maybe have a backup
hello i was thinking of making a cyberpunk mod got no idea where to really start anyone got tips?
if anyone wants to take part hmu im gonna need some help sooner or later XD
Socialist Republic of Texas
GFX_medium_plane_3_medium. any idea where the key file (one that changes the image to a key) is
ik
beware sicily and yuof
alot of new pronvinces there cuasing broke states
yugo#
Just for your information if you are making mods that greatly change the game and/or have edited career_profile in "interface", it is very likely that this will crash the game on startup
Is there a mod that remembers how the divisions in an army are sorted? While training up multiple armies, that would be rather handy. Sometimes its handy to keep an army sorted by how much goods they carry, sometimes its handy to keep them sorted them by division type. When selecting an army: it should default to the sorting it last had when viewed before, imho. If such a mod does not exist: it should be made, lol
Could a mod from steam workshop give my computer a virus? is that possible? (even for other games but mainly hoi4)
Yeah but its unlikely
unl;ess you download a suspicious mod
thank you kindly good sir
Looking for a historical game with vanilla style? This mod for you (Artillery meta)
I am looking to construct a mod, I was wondering if anyone would like to help me on it. I'm fairly new to the modding scene, and would greatly appreciate any help that could come my way.
Anyone knows a good medieval or early discovery era mod?
can someone make a mod that adds a new country rhineland
My senate (Leader) Portrait for one of my nations
the flag of the Senatorial Demos of Texas
A country directly controlled by a Senate, not by a President
or one man
How does one make a hoi4 mod
how delete assigned national spirit ?
how can i add other countries to bookmarks? every time I try to add one it does this and does not show any other nation besides france
what not being able to fully anex nations is bug
what
yes
From what I've seen on the forums it improves things but doesn't fix the problem fully. Folks on 1.12.2 are still complaining about not having enough WS
You don't, it was released as stable (1.12.2) yesterday
On Steam that is (Microsoft Store and other platforms must wait till next week)
You may stick to this code layout i used for my (not finished, but working) Modern Day Mod, hope i could help you
thank you
No problem mate
ya, so if in the launcher/main menu it says 1.12.2 then you already got it
how do you edit country borders?
history -> states...
then...
more effective if you copy the states from vanilla into that folder
Do mods just not work with MacOS?
Whenever I try loading with a mod the game crashes.
It’s quite a lengthy process
and then, in the.txt files edit "owner" "controller" and so on
I know a little bit, but I’m still really really learning
also, if you dont want to get alzheimers trying to not forget the id of the state, go into debug mode and just hover over the state you want to edit
kk
are you doing it with nudge?
Does running 1.11.* mods crash the game if you try launching them in 1.12.*?
if they edit states, strategic regions and such, i think yes
So overhauls are a no-no
so just that you can feel how it is to even try to update a full game overhaul to 1.12 T_T
finally did it, missing provinces fixed 😄
I Know nothing abt it
theres an entire series on youtube
that teaches some basics
Thanks for watching this lesson/tutorial
Useful links:
Iron Workshop Discord server: https://discord.gg/sSCU3WS
My twitch channel: https://www.twitch.tv/playerhoi
Hearts of Iron IV wiki modding page: https://hoi4.paradoxwikis.com/Modding
If you would like to contribute to make the Iron Workshop better you can do so on Patreon: https://www.p...
Cool
ı wanted to combine some quality of life mods for me and my friends how can i do it?
you know how to create an own mod so that this is even possible?
what is this error and how do i fix it
by mod pack do you mean the one that you have to create in the launcher
yes, the one with the descriptor in it
also what are all thesse ugc files do i need them
Basically, all you have to do is to download the mods of your desire, go into the workshop content in steamapps -> workshop -> content -> find the number which leads to the hoi4 mods
the copy and paste the contents of the mods into your empty mod
But make sure they can work independently, so nothing overrides the ohter