mike Posted June 19, 2011 Posted June 19, 2011 I know what I would like to see in V3 .. V2.5 or even V2.3 working first 8^) Quote
fuzzyDCR Posted March 1, 2012 Posted March 1, 2012 (edited) What i would love to see in v3. 1: Weapon restrictions 2: Class Builds a strength class, a speed class a blah blah class 3: ability for users to add and modify quicklinks (Side nav) 4: Easier way to mod things such as Strength if you want to change the name to say Might or something make it easy to add stats, and modify them to make the game more your own. 5: Player Image...Maybe a standard for there own house...Something with an editable uploadable image for each player. Make the game more pesonal for users. 6: Customizable IPN 7: More logs...A log for everything purchased, user logins, basically a log for everything... 8: A good chat...This should come standard with the game instead of people having to scavenge for one...I mean it's pretty simple at this point and the ability is there why not throw it in? 9: SECURITY...nothing worse than buying a game and someone finding out and destroying it... 10: Final request...I know most of this is personal requests of stuff I want, but I think as this is kind of a community project all of these would be benificial to everyone. Please do not judge these as a selfish request. ;)' 11: stat caps (Adjustable) A cleaner battle system (Current one is sloppy, one click is important, but have it show details afterwards) Level Caps(These make the game more competitive) Make level and stats matter...Reduce gains in strength have them some how based on days old... Edited March 1, 2012 by fuzzyDCR Quote
Uridium Posted March 2, 2012 Author Posted March 2, 2012 You have to remember this is an engine there building not a whole game so keep to the NEEDED basics things that can be added as ADDONS later are and should not be confused with the focus of an engine. They are primarily for Upgraded Additions. Quote
rulerofzu Posted March 2, 2012 Posted March 2, 2012 To be honest I do not want to see a v3 well not from the current owners. It will just be like the previous versions where they promise a lot then sit watching football whilst the community sorts out the mess they created. Quote
JamesRage Posted November 6, 2012 Posted November 6, 2012 Keep the torn design lol. Common, but I like it & there should be a better template out of the box. Mafia games are common, true, but at the end of day...It comes down to opinion. However, if you really hate the mafia theme, I'd say a war theme, anything but space and things of that nature!:L Quote
rulerofzu Posted November 7, 2012 Posted November 7, 2012 I believe v3 has been shelved for the time being...... Quote
q8fft Posted January 14, 2013 Posted January 14, 2013 i want full support utf-8 and support all languages like Arabic and easy to edit css or whatever to make game flexibil to make it from left to right Quote
a_bertrand Posted January 14, 2013 Posted January 14, 2013 Well first you would need to wait till you get McCodes V3 as the (yet again) deadline is over... Quote
KyleMassacre Posted May 1, 2013 Posted May 1, 2013 Here is an idea for V3, as you can find in a lot of mc code mod threads pretty much every mods first SQL is ALTER TABLE `users` ADD `blah`; Im suggesting, or shall I say "what I would like to see" is something along the lines of what a_b has done in NWE with his GetUserVariable() function he has in place. This way we dont clutter up the users table with a bunch of junk. Quote
a_bertrand Posted May 1, 2013 Posted May 1, 2013 And make sure one mod don't break another one maybe ;) Quote
padda Posted May 6, 2013 Posted May 6, 2013 security security security and be abel to upload custum pictures to weapons etc Quote
URBANZ Posted May 6, 2013 Posted May 6, 2013 Customized error pages will be in where possible. Note that at certain stages in the code they won't be able to be shown (eg. if database connection can't be made) and so a more generic die() page will be shown. No offense but what a load of **** this is possible as i have done this in my game engine just do a quick check in the db connection class to see if it can connect and redirect it to the error page i know for a fact this can be done as i have a template system also with custom pages and this method works fine for me Quote
JakeB Posted May 8, 2013 Posted May 8, 2013 No offense but what a load of **** this is possible as i have done this in my game engine just do a quick check in the db connection class to see if it can connect and redirect it to the error page i know for a fact this can be done as i have a template system also with custom pages and this method works fine for me Maybe it uses a db-based template system.. Besides, I doubt this will ever actually exist. They only released like 2 alpha builds to all the testers, and the last one was released almost a year ago. Quote
rockwood Posted May 28, 2013 Posted May 28, 2013 i know well thing for security MySQL is dead so we need to switch on advance things Quote
a_bertrand Posted May 28, 2013 Posted May 28, 2013 MySQL the lib for PHP or the DB? Because the lib is indeed outdated and you should either use PDO or MySQLi. For the database, I hardly see why. 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.