Las Venturas Playground
Hi!
Running Las Venturas Playground yourself
The following steps will help you compile and run Las Venturas Playground on your own computer. Please do read the contribution guide if you're considering contributing!
Prerequisites:
- A computer running Windows 8 or later with the latest [Visual C++ redistributable] (https://www.microsoft.com/en-gb/download/details.aspx?id=48145) installed.
- GitHub for desktop or another GitHub client must be installed, with support for git-lfs.
- The LVP Pawn Editor must be installed.
- The ability to execute a batch file as administrator.
Las Venturas Playground installation:
- Create a folder named
LVP
somewhere on your computer. - Check out the server-staging repository in
the
LVP\server-staging
directory. - Check out the playground repository in the
LVP\playground
directory. - Go to
LVP\playground\pawn\
. 1. Create a new file calledAUTHOR
with a single line noting your e-mail address. 2. Openlvp.ppr
with the LVP Pawn Editor and click F5 to compile. 3. You should now have a file calledlvp.amx
in this directory. - Go to
LVP\server-staging\
. 1. Rundev-init.bat
as an administrator. This will create some symbolic links. - Go to
LVP\server-staging\server\
. 1. Create a new file calleddatabase.json
in this directory, and paste the contents of this gist. It grants you read-only access to the test server database. 2. Runsamp-server.exe
. You are now running Las Venturas Playground.
Developers having made some larger contributions to Las Venturas Playground will be granted write access to the test server database, enabling them to test features more comprehensively.