Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.82 KB

installation.md

File metadata and controls

29 lines (23 loc) · 1.82 KB

⚠️ NOTE: it is HIGHLY discouraged to directly download or 'clone' the resource, please download it via the Releases section!

Installation

Please follow these steps to intall the resource into your FiveM server:

  1. Make sure your server meets all requirements
  2. Download the latest release
  3. Create a folder for the resource somewhere, call it anything you like (suggestion: MISS-ELS)
  4. Extract the contents of the zip archive into that folder
  5. Copy config.example.lua to config.lua
  6. Edit config.lua to fit to your needs, you can leave everything as-is if you are not sure what to change
  7. Place the folder from step 2 and 3 into your resources directory on your server
  8. Enable the resource in your server.cfg file: ensure MISS-ELS (or whatever you called it in step 2), or start it manually from the console
  9. Enjoy! You can now start creating your VCF files

Upgrading

If you currently use an older version of MISS-ELS, you can update it as follows:

  1. ⚠️ Make a full backup of your configuration and VCFs!
  2. Delete all files from the resource, except your config.lua and your xmlFiles/ folder
  3. Rename your config.lua to config.backup.lua
  4. Download the latest release
  5. Extract the zip archive somewhere
  6. Place the contents from the archive into your resource folder, alongside with your config.backup.lua file and xmlFiles/ folder
  7. Copy config.example.lua to config.lua
  8. Update config.lua to fit to your needs (compare it to your old configuration, but do not copy-paste it as the structure might have changed!)
  9. Walk through your VCF's to see if they still comply to the standards. Any breaking change will be announced.