Skip to content

VORPCORE/VORP_txAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TXAdmin RedM Recipe for VorpCore Framework

A full fledge txAdmin recipe for Vorp Core

Instalation video

youtube

framework

Discord VORP

Included Features

  • Vorp Core Premade (Most Stable Releases)
    • Jobs
      • Police
      • Postman
      • Hunting
      • Fishing
      • Woodcutter
      • Boss Manager
    • Character Creator
    • Metabolism
    • Economy
      • Dollars, Gold
      • Bank
    • Stores
      • Clothing Stores
      • Shops
      • Weapons (v2)
      • Stables (Horses)
      • Barber Shops
    • Cinema
    • Housing
    • Custom Walk Animations
    • Admin Menu
    • oxmysql
  • Fixes
    • Interior fixes

Dependencies

Installation Tutorial

Video Walkthrough

Windows

  1. Create a new base folder (e.g. C:\MyRedMServer)
  2. Navigate to http://runtime.fivem.net/artifacts/fivem/build_server_windows/master and download the Latest Recommended artifact.
  3. Open the downloaded server.zip file and extract the contents to a new folder called cfx within your server folder created in step 1 (e.g. C:\MyRedMServer\cfx)
  4. Double Click or execute FXServer.exe to initiate setup
  5. This site should open in your browser. Make sure a PIN is filled, and click Link Account.enter image description here
  6. Log in to your account on Cfx.re in this tab and then click Yes, Allow.
  7. Set a password to log in to your server's admin page. enter image description here
  8. Click 'Next'. enter image description here
  9. Type a name for your server and click 'Next'
  10. Select to use a 'Remote URL Template'. enter image description here
  11. Copy and paste the below url into the url field. https://raw.githubusercontent.com/VORPCORE/VORP_txAdmin/main/vorp_recipe.yaml
  12. Click Next
  13. Keep the default path and click Next
  14. Click Go to Recipe Deployer
  15. Click 'Next' once you're sure the recipe looks fine. It should be fine the way it comes.
  16. Enter the key you just made on the Keymaster in the 'Before you begin' enter image description here
  17. Click the "Show/Hide Database options (advanced)"
  18. Change Database Name to vorpv2
  19. Click 'Run Recipe'
  20. Woohoo! Recipe installed correctly, you can click 'Next' again. enter image description here
  21. Click "Save & Run Server", and you're done!

Linux

Assuming you are SSHed into your machine or have otherwise access.

  1. Create a new base folder (e.g. C:\MyRedMServer)

  2. Navigate in your browser to http://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
    a. Right click on the latest artifact b. Click “Copy link location” or similar prompts

  3. Create a new cfx folder and then navigate to the MyRedMServer folder
    a. cd ~/MyRedMServer

    b. mkdir cfx

    c. cd cfx

  4. Download the artifact using the link we copied in step 2.
    a. wget <link_url>

  5. Extract the files using tar
    a. tar xf fx.tar.xz

  6. Run the startup script a. ./run.sh

  7. This site should open in your browser. Make sure a PIN is filled, and click Link Account.enter image description here

  8. Log in to your account on Cfx.re in this tab and then click Yes, Allow.

  9. Set a password to log in to your server's admin page. enter image description here

  10. Click 'Next'. enter image description here

  11. Type a name for your server and click 'Next'

  12. Select to use a 'Remote URL Template'. enter image description here

  13. Copy and paste the below url into the url field. (select lua if you want our lua core code, or c# if you prefer core code) (LUA) https://raw.githubusercontent.com/VORPCORE/VORP_txAdmin/main/vorp_recipe.yaml

  14. Click Next

  15. Keep the default path and click Next

  16. Click Go to Recipe Deployer

  17. Click 'Next' once you're sure the recipe looks fine. It should be fine the way it comes.

  18. Enter the key you just made on the Keymaster in the 'Before you begin' enter image description here

  19. Click the "Show/Hide Database options (advanced)"

  20. Change Database Name to vorpv2

  21. Click 'Run Recipe'

  22. Woohoo! Recipe installed correctly, you can click 'Next' again. enter image description here

  23. Click "Save & Run Server", and you're done!

Configuration

Server Configurations

  • Main server configurations are within MyRedMServer/txData/vorp_123abc.base/server.cfg
  • It is highly recommended to edit the server.cfg from txAdmin dashboard to ensure it saves properly.

Resource Configurations

  • All scripts can be edited via their associated config.lua files within MyRedMServer/txData/vorp_123abc.base/resources/*

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

Open source licensing info

  1. CONDUCT
  2. LICENSE
  3. CONTRIBUTING

Credits and references

Releases

No releases published

Packages

No packages published