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"
};
https://github.com/RENEGADE-ANDROiD/Uni ... m/releases
Universal Tacticool Doom (Doom II/Heretic/Hexen)
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
RENEGADE_ANDROiD
- Posts: 15
- Joined: Mon Jul 17, 2023 4:31 pm
- Operating System Version (Optional): Windows 11
- Graphics Processor: ATI/AMD (Modern GZDoom)
- Location: USA
- Contact:
-
RENEGADE_ANDROiD
- Posts: 15
- Joined: Mon Jul 17, 2023 4:31 pm
- Operating System Version (Optional): Windows 11
- Graphics Processor: ATI/AMD (Modern GZDoom)
- Location: USA
- Contact:
Re: Universal Tacticool Doom (Doom II/Heretic/Hexen)
Added StepRecoil from Ultra Crispy for the additional immersion.