Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by EternallyCurious. 04/18/24 10:45
StartWeek not working as it should
by Zheka. 04/18/24 10:11
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
zorro 64bit command line support
by 7th_zorro. 04/15/24 09:36
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:48
Zorro FIX plugin - Experimental
by flink. 04/14/24 07:46
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (1 invisible), 672 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 5 of 17 1 2 3 4 5 6 7 16 17
Re: [GSTNet] Pong Demo [Re: ] #133826
07/06/07 17:15
07/06/07 17:15

A
Anonymous
Unregistered
Anonymous
Unregistered
A



wird GSNET auch mit A7 gehen?

Ps: nfs42: kanns du in icq gehen?

Re: [GSTNet] Pong Demo [Re: ] #133827
07/09/07 15:46
07/09/07 15:46

A
Anonymous
Unregistered
Anonymous
Unregistered
A



ok es funktioniert jetzt.

ps: du hast ne pm.

[GSTNet] 0.5 released [Re: Samb] #133828
07/09/07 19:53
07/09/07 19:53
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
I've got some giant steps (for me) with this plugin.
Register and track WED created entities.
synchronize a client with server (create global entities, remove removed wed entities)
Global handles functions

Start here:
TestChat Application : Download
DLL: Download

Now I start with documentation and some examples


----------------------------------------------------------------------------------
^: Bugfix
x: changed feature
+: added feature
-: deleted feature
*************************************************
2007-07-09 Release 0.5.0 public beta
-------------------------------------------------
+ GSTNet_Disconnect(); // exit server/client engine
+ GSTNet_TrackVar(name); // tracks a var on server and send it every frame to all clients if changed
+ GSTNet_Synchronize(); // sync client with server
+ GSTNet_RegisterEntity(entity); //register a wed entity on server
- GSTNet_Exit(); // replaced with GST_Disconnect()
*************************************************
2007-07-02 Release 0.4.4 public beta
-------------------------------------------------
+ GSTNet_Handle(entity) //returns global handle
+ GSTNet_PtrForHandle(handle) //returns entity from global handle
+ GSTNet_Connection()
1 = server
2 = client
3 = clientserver
replaces ifdef srv;
+ GST_ent_morph(entity, filename)
*************************************************
2007-06-30 Release 0.4.3 public beta
-------------------------------------------------
+ GST_Connection() same behaviour as 3DGS
replaces the ifdef srv; method
*************************************************
2007-06-28 Release 0.4.2 public beta
-------------------------------------------------
+ GSTNet_Ping() get the smoothed roundTriptime

^ GSTNet_UpdateEntity,GSTNet_UpdateSkills
*************************************************
2007-06-28 Release 0.4.1 public beta
-------------------------------------------------
x New functions:
GSTNet_UntrackEntity(entity, properties) don't send these properties every frame
GSTNet_UpdateEntity(entity, properties) send the defined properties immediate from any entity on any client or server to all
+ GSTNet_TrackSkills(entity, from, to) don't send these skills every frame
+ GSTNet_UpdateSkills(entity, from, to) send the defined skills immediate from any entity on any client or server to all
- GSTNet_ent_update
*************************************************
2007-06-24 Release 0.4 public beta
-------------------------------------------------
+ New functions:
GSTNet_ent_create
GSTNet_ent_remove
GSTNet_ent_update
GSTNet_TrackEntity(entity, properties) send these properties every frame
tracked properties are only sent if any are changed
GSTNet_effect
*************************************************
2007-06-06 Release 0.3 public beta
-------------------------------------------------
x new framework
+ send user defined strings
send script objects: vars, strings
*************************************************
2007-06-05 Release 0.2 public beta
-------------------------------------------------
^ fixed Memory leak with iterative str_create's
x GSTNet_ClientSend, GSTNet_ServerSendall
now always reliable
*************************************************
2007-06-04 Release 0.1 public beta
-------------------------------------------------


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.5 released [Re: nfs42] #133829
07/11/07 19:49
07/11/07 19:49
Joined: Nov 2000
Posts: 1,534
hamburg
Samb Offline
Serious User
Samb  Offline
Serious User

Joined: Nov 2000
Posts: 1,534
hamburg
das nachträglich joinen klappt bei meinem levelersteller sehr gut, alle sachen werden mit den richtigen skills erstellt, wenn man den server betritt.

nur, wie ich dir schon in icq schrieb, das mit den handlen klappt noch nicht so.

ansonsten an alle: schaut es euch unbedingt mal an

Re: [GSTNet] 0.5 released [Re: Samb] #133830
07/11/07 22:17
07/11/07 22:17
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
ich mach dir mal ein beispiel, wie du 'fremde' entities manipulieren kannst. 'never trust a client'


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.5 released [Re: nfs42] #133831
07/12/07 19:39
07/12/07 19:39
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
documentation is now online


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.5.1 released [Re: Samb] #133832
07/15/07 14:37
07/15/07 14:37
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
ändern von 'fremden' entities geht jetzt mit GSTNet_SendEntity()
siehe chat demo

key_l key_r verschiebt alle entities
key_shift + mouse_left färbt entities ein


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.5.1 released [Re: nfs42] #133833
07/16/07 09:15
07/16/07 09:15
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Hi, can I send arrays as vars?
such as:

var data[100];
...
GSTNet_SendVar("data");

Re: [GSTNet] 0.5.1 released [Re: Damocles] #133834
07/16/07 09:26
07/16/07 09: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
atm: no
could be implemented as GSTNet_SendArray(varname, size)


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.5.1 released [Re: nfs42] #133835
07/16/07 10:33
07/16/07 10:33
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
That would be great

Page 5 of 17 1 2 3 4 5 6 7 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