Viceburg 0.0.13 Changelog
Added 2025-06-07 18:22:10 +0000 UTC1. Added a small quest upon reaching more than 70 reputation points in the nightclub.
2. Added a new character: Mad Dog (Will be available after completing Damian's quest).
3. Added a new quest: Joining the gang (The quest ending is still in development).
4. Added Robert's quest related to transformation (Requires completing Mad Dog's first quest).
5. The player can accidentally overhear Robert and Amanda in the house.
6. Added an event in the surgery center during the testing of experimental drugs. Triggers randomly with a 40% chance. The event is related to transformation.
7. Bug fixes and minor optimization. Also, slightly improved UI.
*Additional Information:*
I'm also currently working on the next version, which will include a new system for player and NPC relationships, as well as relationships between NPCs, and a new system for calculating success chances.
Next week, there may be a patch for version 0.0.13, or it will be included in version 0.0.14.
Comments
However you can fix your save by coding. Either "quick" and dirty with multiple reloads: Temporarily replace t.breastSize with any number from 0-5, save, reload browser, play and go through a temporary gender change day, save, don't forget to fix the HTML values back again, save, reload browser. Or a bit more advanced by simply adding "if(e.body.breastSize.value==null){e.body.breastSize.value=0.1}" in this code snippet: ... e.characterEvents.unregisterEvent(e.info.id,"gender change one day female")}>>insert-here<<}class ...
Hansi
2025-06-29 15:25:55 +0000 UTCOh, it's just a problem loading the player from "saveBody". it saves values as femininity, breastSize, buttSize, penis_size, vagina_size. but it tries to load femininity, face , buttSize, penis_size, vagina_size. Easy fix because there is only one occurence: Download the HTML file and open it, then search and replace "e.body.breastSize.value=t.face" by "e.body.breastSize.value=t.breastSize" Done. This will not fix already broken saves, because it will store the null reference continuously.
Hansi
2025-06-29 15:22:36 +0000 UTC