Skip to content

Commit

Permalink
feat: skipCustomModuleWarning config option (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored May 18, 2024
1 parent 3ef19b2 commit 2cf6821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion articles/configs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ After you downloaded and installed the alt:V Multiplayer client, you can find th
| linuxCompatibility | boolean(true/false) | false | Enable or disables Linux/MacOS related settings (See Discord #general [Linux](https://discord.com/channels/371265202378899476/988474811258908702) & [MacOS](https://discord.com/channels/371265202378899476/1105208952091840612) Threads) |
| discordRichPresence | boolean(true/false) | true | Enable or Disable the Discord Rich Presence ("Now Playing" alt:V in Discord user profile) |
| enableModDirectory | boolean(true/false) | false | Enables the mod directory. See [here](~/articles/troubleshooting/client-mods.md) for more info. |
| cachePath | string | "cache" directory in client folder | Changes location of the cache directory where server assets (interiors, scripts, etc.) are being downloaded to. |
| cachePath | string | "cache" directory in client folder | Changes location of the cache directory where server assets (interiors, scripts, etc.) are being downloaded to. |
| skipCustomModuleWarning | boolean(true/false) | false | Skips "Do you want to load [module name]?" confirmation window. See [SDK](https://docs.altv.mp/sdk/index.html) for more info. |
## Example altv.toml file

```toml
Expand Down

0 comments on commit 2cf6821

Please sign in to comment.