Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
xvm
XVM
Commits
21df5996
Verified
Commit
21df5996
authored
Jan 21, 2021
by
Roman Astafev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc's: update
parent
ef666311
Pipeline
#244928418
passed with stages
in 2 minutes and 49 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
release/configs/default/login.xc
release/configs/default/login.xc
+4
-0
release/configs/default/sounds.xc
release/configs/default/sounds.xc
+2
-2
src/xpm/xvm_autologin/__init__.py
src/xpm/xvm_autologin/__init__.py
+0
-1
No files found.
release/configs/default/login.xc
View file @
21df5996
...
...
@@ -6,6 +6,10 @@
"login": {
// Auto enter to the game.
// Автоматический вход в игру.
// - Опция вкл/откл автоматический вход в игру когда недоступен логин-менеджер WGC";
// В противном случае входом в клиент управляет опция в клиенте "Показывать выбор сервера при запуске игры".
// - Option to enable / disable automatic login to the game when the WGC login-manager is not available;
// Otherwise, client login is controlled by an option in the client "Display server selection upon game launch".
"autologin": false,
// Auto confirm old replays playing.
// Автоматически подтверждать проигрывание старых реплеев.
...
...
release/configs/default/sounds.xc
View file @
21df5996
...
...
@@ -7,8 +7,8 @@
{
"sounds": {
"enabled": true,
//
t
rue to enable remote communication between WoT client and WWISE Authoring Tools.
//
у
становите в true для включения коммуникации между клиентом WoT и WWISE Authoring Tools.
//
T
rue to enable remote communication between WoT client and WWISE Authoring Tools.
//
У
становите в true для включения коммуникации между клиентом WoT и WWISE Authoring Tools.
"remote_communication": false,
// List of extra banks to load.
// Use comma for multiple values: ["bank1.bnk", "bank2.bnk"]. Path is relative to ./res_mods/x.x.x/audioww/
...
...
src/xpm/xvm_autologin/__init__.py
View file @
21df5996
...
...
@@ -7,7 +7,6 @@ import traceback
import
BigWorld
from
gui.Scaleform.daapi.view.login.LoginView
import
LoginView
from
gui.login.Manager
import
Manager
from
xfw
import
*
from
xvm_main.python.logger
import
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment