hello
This post is a simpel request to hallsofvallhalla.
I realy loved you Tutorials, follow alot of them. And learned alot.
I am realy sorry that i cant find any tut on how to make a mmo browser (text : php)
As where you make some city in a map , attack other citys , counder cities, build troops, make an aly.
I realy hope this is an exsampel on some work you like to do later on .
Thanks , sorry for my english (i am danish)
// lasse
mmo browser ;D request to hallsofvallhalla
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: mmo browser ;D request to hallsofvallhalla
Just to clarify, you are looking for tutorials on how to make a PHP strategy game, like Evony or something like that?
The indelible lord of tl;dr
Re: mmo browser ;D request to hallsofvallhalla
yes , indeed. like that one.
dont need to be aps
coud just be nice with some tut , thats not only rpg
realy learn alot php just by following the tuts on this site , thanks
/ lasse
dont need to be aps
coud just be nice with some tut , thats not only rpg
realy learn alot php just by following the tuts on this site , thanks
/ lasse
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: mmo browser ;D request to hallsofvallhalla
how many have you followed. Have you looked at the Urban Realms or the Forsaken Sanctum 1.0 ones yet? Even though they may not be the exact games you want to build they will teach you concepts and features to mix them and make the game you are looking for.
I am going to continue my tutorials. This I promise. I am just at a busy time right now so I am slow to get them pushed out.
I am going to continue my tutorials. This I promise. I am just at a busy time right now so I am slow to get them pushed out.
Re: mmo browser ;D request to hallsofvallhalla
Yes i have had a look on those ;D
you can use those to make a nice pice of mmo browser game.
But my problem is more in (map y:x with mysql,) for a min world map with citys.
I understand you have alot to look at,, cant realy see how you even got time to make all that tuts. Iam really grateful.
i even used alot of time with just looking that the videos and codes. you must have used 10x more time on making them
// lasse
you can use those to make a nice pice of mmo browser game.
But my problem is more in (map y:x with mysql,) for a min world map with citys.
I understand you have alot to look at,, cant realy see how you even got time to make all that tuts. Iam really grateful.
i even used alot of time with just looking that the videos and codes. you must have used 10x more time on making them
// lasse
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: mmo browser ;D request to hallsofvallhalla
the mapx and mapy is the same as my row and column. You can do much with the way Forsaken Sanctum is setup where when players build it slowly grows into a city. That much is done for you. You could easily make it where only 1 player can buy land and build on it to make their own cities. They could have buildable barracks for armies.
Re: mmo browser ;D request to hallsofvallhalla
i will have a look at it agian ;D
Thanks
Thanks
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: mmo browser ;D request to hallsofvallhalla
Go through all of the tutorials. The main ones first, then Urban Realms. Maybe also read some other non-game related PHP and Javascript tutorials. After that, you should have enough experience to adjust the Urban Realm game into a strategy game. Sometimes you just have to get a bit creative to get parts done, but that is what makes programming so fun!
The indelible lord of tl;dr