Author Topic: Gamemode: Climb for your life!  (Read 2474 times)

Be the last survivor as you try to climb up an endless rock wall while being pursued by raising lava! As time goes on, the lava increases in speed and the rock wall becomes harder to pass!

Could also be used with Push-Mod to ward off other players from pestering you!

There was already a request for this gamemode but yeah it would be pretty beast.

I'm making it, I will use brick water for the lava.

Oh and I plan on having it use voice commands.

Stuff like this.

Let's say a player uses a loose rock to try to climb (They will be a lighter color) the bottom print for everyone goes: %1: HEEELLLPPPPP

And so on with sounds and stuff.

Anyone want to help?

I already finished the bottom, I'm thinking of a way I could make the lava rise.

Oh and If you want at the end instead of just winning you have to jump into a brick made helicopter that area  few feet away from you and they have the ladder down

If you don't onplayeractivate the ladder then you fall and die, so no one wins :D

I just think it would be cool.

Why can't you make the environmental lava rise? I think that would be cooler...

I have no idea how to do it lol.

I have no idea how to do it lol.
It really wouldn't be hard.
You can look at the environment gui for water to see what it does for height.

I have no idea how to do it lol.
based on the enviromental preview, you just switch the water to lava in the basic tab, and then make it rise. I think it's already set to kill you

I'm making this right now ok >:c

I have a semi playable version

based on the enviromental preview, you just switch the water to lava in the basic tab, and then make it rise. I think it's already set to kill you
Making it rise smoothly is the hard part!

I already made this.
Script works, lava start at predefined start height and then goes up until it reaches a brick called MaxLavaHeight. Rising speed is defined per level.
Also features automatic level cycle and initialisation.

Can run 24/7 on dedicated servers.


Once I figured out how to put the player in camera mode after death it's finished
« Last Edit: August 12, 2012, 12:08:41 PM by Mold »

Making it rise smoothly is the hard part!
Mine rises up 0.1 units every 50 ms and the result looks pretty nice.
Can rise up slower or faster, depending on level.

By the way guys, environment lava cannot go higher than 178 bricks or something

I already made this.
Script works, lava start at predefined start height and then goes up until it reaches a brick called MaxLavaHeight. Rising speed is defined per level.
Also features automatic level cycle and initialisation.

Can run 24/7 on dedicated servers.


Once I figured out how to put the player in camera mode after death it's finished
Well then release it mine isn't as awesome as this

Can't we just use environmental control events to raise the lava?

Can't we just use environmental control events to raise the lava?


He means to make it automatically rise.