Winter scenes ()

* More SlaveTwin

* To cut or not to cut

* SlaveTwin Beta Ready

The SlaveTwin section should be ready for some testing, but the accompanying RopeGroup section still needs a lot of work doing to it.

* Cleanup random selection function

This still uses the previous random number selection method, it's just been cleaned up to make it more readable and to avoid duplication.

As far as I could tell, there was no reason for the `C101_KinbakuClub_Slaves_Random#` variables to be global. So that's been incorperated into the function to keep things cleaner.

* RopeGroup tidied for Alhpa

* Change going to K Club.

* More KC fitting in

* Can leave KC

Changed the door in the club, player can now leave if not in bondage.

* A bit more RopeGroup

* Twins Stage 1

First part of main interaction with either twin.

* upload 14-11-2018

* Update Cassi 1

* Return to dorm added

* RG bug fix

Fixed reference error

* Cassi with rope group release

* Disabled save function in club

* Nursery and Market club room introductions

Previews of the nursery and slave market for the bondage club.

* This modification is probably a mistake

Post is again if it wasn't a mistake, I'm not sure why it's there.

* Partial nursery update

* upload from desktop for fork update

* upload from desktop for fork update

* upload from desktop for fork update

* Most of Nurse interactins done

* Nursery part 1 ready

* Cloth Fix and First Lingerie

* Lingerie

* mittens partical success

* PR 19 merge changes and more mittens

* Nursery v1 Ready for Beta

First proper section of the nursery updated ready for testing

* InventoryGet(...) is null fix

* Vibrating nipple clamps (not finished) + strapless bra

* More Vibe clamps, fishnets and strait leotard

* own diaper fix

* Debuff + Engwishh

* fix + items

* Update Female3DCG.csv

* Nursery Cost fix + pigtial ribbon + bunnygirl set

* Pantyhose Priority

quick fix to layer priorities

* Carrot gag fix

* BunnyEar2 image fix

* Pony Ears

* Robe and captains hat

* Slave market all refrence to $ removed

* Update Skill.js

* Puppy and collar items

* Missing locks

* Bug fixes

* Winter themed bachgrounds

Some more backgrounds for multi player rooms
This commit is contained in:
wildsj 2019-11-26 17:15:27 +00:00 committed by Ben987
parent a62fcef3c0
commit a66a4f549e
10 changed files with 5 additions and 1 deletions

Binary file not shown.

After

(image error) Size: 720 KiB

Binary file not shown.

After

(image error) Size: 333 KiB

Binary file not shown.

After

(image error) Size: 751 KiB

Binary file not shown.

After

(image error) Size: 396 KiB

Binary file not shown.

After

(image error) Size: 738 KiB

Binary file not shown.

After

(image error) Size: 393 KiB

Binary file not shown.

After

(image error) Size: 598 KiB

Binary file not shown.

After

(image error) Size: 403 KiB

View file

@ -35,6 +35,10 @@ AbandonedBuilding,Abandoned Building
BalconyNight,Balcony Night
CozyLivingRoom, Cozy Living Room
RooftopParty,Rooftop Party
CosyChalet,Cosy Chalet
ParkWinter,Park Winter
XmasEve,Xmas Eve Lounge
XmasDay,Xmas Day Lounge
AsylumEntrance,Entrance
AsylumBedroom,Bedroom
AsylumMeeting,Meeting

1 EnterRoomInfo Enter your room information
35 BalconyNight Balcony Night
36 CozyLivingRoom Cozy Living Room
37 RooftopParty Rooftop Party
38 CosyChalet Cosy Chalet
39 ParkWinter Park Winter
40 XmasEve Xmas Eve Lounge
41 XmasDay Xmas Day Lounge
42 AsylumEntrance Entrance
43 AsylumBedroom Bedroom
44 AsylumMeeting Meeting

View file

@ -175,7 +175,7 @@ function MainHallClick() {
ChatRoomSpace = "";
ChatSearchBackground = "IntroductionDark";
ChatSearchLeaveRoom = "MainHall";
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "BalconyNight", "CozyLivingRoom", "RooftopParty"];
ChatCreateBackgroundList = ["Introduction", "KidnapLeague", "MaidQuarters", "MainHall", "Management", "Private", "Shibari", "Bedroom", "HorseStable", "Nursery", "PrisonHall", "BDSMRoomBlue", "BDSMRoomPurple", "BDSMRoomRed", "Gardens", "IndoorPool", "OutdoorPool", "MaidCafe", "PublicBath", "ParkDay", "ParkNight", "ChillRoom", "Boudoir", "BondageBedChamber", "Beach", "ForestPath", "DeepForest", "SpookyForest", "AbandonedBuilding", "BalconyNight", "CozyLivingRoom", "RooftopParty", "CosyChalet", "ParkWinter", "XmasEve", "XmasDay"];
CommonSetScreen("Online", "ChatSearch");
}