Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Uncommon Bug: Avoid using symbols such as spaces, underscores, hyphens, and periods and those using specific national languages in filenames. This can cause errors in the game on certain systems, such as Asian language systems

It's important to note that while software like AP can ensure a game runs in the wrong language (e.g., a Japanese game running on an English system), it cannot resolve issues caused by incorrect filenames in the game's inner directories, which can prevent the game from reading resource files and result in a software lock.

Now that I know that can be an issue I can avoid that for future projects. Thank you