Skip to content

Commit c9b0539

Browse files
committed
- UPDATED: RollTheDice 26.01.3 > 26.01.4
1 parent 70c09fd commit c9b0539

File tree

7 files changed

+17
-11
lines changed

7 files changed

+17
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Mod | Version | Why
121121
[AnnouncementBroadcaster](https://github.com/lengran/CS2AnnouncementBroadcaster) | `0.5` | Conditional messages, OnCommand, OnPlayerConnect, OnRoundStart, and TimerMsgs.
122122
[CS2-GameModifiers](https://github.com/vinicius-trev/CS2-GameModifiers-Plugin) | `1.0.4` | CS2, but every round is a SURPRISE. Inspiration from [NadeKings video](https://www.youtube.com/watch?v=OQQBUFB56Iw). Fork from [Lewisscrivens](https://github.com/Lewisscrivens/CS2-GameModifiers-Plugin).
123123
[CS2FunMatchPlugin](https://github.com/TitaniumLithium/CS2FunMatchPlugin) | `1.1.1` | Random fun mode every round
124-
[RollTheDice](https://github.com/Kandru/cs2-roll-the-dice) | `26.01.3` | Roll the dice to get either a positive or negative effect for the current round.
124+
[RollTheDice](https://github.com/Kandru/cs2-roll-the-dice) | `26.01.4` | Roll the dice to get either a positive or negative effect for the current round.
125125
[CS2-FixRandomSpawn](https://github.com/qstage/CS2-FixRandomSpawn) | `1.1.4.1` | Fixes ConVar `mp_randomspawn` for any game mode.
126126
[CS2-MutualScoringPlayers](https://github.com/qstage/CS2-MutualScoringPlayers) | `1.0.3` | Keeps score of kills between players.
127127
[CS2WarcraftMod](https://github.com/Wngui/CS2WarcraftMod) | `3.3.5` | An open-source Warcraft mod for CS2 featuring a fully-fledged RPG system.

game/csgo/addons/counterstrikesharp/plugins/disabled/RollTheDice/RollTheDice.deps.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"RollTheDice/26.01.3": {
9+
"RollTheDice/26.01.4": {
1010
"dependencies": {
11-
"CounterStrikeSharp.API": "1.0.356"
11+
"CounterStrikeSharp.API": "1.0.359"
1212
},
1313
"runtime": {
1414
"RollTheDice.dll": {}
1515
}
1616
},
17-
"CounterStrikeSharp.API/1.0.356": {
17+
"CounterStrikeSharp.API/1.0.359": {
1818
"dependencies": {
1919
"McMaster.NETCore.Plugins": "1.4.0",
2020
"Microsoft.CSharp": "4.7.0",
@@ -287,17 +287,17 @@
287287
}
288288
},
289289
"libraries": {
290-
"RollTheDice/26.01.3": {
290+
"RollTheDice/26.01.4": {
291291
"type": "project",
292292
"serviceable": false,
293293
"sha512": ""
294294
},
295-
"CounterStrikeSharp.API/1.0.356": {
295+
"CounterStrikeSharp.API/1.0.359": {
296296
"type": "package",
297297
"serviceable": true,
298-
"sha512": "sha512-ebBCQuXO7mkTAJDc6rQz0nqU4WPwfIOlk9W058yKbz6xLzBEpwSoSzQeUbKPh3I3mEaHiwH41hBV97/zo9P8Kw==",
299-
"path": "counterstrikesharp.api/1.0.356",
300-
"hashPath": "counterstrikesharp.api.1.0.356.nupkg.sha512"
298+
"sha512": "sha512-fnZezAjN9R0XumQcRoseL1JPrUD1KUbS1Q8TXKGaangrh9HdeLQeHPKLWtKy3hcV8nk4t2rFWhzX3SkP66byMg==",
299+
"path": "counterstrikesharp.api/1.0.359",
300+
"hashPath": "counterstrikesharp.api.1.0.359.nupkg.sha512"
301301
},
302302
"McMaster.NETCore.Plugins/1.4.0": {
303303
"type": "package",
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version: 26.01.3
1+
version: 26.01.4
22
repository: https://github.com/Kandru/cs2-roll-the-dice
Binary file not shown.

game/csgo/addons/counterstrikesharp/plugins/disabled/RollTheDice/lang/de.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@
139139
"dice_ChangePlayerSize_other": "{purple}[WürfelSpiel] {green}{playerName} {default} ist nun {playerSize}x so groß wie vorher!",
140140
"dice_ThirdPersonView_player": "{default}Du bist nun in der externen Ansicht",
141141
"dice_ThirdPersonView_name": "{default}Externe Ansicht",
142-
"dice_ThirdPersonView_other": "{purple}[RollTheDice] {green}{playerName} {default} ist nun in der externen Ansicht!",
142+
"dice_ThirdPersonView_other": "{purple}[WürfelSpiel] {green}{playerName} {default} ist nun in der externen Ansicht!",
143+
"dice_InfiniteAmmo_player": "{default}Du hast nun endlose Munition!",
144+
"dice_InfiniteAmmo_name": "{default}Endlose Munition",
145+
"dice_InfiniteAmmo_other": "{purple}[WürfelSpiel] {green}{playerName} {default} hat nun unendlich Munition!",
143146
"model_urbanpot": "Blumentopf",
144147
"model_airportplant": "Flughafen-Pflanze",
145148
"model_officeplant": "Büro-Pflanze",

game/csgo/addons/counterstrikesharp/plugins/disabled/RollTheDice/lang/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140
"dice_ThirdPersonView_player": "{default}You're now in Third Person Mode",
141141
"dice_ThirdPersonView_name": "{default}Third Person Mode",
142142
"dice_ThirdPersonView_other": "{purple}[RollTheDice] {green}{playerName} {default} is now in Third Person mode!",
143+
"dice_InfiniteAmmo_player": "{default}You have infinite ammo!",
144+
"dice_InfiniteAmmo_name": "{default}Infinite Ammo",
145+
"dice_InfiniteAmmo_other": "{purple}[RollTheDice] {green}{playerName} {default} has now infinite ammo!",
143146
"model_urbanpot": "Urban Pot",
144147
"model_airportplant": "Airport Plant",
145148
"model_officeplant": "Office Plant",

0 commit comments

Comments
 (0)