Tremulous Forum

General => Troubleshooting => Topic started by: Andrew on July 06, 2006, 10:03:02 pm

Title: Wheres the source code?
Post by: Andrew on July 06, 2006, 10:03:02 pm
Maybe i'm not looking hard enough, but i did a search and the copy in CVS looks really old so I was just wondering where the up to date copy of the source code is?
Title: Wheres the source code?
Post by: PIE on July 09, 2006, 03:48:40 am
... Maybe i got it from somewhere and cant remember(i don't think thats the case though)... but i have a .tar file of the source in the directory where I installed the stand alone version..
You can open it with Win-rar or something similar if your on a windows system.
Title: Wheres the source code?
Post by: Andrew on July 09, 2006, 04:44:09 pm
Ok thanks.  :-?
Title: Wheres the source code?
Post by: biocrasher on July 09, 2006, 05:13:15 pm
It's svn now at icculus:

http://svn.icculus.org/tremulous/

Checkout the trunk module.
Title: Wheres the source code?
Post by: stahlsau on July 09, 2006, 07:10:08 pm
mmh..since this is solved now i'll try to hijack your thread now mate ;)

Obtaining the sources is not the problem i have...building works too. But what then? I get an executable which doesn't run due to some files not found...is there any howto or maybe anyone can ive me some tips on howto install the build?
Title: Wheres the source code?
Post by: vcxzet on July 13, 2006, 01:49:34 am
gather the missing files ;=)
Title: Wheres the source code?
Post by: rasz_pl on July 13, 2006, 07:31:52 am
Quote from: "biocrasher"
It's svn now at icculus:

http://svn.icculus.org/tremulous/

Checkout the trunk module.

no its not
svn: PROPFIND request failed on '/tremulous'
svn: PROPFIND of '/tremulous': 301 Moved (http://svn.icculus.org)

anyway stahlsau do you build under Linux? i want to mod some too :)
Title: Wheres the source code?
Post by: Dustin on July 13, 2006, 09:48:30 am
You must put the executable (compiled from SVN) in a folder containing base/ and the rest of the Tremulous data. Beware, SVN binaries will not work with regular data. You need to make a pk3 file out of the UI folder that came with the SVN version, AND you must make a pk3 file containing the 3 qvm files generated. Good luck ^_^
Title: Wheres the source code?
Post by: stahlsau on July 13, 2006, 01:13:50 pm
Quote
You must put the executable (compiled from SVN) in a folder containing base/ and the rest of the Tremulous data. Beware, SVN binaries will not work with regular data. You need to make a pk3 file out of the UI folder that came with the SVN version, AND you must make a pk3 file containing the 3 qvm files generated. Good luck ^_^

Aha, ok. In that case i'll probably use the binaries :/
Title: Wheres the source code?
Post by: Draconishinobi on March 23, 2007, 11:55:47 pm
Quote from: "Dustin"
You must put the executable (compiled from SVN) in a folder containing base/ and the rest of the Tremulous data. Beware, SVN binaries will not work with regular data. You need to make a pk3 file out of the UI folder that came with the SVN version, AND you must make a pk3 file containing the 3 qvm files generated. Good luck ^_^


Mind giving a more complete explanation ? Or is there a HOW-TO somewhere that I've missed ?