Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 17,416 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
IMORTANT POST!!! #262767
04/25/09 20:00
04/25/09 20:00
Joined: Mar 2009
Posts: 32
D
Dante101 Offline OP
Banned / Warez
Dante101  Offline OP
Banned / Warez
D

Joined: Mar 2009
Posts: 32
I have talked to many people using 3D Gamestudio and like me they want to make online games but cant even start because they have no idea what they are doing. If someone would be gracious enough to provide a thorough tutorial from a multi-player game (START to FINISH). Im sure many of the people using 3D game studio would appreciate this very much like myself. A book with thorough instructions would be exellent but tutorials are fine to. A code that you could add to your game to make it online multi-player would be great to.not using plug-ins though...thanx in advance


wanting to make education friends smile
Re: IMORTANT POST!!! [Re: Dante101] #262783
04/25/09 21:23
04/25/09 21:23
Joined: Nov 2007
Posts: 1,032
Croatia
croman Offline
Serious User
croman  Offline
Serious User

Joined: Nov 2007
Posts: 1,032
Croatia
you cant create multiplayer game in 3dgamestudio except if you want something like turn based game, maybe then you can. but FPS, RTS, MMORPG and such stuff you cant create in 3dgs without plugins.

you should consider using the plugins because it's the best solution there is for multiplayer games in 3dgs. i recommend ANet plugin



Ubi bene, ibi Patria.
Re: IMORTANT POST!!! [Re: croman] #262787
04/25/09 21:42
04/25/09 21:42
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Originally Posted By: cerberi_croman
you cant create multiplayer game in 3dgamestudio except if you want something like turn based game, maybe then you can. but FPS, RTS, MMORPG and such stuff you cant create in 3dgs without plugins.

you should consider using the plugins because it's the best solution there is for multiplayer games in 3dgs. i recommend ANet plugin


actually, you can make a fps, but you have to know what is should be created client side and what should be created server-side, with optimal code you can do that, but alos you can't expect optimal-code from first time multiplayer programmer.


3333333333
Re: IMORTANT POST!!! [Re: Quad] #262821
04/26/09 06:34
04/26/09 06:34
Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
Tobias Offline

Moderator
Tobias  Offline

Moderator

Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
I am also tired of all this old whining about that you cant make a multiplayer game. Newbies should be helped and not scared away. Ok, in A6 days there was no MP tutorial and thus it was really hard for a beginner. But with A7, the tutorial explains step by step how to do a well working multiplayer game. Everyone should be able to create MP games now. So I think that this old whining should finally stop.

Gamestudios multiplayer functions work very well. In the other thread about ANET traffic, I made some test with a packet analyzer and found Gamestudio multiplayer very effective. External plugins cant really compare with Gamestudio in that regard. Using ANET caused six times more traffic than Gamestudio without ANET.

The best advice for any beginner is starting with the tutorial. Its also much easier to understand, the tutorial level needs far less code than an external plugin. Later then when you need some special commands from a plugin, learn using that as well.

Re: IMORTANT POST!!! [Re: Tobias] #262859
04/26/09 17:46
04/26/09 17:46
Joined: Mar 2009
Posts: 32
D
Dante101 Offline OP
Banned / Warez
Dante101  Offline OP
Banned / Warez
D

Joined: Mar 2009
Posts: 32
which tutorial? it would be appreciated


wanting to make education friends smile
Re: IMORTANT POST!!! [Re: Dante101] #262872
04/26/09 19:04
04/26/09 19:04
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
@tobias: I finished some tests today. ANet produces less overhead and also sending data causes much less trafic then GS Network. I will release an article about ANet vs. GS Network soon, to clear things up. The article will include all source codes and executeables so that you can try things out yourself.

If you don't own GS Pro, you won't be able to finish a MP game because really necessary features are only available for Pro users (like sessions, data encryption). That's why plugins were created. The plugins allow you to use multiplayer even if you don't own an GS edition that supports multiplayer.

Try out my ANet plugin. I think it's easy to understand for beginners and it comes with several tutorials/howtos/examples.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: IMORTANT POST!!! [Re: Dark_samurai] #262908
04/26/09 22:33
04/26/09 22:33
Joined: Mar 2009
Posts: 32
D
Dante101 Offline OP
Banned / Warez
Dante101  Offline OP
Banned / Warez
D

Joined: Mar 2009
Posts: 32
well i have the pro version so that wont be a problem


wanting to make education friends smile
Re: IMORTANT POST!!! [Re: Dante101] #262939
04/27/09 05:22
04/27/09 05:22
Joined: Nov 2007
Posts: 1,032
Croatia
croman Offline
Serious User
croman  Offline
Serious User

Joined: Nov 2007
Posts: 1,032
Croatia
there are step by step tutorials in several latest AUMs, you might wanna check that out



Ubi bene, ibi Patria.
Re: IMORTANT POST!!! [Re: croman] #262950
04/27/09 07:02
04/27/09 07:02
Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
Tobias Offline

Moderator
Tobias  Offline

Moderator

Joined: Aug 2000
Posts: 1,140
Baunatal, Germany
I would not recommend the AUM series to a beginner because it explains nothing about online games. The normal lite-C tutorial is better.

But its strange that you own the Pro edition and can't find the tutorials, which version number do you have?

Re: IMORTANT POST!!! [Re: Tobias] #263308
04/29/09 00:40
04/29/09 00:40
Joined: Mar 2009
Posts: 32
D
Dante101 Offline OP
Banned / Warez
Dante101  Offline OP
Banned / Warez
D

Joined: Mar 2009
Posts: 32
I have gamestudio a7 pro and I have the tutorials but i guess im to prideful to read them...i guess i will have to frown


wanting to make education friends smile

Moderated by  HeelX, Spirit 

Gamestudio download | 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