Tremulous Forum
Mods => Modding Center => Topic started by: swamp-cecil on June 08, 2010, 10:44:49 pm
-
ive seen people talking about python and c coding around me, and so...
python is the coding for models?
c is the coding for qvm?
is ASM included?
-
Everything is written in C. There are a few bits of ASM floating around in the renderer.
The models are models not code.
-
but then are models coded with c?
-
The model loading and rendering code is in C, but the models themselves aren't.
-
The models are just data, they can be generated in any programming language. You just have to produce the MD3 file format (http://en.wikipedia.org/wiki/MD3_(file_format)).