Author Topic: Cep Question  (Read 383 times)

Legacy_Surek

  • Full Member
  • ***
  • Posts: 169
  • Karma: +0/-0
Cep Question
« on: August 07, 2014, 05:07:46 am »


               

A question about CEP
What I would like to do is pull all the creatures out of CEP and put them into a custom Hak.
I’m basically trying to make a creature Hak for the modules I’m building and the only Hak I want to use is this creature Hak. Basically plain vanilla NWN and only this one hak attached to it.
How difficult would something like this be? This would be first attempt at something like this.



               
               

               
            

Legacy_Proleric

  • Hero Member
  • *****
  • Posts: 1750
  • Karma: +0/-0
Cep Question
« Reply #1 on: August 07, 2014, 02:38:06 pm »


               Not difficult, but tedious.

You'd want appearance.2da from the top hak (which also identifies all the models for creatures CEP has added) plus other creature-related 2da files, such as appearancesndset, creaturesize, footstepsounds, soundset, and tailmodel.

As a rule-of-thumb, the models follow the naming convention c_xxxxx, and are in core haks 2 and 6, with corresponding textures in core haks 1 and 6.

However, there are many exceptions. The hp_xxxx models which in core hak 3, the rest you'd have to hunt for. You'll probably end up with missing textures, too, which can be debugged by decompiling the models (if compiled) then searching the ascii files for the BITMAP keyword... which is, well, tedious.

This is assuming you can live without the the new races like wemics, brownies and skeletons and the many updates coming shortly in 2.6.
               
               

               
            

Legacy_Surek

  • Full Member
  • ***
  • Posts: 169
  • Karma: +0/-0
Cep Question
« Reply #2 on: August 07, 2014, 03:23:49 pm »


               

Thank you Proleric. You have been very help full.