Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Work in Progress / Online Game

Author
Message
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 17th May 2005 04:24 Edited at: 20th May 2005 00:45
Ok,i created something with the Multisync plug in.And i need some poeple to help me.
Its just an server/client prog.When you run the server app you can set how many players you want to host.
I am now running a server at wich is set that i can host 12 poeple and i need some poeple to connect to it please.I want to test the speed and so.After that we can test 40 players or something
anyways i atached the client app.
download it here:
EDIT
added Names

http://s12.yousendit.com/d.aspx?id=1IB39LERK7TPL1128QWNIHJLM5
connect to :
ip: 81.69.135.20
when it asks how many players ,type [B]8[/B]
thnx
and for the poeple who wants to see a screenshot(dunno why ,there is not much to see) here it is:


Dom
20
Years of Service
User Offline
Joined: 31st May 2004
Location:
Posted: 17th May 2005 04:29
OK D/L now...

EDIT: Link doesn't work!


Thanks to Animeblood for the Logo!
David R
21
Years of Service
User Offline
Joined: 9th Sep 2003
Location: 3.14
Posted: 17th May 2005 04:30
Your link wont allow me to download- it just says 'Upgrade to premium'.

How big is the download? You *could* have it put on my site (88mb free)

[url=www.lightningstudios.co.uk][/url]
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 17th May 2005 04:32 Edited at: 17th May 2005 04:35
wait a sec,ill try something..
try this
[EDIT]
http://s30.yousendit.com/d.aspx?id=0QLVMH22GXFJ225Y6LGWP8R4TW

David R
21
Years of Service
User Offline
Joined: 9th Sep 2003
Location: 3.14
Posted: 17th May 2005 04:40
Yep... its working now!

[url=www.lightningstudios.co.uk][/url]
David R
21
Years of Service
User Offline
Joined: 9th Sep 2003
Location: 3.14
Posted: 17th May 2005 04:44
Although.. while playing, one of the greyer boxes kept getting stuck to me. Any idea why?

[url=www.lightningstudios.co.uk][/url]
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 17th May 2005 04:46 Edited at: 17th May 2005 04:53
thats weird..i dont know what i could have done wrong..
when I ,connect everything is just fine..
[EDIT]
do you mean the box beneat you?that one is supposed to stick to you.its a placeholder for something

David R
21
Years of Service
User Offline
Joined: 9th Sep 2003
Location: 3.14
Posted: 17th May 2005 04:59
oh, ok. cool

[url=www.lightningstudios.co.uk][/url]
Dom
20
Years of Service
User Offline
Joined: 31st May 2004
Location:
Posted: 17th May 2005 05:28 Edited at: 17th May 2005 05:30
OK thats one crazy view!!! Im online right now so anytesting should start!


Thanks to Animeblood for the Logo!
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 17th May 2005 05:31
ok im now also online.

Dom
20
Years of Service
User Offline
Joined: 31st May 2004
Location:
Posted: 17th May 2005 05:32 Edited at: 17th May 2005 05:35
Weee That was fun!!
I like your strafing in that. Could you help me do good starfeing for my game please?


Thanks to Animeblood for the Logo!
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 17th May 2005 05:35 Edited at: 17th May 2005 05:37
hehe,yeah only 1 prob,the player numbers 7,8,9 are f'd up.

lol strafing?i just used move object left,move object right

Dom
20
Years of Service
User Offline
Joined: 31st May 2004
Location:
Posted: 17th May 2005 05:38 Edited at: 17th May 2005 05:38
What player nunmbers? All I get is this take alook at photo!



Thanks to Animeblood for the Logo!

Attachments

Login to view attachments
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 17th May 2005 05:41
i ment player status
the player statuses of 7,8,9 are -103,-92 and 72
it cant be my code,qus everything is in a for next loop
if the first 2 playernumber working good then all of them should.I think im receiving wrong information somehow by the dll..

Benjamin
21
Years of Service
User Offline
Joined: 24th Nov 2002
Location: France
Posted: 17th May 2005 12:44 Edited at: 17th May 2005 12:46
Not sure why you would be recieving wrong numbers, because the DLL returns a boolean number which can only be 1 or 0.

A few things I forgot to tell you. Firstly, in the message recieving code, you need to do what you're doing now, but you need to loop the part where you get a message until you have no more messages left. For example like this:


I think its safe to assume that if net recieve returns 1 then there is at least one message to read, so that code would in theory work (just explaining that so you don't get confused by my logic).

I seem to have forgetten what else I was going to tell you..


"Lets migrate like bricks" - Me
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 18th May 2005 01:08
yeah,thanks but i allready do that ..

fasdfsdaf
19
Years of Service
User Offline
Joined: 17th Jan 2005
Location:
Posted: 18th May 2005 09:46
recheck the part where you woudl receive the status for 7,8,9 just copy player 1's and player 2's and then edit those for 7,8,9, probably a typo (unless it's a diffferent function for each player, then it's a plug-in error)

[me]"My throat froze!"
[other person]"Force quit it next time..."
A.K.A Death Stalker
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 18th May 2005 23:58
its the same function for all the players
it is something like this
for pl=1 to players
x#=object pos x(pl)
etc.
etc..
sending and stuff here
next pl

all the players are fine except 7,8,9

Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 20th May 2005 00:45
Its fixed now,everything work fine now.
I also added names.So now you can see who the other players are

Dom
20
Years of Service
User Offline
Joined: 31st May 2004
Location:
Posted: 20th May 2005 01:04
Nice!


Thanks to Animeblood for the Logo!
mm0zct
20
Years of Service
User Offline
Joined: 18th Nov 2003
Location: scotland-uk
Posted: 20th May 2005 01:30 Edited at: 20th May 2005 01:32
joining, looks kl from screenshots.

umm.. it just shut down straight away , could be my router or my windows version (64 bit beta).

http://www.larinar.tk
AMD athlon 64 3000+, 512mb ddr400, abit kv8, 160gb hdd, gigabit lan, ati radeon 9800se 128mb.
Dom
20
Years of Service
User Offline
Joined: 31st May 2004
Location:
Posted: 20th May 2005 04:01 Edited at: 20th May 2005 04:03
Re-DL the new one and will connect

EDIT: Nope its not just you. Mine quit after I typed in all the details like IP,No Players and Name. I hit ENTER and it froze then quit!


Thanks to Animeblood for the Logo!
Calevra
20
Years of Service
User Offline
Joined: 9th Mar 2004
Location: Netherlands
Posted: 20th May 2005 04:51
no no its me,the server was offline.srry
Its online now,maybe today or else tomorrow i will upload the server app.
srry again

Login to post a reply

Server time is: 2024-09-29 06:30:06
Your offset time is: 2024-09-29 06:30:06