1+ Gives player a speed boost at the match start, and trader time in between waves:
2+
3+ [h1][b][u]Features[/u][/b][/h1]
4+
5+ - Customizable boost power
6+ - Customizable boost messages (Colored)
7+ - Global vs. Chat notifications
8+ - Ability to give extra boost after TRADER time ends
9+ - Ability to give extra boost after MATCH start
10+
11+ [b]Credits[/b]
12+
13+ - Me
14+ - Marco (Some parts of the code)
15+ - NiggaBeats (Testing)
16+
17+ [h1][b][u]Notes[/u][/b][/h1]
18+
19+ - Mut is [b]WHITELISTED[/b] on dedicated servers
20+ - Mut is Whitelisted on listen servers (Except for the HOST)
21+
22+ [h1][b][u]Number Of Files[/u][/b][/h1]
23+
24+ - 3
25+
26+ [h1][b][u]Sample Config[/u][/b][/h1]
27+
28+ [code]
29+ [TraderBoostMut.BoostMe]
30+ # Value for speed boost | Recommended: Between 500 - 1000 (More than 1000 and you'll become flash)
31+ iSpeedBoost=750
32+ # If this is set to anything above 0, you will get extra 'boost' time (duration) AFTER the wave has already started
33+ iAfterWaveStartBoost=10
34+ # Speed boost duration for match start | This is recommended to be 10 because countdown for match start is 10
35+ iMatchStartBoost=10
36+ # Message to show at MatchStart boost
37+ sMatchStartBoostMessage=%bMatch Start%w Speed Boost %tActivated!%w
38+ # Message to show at TraderTime boost
39+ sTraderBoostMessage=%bTrader%w Speed Boost %tActivated!%w
40+ # Controls whether the notification/message is global (On Screen) or in-chat
41+ bGlobalMSG=True
42+
43+ [TraderBoostMut.TraderBoostMut]
44+ # Adding these tags to your sBoostMessage will make it colorful :)
45+ ColorList=(ColorName="Red",ColorTag="%r",Color=(B=0,G=0,R=200,A=0))
46+ ColorList=(ColorName="Orange",ColorTag="%o",Color=(B=0,G=127,R=255,A=0))
47+ ColorList=(ColorName="Yellow",ColorTag="%y",Color=(B=0,G=255,R=255,A=0))
48+ ColorList=(ColorName="Green",ColorTag="%g",Color=(B=0,G=200,R=0,A=0))
49+ ColorList=(ColorName="Blue",ColorTag="%b",Color=(B=200,G=100,R=0,A=0))
50+ ColorList=(ColorName="Teal",ColorTag="%t",Color=(B=113,G=179,R=60,A=0))
51+ ColorList=(ColorName="Violet",ColorTag="%v",Color=(B=139,G=0,R=255,A=0))
52+ ColorList=(ColorName="White",ColorTag="%w",Color=(B=200,G=200,R=200,A=0))
53+ # Better to keep debugging False :)
54+ bDebug=True[/code]
55+
56+ [h1][b][u]File Names[/u][/b][/h1]
57+
58+ - \System\TraderBoostMut.u
59+ - \System\TraderBoostMut.ucl
60+ - \System\TraderBoostMut.ini
61+
62+ [h1][b][u]Usage[/u][/b][/h1]
63+
64+ 1- Subscribe or download manually (Recommended)
65+ 2- Launch the game and wait to see 'Completed'
66+ 3- Restart the game and you can see the mutators in your list
67+
68+
69+ [i]Compatibility Issues[/i]
70+
71+ - None, for now, but let me know if you find any issues/bugs with other mutators
72+ - DO NOT USE If you are already using ServerTools! (ServerTools already has this feature!)
73+
74+ [h1][b][u]Class Names[/u][/b][/h1]
75+
76+ - Mut: TraderBoostMut.TraderBoostMut
77+
78+ [h1][b][u]Manual Download Links (Recommended)[/u][/b][/h1]
79+
80+ You can find it under 'Whitelisted' folder named 'TraderBoostMut-v1.1'
81+
82+ - MEGA Link: https://mega DOT nz/folder/YDoEmKiC#s6FGAtgh40-TvB4bHsLaMQ
83+
84+ - Github: https://github.com/Vel-San/TraderBoostMut/releases/tag/v1.1
0 commit comments