#modding

1 messages · Page 73 of 1

summer lotus
#

nothing has changed

#

actually, some parts of it improved

#

map modding and focus tree is more streamlined now

#

still not official tool tho

molten lynx
#

main reason ive been hesitent of modding hoi4 is becsaue its all text code

#

im used to the visual code of unreal

#

however there seems to be a very in depth playlist for hoi4 modding tutorials

proven sable
proven sable
#

And with debug mode the changes usually update in game immediately without restart

molten lynx
#

and if theres any other vital plugins for hoi4 modding

proven sable
molten lynx
#

oh

strong sundial
#

hello
i need help

#

almost al the states on the game got their names removed

#

just because i tried to fix the swiss borders

#

well, not really fixing

#

i just left it everything as normal and verified files

#

and still get the state names as state_(xnumber)

ashen mural
#

why is this only when you click on it?

#

also why is it not fully displayed?

ashen mural
#

i fixed the display, but now the icon is still not there

neat turret
#

someone can help with the rivers ?

warm lava
# ashen mural i fixed the display, but now the icon is still not there

You have to make the animation in goals_shine.gfx. Here's how you can do it:
` SpriteType = {
name = "GFX_name_of_your_icon_shine"
texturefile = "gfx/interface/goals/name_of_your_icon.dds"
effectFile = "gfx/FX/buttonstate.lua"
animation = {
animationmaskfile = "gfx/interface/goals/name_of_your_icon.dds"
animationtexturefile = "gfx/interface/goals/shine_overlay.dds" # <- the animated file
animationrotation = -90.0 # -90 clockwise 90 counterclockwise(by default)
animationlooping = no # yes or no ;)
animationtime = 0.75 # in seconds
animationdelay = 0 # in seconds
animationblendmode = "add" #add, multiply, overlay
animationtype = "scrolling" #scrolling, rotating, pulsing
animationrotationoffset = { x = 0.0 y = 0.0 }
animationtexturescale = { x = 1.0 y = 1.0 }
}

    animation = {
        animationmaskfile = "gfx/interface/goals/name_of_your_icon.dds"            
        animationtexturefile = "gfx/interface/goals/shine_overlay.dds"     # <- the animated file
        animationrotation = 90.0        # -90 clockwise 90 counterclockwise(by default)
        animationlooping = no            # yes or no ;)
        animationtime = 0.75                # in seconds
        animationdelay = 0            # in seconds
        animationblendmode = "add"       #add, multiply, overlay
        animationtype = "scrolling"      #scrolling, rotating, pulsing
        animationrotationoffset = { x = 0.0 y = 0.0 }
        animationtexturescale = { x = 1.0 y = 1.0 } 
    }
    legacy_lazy_load = no
}`
obtuse condor
gloomy rapids
#

if anyone wants another person to create a mod with them im down

ashen mural
#

ima try again with your code maybe itll work

late vector
#

If the localization trick didnt work

obtuse condor
#

How do I get rid of a state which does not exist? It was a state I added, but then removed. I've removed all files and any mentions of the state, even cleared cache and reinstalled the game. I can't launch the game or nudge because it crashes instantly.

rare quiver
#

need mod like expert AI (expert AI not work with AGORA)

timber zenith
#

you can't get rid of something that doesn't exist. like that error is stating, you need 971

#

likely because you have states with IDs higher than that one, and states must be in numerical order

obtuse condor
#

oh lol yeah that explains it thanks

timber zenith
#

no worries

timber zenith
digital plinth
#

.

gentle goblet
#

how do i make on_actions that checks if any country has researched mechanzied and anit tank if it turns true that country will get a custom equipment called bm_at_mechanized_equipment

