Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(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!

Oh it also matters for folders. There was a similar issue before because a .png was .PNG apparently that broke everything in Linux.

Now that I look at the other folders the only one that's uppercase is Layers. Ooops

I'll change it in a bit. Thanks for letting me know.