All Projects → Stuyk → altv-quickstart

Stuyk / altv-quickstart

Licence: Unlicense License
The fastest alt:V JS setup on GitHub.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to altv-quickstart

altv-typescript
A Typescript Boilerplate for alt:V with simple setup and usage.
Stars: ✭ 32 (+10.34%)
Mutual labels:  fivem, ragemp, altv
altv-os-character-editor
alt:V Open Source Character Editor / Synchronization
Stars: ✭ 35 (+20.69%)
Mutual labels:  fivem, ragemp, altv
menuv
FiveM menu library for creating menu's with NUI
Stars: ✭ 85 (+193.1%)
Mutual labels:  fivem
ZIRIXV2
Base vRPex para FiveM, desenvolvida pela equipe ZIRAFLIX, conjunto a alguns scripts da comunidade.
Stars: ✭ 22 (-24.14%)
Mutual labels:  fivem
esx repairkit
Simple repairkit script for FiveM ESX servers
Stars: ✭ 36 (+24.14%)
Mutual labels:  fivem
Re-Ignited-Phone
ReIgnited Phone is a continuation and reimagination of the original GCPhone resource
Stars: ✭ 55 (+89.66%)
Mutual labels:  fivem
FiveM-Bot
[OUTDATED] Monitor your FiveM (GTA Online) Server with FiveM Bot.
Stars: ✭ 27 (-6.9%)
Mutual labels:  fivem
esx advancedvehicleshop
Advanced Vehicle Shops for FiveM ESX Legacy
Stars: ✭ 28 (-3.45%)
Mutual labels:  fivem
snaily-cadv4
💻 An open source Computer Aided Dispatch (CAD) for FiveM, this is a web based integration for communities who love police roleplaying and dispatching. Discord: https://discord.gg/eGnrPqEH7U
Stars: ✭ 36 (+24.14%)
Mutual labels:  fivem
PolyZone
PolyZone is a FiveM mod to define zones of different shapes and test whether a point is inside or outside of the zone
Stars: ✭ 136 (+368.97%)
Mutual labels:  fivem
krz personalmenu
🎓 ESX PersonalMenu by Korioz
Stars: ✭ 58 (+100%)
Mutual labels:  fivem
FiveM-Paid-Anticheats
Fivem Anticheat's sources, cracks and other shit have fun with it. Remember API > ALL https://discord.gg/stz4nCkhZp
Stars: ✭ 35 (+20.69%)
Mutual labels:  fivem
gb banking
FiveM Extended Banking Script
Stars: ✭ 14 (-51.72%)
Mutual labels:  fivem
fivem-mongodb
MongoDB wrapper for FiveM
Stars: ✭ 25 (-13.79%)
Mutual labels:  fivem
altv-js-module
JS module for alt:V Multiplayer. Powered by NodeJS & v8
Stars: ✭ 32 (+10.34%)
Mutual labels:  altv
rprogress
Customisable radial progress bars for FiveM
Stars: ✭ 41 (+41.38%)
Mutual labels:  fivem
fivem-mysql-async
MySql Async Library for FiveM
Stars: ✭ 105 (+262.07%)
Mutual labels:  fivem
esx scoreboard
esx - scoreboard | A user friendly scoreboard for your server ;)
Stars: ✭ 28 (-3.45%)
Mutual labels:  fivem
esx extraitems
Extra Items for FiveM ESX Legacy
Stars: ✭ 44 (+51.72%)
Mutual labels:  fivem
ox inventory
Overextended Inventory for ESX Legacy
Stars: ✭ 149 (+413.79%)
Mutual labels:  fivem

alt:V - Quick Start


❤️ Become a Sponsor of my Open Source Work

⌨️ Learn how to script for alt:V

💡 Need a Roleplay Script? Try Athena!

This repository if you found it useful!


This repo will do everything for you; including download the latest server files.

Includes the following:

  • Chat
  • Chat Commands
  • Weapon Commands
  • Vehicle Commands
  • Kill Feed
  • Respawn on Death
  • A scale-able folder structure

Requirements

Links

Installation

GIF Instructions:

Step 1 GIF

Step 2 GIF

Step 3 GIF

Text Instructions:

  1. Open a command prompt in a folder.

  2. Run this:

git clone https://github.com/Stuyk/altv-quickstart
cd altv-quickstart
  1. Run the code block below this.

    2.1. This can be used whenever you need to update your server files.

    2.2. Run the code block below; wait for packages to install.

    2.3. Then follow the instructions on screen.

npm run update
  1. Bootup the Server

    3.1. This script downloads for Linux or Windows automatically.

    3.2. Use a screen on Linux to run the server in the background.

    3.3. Use a built in command prompt such as in VSCode to run the server.

    3.4. You may press Ctrl + C to stop the server at any time.

Linux:

./start.sh

Windows (CMD):

altv-server.exe

Windows (Powershell):

./altv-server.exe

Connecting to your Quick-Start alt:V Server

Simply put in the following direct connect url: 127.0.0.1:7788

Broadcasting Your Server

Your server can be broadcasted by getting a token from the alt:V bot in the Discord.

Message Master-Bot#3667 and it will instruct you on what to type.

After doing this simply set announce to true in your server.cfg.

Reconnecting to your Server

If you wish to reconnect to your server after restarting you need to enable debug mode on both your client and your server.

In your server.cfg put the following:

debug: true

In your altv.cfg for your alt:V client put the following: debug: true

This will fully allow you to reconnect to your server by press f8 and typing reconnect <password>

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].