Tremulous Forum
General => Troubleshooting => Topic started by: rotacak on April 10, 2011, 08:43:48 pm
-
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?
-
Are you sure that the map just doesn't disable them?
-
It wont work on any map. Now I used vms pack from one release back and all is ok.
-
Did you have the correct game.qvm for the newer pk3?
-
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.
-
Are you using vms-gpp2191.pk3 and data-gppr2193.pk3, and only those pk3s?
-
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.
-
Celestial_Rage: yes, exactly. Only these. But now I cleared configs, restarted server and we will see.
-
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.
-
There is one thing and i bet its map. paint10, it have inside jetpack disabled.
-
Lanac: more maps have disabled jetpack. But maybe it is new bug in qvm.
-
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
-
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.
-
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).
-
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
-
g_disabledEquipment have value "jetpack". I should check new maps.
-
But on 1.1 server is all ok. And both servers have shared base folder. I will use old working qvm.
-
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.
-
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).
-
Its seems like bug in qvm. Maps with disabled jetpack are on server long time ago and never caused any problem.
-
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.
-
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.
-
is it possible to re-enable jetpack on some of these maps using mapconfigs?
-
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 :(