Tease DLC Weaponset 2.

This commit is contained in:
Mari the Deer 2020-08-07 11:46:14 +02:00
commit c7013cb4a3
8 changed files with 69 additions and 3 deletions

View file

@ -1,7 +1,7 @@
This is just a bit of "future planning" for stuff that I *might* add
after the first release.
* DLC Weapon Set:
* DLC Weapon Set 1:
- Itamex Reinforced Hammer (UnSX 5)
- Puntzer Beta (SWWM Iridium)
- Puntzer Gamma (Ultra Suite 2)
@ -10,6 +10,11 @@ after the first release.
- Sparkster x3 (UnSX 2)
- Rail Carbine ("Tesla Beamer" in Ultra Suite 2 & 3)
- PROWEL & TADEL (Ultra Suite 2 & 3)
* DLC Weapon Set 2:
- Sheen HMG (SWWM Platinum Ep2)
- Skull Launcher (Weird Weapons)
- Cryolance (SWWM Platinum Ep2)
- Ray-Khom (UnSX)
* Additional Demolitionist Menu features
- Radio (add-on)
- Pong minigame
@ -54,4 +59,3 @@ after the first release.
* Japanese localization???
* Strife support, with rewritten dialogue
* Monster/decoration replacements add-on
* Second DLC Weapon Set?

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \cwGZ\c- r462 (Fri 7 Aug 00:22:48 CEST 2020)";
SWWM_MODVER="\chSWWM \cwGZ\c- r463 (Fri 7 Aug 11:46:14 CEST 2020)";

View file

@ -4,6 +4,10 @@ Class SMW05Ammo : Ammo
{
}
Class SMW05SmallAmmo : SMW05Ammo
{
}
Class SMW05BigAmmo : SMW05Ammo
{
}

View file

@ -0,0 +1,34 @@
// All DLC weapon ammo pickups
Class SheenAmmo : Ammo
{
}
Class SheenBigAmmo : SheenAmmo
{
}
Class SkullAmmo : Ammo
{
}
Class SkullPack : SkullAmmo
{
}
Class CryoMag : Ammo
{
}
Class CryoBullet : MagAmmo
{
}
Class RayAmmo : Ammo
{
}
Class RayBundle : RayAmmo
{
}

View file

@ -0,0 +1,6 @@
// Cyrus Enterprises Sheen HMG (From SWWM Platinum Expansion Pack 2)
// Slot 5, spawns shared with Eviscerator
Class HeavyMahSheenGun : SWWMWeapon
{
}

View file

@ -0,0 +1,6 @@
// Nuutek Cryolance (from SWWM Platinum Expansion Pack 2)
// Slot 8, spawns shared with Silver Bullet JET
Class Cryolance : SWWMWeapon
{
}

View file

@ -0,0 +1,6 @@
// Dr. Locke's Spooky Scary Skeleton Shooter aka "Skull Launcher" (from unreleased "Weird Weapons" UT minimod)
// Slot 6, spawns shared with Hellblazer
Class SkullLauncher : SWWMWeapon
{
}

View file

@ -0,0 +1,6 @@
// Kmonn Shunna Ray-Khom (from UnSX series)
// Slot 9, spawns shared with Candygun
Class RayKhom : SWWMWeapon
{
}