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, 11:42 PM #83
coolmankiller
Can’t trickshot me!
My computer broke, I know how to manually modify the .cfg throuht ftp on my phone , so if someone could compile this for me I'd be able to use it Smile
07-23-2015, 11:43 PM #84
itsSorrow
In my man cave
Originally posted by fwosty View Post
just create a new gsc, and input the source code and then inject.


read...
07-23-2015, 11:44 PM #85
coolmankiller
Can’t trickshot me!
Wait could I just rename the file to .gsc ? And inject . Never used scorce with the in game injector only compiled. I thought they need to be compiled ?
07-23-2015, 11:49 PM #86
Originally posted by coolmankiller View Post
Wait could I just rename the file to .gsc ? And inject . Never used scorce with the in game injector only compiled. I thought they need to be compiled ?


Open up GSC Studio, press Ctrl + N or go to EDITOR and click 'Create a project'. Input whatever name you want and click ok. You'll see a bunch of coding. Take the source code supplied and replace the whole of that with the source code, and save. Inject now, and it should work.
07-23-2015, 11:50 PM #87
Originally posted by Matroix7 View Post
read...


I did read, hence why I'm answering his question. -.-" Next time, help out, instead of belittling.
07-23-2015, 11:55 PM #88
coolmankiller
Can’t trickshot me!
Originally posted by Fwosty View Post
Open up GSC Studio, press Ctrl + N or go to EDITOR and click 'Create a project'. Input whatever name you want and click ok. You'll see a bunch of coding. Take the source code supplied and replace the whole of that with the source code, and save. Inject now, and it should work.


Thank you for trying to help however , my computer is broken . I'm using a in game black ops 2 sprx loader . I need someone to compile it and input the source code that I can use with the in game loader . I don't have any access a computer at all for the next few weeks .
07-24-2015, 12:32 AM #89
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by Fwosty View Post
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?


I'll start working on it, when I release my newest project tomorrow morning Winky Winky

07-24-2015, 12:36 AM #90
itsSorrow
In my man cave
Originally posted by YouViolateMe View Post
I'll start working on it, when I release my newest project tomorrow morning Winky Winky



I can't wait for release even though the hadouken is not new for me

The following user thanked itsSorrow for this useful post:

Im_YouViolateMe
07-24-2015, 12:40 AM #91
Originally posted by YouViolateMe View Post
I'll start working on it, when I release my newest project tomorrow morning Winky Winky



Looks nice!!

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo