-
December 26, 2016, 09:48 AM
#1
Civis
New single model unit issues
I'm working on a Colossal Squig for my mod, and everything seems to be working, except the hit points are always 8. I've tried copying the same relevant entries from both the Giant and the Arachnarok in battle_entities, land_units and main_units, but its always 8 HP. Anyone else run into this and resolve it? Am I missing a flag in another table somewhere?
-
December 26, 2016, 11:10 AM
#2
Re: New single model unit issues
So, 8 is surely the base hp from the entity. I guess you should double check it in land_units, together with the added hitpoints, and the uses_hitpoints OR unit_scaling in main_units.
I know you surely have been over that already but I'm pretty sure it can't be outside of those fields. Unless you're using officer stuff?
-
December 26, 2016, 08:29 PM
#3
Civis
Re: New single model unit issues
Yeah, this one stumped me, since I've got a bunch of custom units.
use_hit_points_in_campaign = true (tried false)
unit_scaling = false (tried true; tried these two as true/true and false/false)
officers = A_blank_record
bonus_hit_points = 8230 (also tried 11090 used by giant, as well as a few other random numbers)
And here's the odd part, which I just double checked, the HP is 6, not 8 as I originally posted (it is 8 in battle_entities). I originally had this as caste war_beast in main_units, but just changed it to monster (no change, but I didn't really expect it but you never know). This is my only non-mount/chariot entry in battle_entities, but I don't think that should matter as the other 10 entries do work fine. Granted, 6 of those 10 are just for 2 chariots.
On another note, have you tried assigning a war machine to another faction and figured out how to get the crew to line up properly (instead of inside the war machine)?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules