Hello There, Guest! Login or Register


LVP Staging Server
#11
(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/playgrou.../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.
Reply
#12
(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/playgrou.../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
Reply
#13
(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/playgrou.../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?
Reply
#14
(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/playgrou.../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
Reply
#15
Zeus it's simple. Try installing GitHub Desktop and clone the respositories Playground and Staging to your PC. After compiling it should work.
Reply
#16
(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
Reply
#17
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/playgrou...TRIBUTE.md )
And a database json.
(Link to gist found here: https://github.com/LVPlayground/playgrou.../README.md)

Also, you'll have to run the dev-init.bat as administrator on your first run.
Reply
#18
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
Reply
#19
(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
Reply
#20
(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 :)
Reply