Skip to content

Commit

Permalink
Add thetemple, an original map by b1rd
Browse files Browse the repository at this point in the history
  • Loading branch information
solidi committed Oct 12, 2024
1 parent f228698 commit 68e4d98
Show file tree
Hide file tree
Showing 70 changed files with 13,919 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
needs: [compile_tools, compile_wads]
strategy:
matrix:
map: [training,stalkyard2,snowyard,coldice,canyon,focus,furrow,training2,bounce2,catacombs,fences,depot,snowcross,frostfire,drift,snow_camp,ice_pit,frozen_bunker,snowtransit,doublefrost,themill,chillworks,frosty,overflow,frozenwarehouse,thechill,frostmill,glupshitto,cold_base,comet,datafloe]
map: [training,stalkyard2,snowyard,coldice,canyon,focus,furrow,training2,bounce2,catacombs,fences,depot,snowcross,frostfire,drift,snow_camp,ice_pit,frozen_bunker,snowtransit,doublefrost,themill,chillworks,frosty,overflow,frozenwarehouse,thechill,frostmill,glupshitto,cold_base,comet,datafloe,thetemple]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -509,6 +509,7 @@ jobs:
Expand-Archive -Path .\${{env.FOLDER_NAME}}\cold_base\cold_base.zip -DestinationPath $env:TEMP
Expand-Archive -Path .\${{env.FOLDER_NAME}}\comet\comet.zip -DestinationPath $env:TEMP
Expand-Archive -Path .\${{env.FOLDER_NAME}}\datafloe\datafloe.zip -DestinationPath $env:TEMP
Expand-Archive -Path .\${{env.FOLDER_NAME}}\thetemple\thetemple.zip -DestinationPath $env:TEMP
Compress-Archive -LiteralPath $env:TEMP\maps -DestinationPath .\${{env.FOLDER_NAME}}\maps.zip -Force
- name: Upload Maps
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Thumbs.db*
*/wads/icerink.wad
*/redist/datafloe.wad
*/wads/datafloe.wad
*/redist/thetemple.wad
*/wads/thetemple.wad
*/redist/pak0.pak
*/redist/maps/
*/redist/models/
Expand Down
1 change: 1 addition & 0 deletions workspace/Build-Maps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ if ([string]::IsNullOrEmpty($mapName)) {
Compile-Map $binDir "cold_base" $mapsDir $redistDir $wadsDir $finalCompile $noWad
Compile-Map $binDir "comet" $mapsDir $redistDir $wadsDir $finalCompile $noWad
Compile-Map $binDir "datafloe" $mapsDir $redistDir $wadsDir $finalCompile $noWad
Compile-Map $binDir "thetemple" $mapsDir $redistDir $wadsDir $finalCompile $noWad
# Add-ons
Compile-Map $binDir "quadfrost" $mapsDir $redistDir $wadsDir $finalCompile $noWad
Compile-Map $binDir "defroster" $mapsDir $redistDir $wadsDir $finalCompile $noWad
Expand Down
1 change: 1 addition & 0 deletions workspace/Build-Wads.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Compile-Wad $binDir "spacepirate" $wadsDir $redistDir
Compile-Wad $binDir "decals" $wadsDir $redistDir
Compile-Wad $binDir "icerink" $wadsDir $redistDir
Compile-Wad $binDir "datafloe" $wadsDir $redistDir
Compile-Wad $binDir "thetemple" $wadsDir $redistDir
Compile-Wad $binDir "quadfrost" $wadsDir $redistDir

Set-Location -Path ${PSScriptRoot}
7 changes: 7 additions & 0 deletions workspace/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ maps\datafloe.bsp
maps\datafloe.res
maps\datafloe.gbw
maps\datafloe.txt
maps\thetemple.bsp
maps\thetemple.res
maps\thetemple.gbw
maps\thetemple.txt
media
media\01-snowflakes.mp3
media\02-snowfall.mp3
Expand Down Expand Up @@ -533,6 +537,8 @@ overviews\thechill.bmp
overviews\thechill.txt
overviews\themill.bmp
overviews\themill.txt
overviews\thetemple.bmp
overviews\thetemple.txt
overviews\training.bmp
overviews\training.txt
overviews\training2.bmp
Expand Down Expand Up @@ -1171,6 +1177,7 @@ delta.lst
spacepirate.wad
icerink.wad
datafloe.wad
thetemple.wad
coldiceremastered.fgd
titles.txt
commandmenu.txt
Binary file added workspace/maps/thetemple/thetemple.gbw
Binary file not shown.
13,885 changes: 13,885 additions & 0 deletions workspace/maps/thetemple/thetemple.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions workspace/maps/thetemple/thetemple.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
thetemple

an original work by b1rd
1 change: 1 addition & 0 deletions workspace/plan/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ To faithfully recreate the Cold Ice 1.75 experience that works in Half-Life Gold
1. [ ] [Source other GMod ideas](https://steamcommunity.com/sharedfiles/filedetails/?id=2792185122) from this thread - 300+ game modes
1. [ ] [Plant survival](https://www.youtube.com/watch?v=qJJysztdLNY)?
1. Game Mutators
1. [ ] ooof sound
1. [ ] am i dead?
1. [ ] +1 health
1. [ ] nothing
Expand Down
2 changes: 2 additions & 0 deletions workspace/powershell/Compile-Map.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function Select-Wad-List {
all {
$wadsDir\coldice.wad
$wadsDir\datafloe.wad
$wadsDir\thetemple.wad
$wadsDir\decals.wad
$wadsDir\halflife.wad
$wadsDir\liquids.wad
Expand All @@ -28,6 +29,7 @@ all {
all {
$wadsDir\coldice.wad
$wadsDir\datafloe.wad
$wadsDir\thetemple.wad
$wadsDir\decals.wad
$wadsDir\halflife.wad
$wadsDir\icerink.wad
Expand Down
3 changes: 2 additions & 1 deletion workspace/redist/mapcycle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ frostmill
glupshitto
cold_base
comet
datafloe
datafloe
thetemple
Binary file added workspace/redist/overviews/thetemple.bmp
Binary file not shown.
12 changes: 12 additions & 0 deletions workspace/redist/overviews/thetemple.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
global
{
ZOOM 1.21
ORIGIN 676 -128 614
ROTATED 0
}

layer
{
IMAGE "overviews/thetemple.bmp"
HEIGHT -21.92
}
1 change: 1 addition & 0 deletions workspace/redist/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Beta 5 Features:
- 2 New Maps
- comet, a ice rink with Zambonis by b1rd
- datafloe, a reskin of datacore by b1rd
- thetemple, an original map by b1rd
- Third Function Weapon Support
- Via the reload button
- Knife
Expand Down
Binary file added workspace/wads/coldice/HINT.bmp
Binary file not shown.
Binary file added workspace/wads/coldice/SKIP.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/nellia.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/scrollsns2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templebeam1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templebeam2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templefloor1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templegrassflor.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templehedge.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templeleafbed.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templeleafbed2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templemetalbulk.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templemetalrus.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templephone.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templephone2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templerail1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templerail2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templeroof1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templerust.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templerust2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templerust3.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templesewr.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templesnowwall1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templestripe.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewall1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewall2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewall3.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewall4.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewall5.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewood.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewood2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewood3.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/templewood4.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templebiggraf1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templebonecity.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templebush1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templebush2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templebush4.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templebwa.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templecoldtrio.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templefbeatb.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeflaser.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templefrens.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templefspif.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templefzug.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templegrafo.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templegrafo2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeheyo.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeholdon.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeshh.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeshrooms.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeskyfall.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templeudie.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templevine1.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templevine2.bmp
Binary file not shown.
Binary file added workspace/wads/thetemple/{templevine3.bmp
Binary file not shown.

0 comments on commit 68e4d98

Please sign in to comment.