Jump to content
MakeWebGames

GRPG V2 Open Source


AdamHull

Recommended Posts

Afternoon all, 

Whilst we are making game engines open source.https://gitlab.com/Magictallguy/grpg-pdo

We have decided to follow the MCCodes v2 and bring the v2 of GRPG v2 to become open source. 

If you do have any issues, I will try my best to patch them and update the repo, how ever I will not be able to do this all the time and if you fix something please do submit a push request

  • Like 7
Link to comment
Share on other sites

I love move to go open source, it should give the engine more exposure, thank for giving the community this opportunity
Will give it a try when i get home this week, would love to play with it a bit
And will keep an eye on the engine so i can help out with issues if there is any

  • Like 1
Link to comment
Share on other sites

Okay so i have downloaded the source code and can see its been updated some more since last time i have looked at it and its throwing some errors on install.

  • Composer Required - There seems to be code in place for checking for a composer but no actual composer installed in the code.
  • Above error stops installation on step 3 once checking database connection.
  • Fatal error: Uncaught Error: Class 'Dotenv\Dotenv' not found in /home/ulrvvdan/domains/utap.x10.mx/public_html/mobstersonline/inc/dbcon.php:17
  • Above error is thrown due to not having Composer as vendor/autoload.php is meant to run before this which is not found.

For anyone who is stuck on installing grpg and don't have a clue what a composer is or where to start, Follow the link below to a doc about Composer which will show u diff ways to install it (local, global) once you download the composer as a zip file upload it to your host where your main game files are so it lands in its own folder like (vendor/etc.php)

I will be installing composer tomorrow and see how far i get before anymore issues pop up and will request a push to grpg unless someone else wanna do it for me 😛 

https://getcomposer.org/doc/00-intro.md

  • Thanks 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...