Gamestudio Links
Zorro Links
Newest Posts
Trading Journey
by M_D. 04/26/24 20:22
Help with plotting multiple ZigZag
by M_D. 04/26/24 20:03
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
M1 Oversampling
by jcl. 04/26/24 11:12
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
Eigenwerbung
by jcl. 04/26/24 11:08
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (M_D, AndrewAMD, Quad, Ayumi), 806 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
wandaluciaia, Mega_Rod, EternallyCurious, howardR, 11honza11
19049 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 4 1 2 3 4
Re: GSTNet, Crude Shooter Code [Re: nfs42] #165744
11/04/07 21:01
11/04/07 21:01
Joined: Jan 2006
Posts: 968
EpsiloN Offline
User
EpsiloN  Offline
User

Joined: Jan 2006
Posts: 968
After trying the IP and the dns (neighter worked) I tryed localy , and after 5 mins of waiting for it to connect I gave up...

PS.: I tryed also setting -port 2331 to a shortcut , but didnt worked also (btw , you should put a black picture or something...without a camera active (and a level loaded) the screen started flickering after an ALT+TAB changing...)


Extensive Multiplayer tutorial:
http://mesetts.com/index.php?page=201
Re: GSTNet, Crude Shooter Code [Re: EpsiloN] #165745
11/04/07 21:24
11/04/07 21:24
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
server is still up and running on gstools.servegame.com.
4 users had succesfull connected.
try gstools.servegame.com

I will add a server list to client login


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: GSTNet, Crude Shooter Code [Re: nfs42] #165746
11/04/07 21:28
11/04/07 21:28
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
i have made a "functional" weapon,
a bit dirty work, but it serves its purpose.

When hit once (instagib) you get set to the starting position

same link:

http://www.wasteland.at/xspire_online.zip

Re: GSTNet, Crude Shooter Code [Re: Damocles] #165747
11/04/07 22:00
11/04/07 22:00
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
die slotvergabe ist noch nicht ganz korrekt.

Es gibt probleme bei mehr als 2 clients, sollte ien c-skript problem sein

Re: GSTNet, Crude Shooter Code [Re: Damocles] #165748
11/04/07 22:08
11/04/07 22:08
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
I am uploading a new version, that should handle the slotproblem
(I hope), wait some minutes

Re: GSTNet, Crude Shooter Code [Re: Damocles] #165749
11/04/07 22:13
11/04/07 22:13
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
ok, new version online

There are still problems with more than 2 clients...
Updates come some other day.

Re: GSTNet, Crude Shooter Code [Re: Damocles] #165750
11/06/07 15:52
11/06/07 15:52
Joined: Jan 2006
Posts: 968
EpsiloN Offline
User
EpsiloN  Offline
User

Joined: Jan 2006
Posts: 968
I still cant connect I tryed again (this time only to gstools.servegame.com) but failed. It stays on "connecting.."


Extensive Multiplayer tutorial:
http://mesetts.com/index.php?page=201
Re: GSTNet, Crude Shooter Code [Re: EpsiloN] #165751
11/06/07 17:31
11/06/07 17:31
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
Server is not running currently, we have to fix some bugs, when connection more than 3 clients.

Re: GSTNet, Crude Shooter Code [Re: Damocles] #165752
11/21/07 20:53
11/21/07 20:53
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
I was very interested in this, but now I'm (more) 'jaded'. I thought, just for kicks, I might try it on LAN with another machine running Win98, just to the left of this one. Of course, I discovered what others might have known, 3DGS 6.60 executables just seem to crash on Win98.

Re: GSTNet, Crude Shooter Code [Re: testDummy] #165753
11/21/07 22:44
11/21/07 22:44
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
what is the error message ? Crash in GSTNet_ServerPoll()?
i have no win98 system anymore, so please try running with -diag and post me your acklog.txt

the original code from damocles produces real HIGH network traffic (a lot of packages were sent every frame). with some small changes I've got 8 clients running on one machine.


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Page 2 of 4 1 2 3 4

Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1