HowToMakeAnMMORPG.com - CLOSED
#41
Posted 30 December 2010 - 12:36 AM
There were a few problems I came across (for myself in particular)
even after i learned how to connect and send packets, i still dont know how to show other players in the same room.
at first i thought (cant i just create a player using a packet every time someone connects, but then i thought "what about the other players that already exist?")
maybe theres a way around that
also, how do you know which player to adjust (for example im thinking of sending x and y values). is there some way to remember which player sent the data? and then send the values from the server to all clients using that same player?
aside from all that, great tutorial, this is my first experience with online programming and its working wonders.
#42
Posted 02 January 2011 - 08:41 PM
The server will keep track of all connected clients as well as information about each client like its x, y position for example. As soon as a client joins the server, the server well then loop through all the data it has about currently online players and send that to the client.YES! thank you. I finally have a basic understanding of online programming.
There were a few problems I came across (for myself in particular)
even after i learned how to connect and send packets, i still dont know how to show other players in the same room.
at first i thought (cant i just create a player using a packet every time someone connects, but then i thought "what about the other players that already exist?")
maybe theres a way around that
also, how do you know which player to adjust (for example im thinking of sending x and y values). is there some way to remember which player sent the data? and then send the values from the server to all clients using that same player?
aside from all that, great tutorial, this is my first experience with online programming and its working wonders.
#43
Posted 06 January 2011 - 12:20 AM
I tested the client and the head was connected to the body properly but on the other client i cant see the players head check the demo of xmugenmakerx engine on Graphics Forum "Need Equips"
#44
Posted 06 January 2011 - 12:43 AM
#45
Posted 24 January 2011 - 05:11 AM
I have added a new downloadable example "Login and Register" and I have also updated the "Basic Network" example! Some changes to the site in general have been made as well.
Feedback is welcome.
Edited by True Valhalla, 24 January 2011 - 10:48 AM.
#46
Posted 23 February 2011 - 06:42 AM
I really could use that platform tutorial so hurry up =)
#47
Posted 01 March 2011 - 05:35 AM
I see you got a few more tutorials done
I really could use that platform tutorial so hurry up =)
Working on it next ;D
I've recently added the "Chat System" example to the site.
Edited by True Valhalla, 24 April 2011 - 12:44 AM.
#48
Posted 19 March 2011 - 04:36 AM
#49
Posted 04 April 2011 - 02:44 AM
#50
Posted 06 April 2011 - 02:56 PM
It ticks me off worse than YYG
#51
Posted 06 April 2011 - 09:13 PM
But thanks for the comment.
#52
Posted 06 April 2011 - 09:29 PM
#53
Posted 10 April 2011 - 11:09 PM
___________________________________________
COMPILATION ERROR in Script: scr_server_init
Error in code at line 5:
dllinit(0,true,true);
^
at position 2: Unknown function or script: dllinit
Please help me! I have a cilent named Tiki Island Adventure and a Server named Server.
#54
Posted 11 April 2011 - 12:14 AM
Open any example on the site, open the scripts tab, and you'll see all the scripts you are missing. You can download the base with the 39dll scripts included at this link, and then build your game from that.
I like the color scheme. I think the website was made really well, but the content on the website is even better. The forum will be very useful for anyone who needs help implementing an MMORPG.
Thank you very much
Edited by True Valhalla, 11 April 2011 - 12:16 AM.
#55
Posted 11 April 2011 - 11:25 PM
You have not followed this page properly. The script (part of 39dll) is either missing or renamed. My guess is missing. That means you haven't included the 39dll scripts in your new game.
Open any example on the site, open the scripts tab, and you'll see all the scripts you are missing. You can download the base with the 39dll scripts included at this link, and then build your game from that.I like the color scheme. I think the website was made really well, but the content on the website is even better. The forum will be very useful for anyone who needs help implementing an MMORPG.
Thank you very much
You helped me with my other problem but now I have another:
___________________________________________
FATAL ERROR in
action number 1
of Create Event
for object obj_initiate:
COMPILATION ERROR in code action
Error in code at line 2:
if scr_client_init() == true
^
at position 5: Unknown function or script: scr_client_init
------------------------------------------------------------------
What does this mean? I have a script named scr_cilent_init what is wrong?
Sorry to bug you.
#56
Posted 12 April 2011 - 12:12 AM
You named the script scr_cilent_init instead of scr_client_init.
Edited by True Valhalla, 22 April 2011 - 10:06 AM.
#57
Posted 24 April 2011 - 12:47 AM
- Recreated the homepage
- Added a much better forum
- Updated 3 examples
- Released the "Top Down Movement" example
Enjoy!
Edited by True Valhalla, 15 May 2011 - 07:16 AM.
#58
Posted 17 May 2011 - 08:36 PM
Anyway, THANKS for this GREAT information!!
//TheSpookie
#59
Posted 31 May 2011 - 01:17 AM
#60
Posted 31 May 2011 - 01:10 PM
Typo detected! Remove the sMyINI.dll
Another application extensions to Game Maker, this DLL is used for quick, easy and powerful file manipulation. It is included in all of our examples for free.
Nice design, very clean. I've commented on the site before so.. just wanted to inform you of the typo.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



This topic is locked







