OpenArena Message Boards

OpenArena Contributions => Development => Topic started by: Kappasecondus on December 20, 2011, 02:29:46 PM



Title: Where to insert .qvm's in openarena folder?
Post by: Kappasecondus on December 20, 2011, 02:29:46 PM
Hi,
that's me, Kappasecondus, again.
I want to play qvm's instead of .dll, but i don't know how to do it;
Can u help me?

Kappa.


Title: Re: Where to insert .qvm's in openarena folder?
Post by: grey matter on December 22, 2011, 09:38:30 AM
Put them into your homepath (i.e. ~/.openarena/ ) below your mods folder inside a vm/ subfolder (e.g. ~/.openarena/mymod/vm/qagame.qvm).
The game will not use your qvms if they are not packed in an pk3, so you will have to launch oa with +set sv_pure 0


Title: Re: Where to insert .qvm's in openarena folder?
Post by: Kappasecondus on December 22, 2011, 12:49:35 PM
So i must do a new folder, just as baseoa and aftershock folder, where i must insert qvm and then sv_pure 0 and vm_game 2?


Title: Re: Where to insert .qvm's in openarena folder?
Post by: sago007 on December 24, 2011, 08:06:40 AM
You might want to look at an example for the elimination-mod:
(http://files.poulsander.com/~poul19/public_files/openarena-mod-files.png)

Subfolders to the mod directory (elimination in the screen shot) may be packed in a pk3-file so that they can be loaded with sv_pure on. If they are packed into pk3-files the tree must still be preserved and the pk3-files themself does not count as being part of the tree. Just look in pak0.pk3 for comparison.