Tremulous Forum

Mods => Modding Center => Topic started by: kurikuri on July 14, 2007, 03:39:12 am

Title: I want to try making a mod, but don't know how to.
Post 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.
Title: I want to try making a mod, but don't know how to.
Post by: tehOen on July 14, 2007, 03:40:10 am
some kind of a text editor?
Title: I want to try making a mod, but don't know how to.
Post by: kurikuri on July 14, 2007, 04:15:19 am
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?
Title: I want to try making a mod, but don't know how to.
Post by: doomagent13 on July 14, 2007, 04:32:19 am
Quote from: "tehOen"
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.
Title: I want to try making a mod, but don't know how to.
Post by: kevlarman on July 14, 2007, 04:35:14 am
Quote from: "doomagent13"
Quote from: "tehOen"
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...
Title: I want to try making a mod, but don't know how to.
Post by: tehOen on July 14, 2007, 10:46:37 am
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
Title: I want to try making a mod, but don't know how to.
Post by: ShadowNinjaDudeMan on July 14, 2007, 11:13:10 am
*cough* TEXTWRANGLER FOR MACS! *cough*

Its good.
Title: I want to try making a mod, but don't know how to.
Post by: David on July 17, 2007, 06:29:12 pm
SciTE is the best, by a mile.
Title: I want to try making a mod, but don't know how to.
Post by: tehOen on July 17, 2007, 07:33:30 pm
Quote from: "David"
SciTE is the best, by a mile.

hell yeah it works on linux and win
macosx version is on the way
Title: I want to try making a mod, but don't know how to.
Post by: kurikuri on July 21, 2007, 02:48:03 am
I don't understand anything you all just said.
Title: I want to try making a mod, but don't know how to.
Post by: doomagent13 on July 21, 2007, 02:56:50 am
Quote from: "ShadowNinjaDudeMan"
*cough* TEXTWRANGLER FOR MACS! *cough*

Its good.
XCODE + TERMINAL FTW!!!
Title: I want to try making a mod, but don't know how to.
Post by: kevlarman on July 21, 2007, 03:28:20 am
Quote from: "doomagent13"
Quote from: "ShadowNinjaDudeMan"
*cough* TEXTWRANGLER FOR MACS! *cough*

Its good.
XCODE + TERMINAL FTW!!!
XCODE + TERMINAL - XCODE > XCODE + TERMINAL
Title: I want to try making a mod, but don't know how to.
Post by: Thorn on July 21, 2007, 11:09:11 am
NANO + TERMINAL OWNS YOU ALL.
Title: I want to try making a mod, but don't know how to.
Post by: David on July 21, 2007, 02:15:45 pm
vi beats nano into the ground.
How can anyone use nano for anything more than basic config files?
Title: I want to try making a mod, but don't know how to.
Post by: kevlarman on July 21, 2007, 04:21:33 pm
Quote from: "David"
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*