Game Development Community

Torque question!

by Hunter Hatfield · in General Discussion · 12/15/2004 (6:23 pm) · 3 replies

Ok I am very new to working with actual game development, but I went through a thorough stage of modding for games such as unreal tournament and halflife. My question is, does torque provide you with the tools necessary to edit the coding of the .cs files because I have no program able to open those. All I have is an html program and visual basic.

About the author

Recent Threads

  • Help?

  • #1
    12/15/2004 (6:26 pm)
    If it's just a .cs file then you can treat them as text files. So... notepad will work, though it's very annoying... JEdit is nice... So is UltraEdit. Really though, all you need is a text editor and you can get started.
    #2
    12/15/2004 (6:27 pm)
    You can edit the cs scripts in any text editor.
    #3
    12/15/2004 (6:27 pm)
    Ahh, why is all the stuff I don't know...so simple? Thanks guys.