Page 1 of 1

Some couple of questions

Posted: Mon Oct 22, 2012 2:41 am
by Famardy
In Doom on Zandronum, every time you get a new weapon, how come it doesn't auto switch to the new weapon that you acquire? And also when you die, how come you respawn to last save point instead of respawning in the beginning of the level with your default weapons and the health meter at 100% like in the original DOOM?

RE: Some couple of questions

Posted: Mon Oct 22, 2012 2:47 am
by Watermelon
In Doom on Zandronum, every time you get a new weapon, how come it doesn't auto switch to the new weapon that you acquire?
You might need to set COMPAT_OLDWEAPONSWITCH to true
And also when you die, how come you respawn to last save point instead of respawning in the beginning of the level with your default weapons and the health meter at 100% like in the original DOOM?
As long as you don't save during the level you will usually respawn at the beginning anyways unless the mod author specifically wants a savepoint at a location.

RE: Some couple of questions

Posted: Mon Oct 22, 2012 2:55 am
by infurnus
Famardy wrote: when you die, how come you respawn to last save point instead of respawning in the beginning of the level with your default weapons and the health meter at 100% like in the original DOOM?
If you don't want that, you can use this console command: disableautosave 1
Otherwise, ZDoom & ports based on it (like Zandronum) will autosave at the beginning of each map.

RE: Some couple of questions

Posted: Mon Oct 22, 2012 2:55 am
by Qent
Watermelon wrote:
In Doom on Zandronum, every time you get a new weapon, how come it doesn't auto switch to the new weapon that you acquire?
You might need to set COMPAT_OLDWEAPONSWITCH to true
That will work if it's your server or singleplayer. Otherwise, set the switchonpickup CVar to 1 or 2 in the console, or change it in Player Setup.
Watermelon wrote:
And also when you die, how come you respawn to last save point instead of respawning in the beginning of the level with your default weapons and the health meter at 100% like in the original DOOM?
As long as you don't save during the level you will usually respawn at the beginning anyways unless the mod author specifically wants a savepoint at a location.
Setting disableautosave to true disables this for the automatic beginning-of-level save points. I don't know if it also works for save points added by the author.

RE: Some couple of questions

Posted: Mon Oct 22, 2012 5:35 pm
by Famardy
Is there another way to do this in the Options settings?

RE: Some couple of questions

Posted: Mon Oct 22, 2012 6:06 pm
by Qent
Not that I know of.

RE: Some couple of questions

Posted: Mon Oct 22, 2012 6:23 pm
by TheCitrusKiwi

RE: Some couple of questions

Posted: Wed Oct 24, 2012 5:40 am
by Famardy

RE: Some couple of questions

Posted: Wed Oct 24, 2012 4:15 pm
by TerminusEst13
Options > Player Setup > Weapon Setup > Switch on Pickup.