Web Version of Orgone Collector Released

I've rebuilt Orgone Collector from scratch in JS. Getting the local embedding model to work in browser was a huge pain, but it turned out well and I've been able to shrink the game down to just 16mb as a result.
I've added a tutorial to make the game less opaque and some QoL features to make gameplay smoother.
I've also rebuilt the image serving engine from the ground up. In the previous iteration images were fetched based on character appearance tags (hair color, eye color, etc.) as well as tags for the on screen action. This meant that, from turn to turn, the character displayed was not the same character, but merely a character with the same rough features. Often it didn't even mean that, as it was often not possible to match on all tags at once, so many appearance tags would be dropped. This led to extremely inconsistent imagery from turn to turn. The new model anchors every NPC to a popular anime character, ensuring the same character appears turn after turn. The downside is that, even with 1000+ images of the character available, a single character will often not have an image of the desired pose, so fidelity to the action described in the narration is slightly worse. Overall, a good tradeoff, imo.
I'd appreciate any feedback you have.
Files
Get Orgone Collector -- Browser Edition
Orgone Collector -- Browser Edition
Free LLM-powered erotic RPG
Status | In development |
Author | MoralHazard |
Genre | Role Playing, Adventure |
Tags | Adult, Anime, Eroge, Erotic, Roguelite, Romance, Sandbox |
More posts
- Minor Update59 days ago
- Engine Update and Bug Fixes!80 days ago
- Genderswap Update90 days ago
- QoL Improvements and More Character DesignsDec 17, 2024
- Second Round of FixesDec 10, 2024
- First Round of Hotfixes for Custom NPCsDec 09, 2024
- Custom NPCs and MoreDec 09, 2024
- Roadmap UpdateDec 05, 2024
- The Outer Loop UpdateNov 29, 2024
- Major QoL ImprovementsNov 24, 2024
Comments
Log in with itch.io to leave a comment.
Good job on your progress
Thank you!