Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (dr_panther, Ayumi, 7th_zorro), 877 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rating: 5
Page 9 of 17 1 2 7 8 9 10 11 16 17
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 Offline
Expert
Slin  Offline
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] #133867
08/01/07 17:40
08/01/07 17:40
Joined: Apr 2006
Posts: 329
M
molotov Offline
Senior Member
molotov  Offline
Senior Member
M

Joined: Apr 2006
Posts: 329
Same goes for me, still unable to download. And I agree with Slin, it looks good and easy to use.

Molotov

Re: [GSTNet] Send to clientid implemented [Re: molotov] #133868
08/01/07 18:16
08/01/07 18:16
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
You can have a look at my chatserver,
the dll, and a script operating it are included,
So you can make some tests, until your download from gstools works.

you have to copy the dll to your acknex_plugins folder, so acknex finds it.

Re: [GSTNet] Send to clientid implemented [Re: Damocles] #133869
08/01/07 18:19
08/01/07 18:19
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
@Damocles: I already had a look at that and what you proposed is exactly what I plan to do if I have some more time later this evening. Btw, the chat works very good but your way to manage the clients is really bad for many clients...^^ But you know that so it is okay

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
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

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: nfs42] #133871
08/02/07 07:35
08/02/07 07:35
Joined: Apr 2006
Posts: 329
M
molotov Offline
Senior Member
molotov  Offline
Senior Member
M

Joined: Apr 2006
Posts: 329
Heynfs42, Thanks for fixing the link I can download it now. But when I've downloaded and starts to unpack, I get a error that says; "unknown format or file is damaged."

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
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

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
R
Raven75 Offline
Newbie
Raven75  Offline
Newbie
R

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 Offline
Expert
Slin  Offline
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
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

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
Page 9 of 17 1 2 7 8 9 10 11 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