This is what i have tried but did not work so please dm me if you know how to fix/make it.`

on_actions = {
    on_startup = {
        effect = {
            every_possible_country = {
                if = {
                    limit = {
                        has_tech = mechanised_infantry
                        has_tech = anti_tank_equipment
                    }
                    enable_equipments = {
                        bm_at_mechanized_equipment
                    }
                }
            }
        }
    }
}
fossil cradle
#

hi. do anyone know how to set where an map asset will go? It's to add a nuclear reactor and since i cant put in a province as it isnt provincial, I was seeing where to do it on-map

timber zenith
#

I haven't done much tech modding but it's interwar_antitank iirc

#

or antitank1 etc

timber zenith
#

it needs to have _shine at the end of the name

strong sundial
#

thank you very much

#

it got fixed

#

now im just gonna watch a tutorial on how to make a new state instead of modifying one on my own

gentle goblet
#

Hello, I’m trying to find people to beta teat Better Mechanics : More Units if you’re interested please dm me. I will not answer here.

upper badge
#

does anyone know where to find the files for the lost core BOP event/modifier for Italy?

gentle goblet
upper badge
#

I think it varies

#

You get it when you lose like Istria and it gives you the "lost core" modifier

#

for the BOP

gentle goblet
#

Thats all BOP events for italy i think.

strong sundial
#

hello, its me again

#

since i decided to watch a tutorial on how to make a new state, i finally did it but

#

im getting error every time i join the game

#

idk if i did something wrong here

timber zenith
strong sundial
#

this one

#

i got the tutorial from here btw https://www.youtube.com/watch?v=h-HKNRUYF7M&t=497s

This Hearts of Iron IV modding lesson will explain how to create new states, fix missing state info and fix map related errors.

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

Timestamps for th...

▶ Play video
timber zenith
#

and in debug mode?

strong sundial
#

yes i am

timber zenith
#

when does that error pop up?

strong sundial
#

literally after the game crashes

timber zenith
#

when does the game crash

#

while loading, joining a game or

strong sundial
#

loading

#

this one shows up when im not using nudge

timber zenith
#

Could you upload your error log?

strong sundial
#

yes

timber zenith
#

oh I see what's wrong

#

you've got an extra bracket in your state file

strong sundial
#

wth

#

where

timber zenith
#

right after the first victory point

#

after that one closes you have a second closing bracket

strong sundial
#

this one?

timber zenith
#

Yeah

#

it closes the history when it shouldn't

strong sundial
#

should i leave it like this then?

timber zenith
#

looks good

strong sundial
#

let me try

#

bro

#

i cant believe a bracket was making this

timber zenith
#

nice

strong sundial
#

let me see if the game runs as normal

#

there we go

timber zenith
#

lovely

strong sundial
#

@timber zeniththank you for the help

timber zenith
#

no worries

proven sable
#

Bit of a long shot, is there any way I can prevent militia units leaving core territory

timber zenith
#

as in name = "GFX_rise_up_red_eagle_shine"

ashen mural
#

bruh luancher update

timber zenith
ashen mural
#

thank you man

#

do you perhaps know what the max size is so i can make the icon bigger

gloomy rapids
#

anyone want help creating a mod?

proven sable
#

anyone know if I can add core attack to a specific unit?

proven sable
#

can I use any_state_division and has_template to detect if a unit with a certain template is outside core territory and delete it?

digital heart
valid apex
obtuse condor
#

anyone know where these GFXs are located or what they're called? Can't find them in tech folder or with armored car name

digital heart
#

Probably in the dlc folders since they arent base game

proper acorn
#

☠️

#

What did I do???

timber zenith
#

might be a record

proven sable
wintry geode
#

Ah it works now it was the control state that was the problem

gentle goblet
#

Is there anyone skilled in balancing unit modifiers? We're looking for a Stats Developer for a mod
called Better Mechanics: More Units. Your role will be to balance the units we add.

If your interested please contact me.

glad frigate
#

Does anyone remember a mod 's name where it had start dates from 1800's up to 2000's? I am trying to replay it but i just cant figure it out

lapis mantle
#

”The Eagle Drowns” First Official Teaser

The Eagle Drowns is an alternate history mod for HOI4 set in near present day with twist! “What if the Soviets had won the Cold War?” More information and news to come SOON!

#

Light Blue - Republic of Oceania
Dark Blue -Protectorate’s of Indonesia
Red - Workers Republic of Indonesia and Malay
Gray - Islamic State of New Borneo

wide lynx
#

just started working on a new australian focus tree

simple stratus
proper acorn
#

And the end of a new beginning redux 1857-2050

glad frigate
obtuse condor
#

When I change the 1936 scenario start date to anywhere past 1939 in the bookmarks file, why does it get borders from 1939 scenario?

obtuse condor
proper acorn
#

you removed the wrong brackets

lilac compass
#

isnt there a way to activate the decision thru console commands in the released nation

lapis mantle
rose heath
#

has anyone ever tried making the map smaller

#

i know magna europa changes the resolution and makes the map bigger

#

but can i have the map resolution be only a fraction of what it is

wintry geode
#

Formation 26/31 October 1795
Abolished 10 October 1799 (foundation of the french directory)

#

yet chatgpt says january 1795

#

chatgpt is ass when it comes to searching

wintry geode
#

30 of them have to do with divisions

#

idk how to fix the error

#

nobody has told me how to fix it

prisma marten
#

help me

#

how do you make a country that is a puppet of another country\

edgy solar
#

would anyone know any fixes for a crash when it's generating the checksum?
the error log is completely blank. i made a custom map if that helps narrow down the issues

loud oasis
#

hitler is a worse field marshall than heinz guderian, right?

obtuse condor
obtuse condor
#

ok I fixed the states, but there's still 1939 units on the map, where do I edit them out?

#

or rather how do I change their location?

spiral ember
#

does anyone know how to make a country start with other country's occupied land?

obtuse condor
spiral ember
obtuse condor
#

what do you mean by normal occupation

spiral ember
#

first screenshot

wintry geode
#

how do i cover every country in asia?

#

every_country={ limit={is_on_continent = asia}}

#

The dutch states are not being returned to the netherlands

#

even though the netherlands is a french puppet

#

and French Guiana is not being returned to france

#

should i make them white peace before i make the netherlands become a french puppet?

proper acorn
wide lynx
#

how would I make something like this?

wintry geode
#

Were are the scandinavian city name changes stored?

#

i want to remove them

#

Uhhh i dont have the new states in scandinavia

#

where are the things that change the names located

#

are they on_actions?

rose heath
#

is it possible to make the map significantly smaller that it is

#

like 2000x2500 for example

wintry geode
#

HOL={
limit = {
is_in_faction_with = AUS
NOT={
is_in_faction_with = AUS
}
HOL={leave_faction=yes}
}
}

#

[17:26:35][no_game_date][effect.cpp:432]: Invalid effect 'limit' in common/national_focus/france.txt line : 12021
[17:26:35][no_game_date][effect.cpp:344]: Error: "Unknown effect-type: limit, near line: 12021" in file: "common/national_focus/france.txt" near line: 12028

#

Whats wrong?

proper acorn
upbeat sparrow
#

Viva la France😂 🫡

simple stratus
#

the lack of terrain modding tools hurts me

wintry geode
#

{is_on_continent = asia

#

is this used for countries with capitals in asia?

proven sable
#

Can I lock a country out of using a certain module

wintry geode
upper badge
#

is there a way to expand the event so it has all the text?

wintry geode
upper badge
#

also you need an if statement

#

and dark mode lmao

wintry geode
rose heath
#

could someone make a tutorial on how to make this type of a map

rose heath
wintry geode
#

use this

#

top left tool

#

ctrc then ctrv

#

on the place you want it to be

#

I put belgium in kashmir

rose heath
#

my plan is to actually remove a bunch of continents and leave only europe

#

PNG file of a map i want to use in my mod

#

thought having someone explain the other mod could help me create this one

#

i've done a custom map mod before

#

haven't finished it, but it runs without crashing

wintry geode
#

and make so only the states in your mod are relevant

#

and not the basegame hoi4 ones

rose heath
#

like go through all Asia, Both Americas, Africa, etc and remove them one by one?

wintry geode
#

dont know a more convient way to do it

torn pelican
#

Hello, can anyone help me with a submod for Anbennar?

torn pelican
#

I would ask there but they lack a dedicated modding channel

wicked gale
#

Does 3584*3584 work as map size?

#

There is a message saying it's ok

rose heath
#

my mod is meant to make the game run smoother

timber zenith
#

rude

#

jk lol

#

well, good luck

#

the province numbers will be an issue to look out for since they need to be in ascending order

obtuse condor
upper badge
#

ok

golden orchid
#

Does anyone want to play a strategy game, please chat with me privately and let's play together

topaz moth
#

does there is an napoleon mods

wintry geode
#

switzerland now looks merpect more or less

timber zenith
proven sable
#

moved the heavy tank turrets to a different tech but only the three man turret is showing up, anyone have any clue why?

golden orchid
#

I also played another game. If you guys like strategy games, I think we can play them together.

wintry geode
timber zenith
#

like are you using an overlay in like photoshop or smth or by hand?

wintry geode
timber zenith
#

thats cool

wide lynx
#
            every_country = {
                limit = {
                    capital_scope = { is_on_continent = europe }
                    has_war = no
                }
                clr_global_flag = europe_at_war
            }

when any european country goes to peace it clears it, even if there are other wars in europe, any idea why?

timber zenith
wide lynx
timber zenith
#

should work

wide lynx
timber zenith
#

no worries. did it work?

wide lynx
#

yeah

timber zenith
#

fabulous

wide lynx
#

just one more thing, been trying to figure this out all day, I just can't figure out how to switch the sprites between normal europe color and war europe color, I have both the GFX

    spriteType = {
        name = "GFX_europenormal"
        textureFile = "/gfx/interface/europenormal.dds"
    }
    spriteType = {
        name = "GFX_europeatwar"
        textureFile = "/gfx/interface/europeatwar.dds"
    }

But no idea how to switch them using scripted gui

wide lynx
#

figured it out!

honest zodiac
#

Hi guys, I am a hoi4 modder that wants publicization about my mod and its "team". I name the mod, "The Invisible war" This mod is about the human body. Yes. fighting a defensive war against infections and other diseases. It is rather fast-paced, with most viruses as their individual or combined level. For every battle you won, the player will get a page to continue their war, but in real life. I, monkebest, here beg you, please help me publicize it. For the people that is in this Invisible War right now.

jade roost
summer lotus
#

does anybody know how Expert AI hides the entire section of AI back-stage industrial buildup? 👀

#

it just doesn't show 🤔

honest zodiac
#

yes

wide lynx
#

I love the Immune System, I've read quite a bit and own a couple books

honest zodiac
craggy ferry
#

can't get this to work........

gentle goblet
runic nebula
#

does anyone know how to move the start dates around the screen as they just go off screen and dissapear as there are too many start dates to fit on screen.

dense fable
#

yall know any The Elder Scrolls mods?

molten lynx
#

hello, has anyone made a mod that retextures and renames vnailla equipment for modern day equivelants?

#

(literally just reskin)

knotty tide
#

hello all yalls

neat turret
#

How to change a size of ports? E.g like in Darkest Hour ports is smaller than vanilla

#

I mean on the map

hard mirage
#

hello how can i edit the countries trees without making a new country?

#

i copied the folder with the trees to my mod

obtuse condor
#

does anyone know why this scripted localization command isn't working

#

and i made the effect for it

obtuse condor
# obtuse condor

it's kinda nested into scripted localization which itself is nested into another localization key to make it appear in the icon description, which that might be the issue? idk

wintry geode
#

I got an error neuchatel and basel are democratic

#

I put this into both the history/country files (basel neuchatel)

#

do i put this in the swiss history/country file too?

#

Help with what?

proven sable
#

anyone know if its possible to change what equipment can be converted into what

pale sparrow
pale sparrow
proven sable
pale sparrow
#

I dont do much equipment modding but if I had to guess you can put the conversion block into the tank archetypes which are probably just light/medium/heavy/amphibious/super-heavy instead of every single tier

proven sable
pale sparrow
#

oh like that

#

Yeh i guess either a unique mechanized or tank type through a hidden tech

proven sable
neat turret
#

[01:27:01][1933.05.16.23][containerwindow.cpp:776]: interface/countryconstructionsview.gui (line 47 ): Could not find "cic_bank_value" in window production_win_top

#

Someone know what is wrong?

#

in my opinion all is good, this error dont cause any crashes and others but spam in error log when im in the construction gui

foggy crescent
#

(Feel free to take this down if this comment doesn't belong here)

Is anyone aware of a mod that allows the selling of Warships in the arms market?

wintry geode
#

How do i make so this focus is available if you have a certain leader? (napoleon)

molten lynx
#

any way to forcefully set up units that dont require manpower?

#

currently if my unit needs 0 manpwoer i cant train it because units need manpower to train

summer lotus
wintry geode
#

thx

obtuse condor
wintry geode
#

i get 6 million errors when i hover over the focus

summer lotus
#

Is your character correct

#

Check character file

summer lotus
#

It has to be the correct ID

#

There is a name check for character but it is unreliable

#

Unreliable as in it only works if you are on the correct localisation sometimes

vapid creek
#

Hey so the “Germany Focus Expand:A Mere Dream” has the Holocaust in it which gives Germany buffs. Is this not against the guidelines of the game?

#

Genuinely thought the Holocaust was never supposed to be in HOI4, even as a mod.

#

What makes it extra gross is that it gives Germany really big buffs which incentivizes players to do it.

nimble solar
jade roost
#

wait it looks like its gone

timber zenith
#

who tf goes to that much effort to make something so distasteful

jade roost
#

not a holocaust mod trust

#

not a genocide not

#

mod

wide lynx
#

how would I check if something is in an array specifically a country

languid mortar
#

NO WAY KAISEREICH

obtuse condor
#

I'm trying to start a civil war but get this error "Tried to spawn a civil war for a country with no home controller area" how do I assign a home controller area?

fossil cradle
#

What are the most common errors when a focus says invalid country_event with id?

wide lynx
#

you enter in this one

pale sparrow
#

Forgotten namespace maybe

glass dagger
#

anyone have holy roman empire mods?

pale sparrow
wintry geode
#

Why could i have this error?

#

"slow interface"

#

Is the focus tree too long?

#

ill try looking through the files

wintry geode
#

Is the focus too long?

obtuse condor
pale sparrow
wide lynx
#

There's this really cool thing called the X and y axis and it makes focus look lots better

vapid creek
#

The German mod that has the Holocaust is still up.

obtuse condor
#

Can anyone gimme some good QoL mods?

delicate needle
#

Im wondering if anyone here could help me out, When i try to play the Expanded Hungary mod by Vitéz and the Vanilla Navy Rework by MrPunk together it crashes mid way through launch and I get this error "Failed to load map, some errors are present in the map definition and have been logged to error.log" is anyone able to help me out?

wintry geode
#

its not finished

vapid creek
#

@lusty smelt Who do I report mods to? Reported it on steam but it’s been up for days.

#

Posted it just above. ^

lusty smelt
#

You report mods on Steam, then honestly its when I got time to look, its just been a weekend so thats basically why I havent looked yet

proven sable
#

Getting a invalid database object for effect/trigger error when trying to set a new technology I made in a focus

#

Don't understand why since I can set other custom technology in the focus and that works.

vapid creek
lusty smelt
#

Looked it over, it violates our modding policy so it was thus removed.

obtuse condor
vapid creek
obtuse condor
obtuse condor
#

It depends on what it was

#

Like I personally think the game should just have holocaust popups and that’s it to educate people on the absolute horrors of it

#

Not any gameplay

vapid creek
pale sparrow
#

I like these

obtuse condor
obtuse condor
pale sparrow
#

Means you dont have to make 20 production lines for submarines and can just assign 150 to one line

obtuse condor
#

ahhhhhh

#

it better be ionman compatible 🙏

pale sparrow
#

its not obviously

obtuse condor
#

dang it

rose heath
pale sparrow
#

If you want fun gameplay you shouldnt go for achievements

#

except for a few they just feel like chores

#

Unless you are especially appreciative of challenges

wintry geode
#

what dont you understand when i say its not finished

rose heath
wintry geode
#

its not supposed to be 5 straight lines its just a placeholder

rose heath
#

these have to be like 7/14 days focuses

wintry geode
#

i want to make a 1789-1816 focus

rose heath
wintry geode
#

1789-1793 part of the focus

obtuse condor
#
  • theyre fun to hunt fotr
#

for

timber zenith
#

or any layout at all

storm hull
#

any good micromanaging mods out there?

#

I tried BICE but

#

I want a more military sided micromanagement

#

Since a general can only command one division

#

unlike in hoi4

#

up to 24

#

wait

#

Heinz Guidarian is like OF-8, which means at a Corps level

#

bruh I might go to the hoi4 general instead to be enlighten on the military ranks and strcuture

#

so umm

#

Looking for Hoi4 mod that Micromanages or remakes the military command?

jade roost
#

thats like the opposite of a quality of life feature

#

just pretend the divisions are battilions

jade roost
storm hull
storm hull
#

and I wanna micromanage at best

#

wait wait

storm hull
jade roost
#

more or less making the game harder

storm hull
#

that instead of assigning generals per division

#

which is like the officers tab

storm hull
jade roost
#

well just making it more of a clicking simulator

storm hull
#

instead of generals and divisions

#

its like field marshals, field armies and corps

jade roost
#

so instead of creating generals you create field marshalls?

storm hull
#

like at a corp level

#

since corps contain divisions

jade roost
#

that sounds like cancer

storm hull
#

i wonder if theres like an entire overhaul on the military

#

like an automatic general picker

jade roost
#

many mods like tha

#

t

storm hull
jade roost
storm hull
#

but yeah that would be interesting

#

like you can micromanage at your own discretion

#

but the game can select the general for you

jade roost
#

play hoi3

#

they have a more realistic military system

storm hull
#

main difference between hoi4 and hoi3?

jade roost
#

hoi3 is shitty

storm hull
#

I do not have money for hoi3

jade roost
#

even hoi2 is better

storm hull
jade roost
#

but hoi3 military is more realistic

storm hull
#

i mean what kind of shitty

jade roost
#

focus

storm hull
#

too hard or buggy or?

storm hull
#

how about hoi2?

jade roost
#

actual kinda good game

#

doesnt rlly need the focus trees

storm hull
#

oooh ok

#

mhhh may I ask

jade roost
#

because they had a different version of focus trees

storm hull
#

what language is hoi4 coded?

jade roost
#

idk

#

its coded in UTF-8

storm hull
#

im kinda planning on making a small scale version of hoi4 lol

storm hull
jade roost
#

idk even know what UTF-8 is

#

but they used it

storm hull
nimble solar
storm hull
#

and its like HTML or something

jade roost
storm hull
#

wait before I make a shitass hoi4 clone, how do i mod in hoi4?

jade roost
#

modding is a lot easier

jade roost
#

you dont even need to know how to code

#

you just need patience

storm hull
#

its like clash of clans upgrade time

storm hull
#

but without further ado

#

how 2 mod hoi4?

jade roost
#

search up a video

#

i did once and it is really simple

storm hull
#

damn ok

jade roost
#

if you can understand it

storm hull
#

might revamp military thingy

jade roost
#

that is the hard part

#

making focus trees is easy

storm hull
jade roost
#

changing anything else other than stats are hard and focuses

storm hull
jade roost
#

idk

#

it seems hard

storm hull
#

damn

jade roost
#

changing a core mechanic

storm hull
jade roost
#

i forgot what its called

#

unity

storm hull
#

I think hoi4 uses Clauswit

jade roost
#

and that to

storm hull
#

Clausewitz Engine

jade roost
#

i know python

storm hull
jade roost
#

and some html css and java

storm hull
#

not a code

jade roost
storm hull
#

I only know C++ from 1st year electronic engineering

#

but I got debarred cuz of calculus

jade roost
#

i self taught myself coding a little bit

storm hull
#

so im shifting to Comsci

jade roost
#

im not that good tho

storm hull
jade roost
#

but i can type fast

#

sometimes

storm hull
jade roost
#

anyone can do conditionals

storm hull
#

cuz for what we learned in C++ are only the basic

#

up to OOP

#

anything other than that would be on 2nd year

jade roost
#

i just started making bootleg text based games with python

storm hull
#

or comsci field

jade roost
#

spamming if statements

storm hull
storm hull
jade roost
#

thats pretty good

#

how u do it with objects

storm hull
jade roost
#

oh i see

#

its not literal "objects"

storm hull
#

basically, class monster, class monster attack, class player, class player attack

#

then i have a int main

jade roost
#

yeah i should learn that

#

someday

storm hull
#

there I pull the objects into the int main

#

its actually easy

#

tho the memory for variables are kinda tricky

#

I had to get help with Chat GPT

#

This is the int main

#

notice the class Player C

#

is inside it

jade roost
#

the best thing i did was make a mini boss fight

#

that was scuffed asf

storm hull
jade roost
#

what your doing is rocket science compared to what i did

storm hull
#

C++ has some tricky memory allocation

storm hull
#

also im trying to learn Godot

jade roost
#

blud is a hacker

storm hull
#

cuz I dunno its only a few Mb compared to unity

storm hull
jade roost
#

bros getting hired by paradox

storm hull
storm hull
jade roost
#

btw if you make a indie game thats good then it will blow up

storm hull
storm hull
#

remember the bootleg hoi4?

jade roost
#

oh shit

jade roost
storm hull
#

instead of grandstrategy

#

its like a small scale

jade roost
#

like those dday and stalingrad mods?

storm hull
#

you control, companies and battalions

#

since im just starting out

#

a 1:1 map would do

#

and maybe platoons

jade roost
#

mods

storm hull
jade roost
#

i wouldnt say thats bad

storm hull
#

but for what I envisions you instead of like a 3d looking map of hoi4

#

the map would literally look like a military map

jade roost
#

oh

#

like a 2d map

storm hull
#

the selling point is that you are a commander, and you must use your radio to command troops

#

the troops are not visible on the map

#

meaning you must individually ask the location and grid coordainates your you units

#

then place a marker

jade roost
#

and how would that work for mobile

storm hull
#

on the said map

storm hull
jade roost
#

i see

#

that sounds interesting

#

so basically your a commander trying to win a battle

jade roost
#

its kinda like this game tommkay played before

storm hull
#

troops wont move unless ordered to or is in retreat after a devistating blow

jade roost
#

you can probably add a army morale feature

storm hull
#

so if a unit retreated you must allocate its position

storm hull
jade roost
#

if you keep on suffering loses

#

losses

storm hull
#

then an exitement or eagerness feature

jade roost
#

then a get

#

military couped

storm hull
#

units would lose discipline and just rush at the enemy

jade roost
#

feature 🤹

storm hull
#

that would be less realistic and be more fun

jade roost
#

💀 *

storm hull
#

but hey more fun is fun

storm hull
jade roost
#

org rush tatics

jade roost
#

and surrenders

#

and u lose

storm hull
#

all you doing is capturing or defending a certain region

storm hull
#

like a stubborn battalion that wont follow orders

jade roost
#

how is compaigns going to work

#

because you have a gameplay system in mind but how will it work

storm hull
#

now another selling point is when I get good at programming, voice commands from microphone

jade roost
#

will there be scenerios

storm hull
#

since the ui of the game is just a map and a radio

jade roost
#

thats a thing in like phasmaphobia

storm hull
#

and a few ballpen and stuff

storm hull
#

and the player must use military terminology

#

like ive seen a youtube short

jade roost
#

youve thought about this quite a bit

storm hull
#

radio man got screamed at at CO for using "please repeat" on artillery

storm hull
jade roost
#

and if the combat actually works unlike hoi4

#

it might be successful

#

if u can make it

storm hull
#

"please repeat" means repeating the fire mission

storm hull
#

also fog of war

#

you must ask battalion to make a platoon to recon up ahead

storm hull
#

your own troopsa are not automatically displayed on the map

#

and when I mean by map a literally piece of paper map

storm hull
#

so your also manually locating your troops and the enemy

jade roost
#

but why not you knowing where your divisions are

#

at the start

storm hull
#

the battalions are already formed a frontlines, and is marked in the map

storm hull
#

or all ur units are in hq so either theya re not marked or the markings are on the hq itself

jade roost
#

thats a solider after you killed all his mates

storm hull
storm hull
jade roost
#

do the hqs work the same way as in hoi3

jade roost
#

gone

jade roost
storm hull
jade roost
#

of what tho

storm hull
#

the game idea

#

NATO symbol of hq is in the middle bottom

#

thats ur hq

#

apolocheese

jade roost
#

kk

#

lemme check it out

jade roost
storm hull
jade roost
#

my first idea was a structure kind of like a chess piece

#

that was just the first thing that came to my mind what were u thinking

#

btw i had no audio on the video because rn im using my broken laptop because im to lazy to boot up my pc

storm hull
#

like infantry battalions are purely infantry

#

then tank battalions are purely tanks

#

then artillery platoon or section would ofcourse be purely artillery

#

but they can also defend themselves

jade roost
#

what if you dont know nato symbols

storm hull
#

infantry as X

#

tanks are like the tank threads and stuff

#

Military organization (AE) or military organisation (BE) is the structuring of the armed forces of a state so as to offer such military capability as a national defense policy may require. Formal military organization tends to use hierarchical forms (see Modern hierarchy for terminology and approximate troop strength per hierarchical unit).
In s...

jade roost
#

yeah not complicated at all

#

just about 30 of them

#

more memorization than civics

storm hull
#

its not like im going to use 30 of them

#

its just a small project

jade roost
#

how many are you gonna use

storm hull
#

well the units in my mind are like 3

#

infantry, tanks and artillery

#

maybe some engineers

#

and anti tanks

#

so maybe 5 - 10

#

infantry, tanks, artillery, anti tank and engineers are like the main units, they will probably appear 80% of the time

#

the other symbols are for campaignes

#

like destroy enemy anti air

jade roost
#

how will air or navy work

#

or will it just be army

#

also lets say you boot up the game you click play then what

storm hull
#

its more similar to COH

jade roost
#

ah

storm hull
#

options

#

quit

jade roost
#

you click play then you just get thrown in?

#

just like as a random commander

#

for a random counter

#

country*

storm hull
jade roost
#

what country are you playing

#

what commander

storm hull
storm hull
jade roost
#

is it the same exact set up for everyone?

storm hull
#

OF-7?

#

but its more less the Call of Duty's overlord

#

like MW2 overlord character

jade roost
#

kk

#

its kinda hard talking to two chats at one timelul

jade roost
#

youve thought to much into this game lmao

storm hull
jade roost
#

those shower thoughts going crazy

storm hull
jade roost
#

oh nah

storm hull
#

ready to be made once i learn the basics of godot

#

theres even a miscommunication moment

jade roost
#

bro is commited

storm hull
#

and a radio blackout

jade roost
#

what happens if you lose?

#

do you just get the option to like restart

storm hull
jade roost
#

idk

storm hull
#

Enemies penetrated through ur lines

#

and attacked the HQ

jade roost
#

or your army surrenders

storm hull
#

so its better to leave a platoon or division to guard the HQ

jade roost
#

and the more you attack the more morale you lose

#

and if you lose morale your army is more likely to surrender

#

well thats how i think atleast

#

its ur game

#

i got a feeling that theres gonna be a paragraph

storm hull
#

Losing conditions

Units are so damaged they are combat innefective and straight up surrenders
HQ gets overun
Failed to destroy or take objective on time (tho it would be more interesting that rather than a lose screen, the game continues and the games rather just got more harder, failed to destroy a bridge on time? well more enemy will come)

storm hull
jade roost
storm hull
#

or

Units so damaged or innefective you got fired and lose screen

jade roost
#

it would be cool that if you win you get reassigned to a more important front in the war that your nation is fighting

storm hull
#

like the final level or mission is taking the enemy's capital

jade roost
#

does it specify who is the enemy

storm hull
#

nope

#

better if you leave it be

jade roost
#

and what if you win

storm hull
#

or fictional enemy and fictional countries

storm hull
jade roost
#

like a cutscene plays

storm hull
#

yeap

jade roost
#

will there be achievements

#

and will they be asbolutly insane like hoi4

storm hull
#

win a mission with using only one battalion

storm hull
#

and maybe some challenges

storm hull
#

like survive a shock and awe/blitzkrieg type of attack

jade roost
storm hull
#

yeah

#

like a not one step back mission title

#

also when units move

#

instead of a stright line they would go for the most effective route

#

like a road

#

or bypassing a geographical feature

jade roost
storm hull
#

but you can command them just go on a straight path

storm hull
#

cannot attack lol

jade roost
#

w encirclement

#

are you playing democratic?

storm hull
#

yeap

#

france

#

the same game but i continued it

storm hull
jade roost
#

you should split them by theatres btw

#

like europe asia and africa

#

and make seperate theatres

#

thats what i do whenever i play a multi contient spanning nation

storm hull
#

done

jade roost
#

that was quick

storm hull
#

i guess we should continue the game development conversation some time

#

and we should talk more about the hoi4 thingy on hoi4gen

jade roost
#

lmao this is the wrong place to be talking about anything not related to mods

#

how did we even get here

#

it was cuz of coding

storm hull
#

real

jade roost
#

i tried making a mod but i failed so hard

#

because i just didnt have the patience

#

i made some focuses but the demotivation was going crazy

jade roost
#

alright i need to sleep its 1:30 am

#

what am i doing

#

what time is it over there in germany

storm hull
jade roost
#

u live in germany right

storm hull
jade roost
#

or ur german

storm hull
#

I live in the Philippines

jade roost
#

or u just speak it

storm hull
jade roost
#

i see

storm hull
#

did u gues im german cuz of my accent?

jade roost
#

espically doctor game

jade roost
storm hull
#

oh wait

#

yeah my bio

jade roost
#

anyway gn

storm hull
#

my bio is a lyrics

#

Doktorspiele is the song

#

very guds

storm hull
jade roost
quartz rampart
#

Is it True that you can have Totalist Savinkov in KX?

wintry geode
#

the french revolution would be broken with althistory focuses in the first 4 years 1789-1793

proven sable
#

does anyone know if its possible to use military factories in a decision?

silent swallow
#

Its a small question but is it possible to check for a civil war in an

limit = { ```   Because I keep trying to find one like and I cant
proven sable
golden orchid
#

