Tremulous Forum

Mods => Modding Center => Topic started by: swamp-cecil on July 06, 2010, 11:40:32 am

Title: ioquake setup
Post 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.
Title: Re: ioquake setup
Post by: David on July 06, 2010, 11:43:36 am
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.
Title: Re: ioquake setup
Post by: swamp-cecil on July 06, 2010, 11:52:48 am
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?
Title: Re: ioquake setup
Post by: David on July 06, 2010, 11:55:16 am
You put them where the installer puts them.

If you're trying to change stuff, you need to be a lot more specific.
Title: Re: ioquake setup
Post by: swamp-cecil on July 06, 2010, 11:58:15 am
thanks much for the help, but which file? a WHOLE tremulous file in baseq or ioquake in a tremulous file? plz bemore specific
Title: Re: ioquake setup
Post by: Crava_Loft on July 06, 2010, 12:04:51 pm
[deleted]
Title: Re: ioquake setup
Post by: swamp-cecil on July 06, 2010, 12:08:16 pm
in a CD? anywhere  else i can put the pk3 in? i only own tremulous, tremfusion and |KoR|, which are like the same
Title: Re: ioquake setup
Post by: Crava_Loft on July 06, 2010, 12:12:36 pm
[deleted]
Title: Re: ioquake setup
Post by: gimhael on July 06, 2010, 12:45:55 pm
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.
Title: Re: ioquake setup
Post by: swamp-cecil on July 06, 2010, 10:47:23 pm
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.
Title: Re: ioquake setup
Post by: Crava_Loft on July 07, 2010, 02:37:47 am
[deleted]
Title: Re: ioquake setup
Post by: SlackerLinux on July 08, 2010, 01:31:42 am
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)
Title: Re: ioquake setup
Post by: Crava_Loft on July 08, 2010, 01:44:38 am
[deleted]
Title: Re: ioquake setup
Post by: SlackerLinux on July 08, 2010, 08:09:35 am
quake-c is only used for quake 1
tremulous uses normal C

ok i stand corrected then