|
|
Re: [GSTNet] Send to clientid implemented
[Re: nfs42]
#133866
08/01/07 17:32
08/01/07 17:32
|
Joined: May 2005
Posts: 2,713 Lübeck
Slin
Expert
|
Expert
Joined: May 2005
Posts: 2,713
Lübeck
|
The download still doesn´t work for me -.- I would love to try it out because what I saw so far looks very good and easy to use. Thanks for the great work 
Last edited by Slin; 08/01/07 17:33.
|
|
|
Re: [GSTNet] Send to clientid implemented
[Re: Slin]
#133870
08/01/07 19:23
08/01/07 19:23
|
Joined: Jun 2001
Posts: 1,004 Dossenbach
nfs42
OP
Serious User
|
OP
Serious User
Joined: Jun 2001
Posts: 1,004
Dossenbach
|
sorry guys for the inconvenience, but the download has been blocked by the system.  normally you see this directly. but now i've tested the download as guest. download
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] Send to clientid implemented
[Re: molotov]
#133872
08/02/07 07:58
08/02/07 07:58
|
Joined: Jun 2001
Posts: 1,004 Dossenbach
nfs42
OP
Serious User
|
OP
Serious User
Joined: Jun 2001
Posts: 1,004
Dossenbach
|
there are known issues with iexplorer. use a downloadmanager or another and better browser like firefox
downloads work also with iexplorer 7.0
Last edited by nfs42; 08/02/07 12:32.
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] Send to clientid implemented
[Re: nfs42]
#133873
08/03/07 10:04
08/03/07 10:04
|
Joined: Jun 2007
Posts: 10
Raven75
Newbie
|
Newbie
Joined: Jun 2007
Posts: 10
|
hi nfs42, nice net dll, runs very solid. Just one thing, for new A7extra users like me, I needed to add plugindir "." to the wdl, in the chatserver from Damocles. Are there any plans too convert c-script version to c-lite in the future? I trying to convert the dll to lite-c, but since i haven´t used s-script before und my c knowlege are limited used it last 8years ago it will take some time. If this is planned, i can spend the time on learning the engine,  greets
|
|
|
Re: [GSTNet] Send to clientid implemented
[Re: Raven75]
#133874
08/03/07 11:09
08/03/07 11:09
|
Joined: May 2005
Posts: 2,713 Lübeck
Slin
Expert
|
Expert
Joined: May 2005
Posts: 2,713
Lübeck
|
Works great. Thanks again for your awsome work. Some things wich came up during my playing around with your plugin were, that it gives a crash if I send an empty string, the client sometimes crashes randomly with a "Problembericht senden?"-Message and I´m not ably to create more then thousand global entities. Even if the server deletes all, when there are more than 800. The client gives the error message "GSTNet: more than 1000 global entities" after creating 1000 entities. If I restart the client I can create again 1000 entities and then I´ll get the error message again. The server executes this function since gamestart: Code:
entity* Temp_ent; function RemoveLine() { while(1) { if(num_entities > 500) { you = ent_next(null); while(you) { temp_ent = you; you = ent_next(you); GSTNet_ent_remove(temp_ent); } } wait(1); } }
Here is a picture of my application running over the internet. The screenshot was made from the server. (Thanks to rvL_eXile for testing it with me  ) 
|
|
|
Re: [GSTNet] Send to clientid implemented
[Re: Raven75]
#133875
08/03/07 11:14
08/03/07 11:14
|
Joined: Jun 2001
Posts: 1,004 Dossenbach
nfs42
OP
Serious User
|
OP
Serious User
Joined: Jun 2001
Posts: 1,004
Dossenbach
|
hi raven75,
i'm still stuck on A6, no time to do the upgrade (not Acknex but scripts). i think there are more and better abilities on A7, but there are whole bunch of users still on A6. i will look into it this weekend.
btw my last c project was in 1991. a bord computer for the commercial prototype of the solar boat 'Korona I' developed by the Fachhochschule Konstanz.
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
|
|
|
|