ChaosMod is a recreation of the popular mod Chaos Mod V by pongo1231 for FiveM as a serverside resource. Now you you can have all the fun that the mod brings with your friends!
It's pretty simple
Using TXAdmin
- In the deployment section of your TXAdmin setup click "Remote URL Template"
- Paste
https://raw.githubusercontent.com/The-Neco/ChaosMod/master/recipe.ymal
in the URL field - Complete the rest of the server wizzard.
- Start your server and enjoy!
Not using TXAdmin
- Download the latest ChaosMod from the releases section of this repo.
- Drag the
ChaosMod
folder to the resources folder in your server. - Add
ensure ChaosMod
to yourserver.cfg
. - Start your server and enjoy!
Configuration for this resource is mainly done via convars.
A list of convars can be found below:
Convar | Default Value | Description | Server/Client |
---|---|---|---|
chaosmod_eventtimer | 30000 | Number of milliseconds between events. | Both |
chaosmod_debug | false | Toggles debug mode (enables console prints). | Both |
Example of adding a convar into your server.cfg
setr chaosmod_eventtimer 60000
If you find any bugs or have any sugestions to add to the resource please add them to the forum post on the fivem forums or submit a feature request using the issues section of github.
Have a feature you would like to add for yourself? Submit a PR and I'll take a look!