BoneTown
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

BoneTown

57 ratings
Mod Helper
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
11.248 KB
Feb 7, 2023 @ 12:45pm
Mar 14, 2023 @ 7:23am
3 Change Notes ( view )

Subscribe to download
Mod Helper

Description
This Mod is necessary for some of my other mods to work.

---

List of mod functions for use in external mods:
function ModHelper::registerOnGameStartShedule($functionName)
function ModHelper::unregisterOnGameStartShedule($functionName)
-- Your functionName(%aMarker) will be scheduled and called once when a first world loaded

function ModHelper::registerOnWorldLoadedShedule($functionName)
function ModHelper::unregisterOnWorldLoadedShedule($functionName)
-- Your functionName(%aMarker) will be scheduled and called every time when a world was loaded

function ModHelper::registerGameCharSexStartShedule($functionName)
function ModHelper::unregisterGameCharSexStartShedule($functionName)
-- Your functionName(%aMarker) will be scheduled and called every time when a player has sex

function ModHelper::registerGameCharSexEndShedule($functionName)
function ModHelper::unregisterGameCharSexEndShedule($functionName)
-- Your functionName(%aMarker) will be scheduled and called every time when a player finishes sex

function ModHelper::registerGameCharSexPosChangedShedule($functionName)
function ModHelper::unregisterGameCharSexPosChangedShedule($functionName)
-- Your functionName(%aMarker) will be scheduled and called every time when a player changes position during sex

function ModHelper::registerTimedShedule($time, $functionName)
function ModHelper::unregisterTimedShedule($functionName)
-- Your functionName(%aMarker) will be scheduled and called at specified time intervals


Added a game/mods/materials folder for your custom material scripts.

---

Example:

function YourModFunction(%aMarker)
{
... bla-bla-bla ...
}

ModHelper::registerOnWorldLoadedShedule("YourModFunction");

13 Comments
Worthis  [author] Jun 11, 2024 @ 2:18am 
@Marcus, Hello! Working on it.
Marcus Jun 10, 2024 @ 9:13pm 
You're Mod needs an Update, it Keeps Shutting The Game Down.
Worthis  [author] Jun 6, 2024 @ 10:50am 
@EgoCrazy96, Yes, the zModHelper.cs file of this mod should be last alphabetically in the mods folder. That's why the file name starts with a lowercase z.
EgoCrazy96 Jun 6, 2024 @ 10:38am 
one more thing is there a certain load order for this mod and others that depend on it
Worthis  [author] Jun 4, 2024 @ 1:20pm 
@EgoCrazy96, Sure, the mod will be fixed after the developers publish updated script source files.
EgoCrazy96 Jun 4, 2024 @ 11:28am 
Will this be getting a 2024 update
Worthis  [author] Apr 29, 2023 @ 2:35pm 
@Stylus Good to hear, you're welcome!
x_Neversoft_x Apr 29, 2023 @ 2:05pm 
Your mods are excellent, mate. Thanks for sharing. :VBCOOL:
Worthis  [author] Mar 14, 2023 @ 9:41am 
Added a 'game/mods/materials' folder for your custom material scripts.
You may need to reinstall the mod: unsubscribe, start the game, re-subscribe.
Worthis  [author] Feb 22, 2023 @ 8:56am 
@princebusta1st Thank you for your feedback, the problem was with Character Boning Nude Mod, I'll fix it.