-
Notifications
You must be signed in to change notification settings - Fork 237
Installation
Mr.TnT edited this page Aug 5, 2019
·
6 revisions
- Project is currently in beta mode so we are still working on making it better.
- Current project size: ~3.93 GB.
- All vehilces are in the master branch.
- Every vehicle have the direct link to the author / download page.
- You are not allowed to upload this project anywhere else.
- We have no copyright in this project because the only thing we're doing is converting cars, we are not making or designing or editing any of our conversions.
- Don't fork and change the READ-ME - Important.txt, it's just not nice to do so.
- Using git clone
- login via ssh (eg. putty)
- go to your fivem resources directory (eg. cd fxserver/server-data/resources)
- use git clone https://github.com/five-m/Vehicles.git to import the ALL VEHICLES to your server. That will import the current porject size mentioned above, this could take a while, leave it until it's done and to not quit your ssh session.
- After importing you'll see new directory named 'Vehicles' has been created in your /resources.
- cd back in your ssh session (cd ..)
- Create a new directory call it what ever you want (eg. mkdir TnTPack)
- cd back to your 'Vehicles directory and choose what cars you want to be in your server and start moving them from 'Vehicles' to 'TnTPack'.
- Reason behind making a new directory and move your car to it is to have your server files & folders more easier to read & manage.
- Read the READ-ME - Important.txt in the folder you've moved to 'TnTPack', you will find a line that advice you to change the folder name from X > -TO- > Z (depend on the vehicle).
- Change the folder name as the read-me say then add the start line for the vehicle in your server.cfg.
- Note: All folders names are changed to the same in-game vehicle spawn name, so it's easier for you to recognise the vehicle. Better to not change and work as the read-me say always.
(Optional but Highly Recommended)
- Before you start adding your start lines for the TnTPack, you are adviced to add a comment in your server.cfg
- Example: > This example is on a very default server.cfg
# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"
These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure fivem
ensure hardcap
ensure rconlog
ensure scoreboard
## Start of TnTPack / Vehicles ##
start subn
start caprice13
start corvetteZR1
start 2019M5
start w222s500
start c63w205
start brabus700
start amggtr
... etc ...
... etc ...
## End of TnTPack / Vehicles ##
# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0
# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
#rcon_password ""
# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, military, tanks"
sets tags "default,TnTPack"
# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"
# Set your server's hostname
sv_hostname "FXServer, but unconfigured"
# Nested configs!
#exec server_internal.cfg
# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.png
# convars which can be used in scripts
set temp_convar "hey world!"
# Uncomment this line if you do not want your server to be listed in the server browser.
# Do not edit it if you *do* want your server listed.
#sv_master1 ""
# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.steam:110000100000000 group.admin # add the admin to the group
# Hide player endpoints in external log output.
sv_endpointprivacy true
# Server player slot limit (must be between 1 and 32, unless using OneSync)
sv_maxclients 32
# License key for your server (https://keymaster.fivem.net)
sv_licenseKey changeme
- Try to seperate the downloads to different branches to make it easier to download and import cars with smaller project size.
- Convert ALL ADD-ON CARS THAT YOU COULD EVER THINK OF, MAKING THIS REALLY HUGE AND BIG.
- PEW, join our discord tho.
Just random guy that suffered from vehicles at the beginning of his fivem (maybe he still suffering till now) who decided to make this project to make it easier to everyone/newbies.
Join our server to stay up-to-date with all latest news and upcomming vehicles/packs we are working on.
Discord: https://discord.gg/qkqYGyn
Join my discord to be have the latest news and announcement! https://discord.gg/qkqYGyn
Open pull request to convert your preferred pack.