Skip to content

Commit

Permalink
MAPPACK: Update wop_darkspace for WoP 1.7+
Browse files Browse the repository at this point in the history
See #340
- adjusted file and long name
- added new levelshots with shader and redirection for CTL version
- fixed texture and shader paths
- removed texture and shader duplication from hectic
- adjusted world message key
- replaced ambient by _minlight
- removed _color
- added _lightmapscale 0.5
- recompiled with new parameters
- set gamma to 1.3 to brighten the map a bit
- added bsp to validation
- added shader to validation
- scaled textures to fit 2^n
- fixed texture map scale
- fixed jpgs saved as progressive
- translated readme into English
- added info_player_intermission to FFA version
- adjusted position of info_player_intermission in CTL version
- removed team spawn points from ffa version, there is no need
- added support for freeze tag
  • Loading branch information
kai-li-wop committed Jan 12, 2025
1 parent 942cebf commit 78b5bc4
Show file tree
Hide file tree
Showing 38 changed files with 21,004 additions and 21,032 deletions.
1 change: 1 addition & 0 deletions MAPPACK.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ wop_7colors | 7 Colors | Hectic | [![GPL-3.0](https://www.gnu.org/graphics/gplv3
wop_alongwayCTL | A Long Way | Hectic | [![GPL-3.0](https://www.gnu.org/graphics/gplv3-127x51.png "GPL-3.0")](https://www.gnu.org/licenses/gpl-3.0.html)
wop_coloor | Coloor | 3aTmE! | [![CC-BY-NC](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc.svg "CC-BY-NC")](https://creativecommons.org/licenses/by-nc/4.0/)
wop_cubefight | Cube Fight | Hectic | [![GPL-3.0](https://www.gnu.org/graphics/gplv3-127x51.png "GPL-3.0")](https://www.gnu.org/licenses/gpl-3.0.html)
wop_darkplace / wop_darkplaceCTL | Dark Place | Iltis | [![GPL-3.0](https://www.gnu.org/graphics/gplv3-127x51.png "GPL-3.0")](https://www.gnu.org/licenses/gpl-3.0.html)
wop_fragbox | FragBox | 3aTmE! | [![CC-BY-NC](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-nc.svg "CC-BY-NC")](https://creativecommons.org/licenses/by-nc/4.0/)
wop_hurryup / wop_hurryupCTL | Hurry up! | Hectic | [![GPL-3.0](https://www.gnu.org/graphics/gplv3-127x51.png "GPL-3.0")](https://www.gnu.org/licenses/gpl-3.0.html)
wop_pacman | Pac-Man | Hectic | [![GPL-3.0](https://www.gnu.org/graphics/gplv3-127x51.png "GPL-3.0")](https://www.gnu.org/licenses/gpl-3.0.html)
Expand Down
3 changes: 3 additions & 0 deletions wop/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ endforeach()

set(MAPPACK_SHADERS
wop_hectic.shader
wop_iltis.shader
wop_mappack-levelshots.shader
)
foreach (SHADER ${MAPPACK_SHADERS})
Expand Down Expand Up @@ -141,6 +142,8 @@ set(MAPPACK_BSPS
wop_alongwayCTL.bsp
wop_coloor.bsp
wop_cubefight.bsp
wop_darkplace.bsp
wop_darkplaceCTL.bsp
wop_fragbox.bsp
wop_hurryup.bsp
wop_hurryupCTL.bsp
Expand Down
3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/levelshots/darkplacev02.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/levelshots/darkplacev02A.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/levelshots/darkplacev02B.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/levelshots/darkplacev02CTL.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/levelshots/darkplacev02CTLA.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/levelshots/darkplacev02CTLB.jpg

This file was deleted.

3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplace.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceA.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceB1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceB2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceB3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceCTLB1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceCTLB2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/levelshots/wop_darkplaceCTLB3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed wop/mappack.pk3dir/maps/darkplacev02.aas
Binary file not shown.
3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/maps/darkplacev02.bsp

This file was deleted.

Binary file removed wop/mappack.pk3dir/maps/darkplacev02CTL.aas
Binary file not shown.
3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/maps/darkplacev02CTL.bsp

This file was deleted.

Binary file added wop/mappack.pk3dir/maps/wop_darkplace.aas
Binary file not shown.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/maps/wop_darkplace.bsp
Git LFS file not shown
11,629 changes: 5,797 additions & 5,832 deletions wop/mappack.pk3dir/maps/darkplacev02.map → wop/mappack.pk3dir/maps/wop_darkplace.map

Large diffs are not rendered by default.

Binary file added wop/mappack.pk3dir/maps/wop_darkplaceCTL.aas
Binary file not shown.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/maps/wop_darkplaceCTL.bsp
Git LFS file not shown

Large diffs are not rendered by default.

44 changes: 0 additions & 44 deletions wop/mappack.pk3dir/readme.txt

This file was deleted.

46 changes: 0 additions & 46 deletions wop/mappack.pk3dir/scripts/darkplace.shader

This file was deleted.

11 changes: 0 additions & 11 deletions wop/mappack.pk3dir/scripts/darkplacev01.arena

This file was deleted.

16 changes: 16 additions & 0 deletions wop/mappack.pk3dir/scripts/wop_iltis.shader
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// Iltis' maps shader

// ==============
// Dark Place
// ==============

textures/iltis/nebel_schwarz
{
qer_editorimage textures/hectic/abgas
qer_nocarve
surfaceparm nonsolid
surfaceparm trans
surfaceparm nolightmap
surfaceparm fog
fogparms ( .01 .01 .01 ) 5000
}
36 changes: 36 additions & 0 deletions wop/mappack.pk3dir/scripts/wop_mappack-levelshots.shader
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,42 @@ levelshots/wop_cubefightB
}
}

// ==============
// Dark Place
// ==============

levelshots/wop_darkplaceB
{
nomipmaps
{
animmap 0.5 levelshots/wop_darkplaceB1 levelshots/wop_darkplaceB2 levelshots/wop_darkplaceB3
}
}

levelshots/wop_darkplaceCTL
{
nomipmaps
{
map levelshots/wop_darkplace
}
}

levelshots/wop_darkplaceCTLA
{
nomipmaps
{
map levelshots/wop_darkplaceA
}
}

levelshots/wop_darkplaceCTLB
{
nomipmaps
{
animmap 0.5 levelshots/wop_darkplaceCTLB1 levelshots/wop_darkplaceCTLB2 levelshots/wop_darkplaceCTLB3
}
}

// ==============
// FragBox
// ==============
Expand Down
12 changes: 12 additions & 0 deletions wop/mappack.pk3dir/scripts/wop_mappack.arena
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
type "ffa lps"
}

{
map "wop_darkplace"
longname "Iltis' Dark Place"
type "ffa team lps ft"
}

{
map "wop_darkplaceCTL"
longname "Iltis' Dark Place"
type "ctl"
}

{
map "wop_fragbox"
longname "3aTmE!'s FragBox"
Expand Down
3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/textures/darkplace/abgas.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/textures/darkplace/stein_braun.jpg

This file was deleted.

3 changes: 0 additions & 3 deletions wop/mappack.pk3dir/textures/darkplace/stein_braun_glatt.jpg

This file was deleted.

3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/textures/iltis/stein_braun.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions wop/mappack.pk3dir/textures/iltis/stein_braun_glatt.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions wop/mappack.pk3dir/wop_darkplace_readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
==================================================
Readme for my map "Dark Place"
==================================================

Map name: Dark Place
Author: Iltis
Supported game types: FFA, FFA Team, LPS, CTL, FT
Bot support: Yes
License: GPL-3.0

Brush count: FFA/CTL version: 1710/4184
Entities count: FFA/CTL version: 115/355
Compile time: *.bsp 2 to 5 min.
*.aas 2 to 9 min.
Computer: Intel Core i5 CPU 660 @ 3.33GHz, 4 GB RAM
Tools used: NetRadiant 1.5
bspcwop.exe
Gimp 2.8


Features of the map: Darkness

Legal information: The following files are from me and I put them under the GPL 3.0.
darkplace.map
darkplaceCTL.map
stein_braun.jpg
stein_braun_glatt.jpg

Thanks to: Hectic

0 comments on commit 78b5bc4

Please sign in to comment.