Jump to content

Recommended Posts

Posted

It's not supported, and haven't been updated for a while. I think it's worth the money if you are gonna do a lot of TorqueScripting, but you can live without it.


There are some alternatives here but afaik, Torsion is still the best option for scripting.

Posted
Gotta chime in on this since I have been using Torque Dev for YEARS. Never bought torsion, or any other scripting tool for T3D (or torque anything for that matter). I whole heartedly LOVE the idea of Torque Dev.
Posted

@saindd not in any foreseeable future, I was planning to, but I haven't worked on it for a while, and now I'm working with C# so I don't have a use for it atm :P


But yeah, try out TorqueDev, it's open source too.

Posted

Emacs FTW!


Of course it have a command to game develop with T3D :roll:


M-x package-refresh-contents

M-x package-list-packages

C-s torque3d [enter] [x]

Install package `torque3d'? (yes or no) [yes]


You're ready to go... :o


M-x torque3d-mode :ugeek:

Posted
WAAAT??


There's a TorqueScript package for Emacs??? But of course there is. Will be trying that out, thanks for the tip!

 

:lol: I was kidding :lol: sorry! https://xkcd.com/378/ did not know that someone used Emacs here :mrgreen: good to know!


Anyway... if you really want to use Emacs you can. TorqueScript work very well with C# mode.


You can have a IDE with Emacs. Download the last version of Emacs, Install prelude http://batsov.com/prelude/


Then I recommend to install this for a IDE. My personal opinion, I used this for C++ programming on Linux.

 

M-x package-install RET
yasnippet
auto-complete
auto-complete-c-headers
multiple-cursors 
ecb 
flycheck
cede (built-in)
cmake-mode (You need to have cmake installed in your OS)
cpputils-cmake
omnisharp (with intellisense) or if you want only a mode you can install csharp-mode.
magit (control Git from Emacs)

 

So, I think I cover everything to work with Torque 3D from Emacs ;) :ugeek:


Regards,

John

Posted

Ha ha, you got me. It's gotten to the point where I'll believe anything about Emacs. I've used it for years and years, by now I mostly only use it for writing notes to myself and for editing any text file that doesn't already have its own dedicated IDE, but yeah, damn I love it. The one thing I think I love above all else is the way I can effortlessly split and split and split the screen into as many frames as I need. I've had times where I was designing whole class hierarchies and had fourteen frames open. Get so tired of clicking on tabs and not being able to see everything at once in literally every single other IDE I've ever tried. :-P

  • 1 year later...
  • 2 months later...
Posted
WAAAT??


There's a TorqueScript package for Emacs??? But of course there is. Will be trying that out, thanks for the tip!

 

:lol: I was kidding :lol: sorry! https://xkcd.com/378/ did not know that someone used Emacs here :mrgreen: good to know!


Anyway... if you really want to use Emacs you can. TorqueScript work very well with C# mode.


You can have a IDE with Emacs. Download the last version of Emacs, Install prelude http://batsov.com/prelude/


Then I recommend to install this for a IDE. My personal opinion, I used this for C++ programming on Linux.

 

M-x package-install RET
yasnippet
auto-complete
auto-complete-c-headers
multiple-cursors 
ecb 
flycheck
cede (built-in)
cmake-mode (You need to have cmake installed in your OS)
cpputils-cmake
omnisharp (with intellisense) or if you want only a mode you can install csharp-mode.
magit (control Git from Emacs)

 

So, I think I cover everything to work with Torque 3D from Emacs ;) :ugeek:


Regards,

John

 

Hi,


I had to use c++-mode instead of csharp-mode otherwise ecb couldn't list the programming methods of a file.


Regards,

Andi

Posted

Torsion has two big problems imo:

1.Torsion does not support unicode, which means if u edit CJK in script, you'll be screwed.

2.Torsion's search text function was quite slow compare to VS or other text editing wares.

i hope this two porblems would be fixed.

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...