Ultra-Violence+
Posted: Fri Nov 06, 2020 9:25 am
I see some people asking about UV+ being an official feature in GZDoom.
UV+ brings about the following changes to gameplay:
There are two ways to do UV+ with the release of GZDoom 4.5.0 - if you want to do it via mod, use the following skill definition:
(modify to your liking, of course)
There is also a way to invoke it directly using the console. With unmodded Doom (without gameplay mods) the following commands will work:
Note that adding "coop" to the end of mapname is not needed.
Hopefully this will help you satisfy your UV+ urges from within GZDoom.
Enjoy!
UV+ brings about the following changes to gameplay:
- Ultra-Violence skill level
- Monsters are now fast
- All multiplayer objects are now spawned with the level
There are two ways to do UV+ with the release of GZDoom 4.5.0 - if you want to do it via mod, use the following skill definition:
Code: Select all
skill hardplus
{
SpawnFilter = Hard
Name = "Ultra-Violence+"
Key = "u"
FastMonsters
SpawnMulti
}
There is also a way to invoke it directly using the console. With unmodded Doom (without gameplay mods) the following commands will work:
Code: Select all
sv_alwaysspawnmulti 1
sv_fastmonsters 1
skill 3
map map01
Hopefully this will help you satisfy your UV+ urges from within GZDoom.
