Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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.