News:

Come Chat with us live! Learn how HERE!

Main Menu

1.2 jetpack problem (vms-gppr2191.pk3)

Started by rotacak, April 10, 2011, 08:43:48 PM

rotacak

Hi, I used vms-gppr2191.pk3 on my server and players cant buy jetpacks anymore. It does not appear in arm menu and with bind it will print "You can't buy this item".

Anyone know why?

DraZiLoX

Are you sure that the map just doesn't disable them?

rotacak

It wont work on any map. Now I used vms pack from one release back and all is ok.

David

Did you have the correct game.qvm for the newer pk3?
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

rotacak

Now it not work again even with older vms and I did not changed anything. Can it be caused by some map?

David: I have vms pack from mercenariesguild.

Celestial_Rage

Are you using vms-gpp2191.pk3 and data-gppr2193.pk3, and only those pk3s?
"The reports of my death are greatly exaggerated" ~Mark Twain

UniqPhoeniX

Try
/which vm/game.qvm
/which vm/cgame.qvm
If either of those names a pk3 other than vms-gpp2191.pk3, then that pk3 is the problem.

rotacak

Celestial_Rage: yes, exactly. Only these. But now I cleared configs, restarted server and we will see.

rotacak

Quote from: UniqPhoeniX on April 12, 2011, 01:17:10 AM
Try
/which vm/game.qvm
/which vm/cgame.qvm
If either of those names a pk3 other than vms-gpp2191.pk3, then that pk3 is the problem.
Both say: vms-gpp2191.pk3 :( still bugged.

Lanac

There is one thing and i bet its map. paint10, it have inside jetpack disabled.


Lanac

im not talking bout that, i mean that paint10 maybe turned jets off for all maps(by bug probably). cuz you said it worked and then stoped. maybe it was after loading paint10

rotacak

Hardly. I bet on "too much maps on server" issue. I deleted few maps, jetpack appeared, so we will see. I hope that it is not another joke with 1. april qvm.

UniqPhoeniX

When the bug appears, check g_disabledEquipment cvar. It should be empty, but if not, look for .cfg files in the pk3s (like mapconfig/default.cfg).

Loki

Quote from: Lanac on April 13, 2011, 09:57:50 PM
im not talking bout that, i mean that paint10 maybe turned jets off for all maps(by bug probably). cuz you said it worked and then stoped. maybe it was after loading paint10

redman haxd server XD
Ignore my posts for I had identity crises.


rotacak

But on 1.1 server is all ok. And both servers have shared base folder. I will use old working qvm.

Qrntz

AFAIR, jetpacks are disabled on some weird map I forgot the name of, but it has HP-regenerating water pools and I've seen it being played on Unlimited 1.2 once in a while.
I suppose, it could be that map's fault, so the cvar set by map did not return to it's default value.

Quote from: {FoT|PeDrO} on December 14, 2011, 02:07:41 PMYou make up Qrntz, u always angry, just calmdown. :police:
Quote from: Loki on March 13, 2013, 10:27:57 AMI am stupid idiot who dares to open mouth and start debating

Spl@

Quote from: Qrntz on April 14, 2011, 06:03:09 PM
AFAIR, jetpacks are disabled on some weird map I forgot the name of, but it has HP-regenerating water pools and I've seen it being played on Unlimited 1.2 once in a while.
I suppose, it could be that map's fault, so the cvar set by map did not return to it's default value.
Sounds like SuperArcade (map-s_arcade2.pk3).

rotacak

Its seems like bug in qvm. Maps with disabled jetpack are on server long time ago and never caused any problem.

Menace13

Quote from: rotacak on April 15, 2011, 09:46:39 AM
Its seems like bug in qvm. Maps with disabled jetpack are on server long time ago and never caused any problem.

Most if not all of Chuckfknorris' maps have jetpack off. toot_b2 for example.

Quote from: amz181 on September 08, 2011, 12:32:07 PM
but a small twisty barrel will have small pew pew's, and small pew pew's can hurt mr.tyrant.

rotacak

It is bug in official qvm, probably somewhat wrong work with maps with disabled jetpack and affect other maps too. I used old aardvark qvm again and no problem.

F50

is it possible to re-enable jetpack on some of these maps using mapconfigs?
"Any sufficiently advanced stupidity is indistinguishable from malice." -- Grey's Law


UniqPhoeniX

#23
Rota: in server.cfg: seta g_mapConfigs mapconfigs
in mapconfigs/default.cfg: set g_disabledEquipemt ""
This might work but the disabled* cvars should really be reset on their own, at least IMO.

F50: mapconfigs/mapname.cfg: set g_disabledEquipment ""

Well apparently g_disabled* cvars are read only :(