BoneTown
此社群中心被標記為「僅限成人」。您會看到此中心是因為您的偏好設定允許此類內容。
57 次評價
Mod Helper
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
更新時間
11.248 KB
2023 年 2 月 7 日 下午 12:45
2023 年 3 月 14 日 上午 7:23
3 項更新註記 (檢視)

訂閱以下載
Mod Helper

描述
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 則留言
Worthis  [作者] 2024 年 6 月 11 日 上午 2:18 
@Marcus, Hello! Working on it.
Marcus 2024 年 6 月 10 日 下午 9:13 
You're Mod needs an Update, it Keeps Shutting The Game Down.
Worthis  [作者] 2024 年 6 月 6 日 上午 10:50 
@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 2024 年 6 月 6 日 上午 10:38 
one more thing is there a certain load order for this mod and others that depend on it
Worthis  [作者] 2024 年 6 月 4 日 下午 1:20 
@EgoCrazy96, Sure, the mod will be fixed after the developers publish updated script source files.
EgoCrazy96 2024 年 6 月 4 日 上午 11:28 
Will this be getting a 2024 update
Worthis  [作者] 2023 年 4 月 29 日 下午 2:35 
@Stylus Good to hear, you're welcome!
x_Neversoft_x 2023 年 4 月 29 日 下午 2:05 
Your mods are excellent, mate. Thanks for sharing. :VBCOOL:
Worthis  [作者] 2023 年 3 月 14 日 上午 9:41 
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  [作者] 2023 年 2 月 22 日 上午 8:56 
@princebusta1st Thank you for your feedback, the problem was with Character Boning Nude Mod, I'll fix it.