Project Revolution Excerpt: Flying
I was looking around my old PR scripts folder, and came across this script. Essentially, it's a mod that enables flying by double-tapping jump. It's less showy than the blast, but it still might be cool to have levels designed with it.
I made a quick video showing its effects and use:
var pb_ad_url = ads.proboards.com/ad.pl?as=300x250&ap=BT...15&cb=+Math.random() ; document.write('');
Downloads
Download Modloader support package: Link
Download Flying: Link
Installation
Windows
Download and ModLoader above and install it if you haven't already.
Download Mod_Flying.cs above
Navigate to the copy of MarbleBlast that you would like Flying installed in
Open the marble folder; if the mod has a different base folder (i.e., MarbleBlast Platinum 1.20 uses a platinum folder), open that instead.
If there is no mods folder, create a new folder called mods
Place mod_flying.cs in the mods folder, and you're done!
Mac
Download and ModLoader here and install it if you haven't already.
Navigate to <home folder>/Library/MarbleBlast/
If your Library folder is hidden, use Go to File (Command+Shift+G) and enter ~/Library/MarbleBlast/, without quotes.
Download Mod_Flying.cs above
Open the marble folder; if you are installing this in a mod that has a different base folder (i.e., MarbleBlast Platinum 1.20 uses a platinum folder), open that instead.
If there is no mods folder, create a new folder called mods
Place ModLoader.cs in the mods folder, and you're done!
Notes
This version should work in any marbleblast mod released as of now.
Controls:
Quickly double-tap the jump button to fly
While flying, hold jump to ascend and hold left shift to descend (remappable via config.cs)
If you wish to include this in your mod, all I ask is that you leave the copyright notice in the file. In-game attribution is optional, although appreciated.
Hope you enjoy messing around with this,
HiGuy
I was looking around my old PR scripts folder, and came across this script. Essentially, it's a mod that enables flying by double-tapping jump. It's less showy than the blast, but it still might be cool to have levels designed with it.
I made a quick video showing its effects and use:
var pb_ad_url = ads.proboards.com/ad.pl?as=300x250&ap=BT...15&cb=+Math.random() ; document.write('');
Downloads
Download Modloader support package: Link
Download Flying: Link
Installation
Windows
Download and ModLoader above and install it if you haven't already.
Download Mod_Flying.cs above
Navigate to the copy of MarbleBlast that you would like Flying installed in
Open the marble folder; if the mod has a different base folder (i.e., MarbleBlast Platinum 1.20 uses a platinum folder), open that instead.
If there is no mods folder, create a new folder called mods
Place mod_flying.cs in the mods folder, and you're done!
Mac
Download and ModLoader here and install it if you haven't already.
Navigate to <home folder>/Library/MarbleBlast/
If your Library folder is hidden, use Go to File (Command+Shift+G) and enter ~/Library/MarbleBlast/, without quotes.
Download Mod_Flying.cs above
Open the marble folder; if you are installing this in a mod that has a different base folder (i.e., MarbleBlast Platinum 1.20 uses a platinum folder), open that instead.
If there is no mods folder, create a new folder called mods
Place ModLoader.cs in the mods folder, and you're done!
Notes
This version should work in any marbleblast mod released as of now.
Controls:
Quickly double-tap the jump button to fly
While flying, hold jump to ascend and hold left shift to descend (remappable via config.cs)
If you wish to include this in your mod, all I ask is that you leave the copyright notice in the file. In-game attribution is optional, although appreciated.
Hope you enjoy messing around with this,
HiGuy
This signature is real code
Code:
function clientcmd12dothepq() {
commandToClient(LocalClientConnection, '34onthedancefloor');
}