Annonymous Posted December 23, 2020 Posted December 23, 2020 So here I am wondering if there is anyone within this community has there very own customized with mods v1 that they have no use for anymore and would be willing to give it to me with it to save me alot of hours (I know it's a long shot but i thought why not) Quote
URBANZ Posted December 23, 2020 Posted December 23, 2020 if you are starting out developing a game i would highly recommend not using the engine as a base for a game or any learning platform to better your skills. Grpg v2 (Paid $100) Gangster Legends v2 (Free Open Source) both these are good bases to work from depending on your budget but without major work Grpg v1 would take alot to get to a secure and fully functional state. 1 Quote
Magictallguy Posted December 23, 2020 Posted December 23, 2020 1 hour ago, urbanmafia said: if you are starting out developing a game i would highly recommend not using the engine as a base for a game or any learning platform to better your skills. Grpg v2 (Paid $100) Gangster Legends v2 (Free Open Source) both these are good bases to work from depending on your budget but without major work Grpg v1 would take alot to get to a secure and fully functional state. As one of the owners of gRPG, I second this. v1 is not a great basis to work with if you're wanting to learn up-to-date methods, though it can be useful if you want to learn how and why things break. v2, while an improvement over v1, is pending updates to be compatible with more systems (and not rely so heavily on Composer!). Finally, while it may damage gRPG's reputation (or what's left of it), I would recommend GLv2 over gRPGv2 as it currently stands. Bluntly put, it's better written. 2 1 Quote
Annonymous Posted December 24, 2020 Author Posted December 24, 2020 Thank you both for the suggestions I'm only 17 haha so I'm lacking the funds what does everyone suggest in the v1 GL v1 Mccode V1 or GDRP v1 Quote
PHPStudent Posted December 24, 2020 Posted December 24, 2020 (edited) 49 minutes ago, Annonymous said: Thank you both for the suggestions I'm only 17 haha so I'm lacking the funds what does everyone suggest in the v1 GL v1 Mccode V1 or GDRP v1 GL V2 is free and can be downloaded from the marketplace area and has got most support of the three at the moment Edited December 24, 2020 by PHPStudent Quote
Annonymous Posted December 24, 2020 Author Posted December 24, 2020 Thanks alot I've downloaded Quote
PHPStudent Posted December 24, 2020 Posted December 24, 2020 Also, while youre waiting to get your hosting from Dave and SRB, you can use WAMP Or XAMPP to host your site locally so you can start working on it right away. You'll need a text editor too, I recommend Brackets. Its free Quote
Annonymous Posted December 24, 2020 Author Posted December 24, 2020 Is there any known security risks I should get out of the way? Very excited to get to work and see what GL has to offer Quote
URBANZ Posted December 24, 2020 Posted December 24, 2020 their is risks in any script but as far as GL goes its a very good script and also prevents SQL Injections which is a major thing. only thing i would say is the posting of numbers does need sorting in the bank and transfer areas as you can add - and + which is never a good thing. i make sure these places use You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Magictallguy Posted December 24, 2020 Posted December 24, 2020 1 hour ago, urbanmafia said: their is risks in any script but as far as GL goes its a very good script and also prevents SQL Injections which is a major thing. only thing i would say is the posting of numbers does need sorting in the bank and transfer areas as you can add - and + which is never a good thing. i make sure these places use abs(intval($variable)); You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Think ya should go through 'em, fix 'em, and submit a pull request 😉 Quote
URBANZ Posted December 24, 2020 Posted December 24, 2020 22 minutes ago, Magictallguy said: Think ya should go through 'em, fix 'em, and submit a pull request 😉 yes i know where they are so will send a request to change these. 1 Quote
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.