Skip to content

Commit

Permalink
Fix config comments formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shtoyan committed Apr 13, 2023
1 parent 86c0c59 commit 1d0caa6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Configs/CustomServerDetails.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[CustomServerDetails.CSDMasterServerUplink]
;= Home repo: https://github.com/InsultingPros/CustomServerDetails
# timer delay, do NOT set ultra low values
;= timer delay, do NOT set ultra low values
refreshTime=4
# if true uses server name described below
;= if true uses server name described below
bCustomServerName=true
serverName=^nb^Lame ^r^Server ^w^Name %infoBlock%
# if true colors map name described below
;= if true colors map name described below
bMapColor=true
mapColor=^r^
# server browser CENTER
## if true adds all this states to server name
;= server browser CENTER
;= if true adds all this states to server name
bInfoBlockInServerName=true
infoBlockPatterns=(state="CHANGING_MAP",pattern="^w^[Current state: ^r^CHANGING MAP^w^]")
infoBlockPatterns=(state="WIPE",pattern="^w^[Current state: ^g^WIPE^w^]")
Expand All @@ -26,16 +26,16 @@ infoBlockKeys=(detail="Trader time",key="traderTime")
infoBlockKeys=(detail="CurrentWave",key="waveCurrent")
infoBlockKeys=(detail="Waves total",key="wavesTotal")
infoBlockKeys=(detail="Current Objective",key="CUROBJ")
# server browser LEFT BOTTOM
# if true uses all the info described below
;= server browser LEFT BOTTOM
;= if true uses all the info described below
bChangeServerDetails=true
## add some useful info
;= add some useful info
displayedServerDetails=(name="**** YOU TO THE DEEPEST PIT OF HELL, ********.",keyTag="^v^",bCustom=True)
displayedServerDetails=(name="GO ROT IN A ******* HOLE",keyTag="^v^",bCustom=True)
displayedServerDetails=(name="AND *** YOU ******* *******,",keyTag="^v^",bCustom=True)
displayedServerDetails=(name="AND WATCH ME **** YOUR *** IN ALL *****",keyTag="^v^",bCustom=True)
displayedServerDetails=(name="AND *** VINEGAR IN THE PLACES THAT BLEED.",keyTag="^v^",bCustom=True)
## default key-value pairs
;= default key-value pairs
displayedServerDetails=(name="Mutator",keyTag="^nb^",valTag="^nb^")
displayedServerDetails=(name="FriendlyFireScale",keyTag="^nb^",valTag="^nb^",bChangeName=True,newName="Friendly Fire")
displayedServerDetails=(name="IsVacSecured",keyTag="^nb^",valTag="^nb^",bChangeName=True,newName="VAC")
Expand All @@ -49,24 +49,24 @@ displayedServerDetails=(name="MaxSpectators",keyTag="^nb^",valTag="^nb^",bChange
displayedServerDetails=(name="Max runtime zombies",keyTag="^nb^",valTag="^nb^",bChangeName=True,newName="Max Zombies")
displayedServerDetails=(name="ServerMode",keyTag="^nb^",valTag="^nb^",bChangeName=True,newName="Server Mode")
displayedServerDetails=(name="ServerVersion",keyTag="^nb^",valTag="^nb^",bChangeName=True,newName="Server Version")
## add some poem for bored people
;= add some poem for bored people
displayedServerDetails=(name="Poem.",keyTag="^v^",valTag="^v^",bCustom=True,customValue="Roses are red")
displayedServerDetails=(valTag="^v^",bCustom=True,customValue="violets are blue.")
displayedServerDetails=(valTag="^v^",bCustom=True,customValue="One ripped ******")
displayedServerDetails=(valTag="^v^",bCustom=True,customValue="that caused you.")
# server browser RIGH BOTTOM, player name modifications
## if true adds player states described below
;= server browser RIGH BOTTOM, player name modifications
;= if true adds player states described below
bAnotherNicknamesStyle=true
playerDeadNicknamePattern=%nickname% ^g^[DEAD]
playerSpectatingNicknamePattern=%nickname% ^g^[SPECTATING]
playerAwaitingNicknamePattern=%nickname% ^g^[AWAITING]
playerAliveNicknamePattern=%nickname%
## allows to convert ^1 like (ScrN) tags into colors
;= allows to convert ^1 like (ScrN) tags into colors
bColorNicknames=true

[CustomServerDetails.o_Utility]
# colorTag-color pairs
## main colors
;= colorTag-color pairs
;= main colors
ColorList=(Name="Red",Tag="^r^",Color=(R=255))
ColorList=(Name="Orange",Tag="^o^",Color=(R=200,G=77))
ColorList=(Name="Yellow",Tag="^y^",Color=(R=255,G=255))
Expand All @@ -79,8 +79,8 @@ ColorList=(Name="Pink",Tag="^p^",Color=(R=255,G=192,B=203))
ColorList=(Name="White",Tag="^w^",Color=(R=255,G=255,B=255))
ColorList=(Name="Black",Tag="^bl^",Color=(R=1,G=1,B=1))
ColorList=(Name="Gray",Tag="^gr^",Color=(R=96,G=96,B=96))
## these are 'scrn balance' tags, try to keep them intact
## used to color nicknames in server info
;= these are 'scrn balance' tags, try to keep them intact
;= used to color nicknames in server info
ColorList=(Name="scrn 0",Tag="^0",Color=(R=1,G=1,B=1))
ColorList=(Name="scrn 1",Tag="^1",Color=(R=200,G=1,B=1))
ColorList=(Name="scrn 2",Tag="^2",Color=(R=1,G=200,B=1))
Expand All @@ -91,7 +91,7 @@ ColorList=(Name="scrn 6",Tag="^6",Color=(R=200,G=1,B=200))
ColorList=(Name="scrn 7",Tag="^7",Color=(R=200,G=200,B=200))
ColorList=(Name="scrn 8",Tag="^8",Color=(R=255,G=127,B=0))
ColorList=(Name="scrn 9",Tag="^9",Color=(R=128,G=128,B=128))
## other random colors
;= other random colors
ColorList=(Name="1",Tag="^w$^",Color=(R=255,G=255,B=255))
ColorList=(Name="2",Tag="^r$^",Color=(R=255,G=1,B=1))
ColorList=(Name="3",Tag="^g$^",Color=(R=1,G=255,B=1))
Expand Down

0 comments on commit 1d0caa6

Please sign in to comment.