Zdoom Decorate How to change jump height

Archive of the old editing forum
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.
RoyalRB
Posts: 2
Joined: Tue Sep 05, 2017 8:16 am

Zdoom Decorate How to change jump height

Post by RoyalRB »

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
You do not have the required permissions to view the files attached to this post.
User avatar
Accensus
Banned User
Posts: 2383
Joined: Thu Feb 11, 2016 9:59 am

Re: Zdoom Decorate How to change jump height

Post by Accensus »

For this example I suggest inheriting from DoomPlayer and then adding the following to MAPINFO:

Code: Select all

gameinfo { playerclasses = "Doodle" }
RoyalRB
Posts: 2
Joined: Tue Sep 05, 2017 8:16 am

Re: Zdoom Decorate How to change jump height

Post by RoyalRB »

Thanks so much, I searched for 2 hours or so without result, so thank you so much for this
User avatar
Accensus
Banned User
Posts: 2383
Joined: Thu Feb 11, 2016 9:59 am

Re: Zdoom Decorate How to change jump height

Post by Accensus »

Anytime. :)

Return to “Editing (Archive)”