Blockland Forums > General Discussion
Any way to "rip" the /nextTrack script?
Altiris:
--- Quote from: Greek2me on February 16, 2013, 11:47:34 AM ---http://forum.blockland.us/index.php?topic=219775.0
This is a build cycle that I made for use with Slayer minigames. It's not finished yet, but it still works.
--- End quote ---
Yeah Ive seen that, it looks sick! Its not out yet though is it?
--- Quote from: Port on February 16, 2013, 09:33:04 AM ---Here you go:
http://localhostr.com/nhKBbJANrEnt
This is a base gamemode with map rotation.
Modify "YourGame" to fitting values and add actual gamemode functionality too.
--- End quote ---
Thanks!
Altiris:
--- Quote from: Port on February 16, 2013, 09:33:04 AM ---Here you go:
http://localhostr.com/nhKBbJANrEnt
This is a base gamemode with map rotation.
Modify "YourGame" to fitting values and add actual gamemode functionality too.
--- End quote ---
Modify "YourGame" in the server.cs script file right? What can I rename it to, Gamemodes? If so, for each build I would just make a Gamemode for it? Pretty neat, how do I make it switch the map or it automatic?
Port:
--- Quote from: Altiris on February 16, 2013, 01:55:34 PM ---Modify "YourGame" in the server.cs script file right? What can I rename it to, Gamemodes? If so, for each build I would just make a Gamemode for it? Pretty neat, how do I make it switch the map or it automatic?
--- End quote ---
If you're making a gamemode named "Moon Phase", rename things to stuff like MoonPhase or MP.
It switches just like SpeedKart does, it's "SpeedKart without the SpeedKart parts".
Altiris:
--- Quote from: Port on February 16, 2013, 02:17:53 PM ---If you're making a gamemode named "Moon Phase", rename things to stuff like MoonPhase or MP.
It switches just like SpeedKart does, it's "SpeedKart without the SpeedKart parts".
--- End quote ---
Oh so I don't need to type Gamemode_ or only for the part where it says %pattern = "Add-Ons/YourGame_*/save.bls";
I am a noob at this as I barely mess around with blockland scripts and stuff. How do I make it change, I type /nextMap or something?
Im noticing there's a lot of lines where it has "Your Game" I need to rename all of those lines, or did you make that as a substitute/variable? Like did you do something like YourGame = GAMEMODEHERE?
Port:
--- Quote from: Altiris on February 16, 2013, 02:26:43 PM ---Oh so I don't need to type Gamemode_ or only for the part where it says %pattern = "Add-Ons/YourGame_*/save.bls";
I am a noob at this as I barely mess around with blockland scripts and stuff. How do I make it change, I type /nextMap or something?
Im noticing there's a lot of lines where it has "Your Game" I need to rename all of those lines, or did you make that as a substitute/variable? Like did you do something like YourGame = GAMEMODEHERE?
--- End quote ---
YourGame is where it was originally named "SpeedKart" or "SK". Just replace it.