Spyke

Posts

retrogaming·RetroGamingbybittertears

From Java to Unreal

For a long time now, I have been obsessed with the idea of revealing to people a simply insane masterpiece from the era of games on push-button telephones.

The game is inspired by stylish sources, Silent Hill, Lynch, Forbidden Siren

This game is "Nowhere", it is written in Java, I made a complete transfer of the code logic to Unreal, and decided to try to restore the scene of the original game

This is just amazing, I can't take my eyes off it

https://youtu.be/Ely_BRi3T-s

View original on lemmy.world
38
retrogaming·RetroGamingbybittertears

Spent way too long modding an obscure 2007 J2ME horror, here's what came out

Nowhere (Devalley Entertainment, 2007) is a psychological survival horror that ran on old keypad phones. Two parallel worlds, two characters, and honestly pretty unsettling for something that fit on a Nokia. Mostly I just want to get it in front of people who've never even heard of it.

The thing is, the original couldn't show Cyrillic and Western letters at the same time, so it never really got translated. So I ended up making two things, a mod and an editor.

The mod:

  • re-encoded everything to UTF-8, so it's 6 languages in one jar now (EN/DE/IT/PL/PT/RU), switchable in-game
  • parallax fog it didn't have before
  • hardcore mode, enemies get 3x HP
  • speed control per save, helps a lot on slower emulators

The editor (Windows):

  • visual editor for text and dialogue, with avatar preview and CP1251/UTF-8
  • tile map editor with a brush, palette, resize
  • zone editor for collisions, warps, entity spawns, events
  • sprite sheet viewer with PNG export/import
  • palette editor (16 colors) with live preview
  • reference text for all 6 languages built in, so you can add your own without diving into hex

You can play it right in the browser, or grab the jar for J2ME Loader or KEmulator. The editor and a video on how to translate are on the same page:

https://bittertears.itch.io/nowhere

https://github.com/bittertears/NOWHERE_EDITOR

https://www.youtube.com/watch?v=MJPq5GX_sK8&t=29s

Anyway, hope someone here digs it.

View original on lemmy.world
59

You reached the end