Who wants to play strategy games with me, create our team, play games together, chat privately, make friends?

obtuse condor
#

can someone give me the text from states/107-kosavo.txt, mine has been altered and now my game crashes on start

toxic flower
obtuse condor
#

i can finally play again

toxic flower
#

you are welcome

wintry geode
#

Someone is black mailing me to add Romanian portraits

#

need to 30 of them

proven sable
obtuse condor
obtuse condor
sand summit
#

im having trouble trying to get my event to work, is it possible to change the ruling party via event or no, and if so, what is it?

lofty plaza
#

(you can just verify your game files)

obtuse condor
#

bro i dont know how i altered my game file

#

i dont mod in them

#

i just copy stuff from them

deep flicker
#

How do i make my focus ( American designers & Japanese Designers) Give me battleship line ship builders (for americas) and Raiding fleet designer (for japanese)

#

preferably with the name and picture of the japanese one

#

preferably with the name and picture of the usa one

sand summit
lofty plaza
wintry geode
#

[03:12:34][1936.01.01.12][effectimplementation.cpp:659]: history/countries/MOL - Moldova.txt:3: promote_character: Character does not exist
[03:12:53][1812.06.24.12][effectimplementation.cpp:659]: history/countries/MOL - Moldova.txt:3: promote_character: Character does not exist

