Jump to content

Animation, material and object names get upper cased


saindd

Recommended Posts

If you edit parts of the CS file that torque writes to then, its to be expected that the torque overwrites those changes if you use a tool that writes your work.


That being said, auto capitalisation of words is the domain, or grammar and spelling correction applications such as word processors, perhaps a global setting to allow/disallow the engine from making such decisions would be useful.

Link to comment
Share on other sites

I think the cause of your problem here is most likely the StringTable. I could be entirely wrong here, but I think this is what's going on:


Torque is generally not case sensitive (at least to and from the console), and it stores strings in the StringTable so that it can reuse them when it sees them again and doesn't have to waste space store redundant strings. However, a side effect of these two facts is that if there is already a "Run" in the StringTable, and then you try to use the word "run", it will fall back to its original "Run" instead, viewing them as the same word.


Again, this is just a theory, but I have reason to believe it may be correct.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...