Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

1337sune

2
Posts
35
Following
A member registered Feb 19, 2022

Recent community posts

When looking at her through door, please make the clickable area a bit bigger.
Good demo!

(2 edits)

In the Linux version there is a known issue with fontconfig-2.13.X and RPGmaker.  If you get errors/warnings like this:

Fontconfig warning: "/etc/fonts/fonts.conf", line X: unknown element "XXXXXXXXX"  
Fontconfig error: "/etc/fonts/fonts.conf", line X: invalid attribute 'XXXXXXXXX'

Use this block while standing in the extracted .zip folder:

mkdir -p fonts 
echo '<fontconfig><dir>/usr/share/fonts</dir><cachedir>fonts</cachedir></fontconfig>' >fonts/fonts.conf 
export FONTCONFIG_PATH=fonts  
./nw

I also got an error where it is unable to load img/layers/XXX.png files, you need to change the folder called "Layers" to "layers" since folders in linux are case sensitive. Would be good if Taboossy could change the name of /www/img/Layers to /www/img/layers in the linux.zip

Appreciate the update!