Guest Posted March 30, 2019 Posted March 30, 2019 Horny Bees How to mod it  The game is moddable. All mods have to be put in the Mods folder of the game. A mod consist of a folder and a JSON file called mod.json that should be inside the mod folder.  The content of the JSON file will specify what the mod adds or alter in the game.   Example of a basic mod: { "version":"1.0", "description":"I am a mod", "author":"CPU", "options": { "modeBlowjob":1, "level":0 } }  Another example (that adds some extra clothes): { "version":"0.1", "description":"The mod adds a couple of socks", "author":"CPU", "addClothes":{ "stockings":[ { "name" : "Socks type I", "image" : "Socks.png", "imagePreview" : "SocksMini.png" }, { "name" : "Socks type II", "image" : "Socks2.png", "imagePreview" : "Socks2Mini.png" } ], "level":3 } }  This topic is a work in progress and will be updated in the next days.  Get the game here (on LoversLab): Horny Bees download
Guest Posted March 30, 2019 Posted March 30, 2019 Translations  You can translate the game in the language you want. A translation is just a JSON file put inside the Translation folder. The name of the file will be shown as name of the language. So call it accordingly.  You will see a set of keys in the JSON file. These are the default English sentences. Just write your translation in the value (between double quotes just after the column ':')  The game supports all Latin based characters (all extended Latin is supported, for example Polish or Hungarian.) Greek is supported, Cyrillic (and extended Cyrillic) is supported. For Japanese only Hiragana and Katakana characters are supported (no Kanji.) Chinese is not supported.  If you translate the game in your language, feel free to share the translation on LoversLab.
Guest Posted March 30, 2019 Posted March 30, 2019 Modifying Character and Costumes  The character is a 2D image composed of various parts that are rendered one over the other. Here is the basic structure:     The layers that can be modded right now are: Top Skirt Stockings Shoes Bra Panties Glasses You can also replace or add other parts, but only these 7 layers can be safely modded. Each image has to be a PNG file of 370x1080 pixels, with alpha layer set to 0 (full transparency) for all pixels that are not used.  <to be continued...> Â
Recommended Posts
Archived
This topic is now archived and is closed to further replies.