Author Topic: Will a QVM compiled on linux work on a windows server?  (Read 2484 times)

kill3r

  • Posts: 40
  • Turrets: +4/-4
Will a QVM compiled on linux work on a windows server?
« 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!

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: Will a QVM compiled on linux work on a windows server?
« Reply #1 on: August 15, 2009, 08:36:47 pm »
Yes, a game.qvmwiki 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.  But as for how to change the name, I'm not sure.

Archangel

  • Guest
Re: Will a QVM compiled on linux work on a windows server?
« Reply #2 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"