Jetpack help!

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.
Locked
User avatar
Doctor-Dos
Posts: 184
Joined: Fri Aug 19, 2011 3:42 pm

Jetpack help!

Post by Doctor-Dos »

Hello!

I am trying to make a special jetpack, I wish to make it like the jetpack in Battlezone 2.

For example, When the player activates the jetpack through the inventory, the jetpack will thrust the player up around 256, and give the flight capability.

Can anyone tell me how I can use Thing_ThrustZ (or similar) in this manner?

Do I have to apply a specific player tag?

Thanks in advance.
User avatar
Z86
Posts: 101
Joined: Mon Jan 24, 2011 5:22 pm

Re: Jetpack help!

Post by Z86 »

You can combine these:

http://zdoom.org/wiki/ThrustThingZ

http://zdoom.org/wiki/CustomInventory

http://zdoom.org/wiki/Classes:ArtiFly
http://zdoom.org/wiki/PowerFlight

Thrust thing works on DECORATE states as well, so you can make an inventory item, that thrusts the activator up, and grant him the flying ability (an instant use flight artifact). I'm not sure how jetpack works in Battlezone 2, but the effect you described can be achieved by these with only DECORATE and no need to meddle with adding a tag to the player.
Locked

Return to “Editing (Archive)”