Search found 7 matches
- Wed Sep 23, 2020 4:00 pm
- Forum: Scripting
- Topic: Zscript Disable Jump and Crouch Help
- Replies: 1
- Views: 447
Zscript Disable Jump and Crouch Help
I was wondering if any one could help I don't know what I'm doing with Zscript and would appreciate any help. I'm trying to use this code from Major Cooke that disables jumping and crouching if you have an inventory item. Inside my Zcript.txt version "4.0" class DisableJC : PlayerPawn { override ...
- Sun May 19, 2019 7:09 am
- Forum: Gameplay Mods
- Topic: +USE - Interactive ZDoom Update
- Replies: 14
- Views: 4582
Re: +USE - Interactive ZDoom Update
Thanks to Wayback Machine.
- Wed Apr 25, 2018 1:23 pm
- Forum: General
- Topic: Mod Download Broken? Request Reuploads Here
- Replies: 4962
- Views: 1221626
Re: Mod Download Broken? Request Reuploads Here
Awesome, these will be great.
Thanks.
Thanks.
- Wed Apr 25, 2018 6:59 am
- Forum: General
- Topic: Mod Download Broken? Request Reuploads Here
- Replies: 4962
- Views: 1221626
Re: Mod Download Broken? Request Reuploads Here
I was wondering if anyone had these files posted in the bellow thread by Enjay, it's an old thread but perhaps someone has them lying around.
viewtopic.php?f=37&t=22918
viewtopic.php?f=37&t=22918
- Sun Apr 08, 2018 11:40 am
- Forum: Script Library
- Topic: [ZScript] Ledge climbing
- Replies: 21
- Views: 15017
Re: [ZScript] Ledge climbing
Ahh, yes, That did the trick thanks heaps, I'm really enjoying this script it works wonderful!
- Sun Apr 08, 2018 3:19 am
- Forum: Script Library
- Topic: [ZScript] Ledge climbing
- Replies: 21
- Views: 15017
Re: [ZScript] Ledge climbing
Thanks for the help, unfortunately i still cant make it work, how i have it set up class Doomer3 : ClimbingPlayer In a separate PK3 the class is defined in KEYCONF and looks like clearplayerclasses addplayerclass Doomer3 This is the message i get on startup if anyone can suggest what im doing wrong ...
- Sat Apr 07, 2018 10:17 am
- Forum: Script Library
- Topic: [ZScript] Ledge climbing
- Replies: 21
- Views: 15017
Re: [ZScript] Ledge climbing
Sorry for the bump, I'm having trouble getting this to work with other classes, I've tried to do what was said bellow but whenever i replace "DoomPlayer" with the class i want i just get an error on startup, any help would be appreciated.