Tremulous Forum
Mods => Modding Center => Topic started by: Death_First on March 18, 2007, 01:30:57 pm
-
Im baiscly a compleate n00b tell me what i need 2 learn before i can get started and how i can get started that would be nice plz thx
-
You better learn C first.
-
ok but how do i run c 2 test it
-
and how do the mods become into the .pk3 files
-
You need to learn C.
Once you are good with C look at the trem source code.
To learn C get a good book or two.
And it will take time to get good.
A pk3 file is just a zip file with .pk3 instead of .zip
Get the source to some other mod and take a look.
-
ok thx, how do i get a hold of the tremulous sorce code?
-
It comes with the installer.
Otherwise its on the download page.
-
Go to http://www2.latech.edu/~acm/helloworld/c.html.
When you can understand that and compile it into a running program, continue to http://www.cs.cf.ac.uk/Dave/C/ and try to understand as much as you could.
When you think you're solid and code without too many glancing bac into that site, use this asa a reference: http://www.acm.uiuc.edu/webmonkeys/book/c_guide/1.2.html#keywords.
Of course, you're free to google up on this kind of information. Just telling you what you should expect to learn before you can start modding. If mapping is your idea, try asking in the mapping thread. Our 'mod' defines gameplay change which involves coding/programming.