So after a few tweaks I managed to make weapon wheel work with DN3Doom, all you need to do is open notepad and add:Duke91 wrote:Could you please add compatibility with Universal Weapon Wheel mod ( viewtopic.php?f=43&t=61061 )? just tested it and only 3 weapons appear in the wheel (chaingun, rpg and freezethrower), makes gameplay easier for those that play with joysticks (me included). Awesome mod by the way, really enjoying playing Ultimate Doom 2 with it.kipo wrote:New update, updated link in the first post.
v1.04
Added new enemies (toggleable): dukinator, megabrain, assault pig, pig brute, alien sniper, lameduke's robot, lamduke's drone
Added new weapon: Lameduke's Plasma Cannon (includes alt fire), dropped by some of the new enemies
Added new sprite for armor bonus
Reworked burning death logic so now it doesn't depend on sprites anymore
Fixed expander's explosion area of effect
Added headshot death animations for: netherworldqueen, alien queen
Added water & other liquid splashes
Added new option for extra gore: "gibs & blood drops" or just "blood drops"
Added customizable recoil effect option for each weapon
Removed killcount from hatched eggs
Fixed automap door colors
Reworked duketalk to not be cut off on taunts, weapons pickup, etc
Improved sentry drones, added hover sound, lowered damage, speed and turning like in vanilla duke, and they can try to dodge missiles (dodging is toggeable)
improved slimers, lowered speed, and they can be killed instantly like in vanilla duke (when face-hugging)
Reworked reload system so now it's automatic if you keep firing, and now uses the default weapon reload key bind
Fixed SSG bug when using primary fire with one shell loaded
Lowered pistol damage (but it's still fun to use)
Improved intro and titlepic
Fixed pickup names
Added quick exit
Other bugfixes/improvements
ZDukePlayer
{
include "Pistol ";
include "Dual Pistol";
include "Shotgun ";
include "SSG";
include "Plasma Cannon";
include "Chaingun Cannon";
include "RPG";
include "Pipebomb";
include "Expander";
include "Shrinker";
include "Devastator Weapon";
include "LaserTrip";
include "Incinerator Flamethrower";
include "Freezethrower";
}
Save it as PYWHEEL.txt, then add it to a zip file, rename to .pk3 and load it together with DN3Doom and universal wheel mod.
Only bug I noticed is that sometimes when selecting a weapon, like super shotgun, it'll select shotgun instead, same happens with other weapons like freezethrower/incinerator, chaingun/plasmacannon, etc. I believe this is a bug on DN3Doom because same thing can happen when changing weapons normally.