Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

rafacoringa

5
Posts
4
Following
A member registered Feb 19, 2023

Recent community posts

Tutorial de como instalar no linux com wine - vila do nevoeiro

Rafa 2026: consegui rodar no linux com um debian forky testing, tutorial com IA gemini ficou fácil de rodar:

1. Instalação e Preparo do Ambiente Para rodar jogos de 32 bits (RGSS), crie um prefixo dedicado e instale as dependências:

# Criar o prefixo de 32 bits
WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg

# Instalar fontes do sistema (corrigir erro de texto nos menus)
sudo apt install ttf-mscorefonts-installer

# Instalar ferramentas de exibição
sudo apt install gamescope

# Instalar a RTP (essencial para o jogo rodar)
WINEARCH=win32 WINEPREFIX=~/.wine32 wine xp_rtp104e.exe

# Baixei daqui (parece ser o site oficial, escaneei com virustotal mas confira antes)
wget https://dl.komodo.jp/rpgmakerweb/run-time-packages/xp_rtp104e.exe

2. Execução (Comandos funcionais)

Utilize um dos métodos abaixo para rodar o executável (Vila do Nevoeiro.exe) após navegar até a pasta do jogo:

Método via Gamescope (Recomendado para tela cheia) Força o escalonamento para 1920x1080 mantendo a proporção:

WINEPREFIX=~/.wine32 gamescope -w 640 -h 480 -W 1920 -H 1080 -f -- wine "Vila do Nevoeiro.exe"

Mapeamento de controles (em elaboração) com antimicrox, dará pra mapear controles (em elaboração, algo assim rsrs boa sorte): setas, W, A, S, D, Z, X, C, espaço, shift, control

Extras: review do jogo + romhack traduzido em inglês https://backlogger.com.br/15-anos-de-vila-do-nevoeiro-um-classico-obscuro-do-rpg-maker/

Hello! Thanks for the great game ‘Af+er’! Youtuber Ruesafer run shows the game is very long after you pass the monolith. But… i also couldnt pass it, despite trying like 4 hours lol:

Youtuber Ruesafer exact (?) route shown here ( https://youtu.be/rv3NIOniRE8 at 01:31:00 ) with sameboy emulator and a fresh run: 0. check own house

  1. house on the right
  2. police station (key and files)
  3. farmer house
  4. barn
  5. well
  6. farmer house again
  7. locked room in your house
  8. save and go to monolith
  • the youtuber didnt visited the river place and church.
  • ive done like 10 variations and couldn’t pass it with sameboy and gambatte cores, nor the Horatiu dev’s similar coments on itchi. So ive asked online once again to see if anyone has more ideas!
  • maybe publishing the game on some open source licence could help with the bugs and the user experience.
  • Also, following the itchi soundtrack sugestion, ive liked using better suited ‘dark ambient’ tracks:

Tangerine dream - zeit from album zeit https://www.youtube.com/watch?v=zUAKEnasIvc&list=OLAK5uy_kTcPbNmo7mf3Zl3MLlOreONsZNNAEmqL8

Brian eno - on land 4 https://www.youtube.com/playlist?list=PLh0rUu4c29SVHYSCdVN_FS9TTRKFFxB38

master system’s ooze clone / “inspired”?

for anyone curious, here is a gameplay https://www.youtube.com/watch?v=5z4xe5SlJg4 ive tried running even on a virtual machine and it froze my pc 4 times lol. also everybody complains about the non skipable dialogs

nice! the linux .tar was very welcome, even better if someone packaged it into some package managers… is it open source? i might include it into some open source wiki lists around