Skip to content

Commit

Permalink
Merge pull request #45 from RGLgg/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
l-Aad-l authored Jan 16, 2022
2 parents 593cae4 + c9edca3 commit 617a355
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:

# TF2 Comp Fixes: https://github.com/ldesgoui/tf2-comp-fixes
# Dhooks2 wget link needs to be updated every time DHooks2 receives an update as their download URL(detour*-sm110) changes on each release
# Removed updating to latest tf2-comp-fixes due to issues with windows servers
# wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/latest/download/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
- name: Get latest version of TF2 Comp Fixes and its DHooks dependency
run: |
wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/latest/download/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.15.0/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
wget -q -O tmp.zip https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours16/dhooks-2.2.0-detours16-sm110.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
working-directory: ${{ env.SOURCEMOD_PATH }}/
Expand Down Expand Up @@ -161,4 +163,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: updater-beta
publish_dir: build/
publish_dir: build/
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:

# TF2 Comp Fixes: https://github.com/ldesgoui/tf2-comp-fixes
# Dhooks2 wget link needs to be updated every time DHooks2 receives an update as their download URL(detour*-sm110) changes on each release
# Removed updating to latest tf2-comp-fixes due to issues with windows servers
# wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/latest/download/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
- name: Get latest version of TF2 Comp Fixes and its DHooks dependency
run: |
wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/latest/download/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
wget -q -O tmp.zip https://github.com/ldesgoui/tf2-comp-fixes/releases/download/v1.15.0/tf2-comp-fixes.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
wget -q -O tmp.zip https://github.com/peace-maker/DHooks2/releases/download/v2.2.0-detours16/dhooks-2.2.0-detours16-sm110.zip && unzip -o tmp.zip -d ../../ && rm tmp.zip
working-directory: ${{ env.SOURCEMOD_PATH }}/
Expand Down
17 changes: 12 additions & 5 deletions cfg/rgl_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@ sm_updater_check // autoupdates to prevent tampe

// TF2 Comp Fixes
sm_deterministic_fall_damage 1
sm_empty_active_ubercharges_when_dropped 0
sm_fix_ghost_crossbow_bolts 1
sm_fix_post_pause_state 0
sm_fix_reflect_self_damage 0
sm_fix_slope_bug 1
sm_fix_sticky_delay 1
sm_gunboats_always_apply 0
sm_projectiles_ignore_teammates 0
sm_inhibit_extendfreeze 1
sm_override_pipe_size 0
sm_projectiles_collide_with_cylinders 0
sm_projectiles_ignore_teammates 0
sm_remove_halloween_souls 1
sm_remove_medic_attach_speed 0
sm_remove_pipe_spin 0
sm_rest_in_peace_rick_may 128
sm_grounded_rj_resistance 0
sm_gunboats_always_apply 0
sm_prevent_respawning 0
sm_remove_medic_attach_speed 0
sm_solid_buildings 0
sm_winger_jump_bonus_when_fully_deployed 0
sm_inhibit_extendfreeze 1
sm_fix_post_pause_state 1

// Removes holiday events
tf_forced_holiday 0
Expand Down

0 comments on commit 617a355

Please sign in to comment.