Strike Vector EX

Strike Vector EX

Not enough ratings
SVEX Configuration HOW-TOs
By Killy.MXI
This is a collection of useful tweaks that are not available through the in-game settings and therefore harder to find.

Important note: messing with the game configs and console commands might lead to unexpected results, so consider this as a power user guide and proceed with caution.
   
Award
Favorite
Favorited
Unfavorite
How to change the game language
The game picks the language from Windows. In case you'd like to use a different language - you can do that either temporarily (for as long as the game is running) or permanently.

First, you need to know the language code of the language you're going to use. Following languages are supported by the game:
  • en - English
  • fr - French
  • it - Italian
  • de - German
  • es - Spanish (Spain)
  • ja - Japanese
  • ru - Russian
  • zh-CN - Simplified Chinese

Temporary change

1) Open the in-game console (hit F1 once or twice)

2) Enter the following:
SetCulture en
(Replace "en" with the language code you actually need.)

Permanent change

1) Open the launch options dialog:
Steam library > Strike Vector EX > context menu > Properties > General > Set launch options...

2) Enter the following:
?culture=en
(Replace "en" with the language code you actually need.)
 
 
How to disable the intro video
If you want to save some time every time the game loading, you can disable the intro video.

1) Open the launch options dialog:
Steam library > Strike Vector EX > context menu > Properties > General > Set launch options...

2) Enter the following:
?nologos

Logos and the trailer will not appear, and the game will go straight to "Press A" screen.

(This is also important if you want the game to work on Linux.)
 
 
Combine launch options
If you want to have both effects - custom language and disabled intro - enter them both into launch options dialog, separated by space, like this:
?nologos ?culture=en
 
 
How to set an FPS limit
In case you need to go easy on your potato PC, or you trying to adjust for your new high refresh rate monitor, or you might be trying to deal with that pesky clipping sound bug (which is believed to be somewhat affected by the refresh rate)...

Temporary change

1) Open the in-game console (hit F1 once or twice)

2) Enter a command. There are two options actually:

LimitFPS 60
- might be easier to remember, but only works if you haven't overriden FPS in the config file using the option 1 below.

t.MaxFPS 60
- works always.

Permanent change (option 1)

1) Find the folder with the game configs. By default it is:
C:\Users\%USERNAME%\AppData\Local\SVEX\Saved\Config\WindowsNoEditor
(Note: AppData is a hidden folder. But you can paste this path directly into Windows Explorer address bar without editing to get to the right place directly.)

2) Open the file GameUserSettings.ini

3) Under the section /Script/Engine.GameUserSettings add or update the value of FrameRateLimit:
[/script/engine.gameusersettings] ... FrameRateLimit=60.000000 ...

Permanent change (option 2)

1) Same as above

2) Open the file Engine.ini

3) It is most likely empty, so add the following:
[/script/engine.engine] SmoothedFrameRateRange=(LowerBound=(Type=Inclusive,Value=22.000000),UpperBound=(Type=Exclusive,Value=144.000000))
(Correct the UpperBound value for your liking.)
 
 
How to disable in-game HUD
It might be useful to record pretty videos. Or you might use it as a challenge - it makes it pretty hard to play without any visual indicators.

1) Open the in-game console (hit F1 once or twice)

2) Enter the following:
ShowHUD
It toggles the HUD, so enter it again to turn it back on. (Use the Up arrow key in the console to save you some time from typing.)
 
 
How to spend less time in the lobby between matches
One minute default timer is way too much. 30 seconds is about right to take a breath, but not get bored.

1) Find the folder with the game configs. By default it is:
C:\Users\%USERNAME%\AppData\Local\SVEX\Saved\Config\WindowsNoEditor
(Note: AppData is a hidden folder. But you can paste this path directly into Windows Explorer address bar without editing to get to the right place directly.)

2) Open the file Game.ini