#

i have this problem and idk why

lofty plaza
wintry geode
lofty plaza
#

That's your issue

wintry geode
#

Thanks

cursive sky
#

i cant believe THIS of all games is so easy to mod

#

also im modding in a nation that exists in new england but

#

ingame the troops inside it are all us troops

#

idk how to fix that

dry knot
#

Small change to my mod, renamed Pretania (Batavia) to Victoria

north wave
#

Kaiserreich
R56
Austria Redone
Europe in flames agora

sonic bramble
#

Hello, does anyone know if there is a way to target all neighboring states of a country and give claims to them? I'm trying to make an event that fires for almost every country adn should, besides changing the ideology of a country, also give them claims on all neighboring states. I've tried things like *all_neighbor_state = * and *every_neihgbor_states = * already, but non seem to work

#

I hope this channel is here to also ask for help lol

pale sparrow
#

every_neighbor_state = {
add_claim_by = ROOT
}

sonic bramble
#

doesn't seem to work, the error log is giving me this: Invalid scope type for effect every_neighbor_state in events/

#

and no claims are being generated when the event fires

sonic bramble
pale sparrow
sonic bramble
#

hmmm

#

are there more ways to make an event fire for each country that exist?

sonic bramble
pale sparrow
#

it does work

sonic bramble
#

