39dll view
#1
Posted 29 July 2012 - 06:28 AM
Is this even possible?
#2
Posted 29 July 2012 - 06:41 AM
Just make the view on the other client following the same object the other clients view is followingI want to make some sort of spectating an other player with 39dll, but I don't know how to send the view to another player.
Is this even possible?
Edited by Debels, 29 July 2012 - 06:41 AM.
#3
Posted 29 July 2012 - 06:54 AM
Yeah, but how to send the objects?Just make the view on the other client following the same object the other clients view is following
I want to make some sort of spectating an other player with 39dll, but I don't know how to send the view to another player.
Is this even possible?
#4
Posted 29 July 2012 - 06:56 AM
Look at the GM built in tutorial on Netplay. Once you've understood it, you need to find the type of fuctions of 39dll.Yeah, but how to send the objects?
Basically, send the x and y values, then the other computer moves it based on what it has recieved.
#5
Posted 29 July 2012 - 07:00 AM
And how is it possible to send multible object positions?
Edited by Bingo90, 29 July 2012 - 07:07 AM.
#6
Posted 29 July 2012 - 07:17 AM
Is this also possible with tiles?
And how is it possible to send multible object positions?
If your asking this stupid questions, you should probably find a tutorial and read it a lot xD.
to send the position of an object you can easily do:
clearbuffer(); writebyte(IDENTIFIER); writeushort(x); writeushort(y); sendmessage(socket);to read it
x=readushort(); y=readushort();
The rest is up to you bingo
You can send all the things you want online
#7
Posted 29 July 2012 - 07:23 AM
#8
Posted 29 July 2012 - 07:42 AM
Edited by Bingo90, 29 July 2012 - 07:49 AM.
#9
Posted 29 July 2012 - 07:57 AM
#10
Posted 29 July 2012 - 09:09 AM
#11
Posted 29 July 2012 - 11:01 AM
#12
Posted 29 July 2012 - 11:53 AM
#13
Posted 29 July 2012 - 03:29 PM
Second, You can easily achieve this just sending a package with the objects info to the client and then generating it there, if you don't know what I'm saying i would really recommend you to go back to learning from the tutorial you readed before or if you teached your self look for a tutorial.
I can gladly help you with Online things, but not with simple things like this
#14
Posted 29 July 2012 - 03:46 PM
XD ok thanksFirst, STOP POSTING A LOT OF TIMES!.
Second, You can easily achieve this just sending a package with the objects info to the client and then generating it there, if you don't know what I'm saying i would really recommend you to go back to learning from the tutorial you readed before or if you teached your self look for a tutorial.
I can gladly help you with Online things, but not with simple things like this
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











