Tremulous Forum
Mods => Modding Center => Topic started by: kurikuri on July 14, 2007, 03:39:12 am
-
Can someone link me to a tutorial, or tell me what to use to edit source? I can manage making the mod myself, i think, but I don't know how to do anything other than write/copy the code for what I want to do.
-
some kind of a text editor?
-
Yeah that's what risujin said. Can I use any old one or are there any you'd recommend?
Also, how would I test the stuff I make to see if it works?
-
some kind of a text editor?
It would probably make it easier to actually write the code with some program specifically for programming. It doesnt need to be able to compile because you can use the command line for that, but it would color-code things.
jGrasp is one that supports multiple coding languages, is free, and (I think) has some cross-platform support.
-
some kind of a text editor?
It would probably make it easier to actually write the code with some program specifically for programming. It doesnt need to be able to compile because you can use the command line for that, but it would color-code things.
jGrasp is one that supports multiple coding languages, is free, and (I think) has some cross-platform support.
emacs vs vim in 5... 4... 3... 2... 1...
-
on win I use scite to change the code and keep the msys window open when I do all the changes I run make in msys
(and winmerge helps alot - I can keep track of my changes)
on linux I use scite and a terminal window rest is the same
-
*cough* TEXTWRANGLER FOR MACS! *cough*
Its good.
-
SciTE is the best, by a mile.
-
SciTE is the best, by a mile.
hell yeah it works on linux and win
macosx version is on the way
-
I don't understand anything you all just said.
-
*cough* TEXTWRANGLER FOR MACS! *cough*
Its good.
XCODE + TERMINAL FTW!!!
-
*cough* TEXTWRANGLER FOR MACS! *cough*
Its good.
XCODE + TERMINAL FTW!!!
XCODE + TERMINAL - XCODE > XCODE + TERMINAL
-
NANO + TERMINAL OWNS YOU ALL.
-
vi beats nano into the ground.
How can anyone use nano for anything more than basic config files?
-
vi beats nano into the ground.
How can anyone use nano for anything more than basic config files?
i actually use vi(m) for that, emacs for the big stuff *ducks*