mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-02-02 18:12:53 +08:00
cfx-server-data
fc5f69ca1b
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/7.0.27...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
resources | ||
.gitignore | ||
README.md |
cfx-server-data
The data repository for Cfx.re servers
Usage
- Make sure to
git clone
. Don't "Download ZIP", as that'll make it much harder to update to newer versions. - Put custom resources in
resources/[local]/
if you don't want to be affected by any random messups.
Advanced usage
You can also consider using the repository as a submodule + symlink for your own Git repository:
Linux:
$ git submodule add https://github.com/citizenfx/cfx-server-data.git vendor/server-data
$ ln -s ../vendor/server-data/resources/ 'resources/[base]/'
Windows:
> git submodule add https://github.com/citizenfx/cfx-server-data.git vendor/server-data
> mklink /d resources\[base] ..\vendor\server-data\resources
Policy
You can make pull requests to propose changes that benefit everyone. Add new useful resources, change/improve existing ones - anything goes, as long as you make sure to:
- Not break existing users/APIs.
- Not change default behavior without a toggle.
- Use best practices (convars over config files, native commands wherever possible, etc.)
Modifying or rewriting existing resources in this repository for local use only is strongly discouraged.