Skip to content

Commit

Permalink
[misc]: Update iCutNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Apr 3, 2021
1 parent abea7a2 commit 0eed883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions SampleConfig/AreYouVIP_Config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ sVIPText=%w | %bViP%w
# to 6 because it also counts the space between the tag + the player name
# Don't worry, your CtryTag will stay, but this is very important to do
# to avoid duplicate tags!
# Default is 6 because default tag is [XXX]
iCutName=6
iCutName=0
# Add VIP Players here, follow the exact format | Color is for the Player Name as a whole
# It's best to have only 2 options active at a time, or the scoreboard will
# act crazy with the fonts and trying to squeeze everything
# Try to make the label smaller e.g. 3 letters, like VIP
aSpecialPlayers=(PName="Vel-San",steamID="76561198122568951",Color="%t",isVIP=True,sVIP="%w | %bViP")
aSpecialPlayers=(PName="Vel-San",steamID="76561198122568951",Color="%t",isVIP=True,sVIP="%w | %ySeraphiM%w")
# You can add more colors by using the same format of the below ColorList
ColorList=(ColorName="Red",ColorTag="%r",Color=(B=0,G=0,R=200,A=0))
ColorList=(ColorName="Orange",ColorTag="%o",Color=(B=0,G=127,R=255,A=0))
Expand Down
5 changes: 2 additions & 3 deletions Steam_WorkShop_Description/Workshop-Text
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ sVIPText=%w | %bViP%w
# to 6 because it also counts the space between the tag + the player name
# Don't worry, your CtryTag will stay, but this is very important to do
# to avoid duplicate tags!
# Default is 6 because default tag is [XXX]
iCutName=6
iCutName=0
# Add VIP Players here, follow the exact format | Color is for the Player Name as a whole
# It's best to have only 2 options active at a time, or the scoreboard will
# act crazy with the fonts and trying to squeeze everything
# Try to make the label smaller e.g. 3 letters, like VIP
aSpecialPlayers=(PName="Vel-San",steamID="76561198122568951",Color="%t",isVIP=True,sVIP="%w | %bViP")
aSpecialPlayers=(PName="Vel-San",steamID="76561198122568951",Color="%t",isVIP=True,sVIP="%w | %ySeraphiM%w")
# You can add more colors by using the same format of the below ColorList
ColorList=(ColorName="Red",ColorTag="%r",Color=(B=0,G=0,R=200,A=0))
ColorList=(ColorName="Orange",ColorTag="%o",Color=(B=0,G=127,R=255,A=0))
Expand Down

0 comments on commit 0eed883

Please sign in to comment.