An important rewrite that was a long time coming.

First, a message: There is a time and a place for everything, and understanding
what is and is not appropriate is a fundamental aspect of how one should behave
in society. I must take steps in correcting my behavior, how I act both through
my interactions with others and through my own creations as well. While this is
only one step in a very, very long road, it is hopefully a step in the right
direction.

Various aspects of the story and lore, dialogues, character interactions, etc.
have been sanitized to be less explicit. I cannot in good conscience have
something like this in a project I'm creating, especially one with such a broad
audience as the one it has garnered.

A couple other things have been removed, such as direct references to
problematic media, and I've decided to forego the H-Doom compatibility that was
added "as a joke".

These changes will also be later applied to the side mods as well.

Should I have still missed anything, I please ask that people notify me and I
will address it as soon as I possibly can.

Furthermore, if any of the people still credited in this mod wish to have their
name and anything they contributed removed from it, I will do so.
This commit is contained in:
Mari the Deer 2023-03-17 11:52:36 +01:00
commit a8f6417781
280 changed files with 1332 additions and 1357 deletions

View file

@ -174,8 +174,6 @@ Class FrispyCorn : SWWMCollectible
}
Class SayaBean : SWWMCollectible
{
bool callout; // already called the player a perv for loading h-doom
Default
{
Tag "$T_SAYABEAN";
@ -238,14 +236,14 @@ Class DemoPlush : SWWMCollectible
}
}
// Hexen
Class KirinCummies : SWWMCollectible
Class KirinSippy : SWWMCollectible
{
Default
{
Tag "$T_PEACH";
Inventory.PickupMessage "$T_PEACH";
SWWMCollectible.Availability AVAIL_Hexen;
SWWMCollectible.GestureWeapon "KirinCummiesGesture";
SWWMCollectible.GestureWeapon "KirinSippyGesture";
SWWMCollectible.GetLine "peachget";
Stamina 300;
}

View file

@ -91,17 +91,6 @@ Class SayaBeanGesture : SWWMItemGesture
}
action void A_Squish2()
{
let realbean = SayaBean(FindInventory("SayaBean"));
if ( realbean && !realbean.callout && !Random[Gesture](0,3) )
{
foreach ( cls:AllActorClasses )
{
if ( cls.GetClassName() != "HDoomPlayer" ) continue;
A_StartSound("saya/pervert",CHAN_ITEMEXTRA,CHANF_OVERLAP);
realbean.callout = true;
return;
}
}
A_StartSound("saya/giggle",CHAN_ITEMEXTRA,CHANF_OVERLAP);
}
action void A_UsePlush()
@ -214,7 +203,7 @@ Class DemoPlushGesture : SWWMItemGesture
Stop;
}
}
Class KirinCummiesGesture : SWWMItemGesture
Class KirinSippyGesture : SWWMItemGesture
{
States
{