hello_world_redm

Cloning Instructions

  1. Ensure you have related software installed.
    1. Visual C++ Redistributable 2019
    2. Git
    3. An account with https://keymaster.fivem.net/
      1. Internal Server IP Address -- Use your home IP address for now.
  2. Make a folder for the server to exist in.
  3. Download the related version of CitizenFx and unzip it into a server-resources folder.
    1. Currently we are using version 5166
  4. In the same directory as the server-resources folder clone down this github repo using.
    git clone https://github.com/varnem2/hello_world_redm
    
  5. Update submodules by running command
    git submodule update --init
    
  6. In an admin prompt run the symlink.bat to link together resources/[base] to vendor/server-data
  7. Finally put your key in from https://keymaster.fivem.net/
  8. Run start.bat

Run this once. It will put the submodel within the vendor folder into the resources directory for you.

Run this each time you need to start the server.