I wanted to create an object in Hearts of Iron 4 that is just there as a model but can't be build. I found a file called ambient_objects.txt under gfx/entities. I thought this is what I am looking for. I ccreated a .gfx like definition like this:
objectTypes = {
pdxmesh = {
name = "model"
file = "gfx/models/buildings/model.mesh"
scale = 0.14
}
}
The I opened HoI4 in nudge mode. But the menu confuses me. Where do I find the information I need?
objectTypes = {
pdxmesh = {
name = "model"
file = "gfx/models/buildings/model.mesh"
scale = 0.14
}
}
The I opened HoI4 in nudge mode. But the menu confuses me. Where do I find the information I need?