From 45eed0d9f630258dd00246af3272e428a9f8f206 Mon Sep 17 00:00:00 2001 From: Marisa the Magician Date: Sun, 24 Jul 2022 20:39:03 +0200 Subject: [PATCH] Minigames have been pushed to 1.5. --- FuturePlans.md | 11 +++++------ language.version | 4 ++-- zscript/kbase/swwm_kbase.zsc | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/FuturePlans.md b/FuturePlans.md index 84cc75657..546fb1b32 100644 --- a/FuturePlans.md +++ b/FuturePlans.md @@ -26,12 +26,6 @@ More weapons, because we need 'em. In addition, all the "easy to implement" mini - Railed Hard *(Shoot through 16 enemies with a single Mortal Rifle overpressure shot)* - [0] Rafan-Kos *(UnSX 4)* - Blasting Ropes *(Melt a grand total of 1000 enemies with the Rafan-Kos)* -* ☐ **Minigames:** - - Tetris - - Breakout - - Snake - - Minesweeper - - Solitaire * ☑ **Additional Voice Acting:** - ✓ Extra lines for item pickups/usage - ✓ Additional taunts and others @@ -85,6 +79,11 @@ Re-animation of old FK models. Plus extra score incentives and achievements. All the hard stuff *(some of these aren't guaranteed)*. * **DLC Gameset:** + - Tetris + - Breakout + - Snake + - Minesweeper + - Solitaire - **[Doom]** Demo Land Adventure *(platformer with shooty gameplay)* - **[Heretic]** Interstellar Demolitionist *(a somewhat simple vertical SHMUP, kinda Touhou styled)* - **[Hexen]** Demolition Quest *(a JRPG, kinda like early FF / BoF)* diff --git a/language.version b/language.version index 6c7f26d10..5d627de8f 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r212 \cu(Sun 24 Jul 19:44:39 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r212 \cu(2022-07-24 19:44:39)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r213 \cu(Sun 24 Jul 20:39:03 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r213 \cu(2022-07-24 20:39:03)\c-"; diff --git a/zscript/kbase/swwm_kbase.zsc b/zscript/kbase/swwm_kbase.zsc index c675800d5..cb6eab45b 100644 --- a/zscript/kbase/swwm_kbase.zsc +++ b/zscript/kbase/swwm_kbase.zsc @@ -191,7 +191,7 @@ Class DemolitionistMenu : GenericMenu 'DemolitionistLibraryTab', 'DemolitionistStoreTab', 'DemolitionistChatTab', - 'DemolitionistGameTab', + //'DemolitionistGameTab', // disabled until 1.5 'DemolitionistHelpTab', 'DemolitionistSecretTab' };