Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (ozgur, TipmyPip, AndrewAMD), 1,209 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 7 1 2 3 4 5 6 7
Re: A real Networksolution for GS A6/A7 [Re: Sajeth] #232568
10/22/08 14:14
10/22/08 14:14
Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
Nowherebrain Offline
Serious User
Nowherebrain  Offline
Serious User

Joined: Jul 2005
Posts: 1,002
Trier, Deutschland
I'm in.


Everybody Poops.
here are some tutorials I made.
http://www.acknexturk.com/blender/
Re: A real Networksolution for GS A6/A7 [Re: Nowherebrain] #232586
10/22/08 15:10
10/22/08 15:10
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
What licence model do you have in mind for that plugin?

Re: A real Networksolution for GS A6/A7 [Re: Xarthor] #232589
10/22/08 15:28
10/22/08 15:28
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline OP
Serious User
Dark_samurai  Offline OP
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Good to here that there are so much people interested in this! I'll try to complete the first version as fast as possible!

Quote:
What licence model do you have in mind for that plugin?


For the Standard and Pro versions:
You will buy the plugin and after that you can make as much games, applications,... with it as you like. BUT of course you aren't allowed to distribute the plugin itself or give it to somebody else or change the plugin in any way.

I'm still thinking about how to make the licence of the free version or if I only make a demo version and no free version at all... This dependes on things like how much I have to pay for other things (like for the webspace, online Shop, ...).


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: A real Networksolution for GS A6/A7 [Re: Dark_samurai] #232606
10/22/08 17:26
10/22/08 17:26
Joined: Oct 2005
Posts: 57
P
picoder Offline
Junior Member
picoder  Offline
Junior Member
P

Joined: Oct 2005
Posts: 57
If it works better than A7 network, I'd buy it.

Last edited by picoder; 01/20/10 07:06.
Re: A real Networksolution for GS A6/A7 [Re: Dark_samurai] #232632
10/22/08 19:25
10/22/08 19:25
Joined: Oct 2008
Posts: 513
Carlos3DGS Offline
User
Carlos3DGS  Offline
User

Joined: Oct 2008
Posts: 513
Sounds good for 20€.
If it can do all that and the documentation is in english I would probably buy it.
If it also comes with some workshops to learn to use the different features easily, through guided practical examples, and include some online support, I would buy the pro version for sure!


"The more you know, the more you realize how little you know..."

I <3 HORUS
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=401929&page=1
Re: A real Networksolution for GS A6/A7 [Re: Dark_samurai] #232635
10/22/08 19:46
10/22/08 19:46
Joined: Oct 2008
Posts: 513
Carlos3DGS Offline
User
Carlos3DGS  Offline
User

Joined: Oct 2008
Posts: 513
Originally Posted By: Dark_samurai
You will buy the plugin and after that you can make as much games, applications,... with it as you like. BUT of course you aren't allowed to distribute the plugin itself or give it to somebody else or change the plugin in any way.


What about when we publish the game, wont it need the dll to be distributed with the game for those functions to work? Will we be able to distribute the dll with our commercial games for them to work with it?


"The more you know, the more you realize how little you know..."

I <3 HORUS
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=401929&page=1
Re: A real Networksolution for GS A6/A7 [Re: Dark_samurai] #232636
10/22/08 19:50
10/22/08 19:50
Joined: Oct 2008
Posts: 513
Carlos3DGS Offline
User
Carlos3DGS  Offline
User

Joined: Oct 2008
Posts: 513
The functions are prettty self-explanitory, but if you could post the commented lines in english so I can know all the details, I would be very gratefull (and by the looks of it I would probably be even more interested after reading those descriptions, if it is possible to be more interested).


"The more you know, the more you realize how little you know..."

I <3 HORUS
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=401929&page=1
Re: A real Networksolution for GS A6/A7 [Re: Dark_samurai] #232650
10/22/08 21:52
10/22/08 21:52
Joined: Oct 2008
Posts: 513
Carlos3DGS Offline
User
Carlos3DGS  Offline
User

Joined: Oct 2008
Posts: 513
I have a few questions. Will there be conections by sockets? What is the limit of number of connections? Can the server handle client crashes automatically, or other types of unexpected disconnections? (Timeouts?). Can you send multidimentional arrays or structs?

Also it would be great if the server could work without having to actually load a level, that would be a great feature so the server we program using your plugin could handle multiple maps. (multi-zone support?). Is this feature planned?

A lobby system to search for online game sessions to join and chat before you start to play a level would be great.
Is late-join support implemented (when a game is already in progress)?



Additional functions that take care automatically of the most commonly used features in multiplayer games, this is not needed but I think they could take relatively little time to develop and would add great value to your project. Some ideas that come to my head are:
-chat being dealt with easily through a function instead of having to make one yourself like: chat_send(player, STRING*) or chat_send(all, STRING*), etc...
-some automated functions for "teams" support like: add_to_team(player_id, team_id), chat_send(team_id, STRING*), send_pos(player_pos, team_id), etc...

These are just the first ideas that come to my head, but i bet there are some more. All this "atuomated chat/teams" can already be done with your plugin if the user adds functions to control these things in his game script. But if these type of things are dealt with automatically by functions of your plugin I think it would be the difference between an Enet connection plugin worth 20€(or whatever you set the final price to), to a great tool worth more than double of that. And also by adding automatization for common multiplayer game features you would awaken the interest of a much broader public.

P.S.: I am interested in buying your plugin withought those automated things. These are just ideas that came to my head thinking: "If I was making a plugin like this and would release it comercially what could I do to increase its value and get more people interested in buying it".


"The more you know, the more you realize how little you know..."

I <3 HORUS
http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=401929&page=1
Re: A real Networksolution for GS A6/A7 [Re: Carlos3DGS] #232661
10/23/08 00:54
10/23/08 00:54
Joined: Aug 2002
Posts: 572
Toronto
MadMark Offline
User
MadMark  Offline
User

Joined: Aug 2002
Posts: 572
Toronto
A suggestion. The demo/free version:
Increase the client number to 5 or 6 rather than 4. I can do 4 without a plugin, so how do I know that I am not just using the built-in comm package? Brings me no value or demonstrates much of an improvement.

Just my 2¢, collect the whole dollar.
Mark


People who live in glass houses shouldn't vacuum naked.
Re: A real Networksolution for GS A6/A7 [Re: MadMark] #232664
10/23/08 02:43
10/23/08 02:43
Joined: Mar 2002
Posts: 1,774
Magdeburg
F
FlorianP Offline
Serious User
FlorianP  Offline
Serious User
F

Joined: Mar 2002
Posts: 1,774
Magdeburg
I would buy it if it's possible to send huge data packes(~10-20kb) without any variable correlation at once.
So if i want to send 5 Bytes - there should go 5 Bytes out the same with 5000 byte. Of course there have to be some adressing-header data but I don't want e.g. var_for_name-things

Last edited by FlorianP; 10/23/08 02:43.

I <3 LINQ
Page 2 of 7 1 2 3 4 5 6 7

Moderated by  adoado, checkbutton, mk_1, Perro 

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