Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How to make a mod that only adds sex actions? I made one such action as my first coding experience and it works well enough if I put it in the actions folder, but I want to package it into a working mod. I can't figure out how tho, and the modding guide isn't very helpful.

Download the expanded sex mod and see how it is done there.

The method of the Expanded Sex mod is rather old fashioned and clunky. Aric's Expansion GitHub version uses the modern method. I recommend using the patching section of the modding guide to put the new sex action files directly into the game folder ".../files/scripts/actions". The path in your mod would simply be "...YOUR_MOD/patch/files/scripts/actions/YOUR_FILE.gd".

Thanks a lot