News:

Come Chat with us live! Learn how HERE!

Main Menu

Wheres the source code?

Started by Andrew, July 06, 2006, 10:03:02 PM

Andrew

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?

PIE

... 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.

Andrew


biocrasher

It's svn now at icculus:

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

Checkout the trunk module.

stahlsau

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?

vcxzet

gather the missing files ;=)

rasz_pl

Quote from: biocrasherIt'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 :)

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 ^_^

stahlsau

QuoteYou 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 :/

Draconishinobi

Quote from: DustinYou 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 ?