Home Artists Posts Import Register

Content

Play dev release 0.1.2!

Most recent update: 10/8, 12:20 AM


Added seagull girl commission to the landfill in Bright Forest — showPassageByName("ExploreSalvage") in console to check it out


Updated extreme kinks warning with disclaimer and list of warning icons


Added new start screen which asks if you want to start with audio on or off


Press F12to access the debug screen from the main menu, then pressDEV START to set your gender, name, etc easily and teleport anywhere. Check out the showPassageByName command if you want to teleport somewhere a little more obscure.


Press ~to open the console.


Beware: If you don't set your gender, name, etc. before teleporting somewhere then the game will probably glitch out.


Dev Console:

Press the up arrow to scroll through your previously entered commands.


Commands:

FlxG.resetGame() — resets the game

restore— undoes the last choice you made, but only once

for (it in data.items) it.amount = 999 — gives you 999 of every item

for (it in data.explore) it.times = -1 — scenes no longer get removed from the pool of possible Explore results after you encounter them

showPassageByName("passageName")— puts you at a certain passage (see below for list of passage names)

whereami — outputs the name of the passage you're currently on as "[WARNING] <passage name here>". Then, later, you can input that passage name into the showPassageByName command to teleport back there!

data.variableName = true— used to set variables manually

data.playerName = "Kittery" — used to manually set player name, replace Kittery with your name obvs~


Passage Names:

Replace passageName with one of these.

Bright Forest — the bright forest hub

Indigo Pond

The Floatillery

ExploreRoxelle — Roxelle's Farm

ExploreLittleRed — Red's Cottage

ExploreLunarGlade— the lunar glade with the two nymph girls

ExploreHovel— the hovel with the messy pigs

ExploreDarts— the frog boy scene

GatherFoxes — the foxes' campsite

ExploreLandfill — the landfill

ExploreCarve — the whore tree

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Junk City — the junk city hub

ExploreSeptricas

ExploreSewerSuburbs


Player Variables:

Replace variableName with one of these when you usedata.variableName = true

Genital variables: hasCock, hasCunt, hasBoth

Gender variables: genderMale, genderFemale, genderNeutral

Comments

No comments found for this post.