that could be helpeful

neat turret
#

ai factory can be on a -?

#

e.g -500?

sonic bramble
neat turret
#

for game rules

sonic bramble
#

oh, I dont know about that one

neat turret
#

for stop ai do some focus

deep flicker
#

its in a road to 56 based mod

signal tangle
lofty plaza
deep flicker
#

yea

#

force attack

lofty plaza
#

Siam is definitely in need of better content

deep flicker
#

well i could send you the tree or something but im really struggling with giving them mios for the tree i feel like it would be really cool to give siam a cool navy tree

#

in force attack we already overhauled the siam tree its a really fun tree i just though id be cool to give them a nice naval tree

sonic bramble
#

Is there a leader trait/national spirit modifier which makes the AI more likely to justify wargoals and decalre wars?

proven sable
#

anyone know if there's a command to spawn a railway gun?

late vector
#

idk if this has been asked before but is there a concern with putting possibly copyrighted music in hoi4 mods?

proven sable
deep flicker
proven sable
#

getting a create_railway_gun -- invalid scope tag error

restive pulsar
#

could someone help for like 5m to help me figure out whats wrong with a mod im making that is supposed to add an event when you select the country wich gives you an option to keep the current ruler or get a custom one, i also made the custom rulers and traits for them, but for some reason the mod doesent work

