More actions
m (HydeWing moved page Openbor Wii to OpenBOR Wii without leaving a redirect) |
No edit summary |
||
Line 18: | Line 18: | ||
|source=https://github.com/DCurrent/openbor | |source=https://github.com/DCurrent/openbor | ||
}} | }} | ||
OpenBOR is a | '''OpenBOR''' is a freely available, sprite-based, side-scrolling gaming engine that has grown into the most versatile, user-friendly, and powerful engine of its type. Initially released in 2004, it has been optimized for side-scrolling beat 'em up games, such as Double Dragon, Streets of Rage, and Final Fight, but it can accommodate any gameplay style or feature set you desire. Whether you're a seasoned game developer or just starting out, OpenBOR has something for everyone. | ||
If you're looking to experiment with game development, start by exploring existing modules and tinkering with them, and you'll have the support of the OpenBOR community to help you along the way. If you're eager to create your own game, simply gather some images and you're ready to go. And if you're feeling particularly ambitious, you can use the built-in scripting engine and graphical suite to create a masterpiece rivaling the biggest Triple-A productions, and even sell it if you like. | |||
For more information, visit the OpenBOR community at [https://www.chronocrash.com/ ChronoCrash.com], where you'll find plenty of resources, including finished game modules that you can download and play. | |||
== Installation == | |||
To install OpenBOR, follow these steps: | |||
#Download the latest Wii release either from the Homebrew Browser or from the download link on the information box. | |||
#Extract the OpenBOR or WII/OpenBOR folder in the archive to the apps folder on your SD card, so that the executable and related folders are under #sd:/apps/OpenBOR. As of build 6385, OpenBOR supports both SD and USB loading, and the Wii-U Pro Controller has been added. | |||
#Download mods from ChronoCrash.com and place the .PAK files in the Paks folder. Some popular mods include Beats of Rage by Senile Team, Art of #Fighting: Beats of Rage Remix III by Mr. Q, and NightSlashersX by BonusJZ. | |||
#Launch OpenBOR from the Homebrew Channel, select a mod, and start playing! | |||
== Controls == | == Controls == | ||
Line 72: | Line 68: | ||
==Media== | ==Media== | ||
'''[TUTORIAL] How to install the OpenBOR emulator on the Wii - ([https://www.youtube.com/watch?v=g7nT91lw2Go Bobby8451])'''<br> | |||
<youtube>g7nT91lw2Go</youtube> | <youtube>g7nT91lw2Go</youtube> | ||
Line 100: | Line 97: | ||
** OpenBOR no longer depends on SDL Wii. All I/O handling is done natively through libogc. | ** OpenBOR no longer depends on SDL Wii. All I/O handling is done natively through libogc. | ||
** Performance boost due to using GX directly for video instead of going through SDL. | ** Performance boost due to using GX directly for video instead of going through SDL. | ||
* '''v3.0.2726''' | * '''v3.0.2726''' | ||
* '''v3.0.2645''' | **Improved memory usage; implemented by SX for all platforms, including Wii. | ||
* '''v3.0.2615''' | * '''v3.0.2645''' | ||
* '''v3.0.2603''' | **Numerous control fixes by Plombo, who by this point had become the maintainer of the Wii port. | ||
* '''v3.0.2615''' | |||
**Sound and control fixes by SX. | |||
* '''v3.0.2603''' | |||
**First stable Wii release by SX. | |||
==External links== | ==External links== | ||
* Github - https://github.com/DCurrent/openbor | * Github - https://github.com/DCurrent/openbor | ||
* Wiibrew - https://wiibrew.org/wiki/OpenBOR | * Wiibrew - https://wiibrew.org/wiki/OpenBOR |
Revision as of 08:11, 9 February 2023
OpenBOR | |
---|---|
File:Openborwii.jpg | |
General | |
Author | SX, Plombo |
Type | Game engine |
Version | v3.0 Build 6391 |
License | Mixed |
Last Updated | 2020/04/08 |
Links | |
Download | |
Website | |
Source | |
OpenBOR is a freely available, sprite-based, side-scrolling gaming engine that has grown into the most versatile, user-friendly, and powerful engine of its type. Initially released in 2004, it has been optimized for side-scrolling beat 'em up games, such as Double Dragon, Streets of Rage, and Final Fight, but it can accommodate any gameplay style or feature set you desire. Whether you're a seasoned game developer or just starting out, OpenBOR has something for everyone.
If you're looking to experiment with game development, start by exploring existing modules and tinkering with them, and you'll have the support of the OpenBOR community to help you along the way. If you're eager to create your own game, simply gather some images and you're ready to go. And if you're feeling particularly ambitious, you can use the built-in scripting engine and graphical suite to create a masterpiece rivaling the biggest Triple-A productions, and even sell it if you like.
For more information, visit the OpenBOR community at ChronoCrash.com, where you'll find plenty of resources, including finished game modules that you can download and play.
Installation
To install OpenBOR, follow these steps:
- Download the latest Wii release either from the Homebrew Browser or from the download link on the information box.
- Extract the OpenBOR or WII/OpenBOR folder in the archive to the apps folder on your SD card, so that the executable and related folders are under #sd:/apps/OpenBOR. As of build 6385, OpenBOR supports both SD and USB loading, and the Wii-U Pro Controller has been added.
- Download mods from ChronoCrash.com and place the .PAK files in the Paks folder. Some popular mods include Beats of Rage by Senile Team, Art of #Fighting: Beats of Rage Remix III by Mr. Q, and NightSlashersX by BonusJZ.
- Launch OpenBOR from the Homebrew Channel, select a mod, and start playing!
Controls
These are the default controls. They can be changed in the Options menu, accessed from the main menu or by pressing Wiimote Minus Button or GC R Trigger while the game is paused.
Action | Wiimote Horizontal | Nunchuck | Classic Controller | GCN Controller |
---|---|---|---|---|
Start/Pause | Wiimote Plus Button | Classic Plus Button | GC Start Button | |
Move | Wiimote DPad | Nunchuck Control Stick | Classic DPad or Classic L Control Stick | GC DPad or GC Control Stick |
Attack 1 | Wiimote 1 Button | Classic A Button | GC A Button | |
Attack 2 (rarely used) |
Wiimote A Button | Classic Y Button | GC X Button | |
Attack 3 (rarely used) |
Nunchuck Z Button | Classic L Trigger | GC L Trigger | |
Attack 4 (rarely used) |
Nunchuck C Button | Classic R Trigger | GC R Trigger | |
Special Attack | Wiimote B Button | Classic X Button | GC Y Button | |
Jump | Wiimote 2 Button | Classic B Button | GC B Button | |
Back (for certain menus) |
Wiimote Home Button | Classic Home Button | GC Z Button | |
Screenshot | Wiimote Minus Button | Classic Minus Button | GC R Trigger |
Screenshots
Media
[TUTORIAL] How to install the OpenBOR emulator on the Wii - (Bobby8451)
History
- 2003 - Senile Team releases Beats of Rage, a free beat-'em-up for DOS inspired by SEGA's Streets of Rage series using assets from SNK Playmore's King of Fighters series. The game quickly achieves mass popularity through word of mouth. Senile Team releases an edit pack allowing anyone interested to create a module for the BOR engine.
- 2005 - Developer Kirby2000 asks Senile Team to open the source code to BOR. They agreed, and the project is named OpenBOR. The project quickly spawns numerous ports and branches, each with unique features.
- 2006 - Developer Sumo1X (SX) reorganizes the loose coalition of developers into what is now known as the OpenBOR Team. Features from the various branches are backported into the original OpenBOR.
- 2011 - Sumo1X retires from the OpenBOR Team, and hands management duties to DCurrent (Damon Caskey).
- 2017 - OpenBOR repository migrates from SourceForge to Github.
- 2021 - Development continues on OpenBOR 4.0, with various internal source cleanups, a more object centric script engine, and fixes for long standing issues.
Changelog
- v3.0.6391:
- New preview update for Wii port just take a screen shot on your favourite game and next time you load the pak menu that screen shot will be displayed as the preview. Added new Linux AppImage that should be compatible with almost any distro.
- v3.0.6390:
- Major velocity bug in the Wii port fixed by White Dragon.
- v3.0.6385:
- Msmalik681 added loading from USB support and video scale fix everything will fit in the screen.
- Demothens added support for Wii-U Pro Controller.
- v3.0.2836:
- Significantly improved performance due to further video optimizations by Plombo.
- You can now choose in the video options whether to preserve the aspect ratio (using black bars) or stretch the picture to the screen ignoring aspect ratio.
- v3.0.2818: Several important changes by Plombo:
- Widescreen (480x272) mods supported.
- Widescreen (16:9) displays supported without stretching.
- No aspect ratio distortion with any mod regardless of display. Horizontal/vertical black bars are used when needed.
- Can now be run from a USB flash drive or FAT32-formatted USB hard drive.
- OpenBOR no longer depends on SDL Wii. All I/O handling is done natively through libogc.
- Performance boost due to using GX directly for video instead of going through SDL.
- v3.0.2726
- Improved memory usage; implemented by SX for all platforms, including Wii.
- v3.0.2645
- Numerous control fixes by Plombo, who by this point had become the maintainer of the Wii port.
- v3.0.2615
- Sound and control fixes by SX.
- v3.0.2603
- First stable Wii release by SX.
External links
- Github - https://github.com/DCurrent/openbor
- Wiibrew - https://wiibrew.org/wiki/OpenBOR