Skip to content

Commit

Permalink
MAPPACK: Fixed missing weapon marker at Balloony spawn
Browse files Browse the repository at this point in the history
Also corrected weapon marker spawn angles and changed to the black marker which is more suitable imho and not much used in other maps. ;)
  • Loading branch information
kai-li-wop committed Dec 16, 2024
1 parent 4714343 commit 7f45831
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
Binary file modified wop/mappack.pk3dir/maps/wop_7colors.aas
Binary file not shown.
4 changes: 2 additions & 2 deletions wop/mappack.pk3dir/maps/wop_7colors.bsp
Git LFS file not shown
19 changes: 13 additions & 6 deletions wop/mappack.pk3dir/maps/wop_7colors.map
Original file line number Diff line number Diff line change
Expand Up @@ -4621,31 +4621,35 @@ pad_tex/col16
{
"classname" "weapon_splasher"
"origin" "-928.000000 -128.000000 24.000000"
"marker" "orange"
"marker" "black"
"angle" "90"
}
// entity 5
{
"classname" "weapon_bubbleg"
"origin" "-160.000000 1184.000000 224.000000"
"marker" "orange"
"marker" "black"
}
// entity 6
{
"classname" "weapon_betty"
"origin" "928.000000 448.000000 32.000000"
"marker" "orange"
"marker" "black"
"angle" "270"
}
// entity 7
{
"classname" "weapon_boaster"
"origin" "-928.000000 704.000000 232.000000"
"marker" "orange"
"marker" "black"
"angle" "270"
}
// entity 8
{
"classname" "weapon_pumper"
"origin" "160.000000 1184.000000 40.000000"
"marker" "orange"
"marker" "black"
"angle" "180"
}
// entity 9
{
Expand Down Expand Up @@ -5056,7 +5060,8 @@ pad_tex/col16
{
"classname" "weapon_nipper"
"origin" "288.000000 -928.000000 232.000000"
"marker" "orange"
"marker" "black"
"angle" "180"
}
// entity 53
{
Expand Down Expand Up @@ -5123,6 +5128,8 @@ pad_tex/col16
{
"classname" "weapon_balloony"
"origin" "928 128 232"
"marker" "black"
"angle" "90"
}
// entity 63
{
Expand Down

0 comments on commit 7f45831

Please sign in to comment.