Orgone Collector
A downloadable game
You are tasked by a demon with collecting orgone by sleeping with women. Gameplay is driven by an AI narrator, but I've attempted to give this more of the formal structure of a game than e.g. AI girlfriend chatbots or freeform AI roleplay platforms--stats are tracked, you must build out and travel a map to move around, and the current gamestate heavily constrains how the AI can proceed. NPCs are a mix of procedurally generated characters and premade challenges who are generally much harder to seduce. Progression mainly comes through learning spells, which cost orgone.
This game is still in beta and contains numerous bugs. However, it is playable start to finish.
Gameplay details:
Describe you actions and press "Submit" to progress the game. Sleep, spells, and travel are handled through the menu. Travel generates new NPCs. You name your destination and the LLM generates it. Travel between distant locations takes longer. Every NPC has their current location listed in their character sheet.
Due to multiple API calls, expect the game to freeze for 5-10 seconds after hitting submit, sometimes up to 1 minute if retries are necessary.
Caveat Emptor: This game pulls images from Gelbooru to illustrate the narrative. I have blacklisted Loli, Shota, and a number of other tags, but I cannot absolutely guarantee the quality of Gelbooru tagging, and the blacklist depends on that tagging.
Updated | 29 days ago |
Status | In development |
Rating | Rated 2.0 out of 5 stars (2 total ratings) |
Author | MoralHazard |
Genre | Adventure |
Tags | Adult, Erotic, relationship, Roguelike |
Download
Install instructions
The game is packaged as an EXE (Windows only) and will build the necessary files in whatever folder you run it in. The first run will take several minutes as it must download an embedding model (80mb) and generate a vector database.
To play the game, you'll need two API credentials, both of which you can get for free: a Gelbooru API key and a Cohere API key. You should be able to get both credentials in the time it takes for the game to setup.
Gelbooru: You'll need to sign up at https://gelbooru.com/index.php?page=account&s=reg (no email required), then copy the API Access Credentials at the bottom of this page: https://gelbooru.com/index.php?page=account&s=options
The API key and User ID components are highlighed below:
&api_key=0652623d780726c05b652483bf7967da2e6838c02d2d97c3a833db4fa2bd4fa8&user_id=152966
Cohere: You'll need to sign up for Cohere with a valid email here: https://dashboard.cohere.com/welcome/login, then generate a New Trial Key here: https://dashboard.cohere.com/api-keys
Both have free usage limits, but should allow you to play the game several times/month for free.
Development log
- First Post47 days ago
Comments
Log in with itch.io to leave a comment.
The Hawkwind song "Orgone Accumulator" brought me here.
I see the potential and bid the developer Good luck. Though windows defender did scare me upon trying to open. Secondly the image kind of seems disjointed to the scenario or inputs and might need some more tweaks or at least give an option to reroll the image (tried typing a character name but showed me a completely random character).
Thank you for your helpful comments. I'm working on a browser version to address the first point. Unfortunately, the Highly variable images are an intrinsic limitation of pulling images from gelbooru based on tags--the gelbooru tagging system is very flat so there is no way to connect tags to characters, leading to tag bleed across characters. There also may simply be no image that hits all the tags. I've set it up to prioritize the sex position over character traits in this case. My longterm goal is to have a set of pre-baked scenes and poses the llm choses from based on the narration, then insert characters in, but this is substantially more work. The gelbooru images are a placeholder.