DreamCoder Posted May 26, 2011 Share Posted May 26, 2011 Ok so here are some updates of my game so far - I have got a free design from Clantemplates and edited it so it fits the game. The main framework is done Thanks to Dayo Login,Register,Loggedin,index,config and logout. Usersonline Works perfectly Dayo helped me on that too. The Main story line is done plus the human and undead. I have choosen the 5 first quests for the Human and Orc races (Done). Login and Register Done( Design Wise) Thats just a little update so far. Thank you for taking your time to read this short post - Regards Travis (Dreamcoder) Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 4, 2011 Author Share Posted June 4, 2011 Some new updates -Quests (Almost done) 89% -Stats (Having a little problem with but getting there) 25% -Races & Classes in Database 100% -All StoryLines 69% -Register Fixed -main page of ingame issues 95% fixed more updates soon Thanks Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 4, 2011 Author Share Posted June 4, 2011 Ok today ive been thinking about going onto mccodes v1 : lite. because im finding it hard to start from scratch but the problem with mccodes i dont understand it at all but i guess it would take a turn for the development of the game. so im hoping i will understand mccodes and then be able to get a fresh start Thank you -Travis PS - i will put everything ive done onto mccodes so dont worry :) Quote Link to comment Share on other sites More sharing options...
Dominion Posted June 4, 2011 Share Posted June 4, 2011 Ok today ive been thinking about going onto mccodes v1 : lite. because im finding it hard to start from scratch but the problem with mccodes i dont understand it at all but i guess it would take a turn for the development of the game. If you pick to use lite make sure you find the download posted by Danny. The one from mccodes.com is not up to date. Quote Link to comment Share on other sites More sharing options...
Danny696 Posted June 4, 2011 Share Posted June 4, 2011 Ok today ive been thinking about going onto mccodes v1 : lite. because im finding it hard to start from scratch but the problem with mccodes i dont understand it at all but i guess it would take a turn for the development of the game. I'm sorry, but you say you dont understand mccodes. McCodes is just php, if you dont understand that, then what on earth made you think you could make your own game from scratch? Mabey try learning PHP, for atleast another 6-10 months, before you start to think about making a whole game from scratch. Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 4, 2011 Author Share Posted June 4, 2011 I'm sorry, but you say you dont understand mccodes. McCodes is just php, if you dont understand that, then what on earth made you think you could make your own game from scratch? Mabey try learning PHP, for atleast another 6-10 months, before you start to think about making a whole game from scratch. well i was planning on while i was learning i would be doing my game as i go along but with "Mcc" its very ugly code hard to read & understand that is my problem thats all :) Quote Link to comment Share on other sites More sharing options...
Failbro Posted June 4, 2011 Share Posted June 4, 2011 Is my posts getting deleted Quote Link to comment Share on other sites More sharing options...
Dominion Posted June 4, 2011 Share Posted June 4, 2011 Is my posts getting deleted They are pointless, and you were not looking at the username of who was responding. Post useful on topic posts, and I will leave them. Quote Link to comment Share on other sites More sharing options...
Kieran-R Posted June 4, 2011 Share Posted June 4, 2011 Good luck with your game. However I recommend that you stick to MCCodes until you get a better understanding of PHP. MCCodes may be messy, but you can learn a lot from it even though you didn't create it first hand. As previously said, download the MCCodes Lite recode made by Danny I think. I've not had a look at it, but I assume is easier to understand, and the code has been cleaned up a little. And no doubt it will also be secure. They are pointless, and you were not looking at the username of who was responding. Post useful on topic posts, and I will leave them. Let me guess: Failbro wanted to have a partnership with Dreamcoder. Correct? Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 4, 2011 Author Share Posted June 4, 2011 Good luck with your game. However I recommend that you stick to MCCodes until you get a better understanding of PHP. MCCodes may be messy, but you can learn a lot from it even though you didn't create it first hand. As previously said, download the MCCodes Lite recode made by Danny I think. I've not had a look at it, but I assume is easier to understand, and the code has been cleaned up a little. And no doubt it will also be secure. Dannys recode does not work full of bugs and i cant seem to figure them out Quote Link to comment Share on other sites More sharing options...
Kieran-R Posted June 4, 2011 Share Posted June 4, 2011 Dannys recode does not work full of bugs and i cant seem to figure them out It does work if you make it work. C&P the errors into Google, and look for possible solutions, and why this error may be appearing. Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 4, 2011 Author Share Posted June 4, 2011 It does work if you make it work. C&P the errors into Google, and look for possible solutions, and why this error may be appearing. thats the thing its not saying what the error is its just saying account may be broken and when i make my admin account in the installer its not putting it into the database Quote Link to comment Share on other sites More sharing options...
Danny696 Posted June 4, 2011 Share Posted June 4, 2011 I probably wont come back to this, if you fix it, feel free to post it. Quote Link to comment Share on other sites More sharing options...
Kieran-R Posted June 4, 2011 Share Posted June 4, 2011 thats the thing its not saying what the error is its just saying account may be broken and when i make my admin account in the installer its not putting it into the database Then use your brain. Look at the code where it will say something like: if (bla == bla) { echo "your account may be broken"; } Look at the 'if' statement. It is true if you are receiving this message. Work backwards... Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 5, 2011 Author Share Posted June 5, 2011 Danny - i will attempt to fix it and if i do i will post it up :) Kieran-R - i will try my best to fix it Quote Link to comment Share on other sites More sharing options...
DreamCoder Posted June 7, 2011 Author Share Posted June 7, 2011 ___A little News___ Hello, im posting today to let everyone know that im putting the Game on hold intill i get a better grip with php i dont feel that i have a good enough understanding of php,mysql just yet so im going to go back to learning 100% more than i used to.. Thanks- Travis Quote Link to comment Share on other sites More sharing options...
runthis Posted July 1, 2011 Share Posted July 1, 2011 (edited) Im going to go out on a limb here and say, they best programming i ever got done, the best ideas i ever had and features i ever came up with, was with NOT using a game engine like mccodes. Theres a great feeling involved with starting from scratch, the way to do it is to not get caught up on how it looks atm but instead start writing a functions.php page, write all your classes and functions first, after that is done it really is just plug and play, make a blank php page that include the functions page and make sure to set your globals inside your class functions. TRUST ME get off the engines, do it by hand, you will love yourself. Also do not make the mistakes that many many many php programmers make, if your going to learn php more, start learning classes right now, because that is what will make you a great game developer, learning to do an if statement and print the action is cool and all, but classes take away all the gobbly goop and make it easier to read, easier to manage and will take your game to an entire new level. Edited July 1, 2011 by runthis 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.