Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
what about the brink server listed in the tools in steam?
Are you going to support this game or have you just made it free to play with no support? Seems like a waste if you have, me and im sure alot of others want you to roll out an update for this game please, i mean haha it even has more people playing than Quake Champions and Lawbreakers, do us all a massive favour thank you ;)
Oh and add Badges/Emotes/Backgrounds!
can you run multiple instances of your servers?
can you run the client alone without server online?
+set com_allowConsole 1 +set com_bootLogo 0 +set win_allowMultipleInstances 1
you need the +set
or you add them to autoexec.cfg
Copy this to
seta com_allowconsole 1
seta com_allowFullConsole 1
// Disable Bootlogo
seta com_bootlogo "0"
C:\Steam\userdata\YourRandomNumber\22350\local\base
inside of autoexec.cfg. if file does not exist, create it. make sure it has .cfg and not .cfg.txt or something like that.
add
seta com_showfps "1"
to show fps ingame
add
seta logFile 2
seta logFileName brinkClient_$Y-$M-$D_$h.$m.$s.log
seta logTimeStamps 1
to create client logfiles inside of autoexec.cfg folder
EDIT: I forgot to put the "+ set" in the launch options.It's probably that.I'll try again when I get home.Thanks :)