๐ป Bootcamp
Welcome to the alt:V Bootcamp course. This is going to teach you everything that you need to know while introducing you to the entire alt:V API. This will be your entry point if you are new developer to alt:V who wants to start creating their very own resources, plugins, or even a server.
โ Before Starting
In this course we will be using a Windows environment since that is what GTA:V runs on. You will need a legitimate copy of GTA:V to proceed any further in this course. This course will be focusing on the Javascript API.
- Install NodeJS 13+
- Install Git
- Install VSCode
- Basic Understanding of Programming Syntax
After installing the above requirements you should be free to start this course.
๐ Course Material
- 1 - The alt:V Client
- 2 - Configuring Client
- 3 - Server Binaries
- 4 - Running Server Binaries
- 5 - Building Resource Structure
- 6 - Creating a Resource
- 7 - Adding a Resource
- 8 - Understanding VSCode & Javascript
- 9 - Spawning the Player
- 10 - Respawning the Player
- 11 - Spawning a Vehicle
- 12 - Adding the Chat Resource
- 13 - Writing Commands