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.
29 lines
967 B
Text
29 lines
967 B
Text
// base stuff
|
|
#include "gldefs/pp.txt"
|
|
#include "gldefs/envmaps.txt"
|
|
#include "gldefs/misc.txt"
|
|
#include "gldefs/bdscreen.txt"
|
|
#include "gldefs/demolitionist.txt"
|
|
// items
|
|
#include "gldefs/items/ammo.txt"
|
|
#include "gldefs/items/pickups.txt"
|
|
#include "gldefs/items/keys.txt"
|
|
#include "gldefs/items/funstuff.txt"
|
|
// weapons
|
|
#include "gldefs/weapons/deepimpact.txt"
|
|
#include "gldefs/weapons/explodiumgun.txt"
|
|
#include "gldefs/weapons/spreadgun.txt"
|
|
#include "gldefs/weapons/wallbuster.txt"
|
|
#include "gldefs/weapons/eviscerator.txt"
|
|
#include "gldefs/weapons/hellblazer.txt"
|
|
#include "gldefs/weapons/sparkster.txt"
|
|
#include "gldefs/weapons/silverbullet.txt"
|
|
#include "gldefs/weapons/candygun.txt"
|
|
#include "gldefs/weapons/ynykron.txt"
|
|
// dlc weaponset
|
|
#include "gldefs/dlc1/dlcammo.txt"
|
|
#include "gldefs/dlc1/hammer.txt"
|
|
#include "gldefs/dlc1/plasmablast.txt"
|
|
#include "gldefs/dlc1/sheenhmg.txt"
|
|
#include "gldefs/dlc1/quadravol.txt"
|
|
#include "gldefs/dlc1/mortalrifle.txt"
|