|
-
Who needs pants?
-
Who needs pants?
Here i made a quick example:
test game
what i want to know how to do is update each players position through xml , how can i do this ?
-
To do what you're trying to do xml isn't neccessary. Not in terms of the live action. If howevery you wanted to save variables for a player which could be loaded up again on a new game xml would be great for holding that information.
-
Who needs pants?
What about when other people log on. When they move do i just change their variable on where they are eg,
palyer2x = 25;
player2y = 40;
and when they move just update that ?
Are they any examples i can browse through that you know of
-
Who needs pants?
Has anyone here used xml with games before ?
-
general rule bender
I think you need to have an XMLSocket server thingy (???)
-
Who needs pants?
Yeh thats it.. I bought a book ne way on xml, i think its better i learn by myself and not ask other people to help with entire projects , ill only ask questions if i have a specific problem or if i am stuck thats anyway guys
-
if you havent seen it, try Unity (http://www.moock.org/unity)...it allows you to use a library of Java classes to define rooms, and then define your own data types, so you could start passing xy positions of avatars to the rest of the connected clients.
Its Java based, but it allows you to get rolling right off the install with chat systems etc., and with a bit of work you can could get the tracking system going.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|