Game Development Community

Wrong name of folder shown

by AIDan · in Torque X 3D · 05/10/2009 (5:02 am) · 2 replies

I added a model at datashipsangel1ship.dts

The editor shows me Dynamic Models/ngel1/ship.dts
Same for Static Models.

#1
05/10/2009 (3:45 pm)
Strange that we haven't seen this one. I'll try reproducing here too. In all cases, the first letter is trimmed, or just for this ship.dts?

John K.
#2
05/10/2009 (11:39 pm)
My guess is as \a is an escape character in C# you simply have to replace \ with \\.

blogs.msdn.com/csharpfaq/archive/2004/03/12/88415.aspx