How can I stop Survival Invasion from clearing inventory and variables?
How can I stop Survival Invasion from clearing inventory and variables?
Apparently, the Survival Invasion gamemode clears a player's inventory and also resets all global variables at the start of the map. This means that I can't use Ijon Tichy's SaveWeapons/LoadWeapons script to work around it. (I tried ...)
Is there any way to disable this behavior? If not, is there a reliable workaround?
I understand why Invasion maps behave this way (don't want players spamming through the next map with all of the powerful weapons they got the map before, right?). But for mods like Mercenaries, which rely on players being able to keep their money and weapons in between levels, this is a bad thing.
Is there any way to disable this behavior? If not, is there a reliable workaround?
I understand why Invasion maps behave this way (don't want players spamming through the next map with all of the powerful weapons they got the map before, right?). But for mods like Mercenaries, which rely on players being able to keep their money and weapons in between levels, this is a bad thing.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: How can I stop Survival Invasion from clearing inventory and variables?
The only work around to it would be to just use Normal invasion and somehow fake Survival with DEATH+RESPAWN scripts.
RE: How can I stop Survival Invasion from clearing inventory and variables?
I think normal invasion does the same thing though. Iunno i'll try it in the morning.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: How can I stop Survival Invasion from clearing inventory and variables?
HurrÆnima wrote: I think normal invasion does the same thing though. Iunno i'll try it in the morning.
-
Watermelon
- Zandrone
- Posts: 1244
- Joined: Thu Jun 28, 2012 9:07 pm
- Location: Rwanda
RE: How can I stop Survival Invasion from clearing inventory and variables?
The fuck, it shouldn't do that O_o (or should it?)resets all global variables
I have a way, save it into the INI and retrieve that (on the server end).
Last edited by Watermelon on Thu Aug 16, 2012 3:37 am, edited 1 time in total.
RE: How can I stop Survival Invasion from clearing inventory and variables?
Oh boy, that'll be a mess.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

RE: How can I stop Survival Invasion from clearing inventory and variables?
Well actually, it would be pretty easy with StrParam. You could easily save the variables, the problem is, WHEN do you save them?Ænima wrote: Oh boy, that'll be a mess.