Gamestudio Links
Zorro Links
Newest Posts
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Data from CSV not parsed correctly
by EternallyCurious. 04/20/24 21:39
M1 Oversampling
by 11honza11. 04/20/24 20:57
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
folder management functions
by VoroneTZ. 04/17/24 06:52
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, rki), 390 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 1 of 17 1 2 3 16 17
[GSTNet] just another network plugin based on enet #133786
06/04/07 20:33
06/04/07 20:33
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
Hi, lostclimate gave me a push.

I made a little test (chat) application for GSTNet, my new network plugin for 3DGS based on enet.

Download

Works local, I've a server up and running on gstools.gameserver.com or 84.159.58.129.

usage:
start GSTNet.exe as server with
GSTNet.exe -d srv

start GSTNet.exe as server+client with
GSTNet.exe -d srv -cl ClientName

start GSTNet.exe as client with
GSTNet.exe -d srv -ip gstools.gameserver.com -cl ClientName

Last edited by nfs42; 06/04/07 21:22.

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
[GSTNet] 0.2 beta released [Re: nfs42] #133787
06/05/07 18:26
06/05/07 18:26
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
download see first post.
server up and running 84.159.21.23 or gstools.gameserver.com

----------------------------------------------------------------------------------
^: Bugfix
x: changed feature
+: added feature
-: deleted feature
*************************************************
2007-06-05 Release 0.2 public beta
-------------------------------------------------
^ fixed Memory leak with iterative str_create's
x GSTNet_ClientSend, GSTNet_ServerSendall
now always reliable

Last edited by nfs42; 06/05/07 18:27.

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] 0.3 beta released [Re: nfs42] #133788
06/07/07 21:03
06/07/07 21:03
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
download see first post.
server up and running 84.159.8.30 or gstools.gameserver.com
----------------------------------------------------------------------------------
^: Bugfix
x: changed feature
+: added feature
-: deleted feature
*************************************************
2007-06-06 Release 0.3 public beta
-------------------------------------------------
x new thin framework
+ send user defined strings
send script objects: vars, strings

function GSTNet_StartClient(ip, port, intervall)
function GSTNet_StartServer(port, intervall) {
dllfunction GSTNet_Exit();
dllfunction GSTNet_ClientSend(sMessage);
dllfunction GSTNet_ServerSend(sMessage);
dllfunction GSTNet_SendVar(name);
dllfunction GSTNet_SendString(name);
dllfunction GSTNet_ClientId();


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] 0.3 beta released [Re: nfs42] #133789
06/07/07 23:44
06/07/07 23:44
Joined: Jun 2004
Posts: 655
to your left
BoH_Havoc Offline
User
BoH_Havoc  Offline
User

Joined: Jun 2004
Posts: 655
to your left
I'm really looking forward to this! Please don't abandon it like the other network dlls posted in the forums. Keep it up!


Shade-C EVO Lite-C Shader Framework
Re: [GSTNet] 0.3 beta released [Re: BoH_Havoc] #133790
06/08/07 12:24
06/08/07 12:24
Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Puppeteer Offline
Expert
Puppeteer  Offline
Expert

Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
I can't download the file correctly i only get 1.8Mb... but it's bigger...


Formally known as Omega
Avatar randomness by Quadraxas & Blade
http://omegapuppeteer.mybrute.com
Re: [GSTNet] 0.3 beta released [Re: Puppeteer] #133791
06/08/07 13:24
06/08/07 13:24
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
sorry, but that's possibly a problem with MS Internet explorer.
no problem with other browsers or download managers.


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] 0.3 beta released [Re: nfs42] #133792
06/09/07 19:32
06/09/07 19:32
Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Puppeteer Offline
Expert
Puppeteer  Offline
Expert

Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Is there any other way to get it?


Formally known as Omega
Avatar randomness by Quadraxas & Blade
http://omegapuppeteer.mybrute.com
Re: [GSTNet] 0.3 beta released [Re: Puppeteer] #133793
06/09/07 23:33
06/09/07 23:33
Joined: Jun 2004
Posts: 655
to your left
BoH_Havoc Offline
User
BoH_Havoc  Offline
User

Joined: Jun 2004
Posts: 655
to your left


Shade-C EVO Lite-C Shader Framework
Re: [GSTNet] 0.3 beta released [Re: BoH_Havoc] #133794
06/10/07 12:08
06/10/07 12:08
Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
Puppeteer Offline
Expert
Puppeteer  Offline
Expert

Joined: Jan 2007
Posts: 2,247
Deutsch Niedersachsen
thx


Formally known as Omega
Avatar randomness by Quadraxas & Blade
http://omegapuppeteer.mybrute.com
[GSTNet] 0.4 beta released [Re: Puppeteer] #133795
06/26/07 16:51
06/26/07 16:51
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
Some updates: tested with 6.50.6, up to 16 clients

global entities: GSTNet_ent_create, GSTNet_ent_remove

GSTNet_TrackEntity(my,GSTNet_TrackPos); //send only changed entities
define GSTNet_TrackPos = 1;
define GSTNet_TrackAngle = 2;
define GSTNet_TrackScale = 4;
define GSTNet_TrackFlags = 8;
define GSTNet_TrackFrame = 16;
define GSTNet_TrackSkin = 32;
define GSTNet_TrackAmbient = 64;
define GSTNet_TrackAlbedo = 128;
define GSTNet_TrackAlpha = 256;
define GSTNet_TrackLightrange = 512;
define GSTNet_TrackColor = 1024;
define GSTNet_Trackemask = 2048;
define GSTNet_Trackeflags = 4096;

global effects: GSTNet_effect


more to come ...

Last edited by nfs42; 06/26/07 16:53.
Page 1 of 17 1 2 3 16 17

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