New Room Background Images ()

* -grey scaling bondage items

-added background textures to milk can, wooden box, water cell

* Greyscaling 

grey scaled more items

* More greyscaling

-greyscaled most bondage items for color consistency
-darkened/brightened some bondage items for color consistency
-added new textures for wooden box, water tank and milk can

* various corrections

-changed bitchsuit to petsuit entirely
-changed lowcage to kennel entirely
-remove deaf effect from hoods
-added locks to wooden box
-added new small wooden box, also lockable
-adjusted some of the names displayed in chat for certain items

* Update Female3DCG.csv

* reimplemented previous change after merge

-see "various corrections" commit

* Clean Up

Removed changes unrelated to initial pull request:

reverted: *changed Bitchsuit entries to Petsuit for consistency
reverted: *changed LowCage entries to Kennel for consistency
reverted: *removed deaf effect from hoods
reverted: *adjusted some displayed names of items in chat rooms when used
reverted: *added initial files for collar name tags I am working on currently

unchanged: *changed wooden box to be buyable and lockable
unchanged: *added new small wooden box, also buyable and lockable

* small cleanup

-fixed typo in Female3DCG.js
-deleted unrelated image

* -small fix

-revert straitdress images to that of master branch

* New background images

-Added six new online room background images
This commit is contained in:
FeuertinKira 2019-10-09 05:21:30 +02:00 committed by Ben987
parent c88b2b2ab8
commit 381e3a2ea0
14 changed files with 7 additions and 1 deletions

Binary file not shown.

After

(image error) Size: 445 KiB

Binary file not shown.

After

(image error) Size: 300 KiB

Binary file not shown.

After

(image error) Size: 423 KiB

Binary file not shown.

After

(image error) Size: 265 KiB

Binary file not shown.

After

(image error) Size: 648 KiB

Binary file not shown.

After

(image error) Size: 411 KiB

Binary file not shown.

After

(image error) Size: 641 KiB

Binary file not shown.

After

(image error) Size: 413 KiB

Binary file not shown.

After

(image error) Size: 131 KiB

Binary file not shown.

After

(image error) Size: 91 KiB

Binary file not shown.

After

(image error) Size: 225 KiB

Binary file not shown.

After

(image error) Size: 142 KiB

View file

@ -27,6 +27,12 @@ ParkNight,Park Night
ChillRoom,Chill Room
Boudoir,Boudoir
BondageBedChamber,Bondage Bedchamber
Beach,Beach
ForestPath,Forest Path
DeepForest,Deep Forest
SpookyForest,Spooky Forest
AbandonedBuilding,Abandoned Building
PaddedCell2,Padded Cell 2
RoomSize,"Room maximum size, from 2 to 10 members"
Create,Create
Cancel,Cancel

1 EnterRoomInfo Enter your room information
27 ChillRoom Chill Room
28 Boudoir Boudoir
29 BondageBedChamber Bondage Bedchamber
30 Beach Beach
31 ForestPath Forest Path
32 DeepForest Deep Forest
33 SpookyForest Spooky Forest
34 AbandonedBuilding Abandoned Building
35 PaddedCell2 Padded Cell 2
36 RoomSize Room maximum size, from 2 to 10 members
37 Create Create
38 Cancel Cancel

View file

@ -174,7 +174,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"];
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", "PaddedCell2" ];
CommonSetScreen("Online", "ChatSearch");
}