Results 1 to 3 of 3

Thread: New single model unit issues

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default 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?

  2. #2

    Default 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?

  3. #3

    Default 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
  •