The World of Layonara
The NWN Persistent World => Bugs => Fixed Bugs => Topic started by: Script Wrecked on February 16, 2008, 09:59:37 AM
-
Bug Report
Description: A water tile VFX is lower than the surrounding water tile VFXs. Looks like the Invisible Object that has the water tile VFX has slipped down on its Z-axis.
Location:
[LIST=1]- in the Krandor Outskirts on Mistone, under the bridge
- in the Misted Village on Dregar, the near the cave entrance after walking around the cliff face on the narrow path
Verified:
Reproducable: Been like this for a while.
-
It's a tileset bug. There's no placeable there at all. It shows up everywhere that same bridge tile exists.
-
Assuming the tileset for "Krandor Outskirts" is "DC Forest", and the bridge in question consists of models "tgf01_a05_01.mdl", "tgf01_a05_02.mdl", and "tgf01_a05_03.mdl" from "layo_tilesBV3.hak", please find attached "dcforest_fix.rar" which contains "dcforest_fix.hak" which contains the three fixed models.
This fixes the water levels and the below water level textures (Note: because the water level is higher than originally intended, some textures span the new water level because their corresponding model object spans the new water level).
Changes to tgf01_a05_01.mdl:
node trimesh Plane19
parent tgf01_a05_01
- position 0.0 0.0 -2.8
+ position 0.0 0.0 -1.0
- shininess 11.0
+ shininess 10.0
node trimesh Object134
parent tgf01_a05_01
- shininess 11.0
+ shininess 10.0
- bitmap TTF01_rock00
+ bitmap dc_watbot
node trimesh Object131
parent tgf01_a05_01
- bitmap TTF01_cliff02
+ bitmap dc_watbot
Changes to tgf01_a05_02.mdl:
node trimesh a05_02Water
parent tgf01_a05_02
- position 0.0 0.0 -2.8
+ position 0.0 0.0 -1.0
- shininess 11.0
+ shininess 10.0
node trimesh Plane01
parent tgf01_a05_02
- shininess 11.0
+ shininess 10.0
- bitmap TTF01_rock00
+ bitmap dc_watbot1
Changes to tgf01_a05_03.mdl:
node trimesh Object162
parent tgf01_a05_03
- shininess 11.0
+ shininess 10.0
- bitmap ttf01_cliff02
+ bitmap dc_watbot
node trimesh Object165
parent tgf01_a05_03
- shininess 11.0
+ shininess 10.0
- bitmap TTF01_rock00
+ bitmap dc_watbot
node trimesh Plane21
parent tgf01_a05_03
- position 0.0 0.0 -2.8
+ position 0.0 0.0 -1.0
- shininess 11.0
+ shininess 10.0
The changed values were based on the corresponding values from the models "ttf01_q21_01.mdl" and "ttf01_q21_02.mdl" from "layov2_tiles_v1.hak".
Hope this helps,
Regards,
Script Wrecked.
-
Har! Nice!
I'll see what I can do with that, but no promises. Just trying not to give myself more excuses to delay this update further. :)
-
always hated that bug.
-
Well, well!
Thanks to Script Wrecked's fancy tileset work, this is fixed for the next update.
Great job! :)
-
My pleasure.
If you want the same problem fixed for the Misted Village on Dregar, let me know the tileset that it uses, and I'll do that one too (assuming you have time to squeeze another fix into the next update :) ).
Regards,
Script Wrecked.
-
Misted Village uses the DC Forest tileset as well.
-
there is also the rust river bridge on alindor, where the apples are that uses the same bridge. Just a thought.
-
Please find attached "dcforest_hiddencave.rar". This contains the six models that comprise the "Hidden Cave" feature in the "DC Forest" tileset:
- tgf01_a07_01.mdl
- tgf01_a07_02.mdl
- tgf01_a07_03.mdl
- tgf01_a07_04.mdl
- tgf01_a07_05.mdl
- tgf01_a07_06.mdl
The fixes:
- level for the water raised (from "-2.8" to "-1.0")
- texture for the water bottom model objects changed (to "dc_watbot")
- texture vertices (tverts) for the water changed so that the texture "density" for the water matches the water in the other tiles
Regards,
Script Wrecked.
-
Very cool Script Wrecked. Thank you.
-
Once again, stellar work Script Wrecked.
Also fixed for the next update! :)
-
Thanks for your time and effort mate!
-
Thanks for your time and effort mate!
-
Aye thank you for making an excellent thing even better.