Game Development Community

What's the binary?

by Wesley Borthwick · in Torque Game Builder · 09/01/2005 (1:25 pm) · 40 replies

I purchased a T2D thing and the tutorial told me to go to the "example" folder then double click on the "Exe. binary" folder but I don't see the Exe. banry folder anywher? If you have any answers could you E-mail me and Kojiro_the_dark_ninja@yahoo.com plase. I'm not that good at checkong forums...-_- maybe you could show me how to dso that too?
Page «Previous 1 2
#1
09/01/2005 (4:49 pm)
The filename is T2D.EXE, or just T2D if you have the extensions hidden.
#2
09/02/2005 (1:41 pm)
Okay thanks I figured that out yesterday. as you can see I'm not the sharpest tool in the shed. anyway know I have a new question. I need to get a script editor or somthing like that...could you tell me where and how to get one? and how to install it properly?
#3
09/02/2005 (3:35 pm)
Well, you can always use old Notepad... It's not fancy, but it does the trick and comes with Windows. I've also heard a lot of good things about jEdit, which you can be found at http://www.jedit.org/
#4
09/02/2005 (4:03 pm)
I know I shouldn't, but I'll go ahead anyway - I recommend vim to everyone. It's simply the supreme overlord of editors. On an average day, I use it more than every other application.

--
Hans
#5
09/02/2005 (4:10 pm)
Hans: Are you trying to make his head explode? ;) Well i use vim also, so i shouldn't be talking.
#6
09/02/2005 (4:13 pm)
I'm so looking forward to a more stable version vim7, packed full of head-exploding, juicy features.

--
Hans
#7
09/02/2005 (5:03 pm)
Argh...and I was just starting to get used to the current version. ;)
#8
09/02/2005 (9:14 pm)
Ohhhkay...i I don't know if I mentioned this but I'm just starting out...anyway I try one of those. and so what do I do when I have it downloaded oto my computer?
#9
09/02/2005 (10:41 pm)
Okay dombody PLEASE tell me how to install it or whateve...ya know...make it work...please?
#10
09/02/2005 (10:41 pm)
I mena uhh...I downloaded vim and know I need to how to install it or whatever.
#11
09/02/2005 (10:53 pm)
I would suggest using TorqueDev from http://www.torquedev.com/ I started using it last week. It's great so far.
#12
09/03/2005 (7:25 am)
No don't use Vim! There's way too much to learn there especially if you're new to this.

You probably want something like TorqueDev but any text editor with external tool support will work. You might want that so you can execute T2D.exe and run your game from the editor.

I use Dev-Cpp myself, but I know that's probably very uncommon. ;D
#13
09/03/2005 (8:07 am)
Seriously... Nothing against VIM, but I get the impression you're fairly new to software in general, and I wouldn't really recommend VIM at this moment. You'll spend all of your time learning how to use VIM, rather than learning how to program.

If you're intent on learning VIM, pick up "Learning the vi Editor" from O'Reilly. It'll take you step-by-step through the monstrous editing beast that is VIM. www.oreilly.com/catalog/vi6/
#14
09/03/2005 (1:16 pm)
I also want to not that Torsion is insanely easy to use.
#15
09/03/2005 (3:54 pm)
OKay know I have a system (I whent with tourqueDEV after atempiting to download VIM) So know could someone tell me exactly waht iti is I do with the system please?
#16
09/03/2005 (4:26 pm)
In your Start Menu under Torque2D you should have listing for some tutorials. They'll guide you through the rest.
#17
09/03/2005 (4:28 pm)
No I mean after I download it how do I like use it and stuff? or activate it or whatever?
#18
09/03/2005 (6:45 pm)
First you're going to have to explain what you mean by "system". We'll work from there.
#19
09/03/2005 (7:23 pm)
Okay I meant I have a text editore and I need to know how to install it. this is murder. my computer told me to dowwnload some framework thing or whatever and I did that but I guess it was the rong one or somthing. and it takes fifteen hours to load. are there any other text editors besides turqeDEV for beginners?
#20
09/03/2005 (8:17 pm)
Well, as I mentioned in an earlier post, Notepad is enough to start out with. It doesn't get much easier to use than Notepad, and it comes free with Windows.

Start -> Programs -> Accesories -> Notepad

What you can also do is go to the folder where Torque2D is installed (My Computer -> C:\ -> Torque2D -> SDK -> Example), double click on one of the .cs files, and choose "Open With", then choose Notepad.

Did that all make sense?
Page «Previous 1 2