Tremulous Forum

Community => Servers => Topic started by: kill3r on August 15, 2009, 08:04:32 pm

Title: Will a QVM compiled on linux work on a windows server?
Post by: kill3r on August 15, 2009, 08:04:32 pm
Hello,
I recently compiled a QVM on my Linux based system. I found the compiled game.qvm, and wondered if the linux compiled game.qvm would work with a windows based server?
Thank you!
Also:
How do you change the name of a QVM? i changed lakitus QVM so much that i think i should change it's name. In other words, where is the file that controls the QVM name? thanks!
Title: Re: Will a QVM compiled on linux work on a windows server?
Post by: Kiwi on August 15, 2009, 08:36:47 pm
Yes, a game.qvm (http://tremulous.net/wiki/Game.qvm)wiki can run on any operating system.
QVM stands for Quake Virtual Machine which means that it will run on amy operating system.  Archangel describes it better here (http://tremulous.net/forum/index.php?topic=11515.msg173070#msg173070).  But as for how to change the name, I'm not sure.
Title: Re: Will a QVM compiled on linux work on a windows server?
Post by: Archangel on August 16, 2009, 08:33:16 am
just update the value of the #defines in g_admin.c.

Code: [Select]
game/g_main.c:#define QVM_NAME       "LT3QVM"
game/g_main.c:#define QVM_VERSIONNUM      "1.0"