Skip to content

Commit

Permalink
Add missing command-line arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
OrfeasZ committed Aug 24, 2023
1 parent 9844a9e commit b879760
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion content/general/args.md
Expand Up @@ -55,6 +55,18 @@ Activates BF3 on the current machine using the specified Origin credentials.

---

> `-activate -lsx`
Activates BF3 on the current machine using EA app / Origin (LSX), which must be running and be logged in to an account that owns BF3. It also prints the authentication token retrieved from the EA app.

---

> `-activate -ea_token <token>`
Activates BF3 on the current machine using the provided EA auth token. The token can be retrieved from another computer using the command above. Keep in mind that tokens expire.

---

> `-console`
Allocates an external console window for debug logging.
Expand Down Expand Up @@ -123,6 +135,14 @@ Enable verbose debugging logging for CEF. Useful for catching issues with WebUI
Logs you in to your VU account using the specified VU credentials.

---

> `-disableUiHwAcceleration`
Force hardware acceleration for the WebUI off, falling back to software rendering. You can try this if you get a black loading screen when launching VU. Keep in mind that this will degrade your experience and your performance. This is enabled by default on unsupported operating systems.

---

## Server arguments

These arguments only have an effect on the VU server.
Expand Down Expand Up @@ -225,4 +245,4 @@ Sets the maximum players that are allowed to set with `vars.maxPlayers` & `vars.

Example: `-maxPlayers 64`

When using the default spectator size of `24`, you won't be able to set `vars.maxPlayers` higher then `40`. Unless you reduce the spectator count before.
When using the default spectator size of `24`, you won't be able to set `vars.maxPlayers` higher then `40`. Unless you reduce the spectator count before.

0 comments on commit b879760

Please sign in to comment.