Jump to content
MakeWebGames

Game Project Updates


DreamCoder

Recommended Posts

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)

Link to comment
Share on other sites

  • 2 weeks later...

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 :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

___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

Link to comment
Share on other sites

  • 4 weeks later...

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 by runthis
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...