Previous Blog Next Blog
Prev/Next Blog
by date

Plan for MrPhil (Philip Ludington)

Plan for MrPhil (Philip Ludington)
Name:MrPhil (Philip J. Ludington)
Date Posted:Mar 18, 2005
Rating:4.0 out of 5
Public:YES
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for MrPhil (Philip J. Ludington)

Blog post
Last .Plan's Results:
So I'm definitely a T2D convert. I've halted all work on my custom engine and am going 100% T2D. I did the tutorial and liked it a lot. Here's a small screen capture of my game's starmap in T2D (can you find the fleet icon?)



And here it is zoomed out.

I also added a splash screen.

I've stopped my work on adding Torque script as a language to Visual Studio. It will take a sizable effort to accomplish and I'd rather work on my game or website.

I've picked UltraEdit (v11) as my Toque Script editor because it is inexpensive, has the best smart indenting, allows me to add Torque Script as a language pretty easily, and I can customize the highlighting colors. The one feature it has that stands out among them all is the function jumping/listing tool. Navigating using this make life SOOOO much easier.

The only thing I wish it had was the magic formatting feature you get with Visual Studio .Net. Oh well, maybe that'll be in the next version. Here's a list of why I eliminated all the other options (note the list is rough because some things I scratch off the second they where unintuitive or missing a feature I wanted):

EditPlus - No smart indenting and for $30 might as well get UltraEdit and get smart indenting! (To be fair this was my third choice)
jEdit with TIDE - Slow, function jumping system stupid, no brace formatting and no projects of course this will come back to haunt me when I want to debug.
NotePad Name a feature. It doesn't have it.
Eclipse with TorqueEdit My Microsoft centric brain can't comprehend your advance Java GUI concepts
Brain Editor Professional - Demo was expired when I installed it, didn't take time to fight with it
ConTEXT - Good file browser, semi-auto-indenting, Free! I almost picked this one.
MultiEdit - $495!!! You realize what that kind of money that is? You can freaking get a new computer for $500! I doubt Microsoft's Visual Studio Express will costs more than that!
SlickEdit an eclipse plug-in, see My Microsoft centric brain above.
Vim nice in that command line, telnet kind of way
Emacs didn't bother, see Vim

Textpad - no brace matching formatting, or auto complete
Crimson Editor looked like so many I had tried already so I didn't bother
Jens' File Editor - according to website is doesn't have brace matching, function jumping or auto complete so I didn't bother downloading it, but it was a clever idea to give it a girls name.

I also figured out a cool way to make UltraEdit help me find compile errors in the console log. I added the log as a syntax language and defined the error messages as functions. This way they show up as a list in the function-jumping window. I promise to add it as a resource down the road when I've 'dog fooded' it for a while.

My new tasks:
- Add simple main menu screen with new game button
- Add short command line switch to by-pass the tedious splash screen and main menu I just got done adding. :D
- Get object picking so I can place more fleets
- Add Purchase
-- Allow user to click on icons of items he wants to buy
-- Allow user to click on items in 'shopping cart' to change mind about buying that ten billion dollar Battleship with full compliment of fighters
-- Guess they'll need a commit or next button to finish the phase.

Game on,
MrPhil, Owner
Mr. Phil Games

Previous Plan Next Plan

Recent Blog Posts
List:12/02/05 - Plan for MrPhil (Philip Ludington)
10/20/05 - Plan for MrPhil (Philip Ludington)
10/13/05 - Plan for MrPhil (Philip Ludington)
10/12/05 - Plan for MrPhil (Philip Ludington)
10/11/05 - Plan for MrPhil (Philip Ludington)
10/09/05 - Plan for MrPhil (Philip Ludington)
10/08/05 - Plan for MrPhil (Philip Ludington)
07/14/05 - Plan for MrPhil (Philip Ludington)

Submit ResourceSubmit your own resources!

Brian Wells   (Mar 18, 2005 at 04:09 GMT)
Awesome. MOO2 is my 2nd favorite game of all time right behind Civ3. When you get closer to finsihed I wanna play :)

Eugene Goh   (Mar 18, 2005 at 05:17 GMT)
Magic formatting feature? Sorry, not a .net user, so what's that?

Ultraedit is nice, one of the first sharewares I've bought, and I use it for everything. Only on version 9 since that was the last one I was eligible for, and haven't found any need to upgrade so far!

You might want to pipe the compile errors to the results window instead. If you manage to format it right, I think you should be able to click on the line, and have the errant file open, scrolled to that line number. Haven't tried it for TorqueScript though, only C++ and a couple of proprietary languages.

Hokuto   (Mar 18, 2005 at 11:50 GMT)
sounds like I need to give ultraedit a look... thanks for the editors overview
Which txt editors arleady have a plug-in or implementation for Torque Script?
Edited on Mar 18, 2005 12:08 GMT

Jason "nuvem" Kozak   (Mar 18, 2005 at 15:55 GMT)
Before you drop TorqueScript, check this out:
http://sjbrown.co.uk/lualite.html

That might help reduce the workload.

You must be a member and be logged in to either append comments or rate this resource.