Skip to main content

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

emm...a bad news, *.scene files written by the program run into BUG that '[]' commands do not work. But when i copy  the txt into it myself, it works. Are the *.scene files written by utf-8 or other encoding format. Or they just cant be written as txt.

(2 edits) (+1)

The `*.scene` files are plaintext with UTF-8 encoding, no BOM, LF line endings, half-width ASCII brackets.

I made a translation guide here: https://gitgud.io/ayumu98/dll-localization

I also created a #translations channel in the Discord for translators to ask questions / coordinate.

ok, i get the BUG. Unix(LF), not Windows(CRLF). lol.