Skip to main content

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

Interested in Modding but don't know where to start

A topic by Devahla created Aug 18, 2024 Views: 890 Replies: 2
Viewing posts 1 to 2
(1 edit)

I see there's a category of modding tutorial in the forum, but I can't really understand where to put the scripts or how the mod zip file should be organized, or how should scripts be named. I also examined the repository of the game but can't locate where the specific stats for items are stored.

Does mod zip files follow the folder structure of the source files and the game does a copy-paste/replace operation when loading the mod?

Please advise. Thank you in advance.

Hi, I apologize for such a late reply, I totally missed this back when I got sick for 2 weeks.

Scripts should end in .ks (to prevent windows from flagging javascript files as a virus) and dont have to be in any particular folder. They are executed in alphabetical order. If you put them in folders they will follow folders alphabetically, probably.

I would look at the newartwork branch and lookup KinkyDungeonRestraintsList, that file should have the full list of restraints, all 500 or so.

It's alright, thanks!