3) Under the section /Script/SVEX.HU4GameMode add or update the value of SecondsMatchingPlayers:
[/script/svex.hu4gamemode] SecondsMatchingPlayers=30
(Thanks Valve for breaking formatting and lowercasing important parts. In case this doesn't work for you - try to copy properly cased section title from above.)
 
 
How to make a password protected P2P session
There is only a permanent way to do this (through config file editing).

1) Find the folder with the game configs. By default it is:
C:\Users\%USERNAME%\AppData\Local\SVEX\Saved\Config\WindowsNoEditor
(Note: AppData is a hidden folder. But you can paste this path directly into Windows Explorer address bar without editing to get to the right place directly.)

2) Open the file Game.ini

3) Under the section /Script/SVEX.AHU4GameSession add or update the value of JoinPwd:
[/script/svex.ahu4gamesession] JoinPwd=banana
(Thanks Valve for breaking formatting and lowercasing important parts. In case this doesn't work for you - try to copy properly cased section title from above.)

Now, when you start a quick match, it will be shown with a lock symbol in the server list, and anyone who will try to join it - will be asked for the password.

Remove the JoinPwd line from the config when you decide to disable it.
 
 
How to change the bots amount
In case you need a different number of bots in your P2P sessions (Quick Matches).

Permanent change

1) Find the folder with the game configs. By default it is:
C:\Users\%USERNAME%\AppData\Local\SVEX\Saved\Config\WindowsNoEditor
(Note: AppData is a hidden folder. But you can paste this path directly into Windows Explorer address bar without editing to get to the right place directly.)

2) Open the file Game.ini

3) Under the section /Script/SVEX.AHU4GameSession add or update the value of ServerOptimalFillPlayerNumber:
[/script/svex.ahu4gamesession] ServerOptimalFillPlayerNumber=6
(Thanks Valve for breaking formatting and lowercasing important parts. In case this doesn't work for you - try to copy properly cased section title from above.)

Default value is 6. Maximum number of bots is 8. (Maximum of players is 12, but the game can simulate only this many AIs.)
The game always tries to keep the number of Vectors even, so if you enter an odd number - it will round it to the next even number.

(Note: permanent method also affects Skirmish.)

Temporary change

Temporary method is actually a bit involving (some config editing still needed), and it only lasts for one match, so two admin commands have to be re-entered for every match. Admin commands are also known to break the game state when entered at unappropriate moments.

If you want to use it anyway, refer to the guide published by Svælther:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=1084240604
Just use the desired numbers instead of 0. (Maximum of 8 and the aligning to an even number still applies.)
 
 
How to ...?
Have another question that wasn't covered here?

You can ask at the following places:
  • - our Discord[discord.gg] (recommended)
  • - in Steam discussions (I get notifications on new topics created there)
  • - in comments under this guide (this proven to be difficult to manage)
 
 
7 Comments
Killy.MXI  [author] 6 Jul, 2019 @ 3:33am 
fixed
ᛏᚠᚲ TheFissionChips ⚡⚡ 6 Jul, 2019 @ 2:53am 
1) shame - removing the secondaries and power ups would improve the game IMO.
2) I'm familiar with the low TTK and long reload times of all the weapons
3) Quote, "Have another question that wasn't covered here?" - yep. Lowering TTK would make it quicker to vape no-skill teaming sh@tbags. ;)
Killy.MXI  [author] 5 Jul, 2019 @ 10:25am 
Sir Kit Braker
(1) there is no way to intervene into the game balance;
(2) you haven't got familiar enough with available weapons yet to learn about their TTK;
(3) TTK is out of scope of this guide - bring this discussion elsewhere if you want to continue it.
ᛏᚠᚲ TheFissionChips ⚡⚡ 5 Jul, 2019 @ 10:13am 
Is there a way to make the Vectors faster and TTK quicker (i.e: lessen the armour values for combatants and increase weapon damage?) This game has way too long TTK.
[AKA] CAMA 5 Jul, 2019 @ 8:02am 
Thank you~
[AKA] nöp 4 Jul, 2019 @ 12:12pm 
Awesome!
TzeroX [AKA] 4 Jul, 2019 @ 8:43am 
Perfect :)