Search found 3 matches

by caironighttime
Sat Apr 05, 2025 1:30 pm
Forum: Gameplay Mods
Topic: Rust and Bones - (v1.5) Mar/23
Replies: 23
Views: 6340

Re: Rust and Bones - (v1.5) Mar/23

Great mod. One thing I'd like to see is an optional Condemned-style ammo system, needing to hold down R to see the remaining bullets in the mag.
by caironighttime
Sun Oct 22, 2023 8:35 pm
Forum: Scripting
Topic: Zdoom Decorate Theif-like mantling
Replies: 4
Views: 674

Re: Zdoom Decorate Theif-like mantling

Could you show footage of Thief's mantling in action? I have some ledge mantling code, but it's in ZScript and I am unsure if it could be replicated in DECORATE. Just put this code into your player's class and it should work. Override void Tick(){ Super.Tick(); LedgeClimb(); } void LedgeClimb(){ If ...
by caironighttime
Sat Oct 21, 2023 6:34 pm
Forum: Scripting
Topic: Zdoom Decorate Theif-like mantling
Replies: 4
Views: 674

Zdoom Decorate Theif-like mantling

I'm working on a survival horror TC, and I'm wondering how I would add Thief-like mantling. Help would be greatly appreciated! :3:

Go to advanced search