Game Development Community

Problem between openig .cs file

by leonardo · in Torque 3D Beginner · 03/14/2016 (8:06 am) · 3 replies

Hi, I just start learing develop and I have a lots of problem to open .cs file that I downloaded. What tipe of program I have to install? Plese help me

About the author

Recent Threads

  • Problem between .cs file

  • #1
    03/14/2016 (2:44 pm)
    Hi Leonardo,

    .cs file are TorqueScript file. You can open them with any text editor (Notepad++, Notepad, Atom, etc.) but the preferred program is Torsion, built specifically with TorqueScript in mind.
    #2
    03/15/2016 (5:59 am)
    Yup - Tribes and Torque used .cs for "c-script" and then Microsoft came along and decided to use it for C#. So now everything thinks it's a C# file. But as Simon points out pretty much any normal text editor will do.
    #3
    03/15/2016 (9:03 am)
    Any text editor that encodes the file in ANSI that is. Don't try to edit a script in an editor that saves as rich text such as Wordpad or Word. The resulting script will cause the engine to crash and the script will have to be rewritten from scratch in order to recover.