Skip to content

Commit

Permalink
reduction bug fixes and sr time changes
Browse files Browse the repository at this point in the history
map1
- disable stylincam
- change sr time from 4:40 to 4:50

map2
- change sr time from 3:00 to 3:15
- fix guidebot path broken when last two nodes are activated 3 seconds apart
- raise up some spawners, aliens were falling through the ground

map3
- change sr time from 1:38 to 1:40

map5
- change sr time from 6:00 to 6:30
  • Loading branch information
jhh8 committed Nov 2, 2023
1 parent d059cc1 commit ef44e7a
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 156 deletions.
36 changes: 20 additions & 16 deletions contentsrc/mapsrc/rd-reduction1.vmf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ versioninfo
{
"editorversion" "400"
"editorbuild" "7397"
"mapversion" "1255"
"mapversion" "1258"
"formatversion" "100"
"prefab" "0"
}
Expand Down Expand Up @@ -278,7 +278,7 @@ viewsettings
world
{
"id" "1"
"mapversion" "1255"
"mapversion" "1258"
"classname" "worldspawn"
"detailmaterial" "detail/detailsprites"
"detailvbsp" "detail.vbsp"
Expand Down Expand Up @@ -402400,12 +402400,12 @@ entity
{
"id" "1133282"
"classname" "asw_pickup_medkit"
"angles" "0 0 0"
"angles" "0 301 0"
"BulletsInGun" "1"
"fademindist" "-1"
"fadescale" "1"
"FreezePickup" "No"
"origin" "-2141.18 2846.49 3.77165"
"origin" "-2092 2772 3.77165"
editor
{
"color" "0 0 200"
Expand Down Expand Up @@ -490410,19 +490410,23 @@ entity
"logicalpos" "[0 0]"
}
}
entity
hidden
{
"id" "5179159"
"classname" "asw_stylincam"
"CommanderFace" "briefing/face_pilot"
"targetname" "BigDog_Image"
"origin" "1998.94 -4178.3 9.00002"
editor
entity
{
"color" "220 30 220"
"visgroupshown" "1"
"visgroupautoshown" "1"
"logicalpos" "[0 1500]"
"id" "5179159"
"classname" "asw_stylincam"
"CommanderFace" "briefing/face_pilot"
"targetname" "BigDog_Image"
"origin" "1998.94 -4178.3 9.00002"
editor
{
"color" "220 30 220"
"visgroupid" "62"
"visgroupshown" "0"
"visgroupautoshown" "1"
"logicalpos" "[0 1500]"
}
}
}
entity
Expand Down Expand Up @@ -538520,7 +538524,7 @@ entity
"classname" "asw_gamerules"
"disallowcamerarotation" "0"
"jumpjettype" "0"
"speedruntime" "280"
"speedruntime" "290"
"speedruntimesp" "0"
"origin" "3139.9 -4309.46 193"
editor
Expand Down
Loading

0 comments on commit ef44e7a

Please sign in to comment.