Post: [Release/Gamemode] The Floor is Lava [v1.5]
07-19-2015, 10:10 PM #1
Im_YouViolateMe
NextGenUpdate Elite
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.
You must login or register to view this content.


Details:
This gamemode is a fan favorite! Especially one of my favorites! So I was trying to come up with ideas for a new gamemode and since I couldn't think of anything, I decided to do this. This gamemode only works on one map, hijacked (for now). I thought about doing it for all maps, but I decided I would let others make their own map! In the Pastebin, you'll see that I have included custom functions for creating your own "The Floor is Lava" gamemode. If you do not have a good understanding of GSC, please do not ask for me to make you a custom gamemode. These custom functions can be pretty confusing to understand. Their are 7 different "types" of objects you can place. I will go into detail about each one, and how to set it up below.

Types:

  • SpawnBase - spawn a base platform so players can spawn on, and not fall off (this was the most requested feature! sorry it took so long!)
  • NewSet - simple set of care packages that you can jump on
  • Staircase - pretty easy to understand, a simple set of care packages that ascend in height as you go up
  • Checkpoint - a care package that saves your progress
  • SidewaysMover - a pair of care packages; one moves, one acts as a platform
  • Pouncer - a pair of care packages; one waits til you get close to move, one acts as a platform
  • GuessingBlocks - a set of care packages; one care package is the true one, while the other 2 are fakes and will teleport you back to the last checkpoint (these are randomized each game)
  • Teleporting Blocks - a set of care packages, that changes position at different intervals (between 5 and 15 seconds)



How to setup your own course:
Some functions have a different set of parameters than others, so it's best to use this guide to help you know how to set it up.

Parameters:

    

SpawnBase(center coordinates, angle)
//center coordinates = center care package, all care packages placed around it ( 3 x 8 = dimensions )
//angle

NewSet(starting position, distance, amount to spawn, angle)
//starting position is the position of the first care package
//distance means how far of a jump their will be in between each carepackage
//amount to spawn means how many you want to spawn
//angle is either 1 or 2, which means which direction the carepackage is facing. distance is also a factor. If you want it to go forward, the distance would be POSITIVE, and the angle would be 1. If you want it to go backwards, the distance would be NEGATIVE, and the angle would be 1. If you want it to go left, the distance would be POSITIVE, and the angle would be 2. If you want it to go right, the distance would be NEGATIVE, and the angle would be 2. Easy to understand right?

Staircase(starting position, distance, height, amount to spawn, angle)
//starting position is the position of the first care package
//distance means how far of a jump their will be in between each carepackage
//height means how far the care packages go upwards
//amount to spawn means how many you want to spawn
//angle is either 1 or 2, which means which direction the carepackage is facing. distance is also a factor. If you want it to go forward, the distance would be POSITIVE, and the angle would be 1. If you want it to go backwards, the distance would be NEGATIVE, and the angle would be 1. If you want it to go left, the distance would be POSITIVE, and the angle would be 2. If you want it to go right, the distance would be NEGATIVE, and the angle would be 2. Easy to understand right?

Checkpoint(starting position, angle)

SidewaysMover(starting position, distance, pairs to spawn, angle)
//distance is total for each pair, the mover is calculated by dividing the distance in half

Elevator(starting position, height, angle)
//height means how far up the care package (elevator) will go

Pouncer(starting position, distance, pairs to spawn, angle)
//same parameters as SidewaysMover

GuessingBlocks(starting position, distance, sets to spawn, angle)
//distance is total for each "set"

TPBlocks(starting position, distance, pairs to spawn, angle)



    

SpawnBase(center coordinates, angle)
//center coordinates = center care package, all care packages placed around it ( 3 x 8 = dimensions )
//angle

NewSet(starting position, distance, amount to spawn, angle)
//starting position is the position of the first care package
//distance means how far of a jump their will be in between each carepackage
//amount to spawn means how many you want to spawn
//angle is either 1 or 2, which means which direction the carepackage is facing. distance is also a factor. If you want it to go forward, the distance would be POSITIVE, and the angle would be 1. If you want it to go backwards, the distance would be NEGATIVE, and the angle would be 1. If you want it to go left, the distance would be POSITIVE, and the angle would be 2. If you want it to go right, the distance would be NEGATIVE, and the angle would be 2. Easy to understand right?

Staircase(starting position, distance, height, amount to spawn, angle)
//starting position is the position of the first care package
//distance means how far of a jump their will be in between each carepackage
//height means how far the care packages go upwards
//amount to spawn means how many you want to spawn
//angle is either 1 or 2, which means which direction the carepackage is facing. distance is also a factor. If you want it to go forward, the distance would be POSITIVE, and the angle would be 1. If you want it to go backwards, the distance would be NEGATIVE, and the angle would be 1. If you want it to go left, the distance would be POSITIVE, and the angle would be 2. If you want it to go right, the distance would be NEGATIVE, and the angle would be 2. Easy to understand right?

Checkpoint(starting position, angle)

SidewaysMover(starting position, distance, pairs to spawn, angle)
//distance is total for each pair, the mover is calculated by dividing the distance in half

Elevator(starting position, height, angle)
//height means how far up the care package (elevator) will go

Pouncer(starting position, distance, pairs to spawn, angle)
//same parameters as SidewaysMover

GuessingBlocks(starting position, distance, sets to spawn, angle)
//distance is total for each "set"

TPBlocks(starting position, distance, pairs to spawn, angle)




