Game Development Community

[RESOLVED] River No Material + FIX

by Steve Acaster · in Torque 3D Professional · 02/12/2010 (7:22 pm) · 2 replies

River has a transparent (not orange) "No Material" texture on it, because it's ripple texture is pointing to the wrong location and image. (core/art/water/noise2 doesn't exist)

Changing Waves/ripple texture to core/art/water/ripple.dds fixes this.
Fixed in 1.1beta2

#1
03/17/2010 (5:50 am)
If wanna solve this for all new projects change around line 62 in

Templates\Full\game\tools\riverEditor\riverEditorGui.cs

with the correct texture as per Steve suggestion...
#2
03/21/2010 (5:40 am)
Fixed for the next release.