Orgynizer

Orgynizer

Not enough ratings
Orgynizer Modding Guide
By GeckoDev
Welcome to the lovely world of Modding for Orgynizer.

As of writing this, modding is still new, and we are working on ironing out the kinks that may arise.

Modding is being implemented in two phases. The first phase only allows for content modding, such as Guests, Rooms, Activities, Toys ect.
Phase two will allow for custom game mechanics, but that's still some way away.
   
Award
Favorite
Favorited
Unfavorite
Basics
Welcome to the lovely world of Modding for Orgynizer.

As of writing this, modding is still new, and we are working on ironing out the kinks that may arise.

Modding is being implemented in two phases. The first phase only allows for content modding, such as Guests, Rooms, Activities, Toys ect.
Phase two will allow for custom game mechanics, but that's still some way away.

Before you start: Making sure mods are available
First things first, if you do not see the Mods panel in your main menu, you will need to go to Game Properties > Betas and change to the Playtesting Branch.
Ground rules
1. All Characters Must Be 18+
No exceptions. If your character looks underage, is described as underage, or could be interpreted as underage—don’t upload it. "They're actually a 300-year-old dragon" won’t save you.

2. Only Legal, Consensual Content
If it’s illegal in real life, it’s banned here. Mods must not include:
  • Non-consensual acts.
  • Incest.
  • Underage characters in any form.
  • Anything that violates your local laws, Steam’s rules, or basic human decency.

Consent must be explicit and enthusiastic in your content. If there’s any doubt, we’re pulling the plug.

3. Respect Platform Guidelines
Orgynizer is hosted on Steam, so all mod content must also comply with the Steam Subscriber Agreement and Steam Workshop Rules. If your mod would get our whole game taken down, it’s not going up.

If you make a mod featuring your favorite streamer or content creator, at the bare minimum check with them. If said person comes to us and asks it to be removed, we will remove it.

Streamers & Content Creators

If you load mods into Orgynizer that include content outside of Twitch’s TOS or Community Guidelines, you stream at your own risk. Just because a mod exists doesn’t mean it’s safe to show on stream. This includes:

  • Explicit sexual visuals
  • Certain fetishes
  • Anything Twitch considers bannable (which, let’s be honest, is a lot of the fun stuff)
When in doubt, don’t stream it—or blur it and give a warning.


Stuff We Encourage
  • Wild characters with unique backstories
  • Kinks, fetishes, and fantasies that are legal and consensual
  • LGBTQ+ inclusive content
  • Parodies and pop culture references (be careful with copyright)
  • Grown up versions of fictional characters, now at legal age
  • Inventive activites, toys, and rooms
  • Things that are so surreal, noone would consider them realistic (Giantess, Monsterf*ckerfans and Swallowed-Whole-Vore people, I'm looking at you).
Using a template
You can download a template from this Mod and adjust it as you see fit. You can delete or modify the existing elements, or add new ones from scratch.

Orgynizer Mod Template

Just remember to go into the .json file, find the part that says
"SteamModId": "3463197914"
and either delete this line or change it to
"SteamModId": null

Otherwise Steam things you want to overwrite the template, and that's not good.
New guests
You make new guests by adding a text file to your mod folder, and calling it (NAME).guest.

Inside it, there needs to be at least these metadata lines:

GUEST_NAME: PracticeDoll GUEST_THEMECOLOR: #6a6e74 GUEST_TRAITS: Empty, Template

You also need to place two 16x16 .png files next to your .guest file, called (NAME)_a.png and (NAME)_b.png. These will create the animation.
If your guest does not have these, it will not appear.

Variables
GUEST_NAME: The display name of the character. If this collides with an existing character, it will fail to load.
GUEST_THEMECOLOR: The HEX color code of the characters theme color.
GUEST_TRAITS: Comma seperated trait list, only a-z characters can be used here.
You can have anywhere between 1 to 5 traits.

More variables are on their way...

If you want to support the nude mod, you also need to have two extra 16x16 .png files next to your .guest file, called (NAME)_nude_a.png and (NAME)_nude_b.png.
New rooms
In order to add rooms, please add a .room file with the following text inside:
ROOM_NAME: Empty Chamber ROOM_THEMECOLOR: #0044FF ROOM_TRAITS: Template, Empty

You also need to include a .png in the same folder as your .room file, with the dimensions 128x40.

You can grab a template from the Template Mod, or use the following file:

We recommend using Aseprite or Photoshop to make these in.
Uploading your mod
Once you believe your mod is ready, open up Orgynizer, click Mods and click Maker.

There, you should be able to see your mod folders, and you can click the one you wish to launch.

The system will run a basic checklist to make sure the mod files are in order.

You can always modify your builds by re-uploading the mod folder.
Last but not least
Last but not least, thank you for your contribution to our silly lil game, and don't hesitate to reach out to me on Discord (https://discord.gg/2t4pWGxXtc) to either talk about mods or to show off your stuff.