If you have questions about the parameters, feel free to ask.

Edits:

Edit by CrEaTiiOn_LiiMiT: You must login or register to view this content. (Already been added to the source! No need to download)


-------------------------Useful stuff for making map edits-------------------------
All map directions by CrEaTiiOn_LiiMiT: You must login or register to view this content.

Debug version for making map edits easier by jwm614: You must login or register to view this content.



Changelog:

v1.0
-Initial Release

v1.1
-Fixed bugs
-Added carrier

v1.2
-Removed carrier for now

v1.3
-Added Yemen map edit to source
-Added SpawnBase() feature

v1.3b
-Added Carrier Map Edit

v1.4
-Added new obstacle -> teleporting blocks
-Fixed terminal script error (PC)

v1.5
-Added Turbine Map Edit
-Fixed a bug with the elevator



Source:
You must login or register to view this content.

Credits:
dtx12 & Craig Christ (none of this would have been possible without these 2 guys <3)
IMCSx - GSC Studio
ItsLollo1000
xTurntUpLobbies - Idea
YouViolateMe
JokerRey
Raz0rMind
Exelo -- cuz he requested it


Video:
Video by Gentle:


Video by devilemi:


Video by xTurntUpLobbies


Find any bugs? Quote me and I'll fix them! Winky Winky
Last edited by Im_YouViolateMe ; 10-23-2015 at 05:06 PM.

The following 35 users say thank you to Im_YouViolateMe for this useful post:

/SneakerStreet/, FRINZ, alex-_-123, AutoModder, BossamBemass, CODHoster1337_, CodJumper:, Devilemi, DF_AUS, EatOreos, Exelo, FlipFlow, Gentleツ, H-A-X-O, HiddenHour, iDontRte, iRnZ, JustFuSiOn, jwm614, Loz, Merk, ModyHacker, Mrtbyhyourwme, My Ninja Defuse, Nothingbutbread, Patrick, Rezqaazify, SillyFemaleMods, Skonafid, TehMerkMods, thahitcrew, tunde1992, XDrifteer7, xK ELITE GaminG, xTiibo Modz
07-23-2015, 01:15 AM #74
Nvm got it working great work man!!!
07-23-2015, 03:01 AM #75
Originally posted by Restrain View Post
Please, do tell where it says those are the only two maps working?

Never mind, I reread it. But i asked because Hijacked only worked for me. Carried didn't.


In the source code, it even mentions Carrier doesn't work. See?

    if (getDvar("mapname") == "mp_carrier")
{
/*level.checkpoint = (-3209.56, 10082.1, 8507.74);
NewSet((-3209.56, 10082.1, 8507.74), 210, 4, 1);
NewSet((-2574.54, 10242.2, 8507.74), 220, 4, 2);
GuessingBlocks((-2565.74, 11229.3, 8507.74), 300, 2, 2);*/
//unfinished, only uploading to fix a bug
07-23-2015, 04:18 PM #76
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by Fwosty View Post
In the source code, it even mentions Carrier doesn't work. See?

    if (getDvar("mapname") == "mp_carrier")
{
/*level.checkpoint = (-3209.56, 10082.1, 8507.74);
NewSet((-3209.56, 10082.1, 8507.74), 210, 4, 1);
NewSet((-2574.54, 10242.2, 8507.74), 220, 4, 2);
GuessingBlocks((-2565.74, 11229.3, 8507.74), 300, 2, 2);*/
//unfinished, only uploading to fix a bug


It did at first, but now I'm making different courses for each map :p
Last edited by Im_YouViolateMe ; 07-23-2015 at 04:22 PM.
07-23-2015, 04:21 PM #77
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by Restrain View Post
Please, do tell where it says those are the only two maps working?

Never mind, I reread it. But i asked because Hijacked only worked for me. Carried didn't.


Sorry about that, I forgot to update the thread :p

Carrier in fact, did work at first, however I decided on making different courses for each map.

The following user thanked Im_YouViolateMe for this useful post:

Restrain
07-23-2015, 07:42 PM #78
Originally posted by YouViolateMe View Post
It did at first, but now I'm making different courses for each map :p


Did you see my "command-block" post? :( It'd be nice if there was just a small menu for teleporting people and self or forcehost? Also, I hosted lobby with 14 people, and half of them couldn't even get out of spawn, because they sucked so bad Happy
07-23-2015, 11:20 PM #79
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by Fwosty View Post
Did you see my "command-block" post? :( It'd be nice if there was just a small menu for teleporting people and self or forcehost? Also, I hosted lobby with 14 people, and half of them couldn't even get out of spawn, because they sucked so bad Happy


Yeah many people mentioned this. I wasn't able to get the CreateGrid function to work, so I guess I can try again.
07-23-2015, 11:23 PM #80
coolmankiller
Can’t trickshot me!
Can someone compile this for me so iI can use it with gsc loader. My computer broke . Thanks !
07-23-2015, 11:39 PM #81
Originally posted by YouViolateMe View Post
Yeah many people mentioned this. I wasn't able to get the CreateGrid function to work, so I guess I can try again.


Which reminds me, it's particularly hard to jump from first block when there's tons of people. So maybe carepackage base or something for spawn?
07-23-2015, 11:39 PM #82
Originally posted by coolmankiller View Post
Can someone compile this for me so iI can use it with gsc loader. My computer broke . Thanks !


Just create a new gsc, and input the source code and then inject.

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo