Tremulous Forum
Mods => Modding Center => Topic started by: swamp-cecil on July 06, 2010, 11:40:32 am
-
so i downloaded ioquake and installed it, but when i open the main file in program files, it gives me this stuf
"you need to install quake 3 in order to play. copy console to clipboard?"
i know that tremulous is from quake 3, but how do i make it load tremulous? and how do i make the code for it, if ioquake can make servers code and stuff like that.
-
Tremulous uses a slightly modified version of ioq3, so while it's mostly the same it's no longer compatible.
If you want to mod tremulous, install tremulous.
-
Tremulous uses a slightly modified version of ioq3, so while it's mostly the same it's no longer compatible.
If you want to mod tremulous, install tremulous.
:o
who on this forum HAS NOT installed tremulous??? where do i put which trem file where?
-
You put them where the installer puts them.
If you're trying to change stuff, you need to be a lot more specific.
-
thanks much for the help, but which file? a WHOLE tremulous file in baseq or ioquake in a tremulous file? plz bemore specific
-
[deleted]
-
in a CD? anywhere else i can put the pk3 in? i only own tremulous, tremfusion and |KoR|, which are like the same
-
[deleted]
-
If you want to mod Tremulous, you need only the tremulous sources from the Tremulous svn repository. All the ioquake3 is included. Just, pull the source, read the compile instructions for your OS on this forum and start hacking.
-
If you want to mod Tremulous, you need only the tremulous sources from the Tremulous svn repository. All the ioquake3 is included. Just, pull the source, read the compile instructions for your OS on this forum and start hacking.
1.what is the "tremulous svn repository" and how do i utilise it?
2.pull the source?? what source??
3.whats OS and where are the compile instructions.
-
[deleted]
-
If you want to mod Tremulous, you need only the tremulous sources from the Tremulous svn repository. All the ioquake3 is included. Just, pull the source, read the compile instructions for your OS on this forum and start hacking.
1.what is the "tremulous svn repository" and how do i utilise it?
http://svn.icculus.org/tremulous/trunk/ (http://svn.icculus.org/tremulous/trunk/) there's their svn repo feel free to download it using svn co svn://svn.icculus.org/tremulous/trunk trem for the latest code but to get last version released do svn co svn://svn.icculus.org/tremulous/tags/RELEASE_1_1_0 trem110
2.pull the source?? what source??
refer to question 1 answer
3.whats OS and where are the compile instructions.
any os can compile it linux is by far the easiest because lets face it linux is the best
answers to those 3 in bold tremulous is coded in c and quake-c(which is soo close to c that if you know c you'll be fine) once you get the source you can start editing the code i wouldn't recommend downloading 1.1.0 since alot of bugs have been fixed you could use tremfusions code or mg client code for a more uptodate client or you could just checkout trunk and apply a backport that can be found here:http://patches.mercenariesguild.net/index.php?do=details&task_id=2&project=1 (http://patches.mercenariesguild.net/index.php?do=details&task_id=2&project=1)
-
[deleted]
-
quake-c is only used for quake 1
tremulous uses normal C
ok i stand corrected then