Skip to content

Commit

Permalink
- UPDATED: GunGame to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kus committed May 25, 2024
1 parent 621d0f4 commit ab1df57
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Mod | Version | Why
[SimpleAdmin](https://github.com/connercsbn/SimpleAdmin/)| `0.1.2` | Adds basic administrator functions
[CS2Rcon](https://github.com/LordFetznschaedl/CS2Rcon)| `1.2.0` | This is a rudimentary implementation of a RCON plugin for CS2 using CounterStrikeSharp as RCON does not work whilst connected to the server
[SharpTimer](https://github.com/DEAFPS/SharpTimer/)| `0.2.5` | SharpTimer is a simple Surf/KZ/Bhop/MG/Deathrun/etc CS2 Timer plugin
[GunGame](https://github.com/ssypchenko/cs2-gungame)| `1.1.0` | GunGame mode on Counter Strike Sharp
[GunGame](https://github.com/ssypchenko/cs2-gungame)| `1.1.1` | GunGame mode on Counter Strike Sharp
[K4-Arenas](https://github.com/K4ryuu/K4-Arenas)| `1.4.3` | All in one arena plugin, that you can use to have a ladder type gameplay. Support all map, 2v2/3v3/etc
[CS2 Retakes](https://github.com/B3none/cs2-retakes)| `2.0.5` | CS2 implementation of retakes. Based on the version for CS:GO by Splewis.
[CS2 Retakes Shared](https://github.com/B3none/cs2-retakes)| `2.0.0` | Shared library for CS2 Retakes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
".NETCoreApp,Version=v8.0": {
"GG2/1.0.0": {
"dependencies": {
"CounterStrikeSharp.API": "1.0.228",
"CounterStrikeSharp.API": "1.0.233",
"Dapper": "2.1.44",
"GunGameAPI": "1.0.0",
"MaxMind.GeoIP2": "5.2.0",
"Microsoft.Data.Sqlite": "8.0.4",
"Microsoft.Data.Sqlite": "8.0.5",
"Microsoft.Extensions.Logging": "8.0.0",
"MySqlConnector": "2.3.7",
"Newtonsoft.Json": "13.0.3"
Expand All @@ -21,7 +21,7 @@
"GG2.dll": {}
}
},
"CounterStrikeSharp.API/1.0.228": {
"CounterStrikeSharp.API/1.0.233": {
"dependencies": {
"McMaster.NETCore.Plugins": "1.4.0",
"Microsoft.CSharp": "4.7.0",
Expand All @@ -38,8 +38,8 @@
},
"runtime": {
"lib/net8.0/CounterStrikeSharp.API.dll": {
"assemblyVersion": "1.0.228.0",
"fileVersion": "1.0.228.0"
"assemblyVersion": "1.0.233.0",
"fileVersion": "1.0.233.0"
}
}
},
Expand Down Expand Up @@ -84,20 +84,20 @@
}
},
"Microsoft.CSharp/4.7.0": {},
"Microsoft.Data.Sqlite/8.0.4": {
"Microsoft.Data.Sqlite/8.0.5": {
"dependencies": {
"Microsoft.Data.Sqlite.Core": "8.0.4",
"Microsoft.Data.Sqlite.Core": "8.0.5",
"SQLitePCLRaw.bundle_e_sqlite3": "2.1.6"
}
},
"Microsoft.Data.Sqlite.Core/8.0.4": {
"Microsoft.Data.Sqlite.Core/8.0.5": {
"dependencies": {
"SQLitePCLRaw.core": "2.1.6"
},
"runtime": {
"lib/net8.0/Microsoft.Data.Sqlite.dll": {
"assemblyVersion": "8.0.4.0",
"fileVersion": "8.0.424.16902"
"assemblyVersion": "8.0.5.0",
"fileVersion": "8.0.524.21704"
}
}
},
Expand Down Expand Up @@ -742,7 +742,7 @@
},
"GunGameAPI/1.0.0": {
"dependencies": {
"CounterStrikeSharp.API": "1.0.228",
"CounterStrikeSharp.API": "1.0.233",
"Microsoft.Extensions.Logging": "8.0.0"
},
"runtime": {
Expand All @@ -757,12 +757,12 @@
"serviceable": false,
"sha512": ""
},
"CounterStrikeSharp.API/1.0.228": {
"CounterStrikeSharp.API/1.0.233": {
"type": "package",
"serviceable": true,
"sha512": "sha512-oJWeMCJt/uQZEOXucgugu3u+QBYBqxzONf/rHjBetIZCeqgUMilo3s10GgyRMhHBDS0nBO5POUcg6K96aTxwLg==",
"path": "counterstrikesharp.api/1.0.228",
"hashPath": "counterstrikesharp.api.1.0.228.nupkg.sha512"
"sha512": "sha512-s3h/hcMLzWrbAFqLUxk6Ld68J2IwUtxnHXD14zTQ7km1LCvsoI7XpxD335usNpRmsWTiZ5I+tG6PcvPBPw/2/A==",
"path": "counterstrikesharp.api/1.0.233",
"hashPath": "counterstrikesharp.api.1.0.233.nupkg.sha512"
},
"Dapper/2.1.44": {
"type": "package",
Expand Down Expand Up @@ -799,19 +799,19 @@
"path": "microsoft.csharp/4.7.0",
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
},
"Microsoft.Data.Sqlite/8.0.4": {
"Microsoft.Data.Sqlite/8.0.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vgLm03wS+CfsolO7qk4KVuvt0CtzgdjKmoORuwxMmiIF1ow1JlOo1vwfDHfwXnGa5+QEbvOUy3169bBcHshfTg==",
"path": "microsoft.data.sqlite/8.0.4",
"hashPath": "microsoft.data.sqlite.8.0.4.nupkg.sha512"
"sha512": "sha512-BLHC0wuBzKDkkucMsD+ijT0SbwZLXk8dEY1iyR4hm6vqP/pz8+qPXOsiWEmEQS1Za6C9biFvtsAKUwlAVfGFtg==",
"path": "microsoft.data.sqlite/8.0.5",
"hashPath": "microsoft.data.sqlite.8.0.5.nupkg.sha512"
},
"Microsoft.Data.Sqlite.Core/8.0.4": {
"Microsoft.Data.Sqlite.Core/8.0.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-x5FE5m1h31UIDEk0j3r38HtYvsa0fxd5jXzvE/SARI7LecXt/jm4z2SUl6TEoJGQOo9Ow2wg3a0MU2E1TVVAdA==",
"path": "microsoft.data.sqlite.core/8.0.4",
"hashPath": "microsoft.data.sqlite.core.8.0.4.nupkg.sha512"
"sha512": "sha512-JMGBNGTPsrLM14j5gDG2r5/I1nbbQd1ZdgeUnF7uca8RHYin6wZpFtQNYYqOMUpSxJak55trXE9B8/X2X+pOXw==",
"path": "microsoft.data.sqlite.core/8.0.5",
"hashPath": "microsoft.data.sqlite.core.8.0.5.nupkg.sha512"
},
"Microsoft.DotNet.ApiCompat.Task/8.0.203": {
"type": "package",
Expand Down
Binary file modified game/csgo/addons/counterstrikesharp/plugins/disabled/GG2/GG2.dll
Binary file not shown.
Binary file modified game/csgo/addons/counterstrikesharp/plugins/disabled/GG2/GG2.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"test.translation": "This is the english translation",
"test.format": "This number has 2 decimal places {0:n2}",
"test.colors": "{orange}This{default} text has {green}green{default} text",
"test.colors.withformat": "{orange}{0:n2}{default}",
"warmup.left": "{0} second(s) left",
"warmup.notstarted": "Warmup round has not started yet",
"warmup.started": "Warmup round is in progress",
Expand Down Expand Up @@ -43,7 +39,16 @@
"your.rank": " {blue} Your rank - '!rank' in chat",
"nomore.knives": "2 steals in the row only. Than you need level up with weapon",
"additionalfrags.left": "{0} extra frags left",
"additionalfrag.have": "You have {0} extra frag because you was Winner!!!",
"additionalfrag.left": "1 extra frag left",
"additionalfrag.have": "You have 1 extra frag because you was Winner!!!",
"additionalfrags.have": "You have {0} extra frags because you was Winner!!!",
"database.error": "Database does not connected. Can't run command."
"taserfrags.have": "You have {0} extra TASER frags because you was Winner!!!",
"taserfrag.have": "You have {0} extra TASER frag because you was Winner!!!",
"taserfrags.left": "{0} extra TASER frags left",
"taserfrag.left": "{0} extra TASER frag left",
"database.error": "Database does not connected. Can't run command.",
"change.language": "You can set Russian lanaguage by {olive}'!lang ru' command.",
"music.success": " {green}Your sound preference updates and saved.",
"music.error": " {red}Error updating your sound preference. Try again later.",
"notop.records": "Leaders list is empty"
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,17 @@
"top.list": " {lightpurple} 'Команда !top' в чате, чтобы посмотреть список лидеров",
"your.rank": " {blue} Твой ранг - '!rank' в чате",
"nomore.knives": "Только 2 уровня подряд ножом. Пройди уровень оружием",
"additionalfrags.left": "Осталось дополнительных фрагов: {0} ",
"additionalfrag.have": "У тебя {0} дополнительный фраг за прошлые победы!!!",
"additionalfrags.left": "Осталось {0} дополнительных фрагов",
"additionalfrag.left": "Остался 1 дополнительный фраг",
"additionalfrag.have": "У тебя 1 дополнительный фраг за прошлые победы!!!",
"additionalfrags.have": "У тебя {0} дополнительных фрага за прошлые победы!!!",
"database.error": "База данных не подключена, команда не работает."
"taserfrags.have": "У тебя {0} дополнительных TASERa за прошлые победы!!!",
"taserfrag.have": "У тебя 1 TASER фраг за прошлые победы!!!",
"taserfrags.left": "Осталось {0} TASERа",
"taserfrag.left": "Остался 1 TASER",
"database.error": "База данных не подключена, команда не работает.",
"change.language": "Переключить на английский можно командой {olive}'!lang en'",
"music.success": " {green}Параметры звука обновлены и сохранены.",
"music.error": " {red}Ошибка изменения параметра звука. Попробуйте ещё раз позже.",
"notop.records": "Список лидеров пустой"
}
Binary file not shown.
Binary file not shown.
Binary file modified game/csgo/cfg/GeoLite2-Country.mmdb
Binary file not shown.
2 changes: 2 additions & 0 deletions game/csgo/cfg/gungame/gungame.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@
"sounds/vo/commander/commander_comment_14.wav"
],
"_comment.KnifeStealSound": "List of sounds for everyone when someone stole a level by knife",
"MolotovKillSound": "",
"_comment.MolotovKillSound": "Sound for everyone when someone killed my Molotov and stole a level",
"SpawnDistance": 60.0,
"ConfigVersion": 1
}

0 comments on commit ab1df57

Please sign in to comment.