First of all, hello,
I want to make a wad and I want to put a little platforming in it, but I can't seem to find out how to do it, I've looked through wiki pages and youtube and even someone else's mod, but I can't figure it out
Can someone tell me how to do it, I've provided a picture with my decorate file placement and the code itself
Thanks in advance
Zdoom Decorate How to change jump height
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Re: Zdoom Decorate How to change jump height
For this example I suggest inheriting from DoomPlayer and then adding the following to MAPINFO:
Code: Select all
gameinfo { playerclasses = "Doodle" }Re: Zdoom Decorate How to change jump height
Thanks so much, I searched for 2 hours or so without result, so thank you so much for this