Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Sangheili  (Read 761 times)

Quixotic

  • Bay Watcher
    • View Profile
Sangheili
« on: October 05, 2019, 12:44:27 am »

I'm giving modding a try, trying to make elites from halo. So far, everything I've done just results in the poor things suffocating instantly, so I'm not sure how to test if i've done anything else correctly because the suckers refuse to stay alive for more than a few seconds. Any suggestions?

The Creature file
Spoiler (click to show/hide)

the special sangheili body part

Spoiler (click to show/hide)
the entity
Spoiler (click to show/hide)
Logged

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Sangheili
« Reply #1 on: October 05, 2019, 11:10:59 am »

The problem is that their heads are listed before their necks. This means that when the game is building them, it doesn't know where to put their heads and discards them. The resulting headless elite then dies quickly. Just cut and paste the heads one step below the necks, like this.

   [BP:NK:neck:STP][CON:UB][CATEGORY:NECK]
      [DEFAULT_RELSIZE:200]
   [BP:HD:head:STP][CON:NK][HEAD][CATEGORY:HEAD]
      [DEFAUKT_RELSIZE:[300]

There are other problems reported in the errorlog that I can help with if you want, but that fixes the dying issue.
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!

Nahere

  • Bay Watcher
    • View Profile
Re: Sangheili
« Reply #2 on: October 05, 2019, 06:48:52 pm »

Also, [LEFT] and [RIGHT] are BBCode tags, so to avoid your raws getting messed up when your post them here they should be in [code] tags.
Code: [Select]
Like so.
Logged

Quixotic

  • Bay Watcher
    • View Profile
Re: Sangheili
« Reply #3 on: October 07, 2019, 12:07:11 am »

Thanks much. They can breathe now at least
Logged

Enemy post

  • Bay Watcher
  • Modder/GM
    • View Profile
Re: Sangheili
« Reply #4 on: October 07, 2019, 01:40:06 am »

You're welcome.
Logged
My mods and forum games.
Enemy post has claimed the title of Dragonsong the Harmonic of Melodious Exaltion!