AdamHull Posted June 16 Share Posted June 16 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 7 Quote Link to comment Share on other sites More sharing options...
ags_cs4 Posted June 16 Share Posted June 16 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 1 Quote Link to comment Share on other sites More sharing options...
Xak Posted June 16 Share Posted June 16 Thank you for sharing this! Quote Link to comment Share on other sites More sharing options...
SwiftGameR Posted June 17 Share Posted June 17 Nice i was needing a copy of the grpg engine for a module for a client i am glad to see grpg open source along with mccodes will be cool to see what everyone will do. Quote Link to comment Share on other sites More sharing options...
FoohonPie Posted June 17 Share Posted June 17 very cool! good stuff @AdamHull 💪 Quote Link to comment Share on other sites More sharing options...
SwiftGameR Posted June 24 Share Posted June 24 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 2 Quote Link to comment Share on other sites More sharing options...
rockwood Posted June 26 Share Posted June 26 https://gitlab.com/Magictallguy/grpg-pdo/-/blob/master/inc/Zebra_Session.php?ref_type=heads if (!empty($this->flashdata)) { <-- no need this bcz foreach care itself for example -> https://3v4l.org/PqKPM 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.