diff --git a/FuturePlans.md b/FuturePlans.md index 3b8702f88..01b26486a 100644 --- a/FuturePlans.md +++ b/FuturePlans.md @@ -20,15 +20,45 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after - [Heretic] Lithium - Volume One *(A work of art, one of the finest graphic novels)* - [Hexen] Rubber Duck *("Is this some kind of convoluted joke from those two?")* * **More achievements:** - - [Doom] Heck No *(Instakill 10 Archviles)* + - Piece of Candy *(Collect 1000 nuggets)* - Kaboom *(Kill 30 enemies with planted Explodium Mags)* - - OH YEAH *(Bust through 20 doors)* - - [Doom] Goodbye Franchise *(Rescue Commander Keen)* - Pacifist *(Finish a map without killing anything)* - Untouchable *(Finish a map without taking damage)* - Under Pressure *(Break a crusher)* - The Longest Journey *(Walk a total of 1000km)* + - [Doom] Graffiti Master *(Doodle mustaches on 20 demon faces)* + - [Doom] Heck No *(Instakill 10 Archviles)* + - [Doom] Goodbye Franchise *(Rescue Commander Keen)* - [Doom] Taking out the Trash *(Kill all Nazis in the Doom 2 secret maps)* + - [Doom] Environmental Disaster *(Destroy 1000 barrels)* + - [Doom] Encoding Disaster *(Stare closely at FIREBLU for 30 seconds)* + - [Doom] Dynamic Duo *(Defeat the Bruiser Brothers)* + - [Doom] Protip *(Defeat the Tyrant of Babel)* + - [Doom] All Brain *(Defeat the Spider Mastermind)* + - [Doom] More Brain *(Defeat the Spider Sibling)* + - [Doom] Final Cleanup *(Complete Baphomet's Challenge)* + - [Doom] Simply Dead *(Defeat the Demonic Biomech Squad)* + - [Doom] Titan's Fall *(Defeat the Icon of Sin)* + - [Doom] Shot Until Dead *(Defeat the Last Tyrant)* + - [Doom] Evil Eternal *(Defeat the Archangelus)* + - [Doom] A Gazebo Most Insane *(Conquer the Sundered Realms)* + - [Heretic] Crazy Heads *(Defeat the Iron Liches)* + - [Heretic] A Load of Bull *(Defeat the Maulotaur Servants)* + - [Heretic] Abracadabra I Win *(Defeat D'Sparil)* + - [Heretic] What's So Funny? *(Defeat the Iron Liches... again)* + - [Heretic] Big Mooscles *(Defeat the Maulotaur Servants... again)* + - [Hexen] It Just Works *(Defeat the Death Wyvern)* + - [Hexen] Magic Shmagic *(Defeat the Heresiarch)* + - [Hexen] You Again? *(Defeat another Heresiarch)* + - [Hexen] Domination *(Defeat Zedek)* + - [Hexen] Excommunication *(Defeat Traductus)* + - [Hexen] I Hate Puzzles *(Defeat Menelkir)* + - [Hexen] Worship This *(Defeat Korax)* + - [Hexen] Another One *(Defeat yet another Heresiarch)* + - [Hexen] And Another One *(Defeat... yup, one more Heresiarch)* + - [Hexen] Finally *(Defeat the last Heresiarch)* + - [Hexen] Didn't I Kick Your Ass Before? *(Defeat the Deathkings)* +* **Official Sunder support *(when the WAD is complete)*** * ***(Maybe)* Fake livestream chat overlay, with dynamic reactions to all sorts of stuff** * **Replace all hitscan with *"light projectiles"*** * **Leaning and a lot of other stuff involving ViewAngles and ViewPos** @@ -40,7 +70,7 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after - Dab (loud and bassy, alerts monsters) - Airhorn (unlimited range A_AlertMonsters, to unbreak vanilla teleport closets) - Clap - - The Finger + - The Bird - Thumbs Down - Giggle - Heart @@ -58,6 +88,7 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after * **Ibuki companion add-on** * **Saya companion add-on** * **Kirin companion add-on *(Hexen-exclusive)*** +* **Ibuki, Saya and Kirin playerclasses *(that'll be interesting)*** * **Original English Voice Acting:** - Demolitionist - Ibuki diff --git a/graphics/Achievements/AchievementNone.png b/graphics/Achievements/AchievementNone.png index 8ba11da8d..58b32a898 100644 Binary files a/graphics/Achievements/AchievementNone.png and b/graphics/Achievements/AchievementNone.png differ diff --git a/graphics/Fanart/Marisa4.jpg b/graphics/Fanart/Marisa4.jpg new file mode 100644 index 000000000..a0a4a17c8 Binary files /dev/null and b/graphics/Fanart/Marisa4.jpg differ diff --git a/graphics/Fanart/Marisa5.jpg b/graphics/Fanart/Marisa5.jpg new file mode 100644 index 000000000..3988a6323 Binary files /dev/null and b/graphics/Fanart/Marisa5.jpg differ diff --git a/language.def_base b/language.def_base index e5146378e..975d7695c 100644 --- a/language.def_base +++ b/language.def_base @@ -828,7 +828,7 @@ SWWM_INTERTIP119 = "If enemies are getting in your way while you're admiring the SWWM_INTERTIP120 = "I find that if you just talk, your mouth comes up with stuff."; // intermission fanart SWWM_FANART = "Art: "; -SWWM_NFANART = "9"; +SWWM_NFANART = "11"; SWWM_FANART1 = "S20TBL.jpg;Substance20 (@S20_TBL)"; SWWM_FANART2 = "CaptainJ.png;Captain J (@Jho7835)"; SWWM_FANART3 = "RedeadITA.png;Redead-ITA"; @@ -838,6 +838,8 @@ SWWM_FANART6 = "CaptainJ2.png;Captain J (@Jho7835)"; SWWM_FANART7 = "Marisa.jpg"; SWWM_FANART8 = "Marisa2.jpg"; SWWM_FANART9 = "Marisa3.jpg"; +SWWM_FANART10 = "Marisa4.jpg"; +SWWM_FANART11 = "Marisa5.jpg"; // achievements SWWM_ACHIEVEMENT_ABORT_TAG = "Oops I Broke It"; SWWM_ACHIEVEMENT_ABORT_TXT = "Cause a VM abort"; diff --git a/language.version b/language.version index e39f62852..0fdcddf51 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r438 \cu(Sat 10 Apr 23:01:56 CEST 2021)\c-"; -SWWM_SHORTVER="\cw0.9.11b-pre r438 \cu(2021-04-10 23:01:56)\c-"; +SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r439 \cu(Sun 11 Apr 19:49:21 CEST 2021)\c-"; +SWWM_SHORTVER="\cw0.9.11b-pre r439 \cu(2021-04-11 19:49:21)\c-";