Skip to content

1.1

Choose a tag to compare

@RENEGADE-ANDROiD RENEGADE-ANDROiD released this 28 Mar 01:29
· 14 commits to main since this release
3afe599

Universal Tacticool Doom

tacticooldoommenu

An experimental fork of 'Universal-Weapon-Tilt-GZ' by Generic Name Guy.
This branch adds code made by Dithered Output, maker of Siren, that adds Weapon Lowering when tilting and Wall Detection. Also included is a trimmed down version of Immerse Lean (excluding Tilt++ and Universal Weapon Sway, as those are commonly found in many mods already) that includes modified version of the lean keybinds that allow you to move slowly while peeking around corners. Lean code written by Joshua Hard (josh771). Tested with UZDoom Nightly Build.

Includes a customized menu with slider options for everything.
See Control Options to set Lean Keybind

Works universally for Doom, Doom II, Hexen, etc.

If your addon has a weapon that has too many overlays and doesn't play nice with this Universal Tilter, you can edit the Zscript file Inventory_WeaponTilter.zs and add your own exceptions:

// Weapon exclusion arrays
static const string NO_ROTATE[] =
{
	"PB_Minigun", "PB_CryoRifle", "PB_NukageBarrel"
};

static const string SCOPED[] =
{
	"PB_Railgun", "BDPBattleRifle", "PB_CSSG"
};