Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Is it possible to edit the names of the characters in the files? I can't find any of the files to edit them

decompile the archive.rpa file in the game folder using your tool of choice, i use unrpa, and make your edit to the script.rpy file. delete script.rpyc, run the game and your changes will be applied :)


i.e. change define Arvo = Character("Arvo") to define Arvo = Character("name here")

Will it be the same for example, Mikko?

yep, goes for all characters  :3

tyyy