Home Artists Posts Import Register

Downloads

Content

I do plan to upload this to its own separate Itch.io project as I have for Exile of Aphrodisia and Bimbocalypse: Rise of the Bimbies. For now you can nab it as an attachment on this post.

The cheat/debug build allows you to use the debug console mentioned in the public release notes, but I'll also repost them here:

Debug/Cheat commands are only available to Patreon backer builds.


Debug/Cheat commands are only available to Patreon backer builds.


When entering these commands, do not add square brackets. Anything shown below in [] should be replaced with a specific value, such as a number for [amount] or the id of the application or event for [id].


Debug commands are case-sensitive.


Press ` to open the debug terminal.



// add money

money + [amount]


// remove money

money - [amount]


// build new transformation chambers

chambers + [amount]


// remove transformation chambers

chambers - [amount]


// adds crystals of each crystal type

crystals all + [amount]


// add transformation crystals of specific type

crystals [crystalType] + [amount]


// remove transformation crystals of specific type

crystals [crystalType] - [amount]


Valid [crystalType] values:

fem - Feminization 

defem - Defeminization 

masc - Masculinization 

demasc -Demasculinization 

feral -Feralization 

inanimate - Inanimation 

shrink - Shrinking 

grow - Growth 

corrupt - Corruption 

purify - Purification 

personality - Personality 

fant - Fantasticalization 

merge - Merging 

week - WeekStabilizer 

month - MonthStabilizer 

year - YearStabilizer 

perm - PermanentStabilizer


// add client applications

applications + [amount]


// remove client applications

applications - [amount]


// adds a specific application into the applicant pool

application [id]


// automatically transfers all ordered crystals in inventory

deliver


// advance time in minutes (skips simulation)

minutes + [amount]


// advance time in days (skips simulation)

days + [amount]]


// researches all crystal types

research + all


// instantly completes transformation chamber construction/upgrade

finishupgrades


// instantly moves to a location [tiers] higher than the current location tier

location + [tiers]

Ex) location + 2


// increases all hired employee morale

morale + [amount]


// decreases all hired employee morale

morale - [amount]


// increases all hired employee wage in dollars per hour

wages + [amount]


// decreases all hired employee wage in dollars per hour

wages - [amount]


// researches all crystals, moves to highest tier location, and gives high fame and infamy

endgame


// hires all non-hired employees

employees hire all


// fires all hired employees

employees fire all


// gives all hired employeex xp

employees xp [amount]


NEW:

// spawn new random events

events + [amount]


// spawn specific event

events [eventId]


// reset random event queue

events clear

Comments

Anonymous

I can't seem to load my old game. Is this a bug or is this update not compatible with old saves?

BlueFairyMediaGames

Unfortunately this version introduces changes to the game state which makes old saves incompatible. One of my next goals for the game is to redo the game save/load state so I have better control over versioning than the default C# objection serialization that's being used now.