Author Topic: CEP overriding content  (Read 462 times)

Legacy_TheButterflyEffect

  • Newbie
  • *
  • Posts: 47
  • Karma: +0/-0
CEP overriding content
« on: July 05, 2012, 10:40:29 am »


               I just want to make a small hak to override some of CEP's armor parts with some different ones I want to use, but how do I do this without causing a huge clashing trainwreck? ':?'
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
CEP overriding content
« Reply #1 on: July 05, 2012, 10:46:42 am »


               Using copies of your CEP armor 2das, add the new armor part entries from the 2das that came with the new armor parts.

Put all the files in your custom hak.

Make sure your custom hak is at top of costom content list in module properties.
               
               

               


                     Modifié par Carcerian, 05 juillet 2012 - 09:54 .
                     
                  


            

Legacy_Pstemarie

  • Hero Member
  • *****
  • Posts: 4368
  • Karma: +0/-0
CEP overriding content
« Reply #2 on: July 05, 2012, 10:57:04 am »


               Or....

If the armor parts are numbered the same as the CEP parts you can just drop the non-CEP parts into a top hak.
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
CEP overriding content
« Reply #3 on: July 05, 2012, 11:01:36 am »


               @P: True, as long as the new CEP 2das are up to date, tho its always good to double check '<img'>

The only 2da entries to worry about in TBEs case are just those refering to the different custom armor parts supposedly...

@TBE: What armor are you trying to add to cep?
               
               

               


                     Modifié par Carcerian, 05 juillet 2012 - 10:15 .
                     
                  


            

Legacy_TheButterflyEffect

  • Newbie
  • *
  • Posts: 47
  • Karma: +0/-0
CEP overriding content
« Reply #4 on: July 05, 2012, 11:20:13 am »


               Some parts from ADWR's ACAG hak, mainly torso parts, because they have a nicer, more realistic shape, not the ugly default NWN shape.
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
CEP overriding content
« Reply #5 on: July 05, 2012, 11:21:16 am »


               can you post a link for it?
               
               

               
            

Legacy_TheButterflyEffect

  • Newbie
  • *
  • Posts: 47
  • Karma: +0/-0
CEP overriding content
« Reply #6 on: July 05, 2012, 11:23:00 am »


               For ACAG? Right here http://nwvault.ign.c....detail&id=6602
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
CEP overriding content
« Reply #7 on: July 05, 2012, 11:25:21 am »


               ok downloaded... one sec...
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
CEP overriding content
« Reply #8 on: July 05, 2012, 11:27:38 am »


               the 2das with the information you want to cut and paste to your CEP 2das are:

parts_robe
parts_pelvis
parts_chest
parts_bicep
parts_belt
               
               

               
            

Legacy_Carcerian

  • Hero Member
  • *****
  • Posts: 1655
  • Karma: +0/-0
CEP overriding content
« Reply #9 on: July 05, 2012, 11:37:11 am »


               ok so lets say for example you want to add the new chest part 1 to CEP:

you would copy this line from your custom content parts_chest.2da to the new CEP based custom 2da...

1          0              0.00

and copy all *_chest001 mdl files to your hak...

pfa0_chest001.mdl
pfd0_chest001.mdl
etc.

make sure you get the files for all races and genders...

and copy the PLT file for humans (they are used for all races)

such as:

pfh0_chest001.plt
pmh0_chest001.plt

hope that helps!
               
               

               


                     Modifié par Carcerian, 05 juillet 2012 - 10:42 .
                     
                  


            

Legacy_TheButterflyEffect

  • Newbie
  • *
  • Posts: 47
  • Karma: +0/-0
CEP overriding content
« Reply #10 on: July 05, 2012, 04:46:41 pm »


               Thank you! It worked for the most part, I copied the .mdl and the .plt files, but for some reason in the toolset all I am seeing is a white mesh with no texture... what did I do wrong?
               
               

               
            

Legacy_Rolo Kipp

  • Hero Member
  • *****
  • Posts: 4349
  • Karma: +0/-0
CEP overriding content
« Reply #11 on: July 05, 2012, 04:52:02 pm »


               <typing...>

Renamed files?

Edit: What I'm asking is whether you changed the names of the PLTs or whether you changed the names of the texture  reference inside the model (with find & replace). It sounds like the models are looking for textures that are not there.

Also, if you are still using the Bioware textures, you do *not* need them in the hak. Only if you are overwriting them (same name) or customizing them (different name) do you need them in the hak.

<...from kindle>
               
               

               


                     Modifié par Rolo Kipp, 05 juillet 2012 - 05:41 .
                     
                  


            

Legacy_TheButterflyEffect

  • Newbie
  • *
  • Posts: 47
  • Karma: +0/-0
CEP overriding content
« Reply #12 on: July 05, 2012, 06:47:50 pm »


               I just changed the names of the files actually... oops.

How do I change the name of the texture referenced in the model's file?
               
               

               
            

Legacy_Rubies

  • Hero Member
  • *****
  • Posts: 508
  • Karma: +0/-0
CEP overriding content
« Reply #13 on: July 05, 2012, 06:55:07 pm »


               

How do I change the name of the texture referenced in the model's file?


If it's ascii then you can open it in Notepad and just rename anything preceded by "BITMAP".