Ruin0x11 / ElonaPlusCustom-GX

Elona+ variant based on Custom-G
140 stars 19 forks source link

Crash when using a plus config file. #125

Closed technolem closed 2 years ago

technolem commented 2 years ago

You have to use an old custom config.txt, or the new one in custom's redistributable, or the game won't load. Tested on linux.

Ruin0x11 commented 2 years ago

I think this is a bug in standard Plus. In original/config.txt, there is a line that looks like this:

fontSize .  "14"

This file gets copied to config.txt on startup if it doesn't exist and causes the problem. Changing it to this should fix things:

fontSize.   "14"

I'll also update the config.txt in the package to reflect this.