mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-10 08:15:53 +00:00
readme update
This commit is contained in:
parent
c348dfb530
commit
bb33ddf07b
2 changed files with 34 additions and 3 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
|
@ -1,3 +1,33 @@
|
|||
# 1.6.0
|
||||
A big update! Bringing in the cross platform multiplayer the way it was meant to be played!
|
||||
Please note that it is always and always recommended to download the native client for unlocked FPS and higher performance.
|
||||
- Added cross platform multiplayer, the Online button is now unlocked.
|
||||
- Gem Hunt Free-for-all only, no other game modes are present.
|
||||
- Server authoritative marble physics and rollback netcode for all gameplay elements - including moving platforms.
|
||||
- Up to 8 players due to platform technical limitations.
|
||||
- Seamless multiplayer custom levels integration through Marbleland.
|
||||
- Spectator mode is implemented but lasts until the end of match.
|
||||
- Four PlatinumQuest levels that were present in MBP multiplayer have been added along with their shaders.
|
||||
- Added the Ability to toggle between old spawns and new spawns for certain multiplayer maps.
|
||||
- Added Competitor Mode:
|
||||
- A new gem spawn will happen automatically after a certain duration depending on number of gems picked up.
|
||||
- Reduced Mega Marble duration.
|
||||
- Only Ultra Blasts can affect marbles.
|
||||
- Fixed starting point.
|
||||
- Touch controls improvements:
|
||||
- Configure visibility of On-Screen Controls
|
||||
- Configure behavior of buttons acting as camera joystick by altering Button Camera Factor
|
||||
- Configure your camera sensitivity and swipe extent.
|
||||
- Improved touch camera sensitivity a bit.
|
||||
- Added Dynamic Joystick for Touch Controls.
|
||||
- Added support for iOS for the web version.
|
||||
- Improved Controller support for Android.
|
||||
- Optimized the game to run at much higher framerates.
|
||||
- Improved marble shadow.
|
||||
- Fixed certain customs missing interiors/textures.
|
||||
- Fixed marble collision at varying radii.
|
||||
- Fixed Super Speed throwing you in the wrong direction.
|
||||
|
||||
# 1.5.4
|
||||
This update fixes the following bugs:
|
||||
- Updated Marbleland support. New levels will now automatically show up.
|
||||
|
|
|
|||
|
|
@ -11,24 +11,25 @@ The browser port supports touch controls, meaning it can be played on mobile dev
|
|||
### Marble Blast Ultra: [Play](https://marbleblastultra.randomityguy.me/)
|
||||
## Windows and Mac
|
||||
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.12)
|
||||
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.5.4)
|
||||
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.6.0)
|
||||
### Marble Blast Ultra: [Download](https://github.com/RandomityGuy/MBHaxe/releases/tag/1.1.3-mbu)
|
||||
## Mac Instructions - Important
|
||||
Put the .app file in either /Applications or ~/Applications in order to run it properly.
|
||||
You will also have to bypass Gatekeeper since the .app is not signed.
|
||||
## Android
|
||||
### Marble Blast Gold: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.1.12/MBHaxe-Gold.apk)
|
||||
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.5.4/MBHaxe-Platinum.apk)
|
||||
### Marble Blast Platinum: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.6.0/MBHaxe-Platinum.apk)
|
||||
### Marble Blast Ultra: [Download](https://github.com/RandomityGuy/MBHaxe/releases/download/1.1.3-mbu/MBHaxe-Ultra.apk)
|
||||
|
||||
## Additional Features
|
||||
- Cross Platform Multiplayer: Available only in Ultra. You can host and join multiplayer matches in any of these platforms: Windows, Mac, Web, Android.
|
||||
- Cross Platform Multiplayer: Available in Ultra and Platinum. You can host and join multiplayer matches in any of these platforms: Windows, Mac, Web, Android.
|
||||
- Replay System: You can record your run using the built in replay system and watch it later.
|
||||
- Rewind: You can rewind your marble by enabling rewind in the Options and holding down the rewind key (defaults to R).
|
||||
- Controller Support: Full controller support is added to Marble Blast Ultra, with incomplete support for the rest.
|
||||
- Touch Controls: Available in the web (mobile) and android versions.
|
||||
|
||||
# Screenshots
|
||||
<img src="https://imgur.com/Ncb4atl.png" width="640">
|
||||
<img src="https://imgur.com/KQKUk0Y.png" width="640">
|
||||
<img src="https://imgur.com/VnnrIt2.png" width="640">
|
||||
<img src="https://imgur.com/lfLBKqO.png" width="640">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue