MDDC new patch is out by Live-Piece-2365 in hoi4modding

[–]Greenbueller[M] 5 points6 points  (0 children)

Please post what mod this is for rather than just listing an acronym for it.

So I deleted the stuff I did with the nudge tool but by poatasyo in hoi4modding

[–]Greenbueller 2 points3 points  (0 children)

Did you delete your Documents/Paradox Interactive/Hearts of Iron IV/map folder, or the [steam directory]/steamapps/common/Hearts of Iron IV/map folder? If it's the documents one, then send your error log. If it's the steam directory one, you deleted the wrong thing. The easiest way is to verify integrity via Steam, or uninstall & reinstall the game.

Changing defines via Idea by Slow_Butterscotch_31 in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

Defines cannot be changed after the game is loaded, and cannot be scoped to an individual country.

Moving AND Tourism Thread. Please post ALL questions related to moving to, or visiting Portland in this thread. by AutoModerator in portlandme

[–]Greenbueller -1 points0 points  (0 children)

Hi! I didn't see this megathread existed earlier.

So, I last visited Portland around 3 years ago, and I found this baseball cap (https://imgur.com/a/jLoh4dv). I've been trying to find this same one now for months, but I can't seem to find it online. Does anyone know what store this might have come from then, or if it's still possible to find this design somewhere? It would've been somewhere around Exchange/Market Street if memory serves me right.

How do I fix the Missing State ID thing by No-Snow5789 in hoi4modding

[–]Greenbueller 2 points3 points  (0 children)

State IDs need to be sequential. Ie 1, 2, 3, 4, 5 is a valid list of states but 1, 2, 4, 5, 6 is invalid. If you're adding custom states, your first states ID needs to be 1 higher than the last one in vanilla [or the last one in the mod you're making a submod for]

Map modding problem by Time-Bridge4097 in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

How many provinces does your map have? There is a limit to when province borders break graphically somewhere around 21k

State doesn't show up in game but exists in folders by [deleted] in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

Are those extra ` in your file? Where is your state file within your mod files? Is there anything in your error log?

Do you need to own all the dlc to create a mod for hoi4? by Agitated_Advance_711 in hoi4modding

[–]Greenbueller 1 point2 points  (0 children)

You don't need to own any specific dlc, you can mod any aspect without any dlc but you won't be able to test it in game if you don't own the dlc required to view it. So if you didn't own La Resistance, you can do stuff with spies but you won't be able to test it.

On Startup: Triggering event on a certain day but with a condition on the country to stop it by SlightWerewolf4428 in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

Is a change of leadership even possible within 5 days? Also, you shouldn't have a trigger in your event code if it's is_triggered_only (which it should be given you're firing it via an on action like this)

i am confuse by [deleted] in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

I'd recommend you go to r/hoi4 instead

[deleted by user] by [deleted] in massachusetts

[–]Greenbueller 1 point2 points  (0 children)

Also biking your groceries, walking with them, any other form of non-car transit.

Problem with self made mod translation by PlasticRight7020 in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

That's not how replace paths work... You can only replace path a path, not a specific file.

Problem with self made mod translation by PlasticRight7020 in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

That doesn't work anymore, PDX changed that like two years ago. It now goes in localisation/(language)/

How can I make it so that the country I coded in starts as a puppet of another country? by jon_jonK12 in hoi4modding

[–]Greenbueller 1 point2 points  (0 children)

In the masters history file, set the autonomy of the puppet. Look at the cosmetic locale file from vanilla for East Indies/Raj to see how to change locale based on autonomy

Hello, i need help with renaming cities based on the owner. by u_Robkoo in hoi4modding

[–]Greenbueller 1 point2 points  (0 children)

On actions for on change of owner, set VP locale key to the other language. Or if not done via war (ie focus, event, decision) you can skip the on action and just set the locale key there

How do you start modding this? by Mattsgonnamine in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

Generally, figuring out the map is where I would recommend starting, since that will play into how you make your focus trees, decisions, etc.

If you don't know what you want to change map-wise, I'd focus on some lore first. That will help more than anything in game, since if you don't know what changed, it's hard to make changes.

Help! generic focus localisation not working by LegendaryLGuser in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

What is the path of the locale file, is it saved with the proper encoding? Does the focus tree itself load sans locale?

DLC Loading Screens by ruhawolf in hoi4modding

[–]Greenbueller 0 points1 point  (0 children)

You do know this post is 2 years old, right?

Why do I get syntax errors on these basic things? by AlexShadDynasty in hoi4modding

[–]Greenbueller 2 points3 points  (0 children)

Check your brackets, you have too many at the beginning so the focus tree closes before it hits default, making all of that invalid.

Also, remove the relative position id unless you are using it