Jump to content

Home

Source code OUT!!!!!!!!!!


Toonces

Recommended Posts

two errors I've already found in the quick 'makeamod' tutorial that comes with the source.

 

a) If you're running win98, the default scripts that build the qvm files will not work.

 

View this url to fix it:

 

http://www.planetquake.com/code3arena/compilers.shtml#vmfails

 

b) Secondly, if you want to do debugging (building qvm is quite slow) with a dll, the options they supply will not work. The game by default loads qvm only, so you have to tell it on the command line to NOT load the qvm files. In the debug tag under arguments, instead of what they tell you to put in, do something like this:

 

+set fs_game MyMod +set vm_game 0 +set sv_pure 0

 

This is in addition to any options you want. There are two more vm_ variables, vm_cgame and vm_ui that you can disable if you are building the other two dlls.

 

The name of the file you save the dll as is MyMod/jk2mpgamex86.dll.

 

As well, the readme doesn't explain this, but you do NOT need to duplicate your base directory, the game is smart enough to load the base pk3 files from the original location.

 

Haven't tried building under linux yet. But this next url should be a good place to start:

 

http://tremulous.sourceforge.net/Q3A-source/

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...