CODBOZ v0.0.3 - Multiplayer update
Test release that adds experimental multiplayer support to Call of Duty: Black Ops Zombies.
Changes since v0.0.2:
- Restored Local Wi-Fi multiplayer.
- Added Play Online support through a configurable multiplayer server.
- Added support for Single Map and Map Vote matchmaking.
- Added optional voice chat. It's disabled by default and can be enabled with
voice_chat=1. - Fixed audio handling that could cause sounds to stop or repeat.
- Added native resolution and letterboxing support.
- Fixed several socket, timer, file handling, rendering, and device compatibility issues.
Multiplayer was tested between an RG35XX H running muOS and an RG40XX H running KNULLI. Both Single Map and Map Vote reached active gameplay through cod-boz-netplay
Play across separate Internet connections still needs wider testing. Voice input also depends on the device/firmware exposing a supported microphone or USB audio device, but the ground work has been done to support this.
Provide your own Android 1.0.11 APK at:
ports/codboz/apk/game.apk
NOTE: Internet access is required during first-launch setup.
What's Changed
- feat(multiplayer): restore Local Wi-Fi and Play Online by @Producdevity in #5
New Contributors
- @Producdevity made their first contribution in #5
Full Changelog: v0.0.2...v0.0.3