What this is (and what it isn’t)
Let’s be honest: this is an AI-assisted game meant for blowing off steam. Because this is an early demo, I didn’t waste resources on complex UI, voice acting, or a deep philosophical plot. The goal here is to show you the baseline quality of the renders and the core gameplay loop.
No Paywalls, No Artificial Grind
I absolutely despise games that force you to grind for three hours just to unlock a single generic scene. There are no paywalls here. No Patreon passwords, no hidden VIP versions, and no forced grind designed to squeeze money out of players.
If you think the game is worth your time and you want to keep my motivation high, throw some change at my Patreon. If not, just play and enjoy the game. You shouldn’t have to suffer through tedious mechanics just to see some content.
Update Schedule
The current plan is to release at least one update per month. Each update will include either a new character, new outfits, or both (which naturally includes new photoshoot stages, events, and H-scenes). I am not going to drop 3 single renders and try to sell it to you as a “massive update.” Content will come in smaller, but dense and meaningful portions.
Modding Support (Yes, it exists)
The game architecture is open and mod-friendly right out of the gate. It might not be perfectly polished yet, but the core system works, and I will continue to improve it.
You don’t need to recompile the game to add your own characters.
1: Create a simple JSON config for your character in the game\content\girls\girl_name folder.
Here is template:
- “id”: “zora”,
- “name”: “Zora”,
- “sprite_scale”: 0.85,
- “sprite_yalign”: 1.0,
- “location”: “planet_xylos”,
- “sub_location”: “Abandoned Bunker”,
- “can_be_pregnant”: true,
- “default_outfit”: “casual”,
- “outfits”: {
- “casual”: {
- “name”: “Lab Suit”,
- “price”: 100
- “cyber”: {
- “name”: “Cyber Armor”,
- “price”: 300
- 2: Drop their sprites and CGs into the same folder using the the same naming as the other girls’ (look in the ‘kate’ or ‘nova’ folder)
- 3: Run the game
- (The game offers the option to use video for sexual scenes, but this feature has not yet been fully tested, so it is best to hold off until future updates.)