Skip to content

Commit

Permalink
Package autoload, sigdemo into the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafradek committed Sep 18, 2021
1 parent b3df774 commit f637a96
Show file tree
Hide file tree
Showing 4 changed files with 2,740 additions and 3 deletions.
5 changes: 4 additions & 1 deletion PackageScript
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ folder_list = [
# 'addons/sourcemod/configs',
'custom/sigsegv/resource',
'custom/sigsegv/scripts',
'cfg'
'cfg',
'custom/sigsegv/scripts/population'
]

# Create the distribution folder hierarchy.
Expand Down Expand Up @@ -100,6 +101,8 @@ CopyFiles('scripts', 'custom/sigsegv/scripts',
)

builder.AddCopy('cfg/sigsegv_convars.cfg', folder_map['cfg'])
builder.AddCopy('sigsegv.autoload', folder_map['addons/sourcemod/extensions'])
builder.AddCopy('scripts/mvm_bigrock_sigdemo.pop', folder_map['custom/sigsegv/scripts/population'])

# Copy binaries.
for cxx_task in Extension.extensions:
Expand Down
2 changes: 1 addition & 1 deletion cfg/sigsegv_convars.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ sig_mvm_red_robot_eye_glow "1" // Mod: add eye glow to red robots
sig_mvm_extended_upgrades "1" // Mod: enable extended upgrades
sig_mvm_teleporter_aggro "1" // Mod: Make robots target red teleporters
sig_mvm_usermsg_overflow_fix "1" // MvM: fix buffer overflow in net message
sig_perf_attributes_optimize "0" // Mod: improve attributes performance
sig_perf_attributes_optimize "1" // Mod: improve attributes performance
sig_perf_hltv_rate_between_rounds "8" // Source TV snapshotrate between rounds
sig_perf_hltv_optimize "1" // Mod: improve HLTV performance
sig_perf_flame_breakable_collision "1" // Mod: improve MvM flame entity performance by eliding func_breakable classname lookups
Expand Down
Loading

0 comments on commit f637a96

Please sign in to comment.