Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
new versions of copper and EoD
Browse files Browse the repository at this point in the history
for issue #86
  • Loading branch information
neogeographica committed Jan 27, 2023
1 parent c68b2fe commit 0b1239b
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 12 deletions.
2 changes: 1 addition & 1 deletion quakestarter_scripts/_quakestarter_cfg_defaults.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ REM slow to update and a new version of AD/Copper has been released. Note that
REM this must match the basename of a zip file in the Quaddicted filebase.

set latest_ad=ad_v1_80p1final
set latest_copper=copper_v1_19
set latest_copper=copper_v1_20


REM Whether to check for updates when starting Quakestarter, and if so what
Expand Down
8 changes: 4 additions & 4 deletions quakestarter_scripts/episodes_latest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ call :installed_check sm215
call :installed_check snack2
call :installed_check sm_217
call :installed_check ctsj2_1.2
call :installed_check toneodspmp3_2_3
call :installed_check toneodspmp3_2_4
echo.
echo Selected custom episodes/hubs released from 2020 through 2022:
echo %is_ctsj_installed% 1: ctsj - Coppertone Summer Jam
Expand All @@ -84,7 +84,7 @@ echo %is_sm215_installed% 14: sm215 - Quad Run
echo %is_snack2_installed% 15: snack2 - Speedmap Snack Pack 2 - Cosmic Hunger
echo %is_sm_217_installed% 16: sm_217 - Remaster Textures
echo %is_ctsj2_1.2_installed% 17: ctsj2_1.2 - Coppertone Summer Jam 2 v1.2
echo %is_toneodspmp3_2_3_installed% 18: toneodspmp3_2_3 - Empire of Disorder v2.3
echo %is_toneodspmp3_2_4_installed% 18: toneodspmp3_2_4 - Empire of Disorder v2.4
echo.
echo Enter a number to install/launch/manage one of the releases above.
echo.
Expand Down Expand Up @@ -202,8 +202,8 @@ goto :menu

:18
set review_page=https://www.quaddicted.com/reviews/toneodspmp3_2_2.html
set start_map=eod_intro
call "%scriptspath%_handle_mod_choice.cmd" toneodspmp3_2_3
set start_map=eod0
call "%scriptspath%_handle_mod_choice.cmd" toneodspmp3_2_4
goto :menu


Expand Down
32 changes: 30 additions & 2 deletions quakestarter_scripts/legacies.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ call :installed_check fmb_bdg rating
call :installed_check retrojam4dlc_pulsar rating
call :installed_check plaw02 rating
call :installed_check markiesm1v2 rating
call :installed_check copper_v1_19 version
call :installed_check ctsj2 version
call :installed_check toneodspmp3_2_3 version

REM if called with "check" arg just decide whether to show this menu at all
if "%~1"=="check" (
Expand Down Expand Up @@ -117,8 +119,14 @@ if "%show_rating%"=="true" (
)
if "%show_version%"=="true" (
echo Dropped because superseded by a newer version:
if "%show_copper_v1_19%"=="true" (
echo %is_copper_v1_19_installed% 10: copper_v1_19 - Copper 1.19 ^(2022^)
)
if "%show_ctsj2%"=="true" (
echo %is_ctsj2_installed% 10: ctsj2 - Coppertone Summer Jam 2 v1.0 ^(2022^)
echo %is_ctsj2_installed% 11: ctsj2 - Coppertone Summer Jam 2 v1.0 ^(2022^)
)
if "%show_toneodspmp3_2_3%"=="true" (
echo %is_toneodspmp3_2_3_installed% 12: toneodspmp3_2_3 - Empire of Disorder v2.3 ^(2022^)
)
echo.
)
Expand Down Expand Up @@ -227,8 +235,18 @@ set start_map=markiesm1
call "%scriptspath%_handle_mod_choice.cmd" markiesm1v2
goto :menu

REM Coppertone Summer Jam 2 v1.0 should age out after 2/11/2023
REM Copper 1.19 should age out six months after v3.8.0
:10
if not "%show_copper_v1_19%"=="true" (
goto :eof
)
set start_map=start
set skip_quakerc_gen=true
call "%scriptspath%_handle_mod_choice.cmd" copper_v1_19
goto :menu

REM Coppertone Summer Jam 2 v1.0 should age out after 2/11/2023
:11
if not "%show_ctsj2%"=="true" (
goto :eof
)
Expand All @@ -237,6 +255,16 @@ set skip_quakerc_gen=true
call "%scriptspath%_handle_mod_choice.cmd" ctsj2
goto :menu

REM Empire of Disorder v2.3 should age out six months after v3.8.0
:12
if not "%show_toneodspmp3_2_3%"=="true" (
goto :eof
)
set review_page=https://www.quaddicted.com/reviews/toneodspmp3_2_2.html
set start_map=eod_intro
call "%scriptspath%_handle_mod_choice.cmd" toneodspmp3_2_3
goto :menu


REM functions used above

Expand Down
10 changes: 5 additions & 5 deletions quakestarter_scripts/recent.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cls
call :installed_check ctsj2_1.2
call :installed_check sm220-108
call :installed_check qbj_1.05
call :installed_check toneodspmp3_2_3
call :installed_check toneodspmp3_2_4
call :installed_check sewerjam2
echo.
echo This menu is a selection of high-profile releases from the past six months. A
Expand All @@ -65,7 +65,7 @@ echo.
echo %is_ctsj2_1.2_installed% 1: ctsj2_1.2 - Coppertone Summer Jam 2 v1.2
echo %is_sm220-108_installed% 2: sm220-108 - Prototype Jam 3 v1.08
echo %is_qbj_1.05_installed% 3: qbj_1.05 - Quake Brutalist Jam v1.05
echo %is_toneodspmp3_2_3_installed% 4: toneodspmp3_2_3 - Empire of Disorder v2.3
echo %is_toneodspmp3_2_4_installed% 4: toneodspmp3_2_4 - Empire of Disorder v2.4
echo %is_sewerjam2_installed% 5: sewerjam2 - Sewer Jam 2 v1.2.1
echo.
echo Enter a number to install/launch/manage one of the releases above.
Expand Down Expand Up @@ -100,11 +100,11 @@ set skip_quakerc_gen=true
call "%scriptspath%_handle_mod_choice.cmd" qbj_1.05 https://neogeographica-downloads.s3.amazonaws.com/tools/quakestarter/qbj_1.05.zip
goto :menu

REM Empire of Disorder v2.3 should age out after 3/1/2023
REM Empire of Disorder v2.4 should age out after 3/1/2023
:4
set review_page=https://www.quaddicted.com/reviews/toneodspmp3_2_2.html
set start_map=eod_intro
call "%scriptspath%_handle_mod_choice.cmd" toneodspmp3_2_3
set start_map=eod0
call "%scriptspath%_handle_mod_choice.cmd" toneodspmp3_2_4
goto :menu

REM Sewer Jam 2 v1.2.1 should age out after 5/10/2023
Expand Down

0 comments on commit 0b1239b

Please sign in to comment.