Gamestudio Links
Zorro Links
Newest Posts
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
Data from CSV not parsed correctly
by jcl. 04/20/24 08:32
Zorro FIX plugin - Experimental
by jcl. 04/20/24 08:30
folder management functions
by VoroneTZ. 04/17/24 06:52
lookback setting performance issue
by 7th_zorro. 04/16/24 03:08
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
3 registered members (7th_zorro, Aku_Aku, 1 invisible), 579 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
EternallyCurious, howardR, 11honza11, ccorrea, sakolin
19047 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 4 1 2 3 4
Re: GSTNet, Crude Shooter Code [Re: nfs42] #165754
11/22/07 14:54
11/22/07 14:54
Joined: Oct 2004
Posts: 1,655
T
testDummy Offline
Serious User
testDummy  Offline
Serious User
T

Joined: Oct 2004
Posts: 1,655
On the site (great site by the way), it is stated that the GSTNet plugin works with A6.xx. That might suggest that the plugin works with all versions of A6, but from experience with Conitec SDK changes, I assume it does not.

The issue with Win98 compatibility probably isn't related to the GSTNet plugin directly. It seems all engine versions after A6.40.5 may be incompatible with Win98 Systems.
No Win98 for 6.60, WHY? Thread

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

Joined: Jun 2001
Posts: 1,004
Dossenbach
you are right, GSTNet is based on sdk for A6.50 and up.
i'll change this on the plugins info page. the manual is clear on this point.


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] #165756
11/30/07 16:44
11/30/07 16:44
Joined: Aug 2004
Posts: 2,215
I
ISG Offline

Expert
ISG  Offline

Expert
I

Joined: Aug 2004
Posts: 2,215
@Damocles

You think there is any open source portion of this crude shooter? I mean I would hate to just steal your resources and put them into my own level to get an online shooter. But maybe just even if you can describe a way (if you would like) where we can make our own personal game levels with this?

Thanks!


Ground Tactics - Coming Soon
Ground Tactics OFFICIAL WEBSITE
Re: GSTNet, Crude Shooter Code [Re: ISG] #165757
12/01/07 16:57
12/01/07 16:57
Joined: Jan 2003
Posts: 4,305
Damocles Offline OP
Expert
Damocles  Offline OP
Expert

Joined: Jan 2003
Posts: 4,305
you can use the scripts if you wish

Re: GSTNet, Crude Shooter Code [Re: Damocles] #165758
12/01/07 23:06
12/01/07 23:06
Joined: Aug 2004
Posts: 2,215
I
ISG Offline

Expert
ISG  Offline

Expert
I

Joined: Aug 2004
Posts: 2,215
Thanks. How do I do this? In the exactly same folder I created a simple level and applied the script to the level (xspire_online.WDL). Opening up the WED file next time I get 3 WDL errors

"Invalid Name: function_predefinitions.wdl"
"Invalid Name: client_server_communication.wdl"
"Invalid Name: client_server_weapon.wdl"

When I run the level, it opens the the main menu correctly. When I select to be the server I get these DLL errors:

"GSTNet_ServerInit not found in DLL"
"GSTNet_ServerPoll not found in DLL"
"GSTNet_Events not found in DLL"
"GSTNet_SendArray not found in DLL"

Then when I choose to be the client instead of the server from the Main Menu I get these DLL errors:

"GSTNet_ClientInit not found in DLL"
"GSTNet_ClientID not found in DLL"
"GSTNet_ClientPoll not found in DLL"
"GSTNet_Events not found in DLL"

Maybe my setup is wrong or something I should have done that I simply overlooked. Any insight would be helpful.

Thanks!


Ground Tactics - Coming Soon
Ground Tactics OFFICIAL WEBSITE
Re: GSTNet, Crude Shooter Code [Re: ISG] #165759
12/02/07 00:05
12/02/07 00:05
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
copy the GSTNet.dll in the acknex_plugins folder of your 3DGS installation


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] #165760
12/02/07 00:23
12/02/07 00:23
Joined: Aug 2004
Posts: 2,215
I
ISG Offline

Expert
ISG  Offline

Expert
I

Joined: Aug 2004
Posts: 2,215
No change.


Ground Tactics - Coming Soon
Ground Tactics OFFICIAL WEBSITE
Re: GSTNet, Crude Shooter Code [Re: ISG] #165761
12/02/07 11:51
12/02/07 11:51
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
please post your acklog.txt


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] #390026
12/21/11 15:44
12/21/11 15:44
Joined: Apr 2005
Posts: 795
U.S.A. Michigan
exile Offline
User
exile  Offline
User

Joined: Apr 2005
Posts: 795
U.S.A. Michigan
Sorry to bring up a MEGA dead topic, I would message Damocles but he is over his message limit. I was wondering if anyone had xspire_online.zip still? I was going to look at it for some reference while I am building my own online solution, and I feel some of material in here could be of use.

Re: GSTNet, Crude Shooter Code [Re: exile] #390123
12/22/11 22:39
12/22/11 22:39
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach


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 3 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