Skip to content

Releases: RENEGADE-ANDROiD/Universal_Tacticool_Doom

1.5

Choose a tag to compare

@RENEGADE-ANDROiD RENEGADE-ANDROiD released this 21 Jul 01:47

New code, improved roll and dip for weapons with built in exceptions for excessive overlay states and scoped conditions.

Simply load the zip file as you would a pk3 or wad in your mod load order.

1.2

1.2

Choose a tag to compare

@RENEGADE-ANDROiD RENEGADE-ANDROiD released this 29 Jun 06:24

Removed buggy Wall-Detection Lowering. Re-wrote the rotational tilting a bit.

1.1

1.1

Choose a tag to compare

@RENEGADE-ANDROiD RENEGADE-ANDROiD released this 28 Mar 01:29
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"
};

1.0

1.0

Choose a tag to compare

@RENEGADE-ANDROiD RENEGADE-ANDROiD released this 27 Mar 05:07

Universal Lean, Weapon Lowering, Wall Detection & Rotational Tilting

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).

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"
};