Author Topic: Wheres the source code?  (Read 5264 times)

Andrew

  • Posts: 2
  • Turrets: +0/-0
Wheres the source code?
« 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?

PIE

  • Posts: 1471
  • Turrets: +96/-52
    • http://www.mercenariesguild.net
Wheres the source code?
« Reply #1 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.

Andrew

  • Posts: 2
  • Turrets: +0/-0
Wheres the source code?
« Reply #2 on: July 09, 2006, 04:44:09 pm »
Ok thanks.  :-?

biocrasher

  • Posts: 5
  • Turrets: +0/-0
Wheres the source code?
« Reply #3 on: July 09, 2006, 05:13:15 pm »
It's svn now at icculus:

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

Checkout the trunk module.

stahlsau

  • Posts: 160
  • Turrets: +1/-1
Wheres the source code?
« Reply #4 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?

vcxzet

  • Guest
Wheres the source code?
« Reply #5 on: July 13, 2006, 01:49:34 am »
gather the missing files ;=)

rasz_pl

  • Guest
Wheres the source code?
« Reply #6 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 :)

Dustin

  • Posts: 111
  • Turrets: +0/-0
    • http://alaric.ath.cx/~dustin/cms/index.php
Wheres the source code?
« Reply #7 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 ^_^

stahlsau

  • Posts: 160
  • Turrets: +1/-1
Wheres the source code?
« Reply #8 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 :/

Draconishinobi

  • Posts: 68
  • Turrets: +0/-0
Wheres the source code?
« Reply #9 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 ?