Skip to content

Commit cfd768d

Browse files
committed
[misc]: Small formatting & fix wrong config values
1 parent 3c9db93 commit cfd768d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Sample_Config/TraderBoostMut.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Value for speed boost | Recommended: Between 500 - 1000 (More than 1000 and you'll become flash)
33
iSpeedBoost=750
44
# If this is set to anything above 0, you will get extra 'boost' time (duration) AFTER the wave has already started
5-
iAfterWaveStartBoost=10
5+
iAfterWaveStartBoost=0
66
# Speed boost duration for match start | This is recommended to be 10 because countdown for match start is 10
77
iMatchStartBoost=10
88
# Message to show at MatchStart boost

Steam_WorkShop_Description/Workshop-Text

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gives player a speed boost at the match start, and trader time in between waves:
3030
# Value for speed boost | Recommended: Between 500 - 1000 (More than 1000 and you'll become flash)
3131
iSpeedBoost=750
3232
# If this is set to anything above 0, you will get extra 'boost' time (duration) AFTER the wave has already started
33-
iAfterWaveStartBoost=10
33+
iAfterWaveStartBoost=0
3434
# Speed boost duration for match start | This is recommended to be 10 because countdown for match start is 10
3535
iMatchStartBoost=10
3636
# Message to show at MatchStart boost
@@ -50,8 +50,7 @@ ColorList=(ColorName="Blue",ColorTag="%b",Color=(B=200,G=100,R=0,A=0))
5050
ColorList=(ColorName="Teal",ColorTag="%t",Color=(B=113,G=179,R=60,A=0))
5151
ColorList=(ColorName="Violet",ColorTag="%v",Color=(B=139,G=0,R=255,A=0))
5252
ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0))
53-
# Better to keep debugging False :)
54-
bDebug=True[/code]
53+
[/code]
5554

5655
[h1][b][u]File Names[/u][/b][/h1]
5756

TraderBoostMut/Classes/TraderBoostMut.uc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function GiveTraderBoost()
8686
local PlayerController PC;
8787

8888

89-
MutLog("-----|| DEBUG - Trader Speed Boost Activated ||-----");
89+
MutLog("-----|| Trader Speed Boost Activated ||-----");
9090

9191
isBoostActive = true;
9292

0 commit comments

Comments
 (0)