Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It should say command only available for developers, but you enabled debug mode, so it shouldn't.
Tell me how you did debug mode- maybe you ♥♥♥♥♥♥ that up.
a youtube channel said if it's in debug mode the main menu of the game will have an option that says "NUDGE" which I do have. but the units are not spawning.
This happens to me to, have you figured out how to fix this? I put "-debug" in set launch options on steam and when I'm in the main menu I can see it says (debug) at the bottom. I want to spawn in units yet it says "command only available for developers" I don't know what the problem is.
I used console command for equipments and manpower, then put them in training... get them out of training as fast as possible and add experience to them to level up
Open the settings file C:\Users\[user]\Documents\Paradox Interactive\Hearts of Iron IV\settings.txt (Notepad or any text editor will do) look for save_as_binary=yes and change it from yes to no.
Next, open your world and resave it as a new file. This will create a save file not in numbers but words. Open your new save file in a text editor and what I do to find the right section of code is search for a division name that is already in the world. E.g ‘Royal Tank Regiment’.
There should be a section of code that looks like this:
division={
id={ id=86 type=51 }
last_combat_date="1.1.1.1"
location=9239
logical_country="ENG"
id={ id=86 type=51 }
motorization_level=0
division_template_id={ id=9 type=52 }
division_name={
type=0
override="Royal Tank Regiment"
}
max_supply=108.000
organisation=10.000
strength=6.000
equipment={
equipment={
id={ id=919 type=70 }
amount=180.000
}
}
script_id=-1
army_manpower={
army_manpower_value={
value={ tag="ENG" value=1500 }
}
army_manpower_need={
value={ tag="ENG" value=1500 }
}
}
experience=450.000
fuel=345.600
dig_in=3.750
dig_in_cap=15.000
army_current_supply_ratio=76.650
supply_gain=0.150
}
Copy and paste all the code of the division you want to spawn in and paste it below the where you copied it from. Change override=”” to a new name (Not necessary to change Division name). Important: you must change the divisions unique id to something unique. E.g In the section id={id=86 type=51} change id={id=[number] to E.g 100001. Make this number big because even in a new save file there is hundreds of divisions. Note: Some divisions have two id={}. Change both two the new id or delete the duplicate id={}.
Save the file, restart hoi4 and open the save. The division(s) you spawned in should be at the same location as the division you copied the code from.