You want to modify whatever placeables.2da file you might have in another hak that you might be using in your module. Your module should only have one placeables.2da file, which you would add additional lines and renumber them, when adding new content.
If you're not using ANY haks and this is the first hak you're trying to add, you need to use the placeables.2da from 1.69 update, copy and paste the lines with the stone statues from the placeables.2da from the statue HAK, append it to the bottom of the 1.69 placeables.2da, renumber them, and add them to your own custom HAK with the statue placeable files (minus it's own placeables.2da) into that HAK.
You can grab the 1.69 placeables.2da file from within 2dasource.zip inside your /NWN root directory.
Export it to a directory you can edit it from in a text editor.
Open up the statues HAK and export everything into a sub directory you can access.
Load up the 1.69 placeables.2da file and the stone statue placeables.2da.
Copy the stone statue lines from its placeables.2da to the 1.69 placeables.2da.
846 GygaxStatue 5734 PLC_S10 **** **** **** **** 17 1 0 **** dlag__ref01 1
^^^^ LAST LINE OF 1.69 PLACEABLES.2DA
281 CFcolumn01 **** cfcolumn01 **** **** **** **** **** 1 0 ****
282 CFcolumn02 **** cfcolumn02 **** **** **** **** **** 1 0 ****
283 CFcolumn03 **** cfcolumn03 **** **** **** **** **** 1 0 ****
284 CFcolumn04 **** cfcolumn04 **** **** **** **** **** 1 0 ****
285 Chart_Brain **** chart_brain **** **** **** **** **** 1 0 ****
286 Chart_Muscle **** chart_muscle **** **** **** **** **** 1 0 ****
287 Sphinx **** sphinx **** **** **** **** **** 1 0 ****
288 Statue01 **** statue01 **** **** **** **** **** 1 0 ****
289 Statue02 **** statue02 **** **** **** **** **** 1 0 ****
290 Statue03 **** statue03 **** **** **** **** **** 1 0 ****
^^^^ NEW CONTENT FROM STONE STATUE PLACEABLES.2DA
The 1.69 placeables.2da ends with line #846. So the stone statue placeable lines you paste at the bottom of the 1.69 placeables.2da, need to be renumbered. #281 becomes #847 and you continue counting until they've been renumbered properly.
SAVE your new modified placeables.2da file.
COPY this into your stone statue sub directory and OVERWRITE the placeables.2da there.
Use the HAK PAK editor to create a NEW HAK. This is your CUSTOM HAK for your module. Give it a name that associates itself to your module name. Keep it to 8 characters or less.
Now ADD this new HAK to your module.
This HAK sits above all others.
In the future, when you add new content, you have to follow this method.
FP!
Modifié par Fester Pot, 09 février 2014 - 01:15 .