More actions
(Created page with "{{Infobox GB Homebrews |title=APE for GB Studio 2.0.0 Beta 5 |image=apeforgbstudio.png |description=Advanced platform engine for GB Studio. |author=byrontrent |lastupdated=2021/09/30 |type=PC Utilities |version=1.2 |format= |license=CC-BY |downloadraw=[https://byrontrent.itch.io/ape Download on itch.io] |website=https://byrontrent.itch.io/ape |source=https://byrontrent.itch.io/ape |donation= }} {{#seo: |title=GameBrew |title_mode=append |image=apeforgbstudio.png |image_a...") |
No edit summary |
||
Line 22: | Line 22: | ||
Advanced Platform Engine for GB Studio v2.0.0 Beta 5 is a free and open source project designed to bring new mechanics to the already awesome Platform mode in GB Studio. Many templates can be found in the project file which can be adapted on. All the engine changes can be found in the engine.json (custom engine fields), Platform.c (custom mechanisms such as double jump) and ScriptRunner_b.c (custom values for different direction and duration of projectiles). | Advanced Platform Engine for GB Studio v2.0.0 Beta 5 is a free and open source project designed to bring new mechanics to the already awesome Platform mode in GB Studio. Many templates can be found in the project file which can be adapted on. All the engine changes can be found in the engine.json (custom engine fields), Platform.c (custom mechanisms such as double jump) and ScriptRunner_b.c (custom values for different direction and duration of projectiles). | ||
It was a submission for Game Boy Competition 2021. | It was a submission for the Game Boy Competition 2021 (Tool). | ||
== Installation == | == Installation == | ||
Line 53: | Line 53: | ||
* gbdev.io - https://gbdev.io/gbcompo21.html | * gbdev.io - https://gbdev.io/gbcompo21.html | ||
* GitHub - https://github.com/gbdev/gbcompo21 | * GitHub - https://github.com/gbdev/gbcompo21 | ||
[[Category:Game Boy Competition 2021]] |
Latest revision as of 12:56, 27 Haziran 2024
APE for GB Studio 2.0.0 Beta 5 | |
---|---|
General | |
Author | byrontrent |
Type | PC Utilities |
Version | 1.2 |
License | CC-BY |
Last Updated | 2021/09/30 |
Links | |
Download on itch.io | |
Website | |
Source | |
Advanced Platform Engine for GB Studio v2.0.0 Beta 5 is a free and open source project designed to bring new mechanics to the already awesome Platform mode in GB Studio. Many templates can be found in the project file which can be adapted on. All the engine changes can be found in the engine.json (custom engine fields), Platform.c (custom mechanisms such as double jump) and ScriptRunner_b.c (custom values for different direction and duration of projectiles).
It was a submission for the Game Boy Competition 2021 (Tool).
Installation
A demo ROM and source file can be downloaded on itch.io.
User guide
Current unique mechanics:
- Change Character - On the fly switching between two playable characters with different attacks.
- Bouncing Arrow - A projectile that you can fire, and then bounce off of.
- Platform Arrow - A projectile that you can fire, and then stand on.
- Triple Arrow - Fire up to 3 arrows, with a reload mechanic.
- Charged Attack - Press to fire, hold to fire charged attack.
- Charged Attack (Hold) - Similar to Charged Attack but you can continue holding.
- Wall Jump - Holding onto walls and being able to jump off of them.
- Wall Slide - Slide along a wall to cover a longer distance.
- Jetpack - Fuel powered jetpack and weapon & more.
Controls
Start - Access the Main Menu
Screenshots
External links
- itch.io - https://byrontrent.itch.io/ape
- gbdev.io - https://gbdev.io/gbcompo21.html
- GitHub - https://github.com/gbdev/gbcompo21