Jump to content

Home

how do i compile .qvms with VC++


XSeth2kX

Recommended Posts

Originally posted by XSeth2kX

how do i compile .qvms with VC++

 

Technically, the answer is: "you don't use MSVC to compile the .qvm files."

 

You execute the supplied buildvms.bat file, which in turn calls other .bat files in your cgame, game, and ui directories. These batch files call lcc.exe and q3asm.exe to compile and link the files to create the QVM files. It generally puts them into a \base\vm directory at the top level of your code directory, so you may have to hunt around for them a bit, but if the compile was successful, they'll be there somewhere...

 

I created a batch file that, after the compilation process is complete, copies them to a specific directory where *I* want them to be. :D

 

Eventually I'll get around to automating the .PK3ing process, but I do that manually right now.

 

HTH.

Link to comment
Share on other sites

Originally posted by Tchouky

you're wrong , you CAN compile qvms with MSVC without using the .bat files :)

 

Tchouky, I appreciate your clarification on this issue. I was unaware, up until now, that there was a way to compile the .QVMs without using the batch files, since that seems to be the accepted methodology for compiling them.

 

However, I'll definitely take a look at the URL you posted and try it out - since that would simplify things greatly.

 

Thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...