Changes

Jump to navigation Jump to search

Mascot Capsule 3D

106,680 bytes added, 13:00, 5 June 2022
Classes
}}
'''Mascot Capsule''' is a proprietary 3D engine developed by Hi Corporation (Japan), written in C and compiled for all platforms known at the time. It was mostly used in Japanese devices such as i-mode, VodafoneJ-PHONE, EZweb, and others, but it also made it overseas featured in many Sony Ericsson and Motorola devices. Many developers made use of this tech to bring higher quality 3D graphics on the Sony Ericsson version of their J2ME games.
==Overview==
|}
==List of Mascot Capsule supported devices=={| class="wikitable mw-sortable" width="400px"
|-
|<b>Platform(s)</b>
|<b>Devices/ Models</b>
|-
|<i>Android </i>
|Sharp SH8158U / SH8168U for China [ST]<br/> NTT docomo, Sharp AQUOS phone SH-12C [ST]<br/> NTT Docomo PRIME series Sharp SH-10C [ST]<br/>Sharp Hybrid 007SH / AQUOS 007SH, Softbank 007SH [ST]<br/>Sharp, AQUOS phone Softbank 006SH [ST]<br/>Fujitsu, docomo PRIME Series™ F-09C [ST]<br/>KDDI Sharp AQUOS phone IS11SH [ST]<br/>KDDI Sharp AQUOS phone IS12SH [ST]<br/>Sharp, AQUOS phone the premium SoftBank 009SH<br/>docomo PRIME series CA-01C [ST]<br/>Pantech Sirius Alpha (IS06) [eruption]<br/>Obigo Korea, Sharp, docomo NEXT series AQUOS phone SH06D
|-
|<i>iOS</i>
|iPhone / iPod Touch / iPad
|-
|<i>Sony Ericsson </i> <small>(J2ME)</small>|F305 / F500 / J300 / C905 Cyber-shot / K300 / K500 (K500i) / K508 (K508i) / K600 / K608i / K660 / K700 (K700i) / K750 (K750i), K790 / K800 (K800i) / K850i / S600 (S600i) / S700 / S710a / Vodafone V600 / Vodafone V800 / Vodafone V802SE (Z800i) / Walkman W200i / Walkman W300i / Walkman W350 / Walkman W395 Yao / Walkman W508 / Walkman W550 / Walkman W580i / Walkman W580c / Walkman W595 / Walkman W600 (W600i) / Walkman W660 / Walkman W700 / Walkman W800 (W800i) / Walkman W810 / Walkman W890 / Walkman W900 / Walkman W910 (W910i) / Walkman W980 / T707a / Z500 / Z520 (Z520a) / Z800 / Z1010 / D750 / Hazel (J20 / J20i) / Cedar (J108i / J108a) / Zylo (W20, W20i) / Naite (J105) / Aino (U10a / U10i) / Elm (J10 / J10i2) / Xperia Pureness (X5 / X5i) / Yari (U100i / U100a) / P990i / T700/ M600i
|-
|<i>Motorola</i> <small>(J2ME)</small>|E398 / E680 / Razor V3 / V600 / V620 [V2 support] / V525 / V547 / V550 / V551|-|<i>i-mode (/ Doja)</i>
|504i / Mitsubishi Electric Mova D504i / D504iS / 505i / FOMA 900i series+ / FOMA P902i / FOMA 903 (903i or later) / FOMA 90xi series / F-01A and later devices / N-07E / Fujitsu Mova F504i
|-
|<i>EZweb (/ BREW) </i>
|Toshiba A5304T / W21K
|-
|<i>EMOBILE</i>
|H11T
|-
|<i>Au</i>
|C3003P / A5302CA
|-
|<i>J-PHONE </i>
|J-SH07 / J-SH51 / J-SH53
|-
|<i>Vodafone</i>
|Sharp 602SH / V601SH / 705SH / 770SH / Toshiba V601T
|-
|<i>Sharp </i>
|GX10 / GX33 / GX40 / SX313 / SX633A / SX663 / SX813 / SX833 / SX862 / SE-02 / 902SH / 903SH / SH0037D / SH8010C / Softbank 301SH / Softbank 824SH / Softbank 920SH / Softbank 930SH / mirumo SoftBank 934SH
|-
|<i>SKT</i>
|SKVM
|-
|<i>KTF</i>
|MIDP / BREW
|-
|<i>Symbian^2</i>
|The Symbian^2 version requires a Japanese mobile phone that runs on SH-mobile processor.
|-
|<i>Zeebo</i>
|
|-
|<i>V.Flash</i>
|
|}
|<b>Without Mascot Capsule</b>
|-
|[[File:with_mascot.jpg|200px250px]]|[[File:without_mascot.jpg|200px250px]]
|}
==How to recognize Mascot Capsule games?==
{| class="wikitable" style="text-align:center;" width="500px"
|-
|<center><b>MBAC / MTRA</b></center>
|-
<center>
|The most reliable way is to open the .JAR with a decompiler and watch the main imports and see what is inside the JAR file, there are two formats<ref group=> Mascot Capsule uses two proprietary formats - mbac (for 3D models) and mtra (for animations)</ref> <code><b><span style="color:#FE2E2E">.mbac</span></b></code> and <code><b><span style="color:#FE2E2E">.mtra</code></span></b>, that's represents Mascot Capsule engine. Its available for Sony Ericsson, Motorola, Japanese devices and Korean devices such as SKT and KTF, That used Mascot Capsule 3D [https://minexew.github.io/2018/12/29/mascotcapsule.html MBAC / MTRA technology], which makes launching / modding games for Sony Ericsson 3D even more affordable!, mostly Mascot Capsule 3D games had this technology.
<references group= />
|}
{| class="wikitable" style="text-align:center;" width="400px"
|-
|<center><b>Toast message</b></center>
<center>
|[[J2ME Loader]] and the [[JL-Mod]]<ref group=> In the mod, you need to enable this option in the settings</ref> can display a toast message when starting such a Mascot Capsule game, but they do not determine all versions of the engine.
[[File:MCV3.jpg|350px450px]]<br/>
</small></i>
<references group= />
[[File:JL_MCV3T.png|350px450px]]
</center>
|}
==Emulators& SDK== <b>Emulators</b>
{| class="wikitable" style="text-align:center;"
<center>
|[[File: KEmulator.png|80px]]
To play Sony Ericsson 's 3D Engine (Mascot Capsule 3D) games on windowsWindows, so you need a [https://cdn.discordapp.com/attachments/623944119617847306/806514608470229022/MascotCapsuleV3_J2SE.zip Java wrapper] created by woesss. Try [https://drive.google.com/file/d/1T-xZO_iY46zx3JN1hYxAiIHY5lhvAhG0/view KEmulator 1.0.3 mod + Mascot Capsule wrapper].
</center>
|}
<center>
|[[File:FreeJ2ME.png|80px]]
A free and open source J2ME emulator for Windows and Libretro (Raspberry piPi), it can't run 3D games. Use a java wrapper for run Mascot Capsule games game on it, but it's more difficult - you need to make a batch file and run it through it, and always on a 32-bit JRE. For those who are interested, an example of the command.
<small><code><b><span style="color:#FE2E2E">"%ProgramFiles(x86)%\Java\jre1.8.0_231\bin\javaw.exe" -classpath "lib/*;freej2me.jar" org.recompile.freej2me.FreeJ2ME</code></small></center></b></span></code>
|}
==<b>SDKs==</b>
{| class="wikitable" style="text-align:center;"
|}
==ClassList of Mascot Capsule 3D games== * K850 / W910 - The phone ships with 2 games pre installed, 3D Marble Madness and Tennis. {|class="wikitable mw-collapsible mw-collapsed" width="400px"|+ style="background: #ECECEC;"| Mascot Capsule V3! class=sortable | Title! class=sortable | Released date! class=sortable | Developer! class=sortable | Publisher! class=sortable | Genre(s)! class=sortable | Version! class=sortable | Note! class=sortable | Mascot Capsule V3! class=sortable | Technology! class=sortable | Resolution! class=sortable | Download|-| 2006 FIFA World Cup: Germany 3D| J2ME| Distinctive Developments Ltd.| Electronic Arts, Inc.| Sports| 1.1.0|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/EA.Mobile.-.FIFA.2006.World.Cup.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/EA.Mobile.-.FIFA.2006.World.Cup.3D.SE.176x220(RiskyJaTT.Com).jar~E~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Alien Attack| J2ME| Vaka| Vaka| Shooting| 1.0.0 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=15&fd=4903 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/AlienAttack_240x320.jar&new&style=2&lan=en&page=17 💾]|-| 3D Autobahn Raser World Challenge| J2ME| Living Mobile GmbH| Davilex Games B.V.| Racing| 1.2.0 | [http://www.portfolio.aimia.cz/mobile.php]| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Autobahn_Racer_3d_240.jar&new&style=2&lan=en&page=2 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=42 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Living.Mobile.-.Autobahn.Racer.World.Challenge.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Living.Mobile.-.Autobahn.Racer.World.Challenge.3D.SE.176x220(RiskyJaTT.Com).jar~L~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[https://mobigama.net/915-3d-autobahn-racer-world-challenge.html 💾]|-| 3D Battle Chess| J2ME| Studio Tridev.| Indiagames Ltd.| Puzzle| 1.1.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 208x208 / 240x320| [https://namobilu.com/java-game/2570-battle-chess-3d 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.3D.Battle.Chess.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Indiagames.-.3D.Battle.Chess.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Boxing / Boxeo 3D <small>(Spanish)</small>| J2ME| Bandai Networks Co., Ltd.| Hi Corp.| Sports, Fighting| 1.0.1 | | style="background:#daff95;"| <b>V2</b>| MBAC / MTRA| 176x220 / 240x320| [https://cdn.discordapp.com/attachments/687635929065717760/923269266143322192/3D_Boxing.jar 💾]/[https://phoneky.com/games/?id=j4j4540 💾]|-| 3D Brick Breaker| J2ME| Indiagames Ltd.| Indiagames Ltd.| Puzzle| 1.5.8, 1.0.5 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://ru.phoneky.com/games/?s=download&id=j4j7269#gsc.tab=0 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.3D.Brick.Breaker.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Indiagames.-.3D.Brick.Breaker.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Brick Breaker Revolution| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Puzzle| 1.0.1 || style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://namobilu.com/java-game/1466-brick-breaker-revolution-3d 💾]/[https://sefan.ru/loads/?l=games/176x220/3D-Games/Brick_Breaker_Revolution_3D.jar&style=2&lan=en 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.3D.Brick.Breaker.SE.176x220.jar 💾]|-| 3D Brick Breaker Revolution 2| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Puzzle| 1.0.3 || style="background:#daff95;"| <b>✓</b>| —| 176x220 | [https://namobilu.com/java-game/1467-brick-breaker-revolution-2-3d 💾]|-| 3D Cloud Commander| J2ME| Fishlabs Entertainment GmbH| THQ Wireless Inc.| Shooting| 2.5.7 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1123-cloud-commander-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/3d_cloud_commander_240.jar&new&style=2&lan=en&page=8 💾]/[https://spac1.net/files/view/3d-cloud-commander-ru-se-multiplayer-v2-989848/?Gs=3288592966&Li=401208341854&Lii=98984805&Link_id=1665048&Lt=8&Slist=1&Sn=32&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Fishlabs.-.Cloud.Commander.SE.176x220.jar 💾]/[https://hallgames.ru/java-igry-strelyalki/670-cloud-commander-3d.html 💾]/[https://ww.riskyjatt.com/Fishlabs.-.Cloud.Commander.SE.176x220(RiskyJaTT.Com).jar~F~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Football Jr.| J2ME| Vaka| Vaka| Sports| 1.0.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://namobilu.com/java-game/1501-football-jr-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=745 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Vaka.-.3D.Football.Jr.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Vaka.-.3D.Football.Jr.SE.176x220(RiskyJaTT.Com).jar~V~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Guess Who| J2ME| LemonQuest Entertainment SL| LemonQuest| Puzzle| 1.1.2 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/guesswho3d_240x320.jar&new&style=2&lan=en&page=18 💾]/[https://seclub.org/dn.php?d=4&r=3&c=6&fd=4715 💾]|-| 3D Kamasutra: Trivia| J2ME| Indiagames Ltd.| Indiagames Ltd.| Sex| 1.2.5 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://www.mobiles24.co/downloads/s/133504-109-kamasutra_trivia_3d_176x220 💾][http://sleza-mobile.ru/data/loads/gam/3d_kamasutra_sek700__french_czech_.jar 💾]<small>(CZ)</small>|-| 3D Lawn Darts Mobile| Aug 01, 2007| Lightning Toads Production| Concrete Software, Inc.| Simulation, Strategy / tactics| 1.0.1 | [https://www.mobygames.com/game/j2me/3d-lawn-darts]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=4712 💾]|-| 3D Mahjongg| J2ME| Indiagames Ltd.| Indiagames Ltd.| Puzzle| 1.1.9, 1.3.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://www.mobiles24.co/downloads/s/76871-109-3d_mahjongg_240x320 💾]|-| 3D Metal Gear Solid - The Mission| J2ME| Konami| Konami| Action| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://phoneky.com/games/?id=j4j5521 💾]|-| 3D Moto Racing Evolved| J2ME| LemonQuest Entertainment SL| LemonQuest| Racing| 1.0.0 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://namobilu.com/java-game/1042-moto-racing-evolved-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/3D_Moto_Racing_Evolved.jar&new&style=2&lan=en&page=6 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=5805 💾]/[https://mobigama.net/766-3d-moto-racing-evolved.html 💾]|-| 3D Mystic Ways| J2ME| Qplaze| Nomoc| Puzzle| 1.1.0 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://namobilu.com/java-game/3784-mystic-ways-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Mystic_Ways_3D_240.jar&new&style=2&lan=en&page=8 💾]/[https://spac1.net/files/view/3d-mystic-ways-se-176x220-3799305/?Gs=3288592966&Li=401208341854&Lii=379930505&Link_id=869181&Lt=8&Slist=1&Sn=109&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Qplaze.-.Mystic.Ways.3D.SE.176x220.jar 💾]/[http://dedomil.net/games/603/screen/8 💾]/[https://ww.riskyjatt.com/Qplaze.-.Mystic.Ways.3D.SE.176x220(RiskyJaTT.Com).jar~Q~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Professional Bowlers Association Bowling <small>(3D PBA Bowling)</small>| J2ME| Lightning Toads Production| Concrete Software, Inc.| Sports| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://sefan.ru/loads/?l=games/176x220/3D-Games/PBA_Bowling_176220.jar&style=2&lan=en 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=4605 💾]|-| 3D Pool| J2ME| Distinctive Developments Ltd.| Distinctive Developments Ltd.| Puzzle| 1.2.6, 1.2.0 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=442 💾]|-| 3D Pool High Roller| J2ME| Distinctive Developments Ltd.| I-Play| Puzzle| 2.2.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://namobilu.com/java-game/2407-3d-pool-high-roller 💾]|-| 3D Pool Urban Hustle| J2ME| Distinctive Developments Ltd.| I-Play| Puzzle| 1.0.3 || style="background:#daff95;"| <b>✓</b>| —| 176x220| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.3D.Pool.Urban.Hustle.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/I-Play.-.3D.Pool.Urban.Hustle.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Real Billiards 2007| J2ME| Qplaze| Nomoc| Puzzle| 1.1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| Russian<br/>176x220 / 240x320| [http://dedomil.net/games/478/screen/8 💾]|-| 3D Real Kamasutra| J2ME| Qplaze| Nomoc| Sex| 1.1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| Freeze<br/>240x320| [http://dedomil.net/games/3039/screen/8 💾]|-| 3D Real Kamasutra :Office| J2ME| Qplaze| Nomoc| Sex| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/3d_real_kamasutra_office_240.jar&new&style=2&lan=en&page=6 💾]/[http://dedomil.net/games/2505/screen/8 💾]|-| 3D Real Kamasutra: Weekend| J2ME| Qplaze| Nomoc| Sex| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/876-3d-real-kamasutra-weekend 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/3d_real_kamasutra_weekend_240.jar&new&style=2&lan=en&page=5 💾]|-| 3D Real Mahjong| J2ME| Qplaze| Nomoc| Puzzle| 1.1.0 | —| style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://namobilu.com/java-game/665-3d-real-mahjong 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/QPlaze.-.3D.Real.Mahjong.SE.176x220.jar 💾]/[http://dedomil.net/games/477/screen/8 💾]/[https://ww.riskyjatt.com/QPlaze.-.3D.Real.Mahjong.SE.176x220(RiskyJaTT.Com).jar~Q~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Rollercoaster Rush Underground| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Racing| 1.0.9 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://www.mobiles24.co/downloads/s/472983-109-3d_rollercoaster_rush_-_underground_176x220_se_k750i 💾]|-| 3D Rollercoaster Rush| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Racing| 1.1.9| Pre-installed in K660i| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://www.mobiles24.co/downloads/s/95065-109-3d_rollercoaster_rush_176x220_se 💾]/[https://sefan.ru/loads/?l=games/176x220/3D-Games/rollercoasterrush3d_220.jar&style=2&lan=en 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Rollercoaster.Rush.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Rollercoaster.Rush.3D.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Santa Quest| 2006| SmartPhone Labs LLC| SmartPhone Labs LLC| Platformer| 1.0.16, 1.0.9 | [https://www.mobygames.com/game/j2me/santa-quest]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/309-santa-quest-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/3D_Santa_Quest_240.jar&new&style=2&lan=en&page=11 💾]|-| 3D Sexy Pool| J2ME| Indiagames Ltd.| Indiagames Ltd.| Puzzle| 1.3.3 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x208 / 240x320| [https://spac1.net/files/view/3d-sexy-pool-w800-4935088/?Gs=3288592966&Li=401208341854&Lii=493508805&Link_id=1187535&Lt=8&Slist=1&Sn=136&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.Sexy.Pool.3D.SE.176x220.jar 💾]|-| 3D Solid Weapon: Breakout| J2ME| LemonQuest Entertainment SL| LemonQuest| Action, Shooting| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=2&fd=3713 💾]<small>(R)</small>/[https://sefan.ru/loads/?l=games/240x320/3D-Games/solidweapon_3d_SE_240x320.jar&new&style=2&lan=en&page=9 💾]/[https://hallgames.ru/java-igry-strelyalki/132-liniya-vystrela-3d.html 💾]|-| 3D Solid Weapon 2| J2ME| LemonQuest Entertainment SL| LemonQuest| Action, Shooting| 1.0.1 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320 / 320x240| [https://namobilu.com/java-game/20-3d-solid-weapon-2 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Solid_Weapon_2_3D.jar&new&style=2&lan=en&page=8 💾]/[https://seclub.org/dn.php?d=4&r=3&c=2&fd=5653 💾]/[http://dedomil.net/games/4925/screen/8 💾]|-| 3D Street Rail Racing| J2ME| LemonQuest Entertainment SL| N/A| Racing| 1.0.23, 1.0.22 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 230x320| [https://namobilu.com/java-game/3434-street-rail-racing-3d 💾]/ [https://www.mobiles24.co/downloads/s/397667-109-3d_street_rail_racing_176x220_se_k550 💾]|-| 3D Super Ball| J2ME| Studio Tridev.| Indiagames Ltd.| Puzzle| 1.3.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| Crash<br/>176x220 / 240x320| [https://namobilu.com/java-game/2326-3d-super-ball 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.Super.Ball.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Indiagames.-.Super.Ball.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| 3D Tornado Mania| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Puzzle| 1.0.5, 1.0.7 || style="background:#daff95;"| <b>✓</b>| —| 176x220 /240x320| [https://sefan.ru/loads/?l=games/176x220/3D-Games/Tornado_Mania_3D_220.jar&new&style=2&lan=en&page=3 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Tornado_Mania_3D_240.jar&new&style=2&lan=en&page=3 💾]|-| 4 Wheel Xtreme 3D| J2ME| Xendex Entertainment| I-play, Digital Bridges Ltd.| Racing| 0.5.1 || style="background:#daff95;"| <b>✓</b>|| 240x320| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.4.Wheel.Xtreme.3D..SE.176x220.jar 💾]|-| 4x4 Extreme Rally 3D| J2ME| Gameleons Sp z o.o.| N/A| Racing| 1.0.2, 1.0.4 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://namobilu.com/java-game/1861-4x4-rally-extreme-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/4x4ExtremeRally3d_240.jar&style=2&lan=en 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=2603 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Gameleons.-.4x4.Extreme.Rally.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Gameleons.-.4x4.Extreme.Rally.3D.SE.176x220(RiskyJaTT.Com).jar~G~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[http://promobil.kiev.ua/game/race/2361-4x4-extreme-rally-3d.html 💾]|-| 4x4 Monster Trucks 3D| J2ME| Micazook Mobile Ltd.| Micazook Ltd.| Racing| 1.0.3|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/1863-4x4-monster-trucks-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/4x4_Monster_Trucks_3D.jar&new&style=2&lan=en&page=6 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=3529 💾]|-| 4x4 Ultimate Power 3D| J2ME| Micazook Mobile Ltd.| Micazook Ltd.| Racing| 1.0.3 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/1858-4x4-ultimate-power-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=4085 💾]|-| Aero Mission 3D| 2004| Marvelous Liveware Inc.| Zapptrio, Inc.| Action, Flight, Shooting| 1.0| [https://www.mobygames.com/game/j2me/aero-mission-3d]<br/> Pre-installed in K750 (K750i)| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=17&fd=752 💾]|-| Alpha Wing 2 <small>(3D)</small>| J2ME| Glu Mobile Ltd.| Glu lq| Flight, Shooting| 1.0.3| Pre-installed in W710i| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/2896-alpha-wing-2 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Glu.-.Alpha.Wing.2.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Glu.-.Alpha.Wing.2.3D.SE.176x220(RiskyJaTT.Com).jar~Part-7~Java-Mobile-Games~More-Games-d.html 💾]/[https://hallgames.ru/java-igry-strelyalki/666-alpha-wing-2.html 💾]|-| AMF Bowling Deluxe 3D| J2ME| Glu Mobile Ltd.| Glu Mobile Ltd.| Sports| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/1940-amf-bowling-deluxe-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/AMF_Bowling_Deluxe_3D_240.jar&new&style=2&lan=en&page=2 💾]/[http://dedomil.net/games/4207/screen/8 💾]|-| Anytime Pool 3D| J2ME| Electronic Arts Inc.| Electronic Arts Inc.| Puzzle| 1.3.4 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/AnytimePool3D_240.jar&new&style=2&lan=en&page=9 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=5571 💾]/[http://dedomil.net/games/136/screen/6 💾]|-| April Turner 3D| J2ME| Red Pyramid| Red Pyramid| Sex| 1.0.0 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Red.Pyramid.-.April.Turner.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Red.Pyramid.-.April.Turner.3D.SE.176x220(RiskyJaTT.Com).jar~R~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Arcade Golf 3D| J2ME| Namco Limited| Namco Limited| Sports| 1.2.7 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=2960 💾]|-| Artefact Of Glory 3D| J2ME| Shamrock Games| THQ Wireless Inc.| Platformer| 1.2.5 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/1292/screen/8 💾]|-| Asphalt: Urban GT 3D| 2004| Gameloft SA| Gameloft SA| Racing| 1.0.6, 1.1.8 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Asphalt_3D_240_5e4a3.jar&new&style=2&lan=en&page=7 💾]/[https://namobilu.com/java-game/470-asphalt-urban-gt-3d 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Gameloft.-.Asphalt.Urban.GT.3D.SE.176x220.%5b2.Versions%5d.rar 💾]/[https://mobigama.net/190-asphalt-urban-gt-3d.html 💾]|-| Battle Boats 3D| J2ME| HeroCraft| HeroCraft| Racing, Shooting| 1.3.10 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [http://dedomil.net/games/3028/screen/8 💾]|-| Beach Mini Golf 3D| J2ME| Sumea Interactive Ltd. / Ninai Inc.| Digital Chocolate, Inc.| Sports| 1.0.1 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=1049 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Beach.Mini.Golf.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Beach.Mini.Golf.3D.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Beach Ping Pong 3D| J2ME| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Puzzle| 1.0.6, 1.0.0 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://namobilu.com/java-game/894-beach-ping-pong-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Beach_Ping_Pong_K800.jar&new&style=2&lan=en&page=20 💾]|-| Black Shark 3D| J2ME| HeroCraft| HeroCraft| Shooting| 1.1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [http://dedomil.net/games/2788/screen/8 💾]/[https://hallgames.ru/java-igry-strelyalki/135-chyornaya-akula-3d.html 💾]/[https://ww.riskyjatt.com/Herocraft.-.Black.Shark.SE.176x220(RiskyJaTT.Com).jar~H~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Blades and Magic 3D / Герои Клинка и Магии 3D| 2007| Fishlabs Entertainment GmbH| Player X Ltd.| Action, RPG| 1.0.9 | [https://www.mobygames.com/game/blades-magic]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| English / Russian<br/>128х160 / 176х220 / 240х320| [http://se.tom.ru/java-games/1182-blades-magic-3d-russkaja-versija.html 💾]<small>(R)</small>/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Blades_Magic_code_58060_240.jar&new&style=2&lan=en&page=12 💾]/[https://spac1.net/files/view/blades-magic-3d-ru-240x320-3783946/?Gs=3288592966&Li=401208341854&Lii=378394605&Link_id=869181&Lt=8&Slist=1&Sn=107&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]<small>(R)</small>|-| Bomberman 3D| J2ME| Living Mobile GmbH| Living Mobile GmbH| Platformer| 1.1.0 | [http://www.portfolio.aimia.cz/mobile.php]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Bomberman_3D_240x320.jar&new&style=2&lan=en&page=16 💾]/[https://seclub.org/dn.php?d=4&r=3&c=3&fd=403 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/3D%20Bomberman%20Living%20Mobile.jar 💾]|-| Bowling Babes 3D| J2ME| Nazara Technologies| Nazara Technologies| Puzzle| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Bowling_Babes_240x320.jar&new&style=2&lan=en&page=17 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=1223 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Nazara.-.Bowling.Babes.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Nazara.-.Bowling.Babes.3D.SE.176x220(RiskyJaTT.Com).jar~N~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Bruce Lee - Iron Fist 3D| J2ME| Studio Tridev.| Indiagames Ltd.| Fighting| 1.1.2, 1.5.7 | Required: <br/><code>microedition.platform: SonyEricssonW900i</code><br/> set FPS limit 30| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320 / 176x208| [https://namobilu.com/java-game/728-bruce-lee-iron-fist-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Bruce_Lee_IF_3D_240x320.jar&new&style=2&lan=en&page=16 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.Bruce.Lee.Iron.Fist.3D.SE.176x220.jar 💾]/[https://hallgames.ru/java-igry-draki/102-bryus-li-zheleznyj-kulak-3d.html 💾]/[https://ww.riskyjatt.com/Indiagames.-.Bruce.Lee.Iron.Fist.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Burning Tires 3D| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Racing| 1.1.3, 1.3.7 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/1673-burning-tires-3d 💾]/[https://sefan.ru/loads/?l=games/0ALL/3D-Games/Burning_Tires_3D.jar&new&style=2&lan=en&page=4 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.Burning.Tires.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/I-Play.-.Burning.Tires.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[https://mobigama.net/174-zhgushhie-shiny-3d-burning-tires-3d.html 💾]|-| 3D Coast Racer| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Racing| 1.0.0 || style="background:#daff95;"| <b>✓</b>| | 240x320| [https://oldfag.top/downloads/?act=view&id=3401 💾]|-| Combat Club 3D / Бойцовский клуб 3D| J2ME| HeroCraft| HeroCraft| Fighting| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://phoneky.com/games/?s=download&id=j3j106605 💾]<small>(R)</small>|-| Crash Arena 3D| J2ME| MobiLeap Development Group| HeroCraft| Racing| 1.0.7 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/176x220/3D-Games/Crash_Arena_3D_220.jar&style=2&lan=en 💾]/[http://dedomil.net/games/1414/screen/8 💾]/[https://mobigama.net/175-arena-razrushenij-3d-crash-arena-3d.html 💾]|-| Crash Car Mania 3D| J2ME| Xendex Entertainment| Electronic Arts, Inc.| Racing| 1.4.8 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/855-crash-car-mania-3d 💾]<small>(CZ)</small>/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Crash_Car_Mania_240x320.jar&new&style=2&lan=en&page=13 💾]|-| DAKAR Rally 2009 <small>(3D)</small>| 2008| Spiced Bits Corporation| Electronic Arts, Inc.| Racing| 1.1.3 | [https://www.mobygames.com/game/j2me/dakar-rally-2009]| style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/DAKAR_2009_240x320.jar&new&style=2&lan=en&page=12 💾]/[https://mobigama.net/497-dakar-rally-2009-3d.html 💾]|-| DAKAR Rally 2010 <small>(3D)</small>| 2010| ShouJi Mobile Entertainment| Electronic Arts, Inc.| Racing| 0.1.8 | [https://www.mobygames.com/game/j2me/dakar-rally-2010]| style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/3D_Dakar_Rally_2010_240.jar&new&style=2&lan=en&page=1 💾]/[https://mobigama.net/494-dakar-rally-2010-3d.html 💾]|-| Darts 3D| J2ME| Sony Ericsson| Sony Ericsson| Sports| 0.0.3 || style="background:#daff95;"| <b>✓</b>|| 176x220| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=1050 💾]|-| Deep: Submarine Odyssey 3D| 2007| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Action, Simulation| 1.0.3 | [https://www.mobygames.com/game/deep-submarine-odyssey]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/958-deep-submarine-odyssey-3d 💾]/[https://sefan.ru/loads/?l=games/0ALL/3D-Games/Deep_3D.jar&new&style=2&lan=en&page=2 💾]<small>(R)</small>/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Fishlabs.-.DEEP.Submarine.Odissey.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Fishlabs.-.DEEP.Submarine.Odissey.SE.176x220(RiskyJaTT.Com).jar~F~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Deep Abyss 3D| J2ME| Sony Ericsson| Sony Ericsson| Platformer| 1.0, 1.2 | 3D remake of 2D platformer with Mophun| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Deep_Abyss_3D.jar&new&style=2&lan=en&page=10 💾]/[https://seclub.org/dn.php?d=4&r=3&c=9&fd=261 💾]|-| Devil May Cry: Dante's Awakening 3D <small> (2008)</small>| J2ME| Capcom Interactive, Inc.| Capcom Interactive, Inc.| Action, RPG| 1.0.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/84-devil-may-cry-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/devil_may_cry_3d_240.jar&new&style=2&lan=en&page=11 💾]/[https://seclub.org/dn.php?d=4&r=3&c=2&fd=4044 💾]/[http://dedomil.net/games/1014/screen/8 💾]|-| Dino Crisis: Dungeon in Chaos 3D| J2ME| Capcom Interactive, Inc.| N/A| Shooting| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://namobilu.com/java-game/2332-dino-crisis-dungeon-in-chaos 💾]/[https://seclub.org/dn.php?d=4&r=3&c=15&fd=3014 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Capcom.-.Dino.Crisis.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Capcom.-.Dino.Crisis.3D.SE.176x220(RiskyJaTT.Com).jar~C~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Drag Race 3D| J2ME| Bender Mobile Solutions| Bender Mobile Solutions| Racing| 1.0.0 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=4&fd=2367 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Bender.-.Drag.Race.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Bender.-.Drag.Race.3D.SE.176x220(RiskyJaTT.Com).jar~B~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Dragon & Dracula 3D| J2ME| MobilCats| HeroCraft| Platformer| 1.2.0 | [http://www.zgroup-mobile.com/published_games/3D/dragonanddracula3d/dragonanddracula3d.html]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [http://dedomil.net/games/3236/screen/8 💾]|-| Duke Nukem Mobile 3D| 2005| SkyZone Entertainment, Inc.| 3 Realms / MachineWorks Northwest LLC| Shooting| 1.0.1 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://namobilu.com/java-game/2499-duke-nukem-mobile-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Duke_Nukem_Mobile_3D.jar&new&style=2&lan=en&page=16 💾]/[https://seclub.org/dn.php?d=4&r=3&c=15&fd=2353 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Skyzone.-.Duke.Nukem.Mobile.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Skyzone.-.Duke.Nukem.Mobile.3D.SE.176x220(RiskyJaTT.Com).jar~S~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Egypt Mystery| J2ME| Remote Technologies| Remote Technologies| Shooting| 1.0 || style="background:#daff95;"| <b>✓</b>|| 176x220| [https://seclub.org/dn.php?d=4&r=3&c=15&fd=1190 💾]|-| Empire Fighter 3D| J2ME| Shamrock Games| Shamrock Games| Fighting| 1.1.5 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/3900-empire-fighter-3d 💾]/[http://dedomil.net/games/4517/screen/8 💾]|-| Euro Fighter 3D| J2ME| HeroCraft| HeroCraft| Shooting| 1.26.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [http://dedomil.net/games/3783/screen/8 💾]|-| Extreme Air Snowboarding 3D| J2ME| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Sports| 0.0.1, 0.2.5, 2.1.4| Pre-installed in W550i / W595 / S600 (S600i)| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320, [L]| [https://namobilu.com/java-game/576-extreme-air-snowboarding-3d 💾]/[https://sefan.ru/loads/?l=games/0ALL/3D-Games/Extreme_Air_Snowboarding_3D.jar&new&style=2&lan=en&page=2 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Extreme.Air.Snowboarding.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Extreme.Air.Snowboarding.3D.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Fantastic Four 3D| J2ME| Mforma Group, Inc., Hands On Mobile| Activision| Action| 1.3.3 | [http://www.marvelgames.ru/forum/5-2607-1]| style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://namobilu.com/java-game/91-fantastic-four-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=9&fd=46 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Hands-On.Mobile.-.Fantastic.4.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Hands-On.Mobile.-.Fantastic.4.3D.SE.176x220(RiskyJaTT.Com).jar~H~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Fight Night: Round 3 <small>(3D)</small>| J2ME| Electronic Arts Inc.| Electronic Arts Inc.| Sports, Fighting| 7.3.78 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/FightNightRound3_240.jar&new&style=2&lan=en&page=5 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/EA.Mobile.-.Fight.Night.Round.3.SE.176x220.jar 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Fight%20night%20Round3.jar 💾]/[https://ww.riskyjatt.com/EA.Mobile.-.Fight.Night.Round.3.SE.176x220(RiskyJaTT.Com).jar~E~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Fight Night: Round 4 <small>(3D)</small>| J2ME| Electronic Arts Inc.| Electronic Arts Inc.| Sports, Fighting| 7.1.16 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/FightNightRound4_240.jar&new&style=2&lan=en&page=4 💾]|-| Fitness| J2ME| Genki Mobile Co., Ltd.| Genki Mobile Co., Ltd.| Simulation, Exercise| 1.0.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| Required Motion Sensor<br/>176x220 / 240x320| [https://cdn.discordapp.com/attachments/623944119617847306/930902863637516348/Fitness_Tennis.zip 💾]|-| FlatOut Racing 3D| J2ME| Xendex Entertainment| I-play| Racing| 0.3.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/461-flatout-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/flatout_3d_240x320.jar&new&style=2&lan=en&page=13 💾]|-| Fly and Destroy 3D| J2ME| Niara Ltd.| Niara Ltd.| Action, Shooting| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/8424-fly-and-destroy-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=56&fd=8803 💾]|-| Freestyle Moto X: III Hardcore| J2ME| Xendex Entertainment| I-play, Digital Bridges Ltd.| Racing| 0.8.1, 0.6.9 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1124-freestyle-moto-x-iii-hardcore-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/FMX_III_Hardcore_240x320.jar&new&style=2&lan=en&page=10 💾]|-| Freestyle Moto X IV| J2ME| Xendex Entertainment| Glu Mobile Ltd.| Racing| 0.3.9 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320 [L]| [https://mobigama.net/1206-freestyle-motocross-iv.html 💾]|-| FR Formula Racing 3D| J2ME| Play Wireless| SEGames Team| Racing| 1.3.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://www.dertz.in/games/download-FR-Formula-Racing-3D-free-java-mobile-game-5725.htm 💾]/[https://mobigama.net/276-fr-formula-racing-3d.html 💾]|-| Galaxy on Fire 3D| 2005| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Space, Shooting| 1.0.3, 1.1.2, 1.2.8| [https://www.mobygames.com/game/j2me/galaxy-on-fire]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/32-galaxy-on-fire 💾]/[https://seclub.org/dn.php?d=4&r=3&c=15&fd=160 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/GoF_240.jar&new&style=2&lan=en&page=9 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.Galaxy.On.Fire.SE.176x220.jar 💾]/[http://dedomil.net/games/4209/screen/8 💾]/[https://ww.riskyjatt.com/I-Play.-.Galaxy.On.Fire.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Galaxy on Fire 2 3D| 2009| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Space, Shooting| 1.0.2, 1.0.3 | [https://www.mobygames.com/game/j2me/galaxy-on-fire-2]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/Galaxy_on_Fire_2.jar&new&style=2&lan=en&page=1 💾]<small>(R)</small>[https://seclub.org/dn.php?d=4&r=3&c=15&fd=5569 💾]<small>(E)</small>/[http://dedomil.net/games/4208/screen/8 💾]/[https://hallgames.ru/java-igry-strelyalki/94-galaxy-on-fire-2.html 💾]|-| Gladiator 3D| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Fighting| 1.0.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1714-gladiator 💾]<small>(R)</small> / [https://sefan.ru/loads/?l=games/240x320/3D-Games/Gladiator_240x320.jar&new&style=2&lan=en&page=12 💾]|-| Grand Prix: Bikes 3D| J2ME| Play Wireless| Play Wireless| Racing| 1.0.9 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 /240x320| [https://seclub.org/dn.php?d=4&r=3&c=4&fd=1989 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Play.Wireless.-.GP.Bikes.3D.SE.176x220.jar 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Moto%20Gp3D_K700_by_Etty.jar 💾]/[https://ww.riskyjatt.com/Play.Wireless.-.GP.Bikes.3D.SE.176x220(RiskyJaTT.Com).jar~P~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Grand Prix: Bikes Challenge 3D| J2ME| Play Wireless| Play Wireless| Racing| 1.6.0, 1.7.8 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1936-gp-bikes-challenge-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/GPBikesChallenge3D_k790.jar&new&style=2&lan=en&page=21 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=4155 💾]|-| Golf Club 3D| J2ME| Elkware| Elkware| Sports| 1.0.8 || style="background:#daff95;"| <b>✓</b>|| 176x220| [https://sefan.ru/loads/?l=games/176x220/3D-Games/3D_Golf_Club_176x220.jar&new&style=2&lan=en&page=20 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=753 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Elkware.-.Golf.Club.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Elkware.-.Golf.Club.3D.SE.176x220(RiskyJaTT.Com).jar~E~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Gun Wheel Madheads 3D| J2ME| Qplaze| Nomoc| Racing| 1.1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/6073-guns-wheels-madheads-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/gwm_240.jar&new&style=2&lan=en&page=4 💾]/[http://dedomil.net/games/2101/screen/8 💾]|-| Gun Wheel Madheads 2 3D| J2ME| Qplaze| Nomoc| Racing| 1.1.0 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://namobilu.com/java-game/6074-guns-wheels-madheads-2 💾]/[http://dedomil.net/games/1584/screen/8 💾]|-| Heli Strike 3D - Advance Air Combat| 2006| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Action, Shooting| 1.1.1 | [https://www.mobygames.com/game/heli-strike-advanced-air-combat]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1280-heli-strike-3d-advanced-air-combat 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Heli_Strike_3D_240.jar&new&style=2&lan=en&page=13 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.Heli.Strike.Advanced.Air.Combat.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/I-Play.-.Heli.Strike.Advanced.Air.Combat.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Heroes of War: Nanowarrior 3D| J2ME| Qplaze| Nomoc| Shooting| 1.1.0 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://spac1.net/files/view/heroes-of-war-nanowarrior-3d-se240x320-3134267/?Gs=3288592966&Li=401208341854&Lii=313426705&Link_id=461076&Lt=8&Slist=1&Sn=88&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]|-| Heroes of War: Sand Storm 3D| J2ME| Qplaze| Nomoc| Shooting| 1.1.0 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/176x220/3D-Games/how_220_wap-sefan-ru.jar&style=2&lan=en 💾]/[http://dedomil.net/games/2130/screen/8 💾]|-| High Speed 3D| J2ME| HeroCraft| HeroCraft| Racing| 1.3.0 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/HighSpeed3D__SonyEricsson_K660_K660.jar&new&style=2&lan=en&page=5 💾]<small>(R)</small>/[http://dedomil.net/games/2876/screen/8 💾]|-| HillBilly Farm 3D| J2ME| Micazook Mobile Ltd.| Micazook Ltd.| Farming| 1.0.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/2444-hillbilly-farm-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=3&fd=4082 💾]|-| Honey Cave 3D| J2ME| Sony Ericsson| Sony Ericsson| Puzzle, Maze| 1.3 | 3D remake of 2D platformer with Mophun| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=9&fd=693 💾]/[http://sleza-mobile.ru/data/loads/gam/honey_cave_3d.jar 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Unknown.-.Honey.Cave.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Unknown.-.Honey.Cave.3D.SE.176x220(RiskyJaTT.Com).jar~U~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Hummer: Jump and Race <small>(3D)</small>| J2ME| Red Pyramid| N/A| Racing| 1.0.2 | [http://www.cforum.ru/news/article/056589.htm]| style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/436-hummer-jump-and-race-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/hummer3d_240.jar&new&style=2&lan=en&page=3 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Red.Pyramid.-.Hummer.Jump.And.Race.-.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Red.Pyramid.-.Hummer.Jump.And.Race.-.SE.176x220(RiskyJaTT.Com).jar~R~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Hungry Puppy 3D| J2ME| Indiagames Ltd.| Indiagames Ltd.| Platformer| 1.1.6, 1.2.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Indiagames.-.Hungry.Puppy.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Indiagames.-.Hungry.Puppy.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| I.Q. (Intelligent Qube)| J2ME| Sony Computer Entertainment Incorporated| Sony Computer Entertainment Incorporated| Puzzle| 2.1.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://phoneky.com/games/?id=j4j18518 💾]/[https://ww.riskyjatt.com/Sony.-.I.Q.Inteligent.Qube.SE.176x220(RiskyJaTT.Com).jar~S~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Juiced 3D| 2005| Juice Games| THQ Wireless Inc.| Racing| 0.6.4, 2.3.3 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/1161-juiced-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Juiced3D_240.jar&new&style=2&lan=en&page=5 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=2165 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/THQ.-.Juiced.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/THQ.-.Juiced.3D.SE.176x220(RiskyJaTT.Com).jar~T~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[https://mobigama.net/1836-juiced-3d.html 💾]|-| Juiced Eliminator <small>(3D)</small>| 2006| Universomo Ltd.| THQ Wireless Inc.| Racing| 1.0.17 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=4&fd=1899 💾]|-| Kamasutra Guru 3D| J2ME| Sex Factory| Sex Factory| Sex| 1.1.2 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/1293-kamasutra-guru-3d 💾]<small>(R)</small>/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Guru_K800.jar&new&style=2&lan=en&page=20 💾]/[https://seclub.org/dn.php?d=4&r=3&c=16&fd=3887 💾]|-| Kick Shot Pool 3D| J2ME| Nazara Technologies| Nazara Technologies| Puzzle| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=2025 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Nazara.-.Kick.Shot.Pool.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Nazara.-.Kick.Shot.Pool.3D.SE.176x220(RiskyJaTT.Com).jar~N~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Kid's Billiard| J2ME| Qplaze| Nomoc| Puzzle| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/4300/screen/8 💾]|-| LocoRoco| J2ME| Sony Computer Television| Sony Computer Television| Platformer| 0.85 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320 [L]| [https://seclub.org/dn.php?d=4&r=3&c=2&fd=6441 💾]/[https://www.mobiles24.co/downloads/s/404673-109-locoroco_240x320_se 💾]|-| LocoRoco Hi| J2ME| Sony Computer Television| Gamelion Studios / Glu Mobile Ltd.| Platformer| 1.0.4, 1.1.10 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://namobilu.com/java-game/293-locoroco-hi 💾]|-| Luxury American Billiards 3D| J2ME| Qplaze| Nomoc| Puzzle| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/3564/screen/8 💾]|-| Magic Ball 2 Mobile <small>(3D)</small>| J2ME| New Edge| Game Factory Alawar Entertainment| Puzzle| 1.0.8 || style="background:#daff95;"| <b>✓</b>|| 240x320| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/New.Edge.-.Magic.Ball.2.Mobile.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/New.Edge.-.Magic.Ball.2.Mobile.3D.SE.176x220(RiskyJaTT.Com).jar~N~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Major Carnage 3D| J2ME| Ditto Studio| I-play| Racing| 0.2.0 || style="background:#daff95;"| <b>✓</b>|| 176x220| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.Major.Carnage.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/I-Play.-.Major.Carnage.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Marble Madness 3D| J2ME| Midway Games West Inc.| THQ Wireless Inc.| Puzzle| 1.7| Pre-installed in K850 / W910| style="background:#daff95;"| <b>✓</b>|| 240x320| [https://www.mobiles24.co/downloads/s/140269-109-marble_madness_3d_240x320 💾]|-| Mastermind| J2ME| Runestone Games Ltd.| Glu lq| Puzzle| 1.0.0 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://spac1.net/files/view/mastermind-se-14018 💾]|-| Medal Of Honor: Airbone 3D| J2ME| IronMonkey Studios Pty Ltd.| Electronic Arts Inc.| Shooting| 7.0.72 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://namobilu.com/java-game/180-medal-of-honor-airborne-3d 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/MEDAL%20OF%20HONOR%20%20AiRBORNE.jar 💾]/[https://ww.riskyjatt.com/EA.Mobile.-.Medal.Of.Honor.SE.176x220(RiskyJaTT.Com).jar~E~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Metal Gear Acid 2 Mobile 3D| J2ME| Playsoft| Konami| Action| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/3309-metal-gear-acid-2-mobile 💾]/[https://spac1.net/files/view/metal-gear-acid-2-mobile-3d-240320-eng-7814073/?Gs=3288592966&Li=401208341854&Lii=781407305&Link_id=1420946&Lt=8&Slist=1&Sn=169&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[http://dedomil.net/games/1091/screen/8 💾]/[https://seclub.org/dn.php?d=4&r=3&c=14&fd=5680 💾]/[https://sefan.ru/loads/?l=games/240x320/Java/MetalGearAcid2_240.jar&style=2&lan=en&new 💾]/[https://trashbox.ru/topics/1440/metal-gear-acid-2-mobile-2damp3d 💾]|-| Metal Gear Acid Mobile 3D| J2ME| Distinctive Developments Ltd.| Konami| Action| 1.0.0|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/3308-metal-gear-acid-mobile 💾]/[https://seclub.org/dn.php?d=4&r=3&c=14&fd=4098 💾]/[http://dedomil.net/games/2027/screen/8 💾]/[https://trashbox.ru/topics/5804/metal-gear-acid-3d 💾]|-| Midtown Madness 3 Mobile <small>(3D)</small>| 2004| BeTomorrow| In-Fusio| Racing| 01.01.69, 1.1.8 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1800-midtown-madness-3-mobile-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=1854 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/In-Fusio.-.Midtown.Madness.3.Mobile.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/In-Fusio.-.Midtown.Madness.3.Mobile.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Mini Challenge 3D| J2ME| schadelohr| schadelohr| Racing| 1.0.22 || style="background:#daff95;"| <b>✓</b>|| 132x176| [http://funbary.net/java/gonki/3054-mini3dracing.html 💾]|-| Mini Golf: 99 Holes| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Sports| 1.0.20 || style="background:#daff95;"| <b>✓</b>|| 240x320| [https://phoneky.com/games/?id=j1j79552 💾]/[http://www.java-ware.net/apps/download-mini-golf-99-holes-theme-park-for-sony-ericsson-k750i-329750.html 💾]|-| Mini Golf: Castles™ 3D| 2005| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Sports| 1.3.1 | [https://www.mobygames.com/game/j2me/mini-golf-castles]| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320 [L]| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Mini.Golf.Castles.3D.SE.176x220.%5b2.Versions%5d.rar 💾]|-| Mini Golf 3D: Las Vegas| J2ME| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Sports| 1.0.4 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/3D_Mini_Golf_Vegas_176x220_240x320_SE.jar&new&style=2&lan=en&page=20 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Mini.Golf.Las.Vegas.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Mini.Golf.Las.Vegas.3D.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Mini Golf: Magic 3D| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Sports| 1.5.05 || style="background:#daff95;"| <b>✓</b>|| 240x320|-| Mini Golf 3D: World Tour| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Sports| 1.0.23|| style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://www.mobiles24.co/downloads/s/454385-109-3d_mini_golf_world_tour_176x220_se_k750 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Mini_Golf_WorldTour3d_240.jar&new&style=2&lan=en&page=1 💾]|-| Moto Racing Fever 3D| J2ME| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Racing| 1.2.68|| style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://www.mobiles24.co/downloads/s/70742-109-moto_racing_fever_3d_240x320 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Moto.Racing.Fever.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Moto.Racing.Fever.3D.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Moto GP '07 3D| J2ME| Rockpool Games| THQ Wireless Inc.| Racing| 0.0.4 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://namobilu.com/java-game/1037-moto-gp-07-3d 💾]|-| Motoraver 3D| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Racing| 2.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/Motoraver_3D.jar&style=2&lan=uk 💾]/[https://namobilu.com/java-game/2458-motoraver-3d 💾]/[https://ww.riskyjatt.com/Fishlabs.-.Motoraver.SE.176x220(RiskyJaTT.Com).jar~F~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Muhammad Ali Boxing 3D| | Global Wireless Entertainment| Superscape| Boxing, Sports| 1.0.2, 1 0.5 | | style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/ali_boxing_3d_240x320.jar&style=2&lan=en&new 💾]/[https://namobilu.com/java-game/1744-muhammad-ali-boxing-3d 💾]/[https://spac1.net/files/view/ali-boxing-3d-1141834 💾]|-| My Little Dogs: Kawaii Dogs 3D| J2ME| Bandai Networks Co., Ltd / Hi Corp.| Living Mobile GmbH| Puzzle| 2.1.0 | [http://www.portfolio.aimia.cz/mobile.php]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=698&ref=200703]| style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://seclub.org/dn.php?d=4&r=3&c=56&fd=1721 💾]|-| Need for Speed: Hot Pursuit & Need for Speed: Hot Pursuit 2013 Bonus Edition <small>(3D)</small>| J2ME| Gamelion Studios| Electronic Arts Inc.| Racing| 4.1.88, 4.16.3 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Need_for_Speed_HotPursuit3d_240.jar&style=2&lan=en 💾]/[http://dedomil.net/games/651/screen/8 💾]/[http://dedomil.net/games/430/screen/8 💾]<small>BE</small>|-| Need for Speed: ProStreet <small>(3D)</small>| J2ME| IronMonkey Studios Pty Ltd.| Electronic Arts Inc.| Racing| 7.4.44, 7.2.87 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/NFSProStreet_240x320_5e4a3.jar&new&style=2&lan=en&page=16 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/NeedFor%20Speed%20Pro%20Street.Jar 💾]/[http://dedomil.net/games/228/screen/8 💾]|-| Need for Speed: Shift <small>(3D)</small>| J2ME| IronMonkey Studios Pty Ltd.| Electronic Arts Inc.| Racing| 7.0.59, 7.2.45 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://namobilu.com/java-game/455-need-for-speed-shift-3d 💾]/[http://dedomil.net/games/36/screen/8 💾]/[https://mobigama.net/542-need-for-speed-shift-3d.html 💾]|-| Need for Speed: The Run <small>(3D)</small>| J2ME| IronMonkey Studios Pty Ltd.| Electronic Arts Inc.| Racing| 4.8.27, 4.9.53 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [http://dedomil.net/games/322/screen/8 💾]|-| Need for Speed: Undercover <small>(3D)</small>| 2008| IronMonkey Studios Pty Ltd.| Electronic Arts Inc.| Racing| 7.2.44 |[https://www.mobygames.com/game/j2me/need-for-speed-undercover]| style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/SE_240x320_3D.jar&new&style=2&lan=en&page=2 💾]/[https://mobigama.net/544-need-for-speed-undercover-3d.html 💾]|-| PAC-MAN Kart Rally 3D<small> (30th Anniversary Edition)</small>| 2010| Bandai Namco Networks Inc.| Playsoft Sp. z o.o.| Racing| 1.0.1 | [https://www.mobygames.com/game/j2me/pac-man-kart-rally-3d]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/174/screen/8 💾]|-| Pedrosa GP 3D| J2ME| Gaelco Móviles| TopGame| Racing| 1.0.8 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://namobilu.com/java-game/1320-pedrosa-gp-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=3817 💾]|-| Penalty Cup 3D| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Sports| 1.6.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 132x176 / 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/penalty_cup_3d.jar&style=2&lan=uk&new 💾]/[https://namobilu.com/java-game/2470-penalty-cup-3d 💾]|-| Planet Riders <small> (3D)</small>| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Shooting| 1.2.3, 1.4.7 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/2457-planet-riders-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Planet_Riders_3D.jar&new&style=2&lan=en&page=11 💾]/[https://spac1.net/files/view/planet-riders-3d-240-320-rus-7699443/?Gs=3288592966&Li=401208341854&Lii=769944305&Link_id=1420946&Lt=8&Slist=1&Sn=168&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.Planet.Riders.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/I-Play.-.Planet.Riders.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Powerboat Challenge <small>(3D)</small>| 2008| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Racing| 1.0.2 | [https://www.mobygames.com/game/j2me/powerboat-challenge]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1420-powerboat-challenge-3d 💾]<small>(R)</small>/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Powerboat_Challenge_3D_240x320.jar&new&style=2&lan=en&page=16 💾]|-| Project Gotham Racing: Mobile 3D (PGR Mobile)| 2007| Glu Mobile Ltd.| Glu Mobile, Inc.| Racing| 1.0.1 | [https://www.mobygames.com/game/j2me/project-gotham-racing-mobile]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://sefan.ru/loads/?l=games/176x220/3D-Games/Project_Gotham_Racing_3D_176x220.jar&style=2&lan=en 💾]/[https://spac1.net/files/view/3d-project-gotham-racing-se-176x220-k750i-3447661/?Gs=3288592966&Li=401208341854&Lii=344766105&Link_id=705177&Lt=8&Slist=1&Sn=97&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Glu.-.Project.Gotham.Racing.3D.SE.176x220.%5b2.Versions%5d.rar 💾]|-| Pub Pool 3D| J2ME| InfoSpace Inc.| IOMO Studio| Puzzle| 1.2.5 | [https://www.mobygames.com/game/pub-pool-3]| style="background:#daff95;"| <b>✓</b>| —| 176x220| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Infospace.-.Pub.Pool.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Infospace.-.Pub.Pool.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| R.U.S.H (Road Ultimate Speed Hunting)| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/2419/screen/8 💾]|-| R.U.S.H EX <small>(Extended)</small>| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/2448/screen/8 💾]|-| R.U.S.H Hard Race| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/5863/screen/8 💾]|-| R.U.S.H Power Race| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/4443/screen/8 💾]|-| R.U.S.H Street Boss| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/4987/screen/8 💾]|-| R.U.S.H Street Boss 2| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/7983/screen/7 💾]|-| R.U.S.H Street War| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/2586/screen/8 💾]|-| R.U.S.H Street War 2| J2ME| Qplaze| Nomos| Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/7984/screen/8 💾]|-| Race Driver Grid 3D| J2ME| Spiced Bits| Glu Mobile Ltd.| Racing| 1.0.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/458-race-driver-grid-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Race_Driver_Grid_3D_240.jar&new&style=2&lan=en&page=11 💾]/[http://promobil.kiev.ua/game/race/2519-race-driver-grid-3d.html 💾]|-| Race Fever GT 3D| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc. lq| Racing| 1.0.1| Pre-installed in W595 / F305| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Racing.Fever.GT.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Racing.Fever.GT.3D.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Rally Master Pro| 2008| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Sports, Racing| 1.0.1| [https://www.mobygames.com/game/j2me/rally-master-pro]| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1317-rally-master-pro 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Rally_Master_Pro_3D_RUS.jar&new&style=2&lan=en&page=20 💾]<small>(R)</small>/[http://promobil.kiev.ua/game/race/2696-rally-master-pro.html 💾]|-| Rally Star 3D| J2ME| Spiced Bits| Electronic Arts Inc.| Racing| 1.1.2|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/1721-rally-stars-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/RallyStars_K800i.jar&new&style=2&lan=en&page=18 💾]/[https://mobigama.net/828-rally-stars-3d.html 💾]/[http://promobil.kiev.ua/game/race/2852-rally-stars-3d.html 💾]|-| Real Boxing 3D| J2ME| Gameballs Studio| Gameballs Studio| Sports, Fighting| 1.0.1|| style="background:#daff95;"| <b>✓</b>| —| English / Russian<br/>176x220| [http://oldfag.top/downloads/?act=view&id=7259 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=37 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Gameballs.Studio.-.Real.Boxing.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Gameballs.Studio.-.Real.Boxing.3D.SE.176x220(RiskyJaTT.Com).jar~G~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Real Street Racing 2| J2ME| Qplaze| Nomoc| Racing| 1.0|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [http://dedomil.net/games/4329/screen/8 💾]|-| Red Bull Moto Cross 3D| J2ME| Digital Chocolate, Inc.| Digital Chocolate, Inc.| Racing| 0.3.9|| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [http://dedomil.net/games/880/screen/8 💾]/[https://www.mobiles24.co/downloads/s/452948-109-red_bull_motocross_240x320_se_k800 💾]|-| Red Out Racer 3D| J2ME| In-Fusio| Kiloo Aps| Racing| 1.0.2 | [https://www.pocketgamer.com/red-out-racer/red-out-racer]| style="background:#daff95;"| <b>✓</b>|| 240x320| [https://namobilu.com/java-game/1852-red-out-racer-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/RedOutRacer_240.jar&new&style=2&lan=en&page=19 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=54 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/In-Fusio.-.Red.Out.Racer.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/In-Fusio.-.Red.Out.Racer.3D.SE.176x220(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[https://mobigama.net/932-red-out-racer-3d.html 💾]|-| Resident Evil Degeneration 3D <small> (2007)</small>| J2ME| Capcom Interactive, Inc.| Capcom Interactive, Inc.| Action, RPG| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://oldfag.top/downloads/?act=view&id=4128 💾]|-| Resident Evil - The Missions 3D <small> (2007)</small>| J2ME| Capcom Interactive, Inc.| Capcom Interactive, Inc.| Action, RPG| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1601-resident-evil-the-missions-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/residentevil3d_240x320.jar&new&style=2&lan=en&page=15 💾]/[https://seclub.org/dn.php?d=4&r=3&c=15&fd=3325 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Capcom.-.Resident.Evil.-.The.Missions.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Capcom.-.Resident.Evil.-.The.Missions.SE.176x220(RiskyJaTT.Com).jar~C~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Ridge Racer 3D| J2ME| NBGI| Namco Limited| Racing| 1.0.3, 1.0.7 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [http://dedomil.net/games/3258/screen/8 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=1582 💾]|-| Robot Alliance 3D| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Shooting| 2.1.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/Robot_Alliance_3D.jar&style=2&lan=uk 💾]/[https://namobilu.com/java-game/2456-robot-alliance-3d 💾]/[https://sefan.ru/loads/?l=games/0ALL/3D-Games/Robot_Alliance_3D.jar&new&style=2&lan=en&page=1 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Fishlabs.-.Robot.Alliance.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Fishlabs.-.Robot.Alliance.SE.176x220(RiskyJaTT.Com).jar~F~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Rocks 3D| J2ME| Bit-7 Software Technology Ltd.| Bit-7 Software Technology Ltd.| Shooting|| Available only demo version| style="background:#daff95;"| <b>✓</b>| —| 176x220| Unavailable|-| Rocky 3D - Apollo's Fall| J2ME| SkyZone Entertainment| SkyZone Entertainment| Boxing| 1.0.4|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/rocky_240x320.jar&new&style=2&lan=en&page=13 💾]/[https://seclub.org/dn.php?d=4&r=3&c=5&fd=2906 💾]|-| Roller Bot 3D| J2ME| Bit-7 Software Technology Ltd.| Bit-7 Software Technology Ltd.| Sports| 1.1.0| Boot but serious graphic glitches!| style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://seclub.org/dn.php?d=4&r=3&c=3&fd=405 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Bit-7.-.Rollerbot.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Bit-7.-.Rollerbot.3D.SE.176x220(RiskyJaTT.Com).jar~B~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Russian Billiard Club 3D / Русский Бильярдный Клуб 3D| J2ME| Qplaze| Nomoc| Puzzle| 1.0|| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [http://dedomil.net/games/5840/screen/8 💾]|-| S.T.A.L.K.E.R Mobile 3D| J2ME| Qplaze| Nomoc| Shooting| 1.1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/stalker_240x320.jar&new&style=2&lan=en&page=14 💾]/[http://dedomil.net/games/553/screen/8 💾]|-| Santa's Tower Bloxx 3D| J2ME| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Puzzle| 1.0.41 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [http://sleza-mobile.ru/data/loads/gam/santas_tower_bloxx.jar 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Santa's.Tower.Bloxx.3D.SE.176x220.jar 💾]|-| Scratch City Pool| J2ME| Mforma Group Inc.| Hand on Mobile| Puzzle| 0.3.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=610 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Hands-On.Mobile.-.Scratch.City.Pool.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Hands-On.Mobile.-.Scratch.City.Pool.SE.176x220(RiskyJaTT.Com).jar~H~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| SEGA Rally 3D| J2ME| Rockpool Games| SEGA| Racing| 1.0.5 || style="background:#daff95;"| <b>✓</b>|| 176x220| [https://namobilu.com/java-game/1862-sega-rally-3d 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=3886 💾]|-| Smart Bear 3D| J2ME| Gameballs Studio| Gameballs Studio| Puzzle| 1.2.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=56&fd=36 💾]|-| Snowboard Hero 3D| 2011| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Sports| 1.0.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/555-snowboard-hero 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/SnowboardHero3D_240x320.jar&new&style=2&lan=en&page=12 💾]|-| Speed Chaser 3D| J2ME| Elkware| N/A| Racing| 1.2.1, 1.1.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=4&fd=59 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Elkware.-.Speed.Chaser.3D..SE.176x220.jar 💾]|-| Speed Spirit 3D| J2ME| Fishlabs Entertainment GmbH| THQ Wireless Inc.| Racing| 1.6.4, 1.2.4 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/Speed_Spirit_3D.jar&new&style=2&lan=en&page=1 💾][https://namobilu.com/java-game/2718-speed-spirit-3d 💾]<small>(R)</small>/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Fishlabs.-.Speed.Spirit.SE.176x220.jar 💾]|-| Splinter Cell: Pandora Tomorrow 3D| 2004| Gameloft SA| Gameloft SA| Action, Platformer| 1.0.1, 1.0.5, 2.0.3 | [https://www.mobygames.com/game/j2me/tom-clancys-splinter-cell-pandora-tomorrow-3d]<br/>The game came out cut off compared to the 2D version, and it also lagged.| style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://sefan.ru/loads/?l=games/240x320/3D-Games/pandora_tomorrow_3D_176_240_5e4a3.jar&new&style=2&lan=en&page=15 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Gameloft.-.Splinter.Cell.Pandora.Tomorrow.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Gameloft.-.Splinter.Cell.Pandora.Tomorrow.3D.SE.176x220(RiskyJaTT.Com).jar~G~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[http://dedomil.net/games/2743/screen/6 💾]|-| Star Wars: Death Star Assault 3D <small> (2006)</small>| J2ME| THQ Wireless Inc.| Hi Corp.| Action, Space, Shooting| 0.98.6, 1.0.9| [https://starwars.fandom.com/ru/wiki/Star_Wars:_Death_Star_Assault_3D]| style="background:#daff95;"| <b>✓</b>|| 240x320| [http://funbary.net/java/strelyl/1832-star_wars_death_star_assault_3d.html 💾]|-| Street Racer World 3D| J2ME| Play Wireless| N/A| Racing| 1.23.9 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://namobilu.com/java-game/2398-street-race-world-3d 💾]/[https://sefan.ru/loads/?l=games/176x220/3D-Games/3D_Street_Race_World.jar&style=2&lan=en 💾]/[https://seclub.org/dn.php?d=4&r=3&c=4&fd=3361 💾]|-| SU-30 3D| J2ME| HeroCraft| HeroCraft| Shooting| 1.8.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [http://dedomil.net/games/2789/screen/8 💾]|-| Super 3D Golf| J2ME| EXEC| KEMCO| Sports| 1.0.0 || style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=755 💾]|-| Super Real Tennis 3D New & Super Real Tennis: Kremlin Cup| 2003| Wow Entertainment, Inc.| SEGA Corporation| Sports| 1.0.5.1, 1.4.0| [https://www.mobygames.com/game/j2me/super-real-tennis]<br/> Pre-installed in K750 (K750i)| style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=723 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Super_Real_Tennis_Kremlin_Cup.jar&new&style=2&lan=en&page=18 💾]|-| Tank Raid 3D| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Action, Shooting, Racing| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/2455-tank-raid-3d 💾]/[https://spac1.net/files/view/3d-tank-raid-ru-se-240x320-2930147/?Gs=3288592966&Li=401208341854&Lii=293014705&Link_id=210669&Lt=8&Slist=1&Sn=70&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]<small>(R)</small>/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.Tank.Raid.SE.176x220.(English.Mod).jar 💾]/[https://ww.riskyjatt.com/I-Play.-.Tank.Raid.SE.176x220.(English.Mod)(RiskyJaTT.Com).jar~I~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Tenchu: Ayame's Tale 3D| J2ME| From Software Inc.| Upstart Games Ltd.| Action| 1.0.9 | [https://www.mobygames.com/game/j2me/tenchu-ayames-tale-3d]| style="background:#daff95;"| <b>✓</b>|| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=5&fd=1033 💾]/[https://namobilu.com/java-game/2188-tenchu-ayames-tale-3d 💾]/[https://sefan.ru/loads/?l=games/0ALL/3D-Games/3D_Tenchu.jar&new&style=2&lan=en&page=4 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/From.Soft.-.Tenchu.Ayame's.Tale.3D.SE.176x220.jar 💾]|-| Tennis| J2ME| Genki Mobile Co., Ltd.| Genki Mobile Co., Ltd.| Sports| 1.0.4 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| Required Motion Sensor<br/>176x220 / 240x320| [https://cdn.discordapp.com/attachments/623944119617847306/930902863637516348/Fitness_Tennis.zip 💾]|-| Tennis Multiplay 3D: Sony Ericsson WTA Toor| J2ME| SEGA| SEGA| Sports| 1.0.6 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://seclub.org/dn.php?d=4&r=3&c=13&fd=2665 💾]|-| The Fast and Furious: Fugitive 3D| 2007| Firemint Pty Ltd.| I-play| Racing| 0.6.6| [https://www.mobygames.com/game/j2me/fast-and-the-furious-fugitive-3d]| style="background:#daff95;"| <b>✓</b>|| 176x220| [http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/I-Play.-.The.Fast.And.The.Furious.Fugitive.3D.SE.176x220.%5b2.Versions%5d.rar 💾]|-| The Sims DJ 3D| J2ME| Electronic Arts Inc.| Electronic Arts Inc.| Party, Music| 7.3.85 || style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://namobilu.com/java-game/734-the-sims-dj-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Sims_DJ_240.jar&new&style=2&lan=en&page=4 💾]|-| Time Crisis Mobile 3D| 2006| Namco Limited| Namco Limited| Shooting| 1.1.0 | [https://www.mobygames.com/game/j2me/time-crisis-mobile]| style="background:#daff95;"| <b>✓</b>|| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/timecrisis3d_k800i.jar&new&style=2&lan=en&page=21 💾]/[http://dedomil.net/games/3439/screen/8 💾]|-| Tomb Raider: Underworld 3D| 2008| Distinctive Developments Ltd.| Eidos Interactive Ltd.| Adventure| 1.7.3 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/TR_Underworld_240.jar&style=2&lan=en&new 💾]<small>(Nuke mod)</small>/[http://wapx.ws/games/Tomb-Raider~Underworld 💾]|-| Tony Hawk's Downhill Jam 3D| J2ME| Fishlabs Entertainment GmbH| IOMO / Activision| Sports| 1.0.2 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/tony_hawks_downhill_jam.jar&new&style=2&lan=en&page=6 💾]/[https://namobilu.com/java-game/1225-tony-hawks-downhill-jam-3d 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/IOMO.Games.-.Tony.Hawk's.Downhill.Jam.3D.SE.176x220.jar 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Activision.-.Tony.Hawk's.Downhill.Jam.3D.SE.176x220.jar 💾]|-| Tower Bloxx 3D <small> (TM)</small>| 2005| Sumea Interactive Ltd.| Digital Chocolate, Inc.| Puzzle| 1.1.5 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://spac1.net/files/view/tower-bloxx-k750-14028 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Digital.Chocolate.-.Tower.Bloxx.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Digital.Chocolate.-.Tower.Bloxx.SE.176x220(RiskyJaTT.Com).jar~D~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Tower Bloxx 3D: Deluxe| 2008| | Sumea Interactive Ltd.| Digital Chocolate, Inc.| Puzzle| 1.0.4, 1.0.2 | [https://www.mobygames.com/game/j2me/tower-bloxx-deluxe-3d]| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/TowerBloxx3D_240x320.jar&new&style=2&lan=en&page=13 💾]|-| Towers of Maya 3D| J2ME| Qplaze| Micazook Mobile Ltd. <small>[E]</small><br/>RME <small>[R]</small><br/>Nomoc <small>[E]</small>| Puzzle| 1.1.0 || style="background:#daff95;"| <b>✓</b>| —| English / Russian</br/>176x220 / 240x320| [http://promobil.kiev.ua/game/logical/2467-towers-of-maya-3d.html 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Qplaze.-.Towers.Of.Maya.3D.SE.176x220.jar 💾]/[http://dedomil.net/games/1084/screen/8 💾]/[https://ww.riskyjatt.com/Qplaze.-.Towers.Of.Maya.3D.SE.176x220(RiskyJaTT.Com).jar~Q~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Treasure Towers <small>(3D)</small>| J2ME| Sony Ericsson| Sony Ericsson| Puzzle| 1.4.4| Pre-installed in W710i| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://namobilu.com/java-game/5963-treasure-towers 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/TreasureTowers3D_240.jar&new&style=2&lan=en&page=10 💾]/[https://seclub.org/dn.php?d=4&r=3&c=9&fd=685 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Sony.Ericsson.-.Treasure.Towers.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Sony.Ericsson.-.Treasure.Towers.3D.SE.176x220(RiskyJaTT.Com).jar~S~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| Ultimate American Billiards 3D| J2ME| Qplaze| Nomoc| Puzzle| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/American_Billiards.jar&style=2&lan=en 💾]/[https://java.gogamz.com/game/762-american-billiards-3d 💾]|-| Ultimate Russian Billiards 3D / Русский Бильярд 3D| J2ME| Qplaze| Nomoc| Puzzle| 1.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1210-ultimate-russian-billiards-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/3DRussianBilliards_240.jar&new&style=2&lan=en&page=4 💾]/[https://spac1.net/files/view/3d-ultimaterussianbilliards-ru-se-240h320-2767764/?Gs=3288592966&Li=401208341854&Lii=276776405&Link_id=210669&Lt=8&Slist=1&Sn=66&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[https://java.gogamz.com/game/1393-ultimate-3d-russian-billiards 💾]/[http://dedomil.net/games/952/screen/8 💾]|-| V8 Supercars 3 Australia| J2ME| Player X Ltd.| Codemasters Limited| Racing| 0.6.0 || style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://seclub.org/dn.php?d=4&r=3&c=4&fd=6611 💾]/[https://namobilu.com/java-game/1829-v8-supercars-3-australia-3d 💾]|-| V-Rally 3D| J2ME| Fishlabs Entertainment GmbH| Atari / iFone| Racing| 1.2.5| Pre-installed in W910| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/0ALL/3D-Games/v_ralli_se.jar&new&style=2&lan=en&page=3 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Glu.-.V.Rally.SE.176x220.jar 💾]/[https://namobilu.com/java-game/2963-v-rally-3d 💾]/[https://ww.riskyjatt.com/Glu.-.V.Rally.SE.176x220(RiskyJaTT.Com).jar~G~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[https://mobigama.net/242-v-ralli-3d-v-rally-3d.html 💾]|-| Vijay Singh 3D Pro Golf 2005| 2004| Gameloft SA| Gameloft SA| Sports| 0.0.4| [https://www.mobygames.com/game/j2me/vijay-singh-pro-golf-2005]<br/> Pre-installed in M600i| style="background:#daff95;"| <b>✓</b>| —| 176x220| [https://ww.riskyjatt.com/Gameloft.-.Vijay.Singh.Pro.Golf.2005.3D.SE.176x220(RiskyJaTT.Com).jar~G~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Gameloft.-.Vijay.Singh.Pro.Golf.2005.3D.SE.176x220.jar 💾]|-| Virtual Fighter Mobile 3D| J2ME| Glu Mobile Ltd.| SEGA Corporation| Fighting| 1.0.6|| style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://namobilu.com/java-game/914-virtua-fighter-mobile-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/virtuafightermobile_240x320.jar&new&style=2&lan=en&page=18 💾]/[https://seclub.org/dn.php?d=4&r=3&c=5&fd=4834 💾]/[http://dedomil.net/games/3583/screen/8 💾]/[https://hallgames.ru/java-igry-draki/821-virtualnyj-boecz-3d.html 💾]|-| Virtua Tennis: Mobile Edition 3D| J2ME| Glu Mobile Ltd.| SEGA Corporation| Sports| 0.3.1 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/Virtua_Tennis_240.jar&new&style=2&lan=en&page=15 💾]/[https://seclub.org/dn.php?d=4&r=3&c=13&fd=714 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/Glu.-.Virtua.Tennis.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/Glu.-.Virtua.Tennis.3D.SE.176x220(RiskyJaTT.Com).jar~G~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| W.A.R. Weapon Arena Race| J2ME| Qplaze| Nomoc| Racinging, Shooting| 1.1.0|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/1872/screen/8 💾]|-| W.A.R. 2: Weapon Arena Race| J2ME| Qplaze| Nomoc| Racing, Shooting| 1.1.0|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [http://dedomil.net/games/4330/screen/8 💾]|-| WRC: World Rally Championship Mobile 3D| 2007| Firemint Pty Ltd.| I-play| Racing| 0.7.8 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://phoneky.com/games/?id=j1j80426 💾]|-| World Championship Pool 2007 3D| J2ME| I-play| Blade Interactive Studio| Puzzle| 1.2.7|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://phoneky.com/games/?id=j1j78755 💾]|-| World Championship Pool 2009 3D| J2ME| I-play| Blade Interactive Studio| Puzzle| 2.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/1206-world-championship-pool-2009-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/WCP_3d_09_240.jar&new&style=2&lan=en&page=7 💾]|-| World Snooker Championship 2008 3D| J2ME| I-play| Blade Interactive Studio| Puzzle| 1.0.9 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://namobilu.com/java-game/2506-world-snooker-championship-2008-3d 💾]|-| Worms Forts 3D: Under Siege| J2ME| Morpheme Wireless Ltd.| THQ Wireless Inc.| Strategy| 36.0|| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://phoneky.com/games/?id=j4j30453 💾]|-| Worms Forts 3D: Under Siege| J2ME| Rockpool Games| THQ Wireless Inc.| Strategy| 1.0.31| Pre-installed in W550i / S600 (S600i)| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [https://namobilu.com/java-game/112-worms-forts-3d 💾]/[https://sefan.ru/loads/?l=games/0ALL/3D-Games/Worms_Forts_3D_all_scren.jar&new&style=2&lan=en&page=2 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/Worms_Forts_3D_240.jar&new&style=2&lan=en&page=5 💾]<small>(BT)</small>/[https://spac1.net/files/view/3d-worms-forts-se-240x320-6748818/?Gs=3288592966&Li=401208341854&Lii=674881805&Link_id=1289507&Lt=8&Slist=1&Sn=152&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]/[https://seclub.org/dn.php?d=4&r=3&c=15&fd=1041 💾]/[http://hosting.pilsfree.net/mantequia/foun/gamez/Java%20Games/THQ.-.Worms.Forts.3D.SE.176x220.jar 💾]/[https://ww.riskyjatt.com/THQ.-.Worms.Forts.3D.SE.176x220(RiskyJaTT.Com).jar~T~877-Java-Mobile-Games-176x220~Java-Games~More-Games-d.html 💾]|-| WWE Legends of WrestleMania 3D| J2ME| THQ Wireless Inc.| THQ Wireless Inc.| Sports, Fighting, Wrestling| 0.9.88 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/wwe_legends_of_wrestlemania_3d_240.jar&new&style=2&lan=en&page=9 💾]/[http://dedomil.net/games/1082/screen/8 💾]|-| WWE SmackDown vs RAW 2008 3D| J2ME| Bight Gamers| THQ Wireless Inc.| Sports, Fighting, Wrestling| 1.0.0 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [https://sefan.ru/loads/?l=games/176x220/3D-Games/3D_WWE_Smackdown_Vs_RAW_2008_220.jar&style=2&lan=en 💾]/[http://dedomil.net/games/2136/screen/8 💾]|-| WWE SmackDown vs RAW 2009 3D| J2ME| Bight Gamers| THQ Wireless Inc.| Sports, Fighting, Wrestling| 1.0.0 || style="background:#daff95;"| <b>✓</b>| —| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/wwe_smackdown_vs_raw_2009.jar&new&style=2&lan=en&page=14 💾]/[https://seclub.org/dn.php?d=4&r=3&c=5&fd=5090 💾]/[http://dedomil.net/games/3333/screen/8 💾]|-| WWE SmackDown vs RAW 2010 3D| J2ME| Bight Gamers| THQ Wireless Inc.| Sports, Fighting, Wrestling| 1.0.42 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220| [http://dedomil.net/games/2386/screen/6 💾]|-| Гран-При России 2008 (Ралли 3D)| J2ME| Fishlabs Entertainment GmbH| Fishlabs Entertainment GmbH| Racing| 1.7.8 || style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 240x320| [https://sefan.ru/loads/?l=games/240x320/3D-Games/gran-prix-russia-08-3d_240.jar&new&style=2&lan=en&page=4 💾]|-| Змеезумка 3D <small>(Zmeezumka 3D / Snake it! 3D)</small>| J2ME| Dynamic Pixels| N/A| Puzzle| 1.0.0|| style="background:#daff95;"| <b>✓</b>| —| 176x220 / 240x320| [http://promobil.kiev.ua/game/arcade/6050-zmeezumka-3d.html 💾]|-| Большое приключение 3D <small>(Artefact Of Glory 3D)</small>| J2ME| Shamrock Games| Shamrock Games| Platformer| 1.1.1|| style="background:#daff95;"| <b>✓</b>| MBAC / MTRA| 176x220 / 240x320| [https://namobilu.com/java-game/289-artefact-of-glory-3d 💾]/[https://sefan.ru/loads/?l=games/240x320/3D-Games/bolshoe_priklyuchenie_3d.jar&new&style=2&lan=en&page=8 💾]/[https://spac1.net/files/view/3d-bolwoe-prikljuchenie-rus-se-240h320-2529263/?Gs=3288592966&Li=401208341854&Lii=252926305&Link_id=121928&Lt=8&Slist=1&Sn=59&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]&[https://spac1.net/files/view/bolwoe-prikljuchenie-3d-240-320-rus-7814482/?Gs=3288592966&Li=401208341854&Lii=781448205&Link_id=1420946&Lt=8&Slist=1&Sn=170&fd=824316451&from=search&stt=VlgbAE7aRyI&word=3D 💾]|} {|class="wikitable mw-collapsible mw-collapsed" width="400px"|+ style="background: #ECECEC;"| V1-V4 & eruption / eruptionST! class=sortable | Title! class=sortable | Platform(s)! class=sortable | Publisher / Developer! class=sortable | Genre(s)! class=sortable | Mascot Capsule! class=sortable | Note / Reference(s)! class=sortable | Download|-| 326| J-PHONE J-SH07| 326| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=142&ref=200203]|-| 3D Bass Fishing / Pescatruchas 3D <small>(Spanish)</small>| Vodafone live! Sharp GX10| Bandai Networks Co., Ltd. / Hi Corp.| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=90&ref=200403]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=113&ref=200403]|-| 3D Boxing / Boxeo 3D <small>(Spanish)</small>| Vodafone live!<br/>i-mode (Doja 2.0) 504i series| Bandai Networks Co., Ltd. / Hi Corp.| Sports, Fighting| Mascot Capsule V3 <small> (i-mode)</small>| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=90&ref=200403]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=113&ref=200403]<br/>[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=204&ref=200303]|-| 3D Car Garage / 3D カーガレージ| EZweb (BREW)<br/>i-mode (Doja) 504i and 504iS series| Bandai Networks Co., Ltd. / Hi Corp.| Racing| Mascot Capsule V3| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=178&ref=200503]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=246&ref=200303]/[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/19302.html]|-| 3D Darts / Dartos 3D <small>(spanish)</small>| Vodafone live!| Bandai Networks Co., Ltd. / Hi Corp.| Sports| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=90&ref=200403]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=113&ref=200403]|-| 3D Dog's Life| | i4Game China / Hi Corp.| Simulation| Mascot Capsule| [https://enmobile.prnasia.com/releases/global/_3D_Dog_s_Life_the_Real_3D_Game_for_China_Mobile_Official_Site_Jointly_Developed_by_HI_and_i4Game_China_Released-1456.shtml]|-| 3D Pinball F / 3D ピンボールF| Vodafone Live!| Bandai Networks Co., Ltd. / Hi Corp.| Pinball, Puzzle| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/17873.html]|-| 3D Spider-Man 2 VS Docock| Vodafone live!| TM& / Marvel Character inc. / CPII| Action| Mascot Capsule| [https://www.google.com/amp/s/www.itmedia.co.jp/mobile/amp/0407/14/news062.html]|-| 3D Super Skydiving / 3D スーパースカイダイビング| J-PHONE J-SH53| Bandai Networks Co., Ltd. / Hi Corp.| Sports| Mascot Capsule V3| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=94&ref=200403]/[https://web.archive.org/web/20040202193722/http://www.hicorp.co.jp/for_press/press_release030425.html]|-| 3D Tricky Golf| 900i series and later| Quattro Media / Hi Corp.| Sports| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25617.html]|-| Action Hero 3D: Wild Dog / 액션히어로3D| KTF<br/>Zeebo| Com2uS Corporation| Action| Mascot Capsule V3| [https://www.mobygames.com/game/action-hero-3d-wild-dog]|-| Afro dog / アフロ犬| J-PHONE J-SH51 / SH07<br/>i-mode (Doja) 504i series| SAN-X + GREEN CAMEL| Simulation| Mascot Capsule V2 <small>(J-PHONE)</small><br/>Mascot Capsule V3 <small>(i-mode)</small>| [https://www.itmedia.co.jp/mobile/0203/01/n_jpacketapb.html]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=142&ref=200203][https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=200&ref=200303]|-| ARMORED CORE| J-PHONE| FromSoftware, Inc.| Shooting| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15786.html]|-| Battle Gear / バトルギア| Vodafone Live!<br/>J-PHONE<br/>i-mode (Doja) D504i| Taito Corp.| Racing| Mascot Capsule V2 <small>(Vodafone Live! / J-PHONE)</small><br/>Mascot Capsule V3 <small>(i-mode)</small>| [https://www.google.com/amp/s/s.response.jp/article/2004/04/24/59797.amp.html][https://www.itmedia.co.jp/mobile/0209/20/n_k3d.html]|-| Chaos Rings| iPhone / iPod touch| Square Enix| JRPG| Mascot Capsule eruption| [https://www.itmedia.co.jp/mobile/spv/1004/26/news076.html]|-| Chaos Rings Ω (Omega)| iPhone / iPod touch| Square Enix| JRPG| Mascot Capsule eruptionST| [https://www.businesswire.com/news/home/20110520005188/en/HI-CORPORATION-3D-Rendering-Engine-MascotCapsule%C2%AE-eruptionST-Is-Adopted-for-SQUARE-ENIXs-CHAOS-RINGS%E2%84%A2-%E2%84%A6-for-iPhone%C2%AE-iPod%C2%AE-touch-and-iPad%C2%AE]|-| Choro-Q Cannonball 3D / チョロ-Q キャノンボール| EZweb (BREW) W21K| Takara Mobile Entertainment / Hi Corp.| Racing| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/25240.html]|-| Deep labyrinth / ディープ ラビリンス| Vodafone Live!| INERACTIVE BRAINS| RPG| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index4.html]|-| Devil May Cry 3D <small>(tentative title)</small> / デビル メイ クライ3 (仮題)| Vodafone Live!<br/>BREW| Capcom Interactive, Inc.| Action, RPG| Mascot Capsule V2 <small>(Vodafone Live!)</small><br/>Mascot Capsule V3 <small>(BREW)</small>| [https://www.famitsu.com/sp/040917_vodafone/index4.html][http://wireless.gamespy.com/wireless/devil-may-cry-2-dante-x-vergil/878329p1.html]|-| Duke Nukem Mobile 3D| BREW| MachineWorks Northwest| Shooting| Mascot Capsule V3||-| Earth Defense Force 3D| Android| D3 Publisher| Shooting| Mascot Capsule eruptionST| [http://www.businesswirechina.com/zh/news/8956.html]|-| Everybody's Golf Mobile 2| EZweb / BREW| Clap Hanz / Sony Computer Entertainment| Sports| Mascot Capsule eruption| [https://www.itmedia.co.jp/mobile/spv/0806/05/news124.html]|-| Everybody's Golf Mobile 3| i-mode (Doja)| Clap Hanz / Sony Computer Entertainment| Sports| Mascot Capsule||-| Figure Skating Princess 3D| KTF| Taito Corp., Farmer's Mind| Dancing| Mascot Capsule| [https://m.blog.naver.com/PostView.naver?blogId=palletshipping&logNo=222326709545&navType=by]|-| Fist Groove| Vodafone Live!<br/>i-mode (Doja) 504i<br/>EZweb / BREW| Interactive Brains Co., Ltd.| Fighting| Mascot Capsule V3| [https://www.itmedia.co.jp/mobile/amp/0506/30/news121.html]|-| Fortune Golf 3D / Seishun! Golf-jiichan / 컴투스 포춘골프 3D| KTF<br/>EZweb<br/>i-mode<br/>Yahoo! Keitai| Com2uS Corporation<br/>FromSoftware, Inc.| Sports| Mascot Capsule V3| [https://news.softpedia.com/news/LG-Telecom-Distributes-FortuneGolf3D-Mobile-Game-43104.shtml]|-| Gallop Racer / ギャロップレーサー| Vodafone Live!| TECMO, Ltd. / TECMO Lab| Racing, Sports| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index2.html]|-| Ghost'n Goblins: Gold Knights| iOS (iPhone / iPod Touch)| Capcom Interactive, Inc.| Platformer| Mascot Capsule V3| [https://www.readymixinc.com/mascot-capsule-games]/[https://www.4gamer.net/games/049/G004989/20100125005/]|-| GO by train! 3D / 電車で GO!3D| J-PHONE<br/>i-mode (Doja) 505i / 506i<br/>FOMA 900i series| Taito Corp.| Racing| Mascot Capsule| [https://www.itmedia.co.jp/mobile/0307/31/n_train.html]/[https://game.watch.impress.co.jp/docs/20040119/taito.htm]|-| Grow up! Inutomo / 育てて!いぬとも| NTT DoCoMo 504i series| Bandai Networks Co., Ltd. / Hi Corp.| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=206&ref=200303]|-| Hello Kitty / ハローキティ| i-mode (Doja) 504i series| Sanrio Co. Ltd.| Puzzle| Mascot Capsule V3| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=200&ref=200303]|-| Hello Kitty's Room Mailer / ハローキティのお部屋メーラー| J-PHONE J-SH53<br/>Vodafone Live! V601SH| Sanrio Co. Ltd.| Puzzle| Mascot Capsule V2| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=209&ref=200403]|-| i-3D Home Run KING / i-3D ホームラン KING| i-mode (Doja) 504i| Bandai Networks Co., Ltd. / Hi Corp.| Sports| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/13457.html]|-| i-3D Home Run KING 2 / i-3D ホームラン KING 2| i-mode (Doja) 504i| Bandai Networks Co., Ltd. / Hi Corp.| Sports| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/10808.html]|-| i-3D Tennis / i-3D テニス| i-mode (Doja) 504i| Bandai Networks Co., Ltd. / Hi Corp.| Sports| Mascot Capsule| [https://game.watch.impress.co.jp/docs/20040302/bannet.htm]|-| i-3D Turning / i-3D しげめくり| i-mode (Doja) 504i| Bandai Networks Co., Ltd. / Hi Corp.| | Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/10808.html]|-| I.Q. (Intelligent Qube)| J-PHONE J-SH53<br/>i-mode 505i series| Sony Computer Entertainment Inc.| Puzzle| Mascot Capsule V3| [https://www.itmedia.co.jp/mobile/0305/27/n_53app.html]|-| Initial D 3D Battle Plus / 頭文字 D 3D バトル+| Vodafone Live!| Shuichi Shigeno / Kodansha & Kodansha / Natsume| Racing| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index1.html]|-| IRUNA Online 3D| Android| Asobimo, Inc.| MMORPG| Mascot Capsule| [https://forum.xentax.com/viewtopic.php?t=15442]|-| Jet de GO!| J-PHONE<br/>i-mode (Doja) D504i| Taito Corp.| Flight Simulator| Mascot Capsule| [https://www.itmedia.co.jp/mobile/0209/20/n_k3d.html]|-| JITEN| i-mode (Doja) 504i series| Bandai Networks Co., Ltd. / Hi Corp.| Flight Simulator, Shooting| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=204&ref=200303]|-| Kaiju Booska| J-PHONE J-SH07| Tsuburaya Productions| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=142&ref=200203]|-| Katamction Mononoke Detective / カタムクション モノノケ探知機| SKT GALAXY S| AT & T / Hi Corp.| Shooting| Mascot Capsule eruption| [https://www.value-press.com/pressrelease/72646]|-| Katamction Racing Dino / カタムクション レーシングダイノ| SKT GALAXY S| AT & T / Hi Corp.| High-Tempo Timing| Mascot Capsule eruption| [https://www.value-press.com/pressrelease/72646]|-| Kingdom Hearts: Coded| i-mode (Doja)| Square Enix| Action, RPG| Mascot Capsule| [https://www.mobygames.com/game/kingdom-hearts-coded]|-| KING'S FIELD| J-PHONE| FromSoftware, Inc.| RPG, Fight| Mascot Capsule| [https://k-tai.watch.impress.co.jp/cda/article/news_toppage/15786.html]|-| Lost Elysium| i-mode (Doja)| Ateam|| Mascot Capsule||-| Master of Fantasia| FOMA 903i or later| DeNA| RPG| Mascot Capsule | [https://www.itmedia.co.jp/news/spv/0708/20/news043.html]|-| Midtown Madness 3 Mobile| BREW<br/>i-mode (Doja)| In-Fusio / BeTomorrow| Racing| Mascot Capsule V3| [https://www.mobygames.com/game/midtown-madness-3-mobile]|-| Mobile Suit Gundam 3D Meguriai Space Edition / 機動戦士ガンダム 3D めぐりあい宇宙編| Vodafone Live!<br/>FOMA P902i<br/>EZweb| Sotsu Agency Sunrise, Bandai Networks Co., Ltd / Hi Corp.| Action, 3D Strategy| Mascot Capsule V2/V4| [https://www.famitsu.com/sp/040917_vodafone/index1.html]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=42&ref=200503]<br/>[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=561&ref=200603]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=358&ref=200603]|-| Mobile Suit Gundam 3D Operation II <small>(Space Edition)</small> / 機動戦士ガンダム 3D オペレーションII (宇宙編)| FOMA 90xi series| Sotsu Agency Sunrise, Bandai Networks Co., Ltd / Hi Corp.| Action, 3D Strategy| Mascot Capsule| [https://www.itmedia.co.jp/mobile/spv/0604/18/news108.html]|-| Monster Hunter Dynamic Hunting / モンスターハンター| iPhone / iPod touch| Capcom Interactive, Inc.| JRPG| Mascot Capsule eruptionST| [https://monoist.atmarkit.co.jp/mn/articles/1106/27/news038.html]|-| PAC-MAN Kart Rally 3D <small>(30th Anniversary Edition)</small>| BREW| Bandai Namco Networks Inc. / Playsoft Sp. z o.o.| Racing| Mascot Capsule V3| [https://www.mobygames.com/game/brew/pac-man-kart-rally-3d]|-| Play! Inutomo / 遊んで!いぬとも| J-Phone J-SH53| Bandai Networks Co., Ltd. / Hi Corp.| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=107&ref=200403]/[https://k-tai.watch.impress.co.jp/cda/article/news_toppage/14173.html]|-| Plexus - MURAKUMO / 叢 - MURAKUMO| Vodafone Live!| From Software, Inc.| Shooting, Fighting| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index4.html]|-| Predator™3D - The Duel| BREW| IG Fun LLC / SkyZone Entertainment, Inc.| Shooting| Mascot Capsule V3| [https://weyland.fandom.com/wiki/Predator%E2%84%A23D_-_The_Duel]|-| Psychic Force Episode 1 / サイキックフォース 第1話| KDDI BREW<br/>J-PHONE<br/>i-mode (Doja) 504 series / D504i / D504iS| Taito Corp.| Fighting| Mascot Capsule V3| [https://nlab.itmedia.co.jp/games/gsnews/0301/10/news11.html]/[https://www.itmedia.co.jp/mobile/0209/20/n_k3d.html]/[https://www.itmedia.co.jp/mobile/0211/13/n_taito2.html]/[https://www.itmedia.co.jp/mobile/0301/10/n_taito.html]|-| Psyvariar R / サイヴァリア R| Vodafone Live!| Success| Shooting| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index3.html]|-| Real Tennis / リアルテニス| J-PHONE J-SH53| Wow Entertainment| Sports| Mascot Capsule V3| [https://www.itmedia.co.jp/mobile/0305/27/n_53app.html]|-| Resident Evil 4: Mobile Edition (iPad Edition)| iPhone / iPod touch<br/>EZweb / BREW| Capcom Interactive, Inc.| Shooting| Mascot Capsule eruption <small>(iOS)</small>| [https://news.softpedia.com/news/MascotCapsule-Eruption-Made-Resident-Evil-4-for-iPhone-Possible-118824.shtml]|-| Ridge Racer 3D / リッジレーサー| J-PHONE J-SH53<br/>i-mode 505i series| Namco Limited| Racing| Mascot Capsule V3| [https://www.itmedia.co.jp/mobile/0304/25/n_nam.html]|-| Raising! Nekotomo / 育てて!ねことも| i-mode (Doja) 504 Series | Bandai Networks Co., Ltd. / Hi Corp.| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=64&ref=200303]|-| SD Gundam Battle 3D / SD ガンダムバトル 3D| J-PHONE J-SH53| Sotsu Agency Sunrise / Bandai Networks Co., Ltd. / MSF| Action| Mascot Capsule V3| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=112&ref=200403]|-| SD Gundam / SD ガンダム| J-PHONE J-SH07<br/>i-mode (Doja) 504i series| Sotsu Agency Sunrise / Bandai| Action| Mascot Capsule V3| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=142&ref=200203]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=200&ref=200303]|-| SD Gundam G Generation / SD ガンダムGジェネレーション| J-PHONE J-SH51| Sotsu Agency Sunrise| Action| Mascot Capsule V2| [https://www.itmedia.co.jp/mobile/0203/01/n_jpacketapb.html]|-| Sector 7| i-mode (Doja 5.0) 903 series<br/>i-mode (Star 1.x) F-01A and later devices| Pocket Software| Action-adventure, Shooting| Mascot Capsule V3 <small>(i-mode (Doja 5.0) 903 series</small><br/>Mascot Capsule V4 / eruption <small> (i-mode (Star 1.x) F-01A and later devices)</small>| [https://videogamefanon.fandom.com/wiki/Sector_7]|-| SEGA Mini Games 6 3D / SEGA 미니게임6 3D| KTF| Electric Island| Puzzle| Mascot Capsule V3| [http://ggemguide.com/mobile_view.htm?uid=728&dpage=138&gkey=]|-| Shige Shige Shigeo / しげしげしげお| J-PHONE J-SH51<br/>BREW<br/>i-mode (Doja) 504i series| Bandai Networks Co., Ltd. / HI Corp.| Puzzle| Mascot Capsule V2 <small>(J-PHONE)</small><br/>Mascot Capsule V3 <small>(BREW / i-mode)</small>| [https://www.itmedia.co.jp/mobile/0203/01/n_jpacketapb.html]<br/>[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=72&ref=200303]/[https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=200&ref=200303]|-| Shooting Down King| i-mode (Doja) 504i series| Bandai Networks Co., Ltd. / Hi Corp.| Shooting| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=204&ref=200303]|-| Space Fighter 3D| i-mode (Doja)| | Action, Fight| Mascot Capsule V3/V4|| [https://cdn.discordapp.com/attachments/735123967039242371/932818217569759263/SpaceFighter3D_v1.0.0.zip 💾]|-| Spider-Man 2 3D: NY Rooftops| BREW| Sony Pictures Mobile / Sony Pictures Digital Entertainment| Action| Mascot Capsule V3| |-| Spider-Man 2 3D: NY Subway| BREW| Sony Pictures Mobile / Sony Pictures Digital Entertainment| Action| Mascot Capsule V3||-| Super Real Baseball / スーパーリアルベースボール| Vodafone Live!| SEGA| Sports| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index2.html]|-| Super Real Tennis 3D / 슈퍼리얼테니스 3D| KTF| Electric Island| Sports| Mascot Capsule V3| |-| Tarepanda| J-PHONE J-SH07| SAN-X + GREEN CAMEL| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=142&ref=200203]|-| Tenchu: Ayame's Tale 3D| i-mode (Doja)<br/>BREW| From Software Inc.| Action| Mascot Capsule V3| [https://www.mobygames.com/game/tenchu-ayames-tale-3d]|-| Usakore| J-PHONE J-SH07| Mind Wave Inc.| Puzzle| Mascot Capsule| [https://www.bandainamcoent.co.jp/corporate/press/bandainetworks/news/index.php?view=142&ref=200203]|-| Ys VI: The Ark of Napishtem| Vodafone Live!| Taito Corp.| Action, RPG| Mascot Capsule V2| [https://web.archive.org/web/20070813152613/https://www.taito.co.jp/mobile/ew_jphone/falcom/ys6/ys_6.html]|-| Ys VI: Napishtem's Box / イース VI~ナピシュテムの匣(はこ)| Vodafone Live!| Taito Corp.| Action, RPG| Mascot Capsule V2| [https://www.famitsu.com/sp/040917_vodafone/index3.html]|}   ==Mods with replacement of 3D models== Another advantage of the Mascot capsule was that, unlike the M3G, 3D models were easily replaced. — [https://github.com/Durik256/MBAC-to-OBJ MBAC2OBJ] Windows shell for converting Mascot Capsule files (.mbac) into an understandable format for most 3D editors (.obj). — [https://github.com/Durik256/Noesis-plugin-.mbac- Noesis plugin] for open (.mbac) and export all support format and for fishlabs model use [https://drive.google.com/file/d/1-jIxHWXWrcThrP-oiv0UOXGtb99h3Moq/view?usp=sharing FishPic.exe] — [https://github.com/minexew/mbac-gallery Render a gallery of MBAC models].. want to know more about [https://github.com/j2me-preservation/MascotCapsule/blob/master/Format_Descriptions/MBAC.md MBAC] file format. — Mascot Capsule [https://github.com/j2me-preservation/MascotCapsule Micro3D resources, research, libraries and tools]. — If you want to make your own custom model in a game that has mbac / mtra technology, you should know that mbac - model, mtra - animation is a container with (bac / tra) models in the limit of 4Mb. [https://sourceforge.net/projects/bactra-blender BAC / TRA Export] for Blender.The Bac/Tra format is common to versions of Mascot Capsule 3D rendering engine released by Hi Corporation. — Program for converting [https://web.archive.org/web/20181004073841/http://javamodel.ucoz.ru/load/soft/mascot_capsule/2 Bac/Tra to MBAC / MTRA] and remember no less than 4MB!, if the model is new, you will need texturing for the main textures of the game, decrypted by the same Fishpic and encrypted back!. ==Classes==
Whole libraries have been written on 3D graphics
|-
|Math
|Contains optimized fixed point implementations of the sin, cos, atan2 and sqrt function all commonly used in 3 D 3D calculations.
|-
|Graphics3D
|This is the interface defining the graphics context functionality. It defines methods for lighting, shading, scaling and sphere mapping.
|}
 
==pre-installed (embedded) games==
* K850 / W910 - The phone ships with 2 games pre installed, 3D Marble Madness and Tennis.
* W710i - Pre-installed with Alpha Wing 2 and Treasure Tower games.
* K750 (K750i) - Super Real Tennis and Aero Mission 3D
* K660i - RollerCoaster Rush 3D
* W550i / S600 (S600i) - Worms Forts: Under Siege 3D and Extreme Air Snowboarding
==See Also==
<b>* [[JL-Mod]]<br/>* [[KEmulator]]<br/>* [[FreeJ2ME]]<br/>* [[J2ME Loader]]</b>
==External links==
* [https://discord.com/invite/Ag4rcpz JL Discord server]#J2ME Loader* [https://discord.gg/8TgbHAG Kahvibreak Discord server]#Kahvibreak
4,085
edits

Navigation menu