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
- 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
- Create a new base folder (e.g.
C:\MyRedMServer
)
- Navigate to http://runtime.fivem.net/artifacts/fivem/build_server_windows/master and download the Latest Recommended artifact.
- 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
)
- Double Click or execute
FXServer.exe
to initiate setup
- This site should open in your browser. Make sure a PIN is filled, and click
Link Account
.
- Log in to your account on Cfx.re in this tab and then click
Yes, Allow
.
- Set a password to log in to your server's admin page.
- Click 'Next'.
- Type a name for your server and click 'Next'
- Select to use a 'Remote URL Template'.
- Copy and paste the below url into the url field.
https://raw.githubusercontent.com/VORPCORE/VORP_txAdmin/main/vorp_recipe.yaml
- Click
Next
- Keep the default path and click
Next
- Click
Go to Recipe Deployer
- Click 'Next' once you're sure the recipe looks fine. It should be fine the way it comes.
- Enter the key you just made on the Keymaster in the 'Before you begin'
- Click the "Show/Hide Database options (advanced)"
- Change Database Name to
vorpv2
- Click 'Run Recipe'
- Woohoo! Recipe installed correctly, you can click 'Next' again.
- Click "Save & Run Server", and you're done!
Linux
Assuming you are SSHed into your machine or have otherwise access.
- Create a new base folder (e.g.
C:\MyRedMServer
)
- 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
-
Create a new cfx folder and then navigate to the MyRedMServer folder
a. cd ~/MyRedMServer
b. mkdir cfx
c. cd cfx
- Download the artifact using the link we copied in step 2.
a. wget <link_url>
- Extract the files using
tar
a. tar xf fx.tar.xz
- Run the startup script
a.
./run.sh
- This site should open in your browser. Make sure a PIN is filled, and click
Link Account
.
- Log in to your account on Cfx.re in this tab and then click
Yes, Allow
.
- Set a password to log in to your server's admin page.
- Click 'Next'.
- Type a name for your server and click 'Next'
- Select to use a 'Remote URL Template'.
- 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
- Click
Next
- Keep the default path and click
Next
- Click
Go to Recipe Deployer
- Click 'Next' once you're sure the recipe looks fine. It should be fine the way it comes.
- Enter the key you just made on the Keymaster in the 'Before you begin'
- Click the "Show/Hide Database options (advanced)"
- Change Database Name to
vorpv2
- Click 'Run Recipe'
- Woohoo! Recipe installed correctly, you can click 'Next' again.
- 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
- CONDUCT
- LICENSE
- CONTRIBUTING
Credits and references