final tinsel
#

a question about modifier - is it works on plane unit, too, or is it only works on land unit:

misty umbra
#

Hello

#

How can install mod in HoI4?

#

I already subscribe the mod but it still didnt appear

proven sable
golden orchid
#

Who wants to play strategy games with me, create our team, play games together, chat privately, make friends?

misty umbra
proven sable
fresh phoenix
#

sup i need some help

#

i reworked on sound files for making a custom sound mod

#

but it wont work so i dont know how to make it properly

hexed bridge
#

guys

#

i need idea

#

for mod

proper acorn
#

which idea

hexed bridge
#

i need one!!!!!!!

proper acorn
#

alt history?

hexed bridge
#

yes

proper acorn
hexed bridge
#

thats red world

proper acorn
#

what if the usa turned fascist after the great depression

misty umbra
magic bay
proper acorn
#

In 1870

gentle dirge
#

Which mod is the easiest to play? TNO, Thousand Week, Kaiserreich or '56?

lofty plaza
#

56 if you play vanilla

sand summit
#

hey, i did something

#

i think its cool

royal quartz
#

is there aan easier way to transfer states and give cores or do i just gotta use the nudger and do every state manually?

olive hazel
#

hey what mods are there that are good and achievement compatible? i like to play the Reich

sand summit
#

also, is there an effect to change the name of my country?

royal quartz
#

then in localisation

#

???_democratic:0 "Republic of ???"
???_fascist:0 "??? Empire"
???_communist:0 "People's Republic of ???"

sand summit
royal quartz
#

working on this total overhaul mod after this map/lore I made. transferring states is going to take a while

sand summit
#

why does austria own czechoslovakia?

signal herald
royal quartz
royal quartz
#

doing a state every 15~ seconds is very slow

signal herald
#

Yeah that’s kinda the only way to do it though so good luck 🫡

royal quartz
signal herald
royal quartz
sand summit
signal herald
royal quartz
#

D3vil what i say should work right?

signal herald
#

If I can see both the loc file part and the part where it is applied I should be able to help

royal quartz
#

its not like dodgy advice

signal herald
royal quartz
#

ah

signal herald
#

Also you will need an _DEF version as well

royal quartz
#

i just copied it from reddit lol

gentle goblet
#

Anyone here that can help me balance units?

late vector