Las Venturas Playground
LVP Staging Server - Printable Version

+- Las Venturas Playground (https://forum.sa-mp.nl)
+-- Forum: Main Talk (https://forum.sa-mp.nl/forum-3.html)
+--- Forum: Development (https://forum.sa-mp.nl/forum-16.html)
+--- Thread: LVP Staging Server (/thread-32957.html)

Pages: 1 2 3


RE: LVP Staging Server - Holsje - 12-26-2020

(12-26-2020, 07:17 PM)Zeus_ Wrote:
(12-26-2020, 04:23 PM)Specifer Wrote: I assume they removed it because of something.

I tried running the server on my pc and it just gives me an error when trying to compile the lvp file, it says no AUTHOR file found, but I have the file

Did you follow every step here: https://github.com/LVPlayground/playground/blob/master/README.md ?

The playground\pawn\ folder. (Same location as the .ppr project file)

I believe the AUTHOR file should be there by default though. All you should do there is change the email if you wish.
(Note that it should have NO file extension, so makre sure it's not e.g. AUTHOR.txt)

Also when doing changes in the code it's recommended to use the JavaScript code base.



RE: LVP Staging Server - Zeus_ - 12-26-2020

(12-26-2020, 08:04 PM)Holsje Wrote:
(12-26-2020, 07:17 PM)Zeus_ Wrote:
(12-26-2020, 04:23 PM)Specifer Wrote: I assume they removed it because of something.

I tried running the server on my pc and it just gives me an error when trying to compile the lvp file, it says no AUTHOR file found, but I have the file

Did you follow every step here: https://github.com/LVPlayground/playground/blob/master/README.md ?

The playground\pawn\ folder. (Same location as the .ppr project file)

I believe the AUTHOR file should be there by default though. All you should do there is change the email if you wish.
(Note that it should have NO file extension, so makre sure it's not e.g. AUTHOR.txt)

Also when doing changes in the code it's recommended to use the JavaScript code base.

I fixed that now I have another issue, I try to load the server and it fails to load the plugins I have Visual C++ installed and also git LSF


RE: LVP Staging Server - Holsje - 12-26-2020

(12-26-2020, 08:07 PM)Zeus_ Wrote:
(12-26-2020, 08:04 PM)Holsje Wrote:
(12-26-2020, 07:17 PM)Zeus_ Wrote:
(12-26-2020, 04:23 PM)Specifer Wrote: I assume they removed it because of something.

I tried running the server on my pc and it just gives me an error when trying to compile the lvp file, it says no AUTHOR file found, but I have the file

Did you follow every step here: https://github.com/LVPlayground/playground/blob/master/README.md ?

The playground\pawn\ folder. (Same location as the .ppr project file)

I believe the AUTHOR file should be there by default though. All you should do there is change the email if you wish.
(Note that it should have NO file extension, so makre sure it's not e.g. AUTHOR.txt)

Also when doing changes in the code it's recommended to use the JavaScript code base.

I fixed that now I have another issue, I try to load the server and it fails to load the plugins I have Visual C++ installed and also git LSF

Did you try `git lfs pull`?
Also, what's the error that's shown in the .txt file?


RE: LVP Staging Server - Zeus_ - 12-27-2020

(12-26-2020, 09:28 PM)Holsje Wrote:
(12-26-2020, 08:07 PM)Zeus_ Wrote:
(12-26-2020, 08:04 PM)Holsje Wrote:
(12-26-2020, 07:17 PM)Zeus_ Wrote:
(12-26-2020, 04:23 PM)Specifer Wrote: I assume they removed it because of something.

I tried running the server on my pc and it just gives me an error when trying to compile the lvp file, it says no AUTHOR file found, but I have the file

Did you follow every step here: https://github.com/LVPlayground/playground/blob/master/README.md ?

The playground\pawn\ folder. (Same location as the .ppr project file)

I believe the AUTHOR file should be there by default though. All you should do there is change the email if you wish.
(Note that it should have NO file extension, so makre sure it's not e.g. AUTHOR.txt)

Also when doing changes in the code it's recommended to use the JavaScript code base.

I fixed that now I have another issue, I try to load the server and it fails to load the plugins I have Visual C++ installed and also git LSF

Did you try `git lfs pull`?
Also, what's the error that's shown in the .txt file?
I just kind of gave up, its fine maybe I will try something else tomorrow


RE: LVP Staging Server - Specifer - 12-27-2020

Zeus it's simple. Try installing GitHub Desktop and clone the respositories Playground and Staging to your PC. After compiling it should work.


RE: LVP Staging Server - Zeus_ - 12-27-2020

(12-27-2020, 04:01 AM)Specifer Wrote: Zeus it's simple. Try installing GitHub Desktop and clone the respositories Playground and Staging to your PC. After compiling it should work.

Ok I'll try


RE: LVP Staging Server - Holsje - 12-27-2020

FYI:

I just re-cloned the code base without running into any issues.

Don't forget you'll need to make a nuwani json (And modify it accordingly)
(Contents found here: https://github.com/LVPlayground/playground/blob/master/CONTRIBUTE.md )
And a database json.
(Link to gist found here: https://github.com/LVPlayground/playground/blob/master/README.md)

Also, you'll have to run the dev-init.bat as administrator on your first run.


RE: LVP Staging Server - Zeus_ - 12-28-2020

Ok I'm running it now and I'm logged in as RCON admin, what do I do now? Sorry if im asking too many stupid questions last time I did this a long time ago


RE: LVP Staging Server - Holsje - 12-28-2020

(12-28-2020, 03:14 PM)Zeus_ Wrote: Ok I'm running it now and I'm logged in as RCON admin, what do I do now? Sorry if im asking too many stupid questions last time I did this a long time ago

There's no such thing as stupid questions ;) 



Depends on what you want to do. If it's running it's running. You can join your local server using this ip: 127.0.0.1:1337


RE: LVP Staging Server - Zeus_ - 12-28-2020

(12-28-2020, 03:23 PM)Holsje Wrote:
(12-28-2020, 03:14 PM)Zeus_ Wrote: Ok I'm running it now and I'm logged in as RCON admin, what do I do now? Sorry if im asking too many stupid questions last time I did this a long time ago

There's no such thing as stupid questions ;) 



Depends on what you want to do. If it's running it's running. You can join your local server using this ip: 127.0.0.1:1337
ah ok thanks :)