This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
forked from destoer/Cs2Jailbreak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add github CI * implement force_open, fix warday no weapon config for t's * move force_open out of debug * Create pl.json polish translation * remove decoy workarounds for colour * change way expirmental laser timer works * add force_close * Include SQL dll * Only upload necessary files * Fix miscellaneous typos * tigthen is_valid checks, fix door control colours * make get_health return 0 on invalid pawn * implement warden time, and warden removal override * add delay before lr can be started to prevent exploits * fix regression with ct secondary spawn * remove dead timer * impl circle for laser test * Update README.md * add controller valid check in .slot() * implement circle marker * move lr stats, to be general stats * fix wrong translation used on juggernaut * add last man standing sound effect * make set_ammo increase clip size limits * give 999 bullets from sd gun menu * Add installation to readme * show LR name in lr menus when picking option and partner * start stubbing more windows crashes, add clear_marker command * update readme * Prefix css_ on all commands * Persist alpha * Block pings * Return stop? * Block it too then * Check warden first * Check warden first * Sync dev (#2) * make sure assister cant leak T killer * implement basic laser * use camera z offset for eye pos * dead mute and warden laser cfg * update turkish translation: thanks zox * properly purge laser on round end --------- Co-authored-by: destoer <[email protected]> * Require damage for rebel (#3) * Update CI --------- Co-authored-by: destoer <[email protected]> Co-authored-by: kakakolaka <[email protected]>
- Loading branch information
1 parent
a3a6e23
commit e09d373
Showing
21 changed files
with
703 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
name: .NET Build and Release | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
- dev | ||
pull_request: | ||
branches: | ||
- main | ||
- master | ||
- dev | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: mcr.microsoft.com/dotnet/nightly/sdk:7.0 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Restore dependencies | ||
run: dotnet restore | ||
|
||
- name: Build | ||
run: dotnet publish --configuration Debug | ||
|
||
- name: Archive production artifacts | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: net7.0-artifacts | ||
path: | | ||
bin/Debug/net7.0/publish/Cs2Jailbreak.deps.json | ||
bin/Debug/net7.0/publish/Cs2Jailbreak.dll | ||
bin/Debug/net7.0/publish/MySqlConnector.dll | ||
bin/Debug/net7.0/publish/Cs2Jailbreak.pdb | ||
release: | ||
needs: build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Download artifact | ||
uses: actions/download-artifact@v2 | ||
with: | ||
name: net7.0-artifacts | ||
path: bin/Debug/net7.0 | ||
|
||
- name: Create Tag | ||
id: tag_version | ||
run: | | ||
DATE=$(date +'%y.%m.%d-%H%M%S') | ||
echo "RELEASE_TAG=$DATE" >> $GITHUB_ENV | ||
- name: Determine if Pre-release | ||
id: prerelease | ||
run: | | ||
if [ "${{ github.ref }}" != "refs/heads/main" ]; then | ||
echo "IS_PRERELEASE=true" >> $GITHUB_ENV | ||
else | ||
echo "IS_PRERELEASE=false" >> $GITHUB_ENV | ||
fi | ||
- name: Create Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
tag_name: ${{ env.RELEASE_TAG }} | ||
files: bin/Debug/net7.0/* | ||
prerelease: ${{ env.IS_PRERELEASE }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"warden.remove": "Prowadzacy usuniety", | ||
"warden.warden_command_desc": "!w - wez prowadzacego", | ||
"warden.warday_command_desc": "!wd - rozpocznij warday", | ||
"warden.unwarden_command_desc": "!uw - zrezygnuj z prowadzenia", | ||
"warden.block_command_desc": "!wb - wlacz blokowanie", | ||
"warden.unblock_command_desc": "!wub - wylacz blokowanie", | ||
"warden.remove_warden_command_desc": "!rw - admin zabierz prowadzacego", | ||
"warden.swap_guard_desc": "Uzytek: !swap_guard <nick>", | ||
"warden.warden_req_alive": "Musisz byc zywy aby wziac prowadzacego", | ||
"warden.warden_req_ct": "Musisz byc w CT aby moc prowadzic", | ||
"warden.warden_taken": "{0} juz jest prowadzacy", | ||
"warden.warday_restrict": "Musisz byc prowadzacy aby wlaczyc warday", | ||
"warden.warday_usage": "Uzytek !wd <lokalizacja> <opoznienie>", | ||
"warden.warday_round_restrict": "Nie mozesz wlaczyc warday przez {0} round", | ||
"warden.wub_restrict": "Musisz byc prowadzacym aby uzyc wub", | ||
"warden.wb_restrict": "Musisz byc prowadzacym aby uzyc wb", | ||
"warden.guard_swap": "zamienil: {0}", | ||
"warden.took_warden": "{0} jest prowadzacym", | ||
"warden.wcommand": "Wpisz !wcommands aby zobaczyc pelna liste komend", | ||
"warden.removed": "{0} juz nie jest prowadzacym", | ||
"warden.ct_gun_menu": "Musisz byc w CT aby uzyc menu broni!", | ||
"warden.gun_menu_disabled": "Menu broni wylaczone!", | ||
|
||
"mute.thirty": "Wszyscy wiezniowie zmutowani przez pierwsze 30 sekund ", | ||
"mute.speak_quietly": "Wiezniowie moga juz uzywac mikrofonu", | ||
"mute.end_round": "Jestes zmutowany do konca rundy", | ||
|
||
"warday.live": "Warday!", | ||
"warday.location": "warday {0}", | ||
|
||
"rebel.kill": "{0} zabil wieznia {1}", | ||
|
||
"block.enable": "Blokowanie wlaczone", | ||
"block.disable": "Blokowanie wylaczone", | ||
|
||
"sd.fight": "Start", | ||
"sd.damage_enable": "Zaczekaj {0} sekund aby wlaczyc zadawanie dmg", | ||
"sd.dodgeball_start": "Dodgeball rozpoczety", | ||
"sd.dodgeball_end": "Dodgeball koniec", | ||
"sd.ffd_start": "Friendly fire rozpoczety", | ||
"sd.ffd_end": "Friendly fire koniec", | ||
"sd.ffd_enable": "Friendly fire wlaczone", | ||
"sd.grenade_start": "Grenade day rozpoczety", | ||
"sd.grenade_end": "Grenade day koniec", | ||
"sd.headshot_start": "Headshot only wlaczony", | ||
"sd.t_hide": "Wiezniowie maja {0} sekund do schowania sie", | ||
"sd.headshot_end": "Headshot only koniec", | ||
"sd.seeker_release": "Straznicy zaczynaja szukac", | ||
"sd.hide_start": "Chowany rozpoczety", | ||
"sd.hide_end": "Koniec chowanego", | ||
"sd.juggernaut_start": "Juggernaut rozpoczety", | ||
"sd.juggernaut_end": "Juggernaut koniec", | ||
"sd.knife_start": "Knife fight rozpoczety", | ||
"sd.knife_end": "Knife fight koniec", | ||
"sd.scout_start": "Scout knife rozpoczety", | ||
"sd.scout_end": "Scout knife koniec", | ||
"sd.spectre_start": "Spectre rozpoczety", | ||
"sd.spectre_end": "Spectre koniec", | ||
"sd.spectre": "{0} jest teraz spectre!", | ||
"sd.tank_start": "Tank day rozpoczety", | ||
"sd.tank_end": "Tank day zakonczony", | ||
"sd.tank": "{0} zostal tankiem!", | ||
|
||
"lr.rebel_last": "Musisz byc jako ostatni", | ||
"lr.riot_start": "A riot has started CT's have 15 seconds to hide", | ||
"lr.riot_active": "Zamieszki aktywowane", | ||
"lr.cancel": "Ostatnie zyczenie anulowane", | ||
"lr.cancel_admin": "Musisz byc adminem lub prowadzacym aby scancelowac ostatnie zyczenie", | ||
"lr.alive": "Musisz zyc aby starac sie o ostatnie zyczenie", | ||
"lr.in_lr": "Juz dostales ostatnie zyczenie", | ||
"lr.req_t": "Musisz byc wiezniem aby starac sie o ostatnie zyczenie ", | ||
"lr.too_many": "Nie jestes ostatni aby dostac zyczenie {0}", | ||
"lr.player_rebel": "{0} jest poszukiwany!", | ||
"lr.knife_rebel": "{0} jest poszukiwany!", | ||
"lr.ready": "Aby starac sie o zyczenie wpisz !lr", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.