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

Commit

Permalink
Fix some vscript comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Oct 7, 2023
1 parent a1d670e commit 3ed3e84
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
4 changes: 4 additions & 0 deletions stripper/ze_cruelty_squad_v1_12.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
;running the player spawn fixup at mapload seems to be problematic on live servers, only run it after warmup, need to patch vscript nut file
;############################## THIS CHANGE WILL NOT WORK WITHOUT HAVING #####################################
;############################# csgo/scripts/vscripts/gfl/gorbinos_magic.nut ##################################
;######################################## IN THE SERVER FILES ################################################
;############### https://github.com/gflze/ZE-Configs/blob/master/vscripts/gorbinos_magic.nut #################
modify:
{
match:
Expand Down
43 changes: 21 additions & 22 deletions stripper/ze_sisyphus_v1.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
;mapper script fixes
;############################## THIS CHANGE WILL NOT WORK WITHOUT HAVING #####################################
;############################# csgo/scripts/vscripts/gfl/sisyphus_magic_v2.nut ###############################
;########################### csgo/scripts/vscripts/gfl/sisyphus_magic_v2.nut #################################
;######################################## IN THE SERVER FILES ################################################
;############## https://github.com/gflze/ZE-Configs/blob/master/vscripts/sisyphus_magic_v2.nut ###############
modify:
{
match:
{
"classname" "logic_script"
"targetname" "sisyphus_magic"
}
replace:
{
"vscripts" "gfl/sisyphus_magic_v2.nut"
}
}

;i packed a skybox in the map... might as well use it. make skybox_swapper
add:
{
"origin" "0 0 0"
"classname" "skybox_swapper"
"targetname" "skybox"
"SkyboxName" "deadcore_sky_9"
"targetname" "skybox"
"SkyboxName" "deadcore_sky_9"
}

;kill weapons when dropped
Expand All @@ -32,20 +45,6 @@ add:
"OnSpawn" "weaponmanagerFireUser12-1"
}

;replace vscript
modify:
{
match:
{
"classname" "logic_script"
"targetname" "sisyphus_magic"
}
replace:
{
"vscripts" "gfl/sisyphus_magic_v2.nut"
}
}

;make boulder roll through players - ignore debris flag
modify:
{
Expand Down Expand Up @@ -101,10 +100,10 @@ modify:
"OnCase01" "sisyphus_magicRunScriptCodeboulder_force=500;0-1"
"OnCase02" "sisyphus_magicRunScriptCodeboulder_force=750;0-1"
"OnCase03" "sisyphus_magicRunScriptCodeboulder_force=1000;0-1"
"OnCase05" "sisyphus_magicRunScriptCodeboulder_force=800;0-1"
"OnCase05" "sisyphus_magicRunScriptCodeboulder_force=800;0-1"
"OnCase06" "sisyphus_magicRunScriptCodeboulder_force=750;0-1"
"OnCase07" "sisyphus_magicRunScriptCodeboulder_force=700;0-1"
"OnCase08" "sisyphus_magicRunScriptCodeboulder_force=666;0-1"
"OnCase07" "sisyphus_magicRunScriptCodeboulder_force=700;0-1"
"OnCase08" "sisyphus_magicRunScriptCodeboulder_force=666;0-1"
}
insert:
{
Expand All @@ -113,7 +112,7 @@ modify:
"OnCase03" "sisyphus_magicRunScriptCodeboulder_force=1360;0-1"
"OnCase05" "sisyphus_magicRunScriptCodeboulder_force=1410;0-1"
"OnCase06" "sisyphus_magicRunScriptCodeboulder_force=1310;0-1"
"OnCase07" "sisyphus_magicRunScriptCodeboulder_force=960;0-1"
"OnCase08" "sisyphus_magicRunScriptCodeboulder_force=1010;0-1"
"OnCase07" "sisyphus_magicRunScriptCodeboulder_force=960;0-1"
"OnCase08" "sisyphus_magicRunScriptCodeboulder_force=1010;0-1"
}
}
4 changes: 2 additions & 2 deletions vscripts/gorbinos_magic.nut
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//#####################################################################
//Patched version intended for use with GFL ze_sisyphus_v1 stripper
//Implements mapper script fixes
//Patched version intended for use with GFL ze_cruelty_squad_v1_12 stripper
//Fixes player spawn fixup at mapload breaking on live servers
//Install as csgo/scripts/vscripts/gfl/gorbinos_magic.nut
//#####################################################################

Expand Down

0 comments on commit 3ed3e84

Please sign in to comment.