SC-Scripting Posted December 26, 2012 Posted December 26, 2012 (edited) Hi all! A couple days back im have started to make a new game engine. It's as good as finished, but needs testing... I have set up a new domain for it, what comes with a forum, on this forum people can ask for help. People are also alowed to create modifications/templates and share/sell them on the forum. Some information about the engine: It's written in html5/css3/PHP5/MySQLi (not any OO). Passwords are hashed by SHA512 and a salt. It's easy to use, even for beginners. It's free to use. Members can post there own modifications/templates free/paid on the forums. It's uses cronjob (DirectAdmin/cPanel etc etc). No code uses from other sources. Engine uses header/footer files, so templating is not so hard. Engine uses .htaccess file for mod_rewrite, so you have nice urls. So the main reason why i added this thread is, that i need testers for the engine. You can reply here on this topic or create a account on my forum and place any reply there. So if the engine is bugfree, i will create the download and will post it on my forum. Urls: Will be offline @ 23 Dec. Main forum: RPG Engine Demo Engine: RPG Engine Demo I have added a demo account. You only have to click on it in the menu. But remember it's better to create a own account ;) Because the domain will be down @ 23 dec, i have added the download to this topic. I wont renew the domain, because not many uses the site. Cheers, SC-Scripting -------- English is not my main language, sorry for the wrong typo's! RPG_Engine_v0.1.zip Edited October 24, 2013 by SC-Scripting Added download 1 Quote
Sim Posted December 26, 2012 Posted December 26, 2012 Looks like a great start my friend. congradulations. ;-) Quote
SC-Scripting Posted December 26, 2012 Author Posted December 26, 2012 Thnx and find any bugs so far? :p Quote
sniko Posted December 26, 2012 Posted December 26, 2012 Bug Url http://demo.rpgengine.eu/profile/view/'/ Tip Sanitize and filter _GET Notice: Trying to get property of non-object in /home/rpgengine/domains/rpgengine.eu/public_html/demo/profile.php on line 10 Quote
SC-Scripting Posted December 26, 2012 Author Posted December 26, 2012 (edited) Thnx for the report, will look in to it. Edit: And fixed it :) Edited December 26, 2012 by SC-Scripting Quote
SC-Scripting Posted December 26, 2012 Author Posted December 26, 2012 I have created the download file for the engine. You can find it on RPG Engine Have fun with it! Cheers, SC-Scripting Quote
Scorpio Posted December 28, 2012 Posted December 28, 2012 Notice: Undefined index: building in /home/rpgengine/domains/rpgengine.eu/public_html/demo/robbing.php on line 14 Quote
SC-Scripting Posted December 28, 2012 Author Posted December 28, 2012 i don't get that error. When did you see this error? Quote
sniko Posted December 28, 2012 Posted December 28, 2012 i don't get that error. When did you see this error? Most likely with error reporting enabled, or on a localhost, such as WAMP. Quote
SC-Scripting Posted December 29, 2012 Author Posted December 29, 2012 Error report is always enabled in the source. So i don't unstand why i don't see the error :s Quote
SC-Scripting Posted December 29, 2012 Author Posted December 29, 2012 Error report is always enabled in the source. So i don't unstand why i don't see the error :s Edit: Sorry for double post... Quote
SC-Scripting Posted January 8, 2013 Author Posted January 8, 2013 My fould there was a error. I had the error report wrong. The error has been fixed at the demo version, i will upload a new package for the downloads somewhere this days. The error came when you did not select any building to rob it. Quote
Guest Posted March 25, 2013 Posted March 25, 2013 Didn't bother downloading as you have to sign up to download it. However it's pretty basic and needs a ton more features for it to become popular imo. Good luck Quote
SC-Scripting Posted March 26, 2013 Author Posted March 26, 2013 Its not a full game but an engine to build game ;) Other features most be created as mods, so other can choose wich one to use in there own game. Quote
Razor42 Posted March 26, 2013 Posted March 26, 2013 I'm going to check this out later on :) Can hopefully learn from the OOP and MySQLi Quote
Guest Posted March 26, 2013 Posted March 26, 2013 Fancy posting a download link without having to sign up please? Quote
Guest Posted March 26, 2013 Posted March 26, 2013 Ian, just do what I did and use a spambox. Personally, I use: Mailinator But there are many more :) Edit I use them for facebook etc too. Sick of having mailboxes rammed with **** :( Ha thanks bud, thought you disappeared. Taking a look now Quote
Guest Posted March 26, 2013 Posted March 26, 2013 Took a look, I could pick a fair few things wrong but wouldn't want to cause an argument. But first off try using MVC . Quote
SC-Scripting Posted March 27, 2013 Author Posted March 27, 2013 I have changed the site so visitors can also see download links. Not going to use OO, because i want to keep it simple for everybody ;) Quote
Aventro Posted March 27, 2013 Posted March 27, 2013 Why not? Using object-oriented code doesn't make it harder, if implemented correctly, I would say the differ. Quote
SC-Scripting Posted March 28, 2013 Author Posted March 28, 2013 I see this with the EzRPG engine, not very much people can program in OO, so there not so many developers for it. That's the reason i have choosen to not use OO, so many people can use it ;) Its not that i can not program in OO, but i think on others ;) Quote
Aventro Posted March 28, 2013 Posted March 28, 2013 No, that's not the reason why. The reason ezRPG was dropped to the graveyard was because of the main developer (the guy behind the wheel) Zeggy mystically disappeared, development stopped and it died quietly... However, now, some of us who used ezRPG + one of the developer when Zeggy still was around is trying to make the project going again, and we're kinda doing well! Quote
Guest Posted March 28, 2013 Posted March 28, 2013 I agree with Aventro on this. If used OO is much easier in my opinion as generally it is layed out much better allowing a easier read other than Procedural where it's a page with functions. Each to there own I guess. 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.