Difference between revisions of "Melange"

From Emulation General Wiki
Jump to navigation Jump to search
(Tags: Mobile edit, Mobile web edit)
(Downloads)
Line 136: Line 136:
 
| [https://archive.org/details/bmp-sdkmp-7.12.5 Brew MP SDK 7.12.5]
 
| [https://archive.org/details/bmp-sdkmp-7.12.5 Brew MP SDK 7.12.5]
 
|
 
|
 +
|-
 +
| [https://www.mediafire.com/file/3spev5vb59ivbtv/Zeebo_SDK_%252B_BREW_SDK_4.0.2_%252B_BREW_MP_SDK.zip/file Zeebo SDK + BREW SDK + BREW MP SDK]
 +
|
 +
|-
 +
| [https://mega.nz/folder/DHBwwTIK#Jh-bkcWsRICxg0xBeCXRLQ BREW MP SDK + tools]
 +
|
 +
|-
 +
| [https://archive.org/details/ez-brew EZアプリ( BREW)開発パッケ]
 +
| CD that comes with the EZ appli (BREW) Programming book.
 
|}
 
|}
  

Revision as of 11:33, 12 August 2022

Melange.png
Developer(s) UsernameAK (a.k.a. /bin/cat)
Latest version 1.0.9a
Active Yes
Platform(s) Android
Emulates BREW
Programmed in C, C++
License N/A
Source code GitLab

Melange is a BREW wrapper (emulator) for Android. Filesystem implementation is written in C++ and the rest is in C. While the core emulator is free and open-source, it relies on proprietary components from Qualcomm, the creators of BREW.

Overview

As BREW and Android share the ARM architecture, Melange only has to translate specific calls, providing increased performance compared to a virtual machine or emulator.

It can boot many 2D and 3D BREW games that don't require OpenGL or some other APIs. As such, some KTF and KDDI BREW titles work but have trouble properly rendering fonts and no Zeebo games are currently supported, as OpenGL is unimplemented. The emulator is still in early development.

How to use

Game path

To use, you need to put game file in the /sdcard/MelangeBREW/ folder,

place manifest files (.mif) in mif/<game_name>.mif and application resources (folder) in mod/<game_name>.

Screen resolution

Create a breConfig.toml file under the path /MelangeBREW/sys/

Add the following text in breConfig.toml

width = px
height = px

For example

width = 240
height = 320

Samples

Storage limit

If a game says there is not enough space in the storage.

Create a breConfig.toml file under the path /MelangeBREW/sys/

Add the following text in breConfig.toml

storageLimit = Bytes

Features

  • Most BREW titles works.
  • One screen control support.
  • Screenshot button [+] implemented.
  • Sound is not supported.
  • Touchscreen support is unimplemented.
  • Some KTF and KDDI BREW titles run but have issues with font rendering.
  • Zeebo games are not yet supported.

Screenshots

Gameplay

Menu UI view

Downloads

Melange
Android Stable Beta (debug build)
SDKs
SDK Description
Old BREW SDK Old BREW SDK extensions from brewx.qualcomm.com

Archived by /bin/cat

Qualcomm BREW 1.1 SDK An SDK for making mobile applications for Qualcomm's BREW runtime, version 1.1
Brew MP SDK 7.12.5
Zeebo SDK + BREW SDK + BREW MP SDK
BREW MP SDK + tools
EZアプリ( BREW)開発パッケ CD that comes with the EZ appli (BREW) Programming book.
Apps

Icon BREW.png

Downloaded BREW apps are tied to an individual handset via a digital signature, making piracy or sideloading difficult if not impossible. However, some devices can run backups and pirated apps, which are much rarer and harder to find than ones for J2ME. Many European and American games have been dumped, but most are undumped as of yet. There are collections of European, American, Korean and few Japanese titles, but not Chinese ones.

Set Description Backups
BREW games Include 2020 collection 08-10
15-18
Mirror
Original from 2021
Korean KTF BREW 358 Mobile Games courtesy of DUBIGAME
Korean 2003-2004 KTF BREW eMule network Mobile Games Archive of 2003-2004-ish KTF BREW Games, courtesy of Kraze.
BREW collection by Straces 🔑 : Straces N/A
straces.wz.cz BREW Games collection N/A
Allsiemens.com Games list by kraze. N/A
Korean KTF collection BREW MP Games (unsorted) N/A
Standalone (Signed/Unsigned)
Games Download Description (Version)
Kingdom Hearts 💾 Episode 1-3 found
Transformers G1 Awakening 💾 Partially found
Asphalt series 💾
Nascar 09
Verizon Championship Racing
💾
Spider-Man 2: NY Rooftops 3D 💾 Mascot Capsule Ver.3
Red Baron 💾
Ratchet & Clank: Going Mobile 💾
Tom Clancy's Splinter Cell: Pandora Tomorrow 3D 💾
Brave Shot 2 💾 320x240 and Mascot Capsule Ver.3
Contra 4: Redux 💾
The Legend of Spyro: A New Beginning
The Legend of Spyro: The Eternal Night
💾
Sonic The Hedgehog 💾
Sonic The Hedgehog 2 💾
💾
240x320 and 320x240
OpenLara port (Tomb Raider) 💾 Ported by /bin/cat
Tetris Blue 💾 KDDI EZweb (BREW) unsigned
Tetris Remix 💾 KDDI EZweb (BREW) unsigned
Puyo Puyo Fever DX 💾 KDDI EZweb (BREW) and unsigned demo
Need For Speed: Underground 2 Mobile 💾 Debug build / prototype
Need For Speed: Most Wanted Mobile 💾
Doom RPG 💾
Orcs & Elves 💾
Need For Speed: Undercover 💾
Predator 3D: The Duel 💾 Mascot Capsule Ver.3
The Fast and Furious series 💾 4-2D and 5/6-3D
Zeebo

Icon Zeebo.png

A brazilian video game console and online distribution platform developed with developing markets in mind, that also runs on BREW. Dumps of the Zeebo and its games exist, and gameplay footage of them has been uploaded on YouTube.

Set Backups
Zeebo Games & Apps compilation

Backup

Zeebo (All Games + Dev Tools) N/A
Zeebo Games N/A
Zeebo collection N/A

Compatibility list

See "'Melange compatibility list"'

See also

  • Infuse - BREW emulator for Windows Mobile

External links