Skip to content

RENEGADE-ANDROiD/Universal_Tacticool_Doom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal Tacticool Doom (Doom II/Heretic/Hexen)

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 strafing Weapon Lowering and rotational tilt. 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"
};

Packages

 
 
 

Contributors

Languages

  • ZenScript 100.0%