Gothic Online Forums
Database and other Question (new team) - Printable Version

+- Gothic Online Forums (https://archive.gothic-online.com)
+-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html)
+--- Forum: Scripting Help (https://archive.gothic-online.com/forum-12.html)
+--- Thread: Database and other Question (new team) (/thread-469.html)

Pages: 1 2


Database and other Question (new team) - Kemi - 03.02.2016

Hey guys,
our little 3 men team (german team)(2 scripters/programmers) want to use this G2o stuff.. at the moment were testing some possibilities. We have some problems at the moment.. maybe you guys can help us

- possibilty of Databases like SQL (already found Big Grin)
- we have some problems to join a server over the internet. it always says "cant connect to server" but the ports are set, firewall and antivir disabled. (we can play over hamachi without any problems)
- in which delays will be updates for the g2o stuffs?
- is there any ts/chat to talk with some of the devs here for questions and such stuff?


RE: Database and other Question (new team) - Bimbol - 03.02.2016

(03.02.2016, 20:39)Kemi Wrote: Hey guys,
our little 3 men team (german team)(2 scripters/programmers) want to use this G2o stuff.. at the moment were testing some possibilities. We have some problems at the moment.. maybe you guys can help us

- possibilty of Databases like SQL (already found Big Grin)
- we have some problems to join a server over the internet. it always says "cant connect to server" but the ports are set, firewall and antivir disabled. (we can play over hamachi without any problems)
- in which delays will be updates for the g2o stuffs?
- is there any ts/chat to talk with some of the devs here for questions and such stuff?
@2
I also tried to join to your server, and I fail. Something is wrong, and I don't know what.
@3
What do you mean? You asking about how often g2o will be updated?
@3
Nope, but if u really want to talk, then I can join to ur server ts3 and u can ask me couple question. But give me ip addres first Smile


RE: Database and other Question (new team) - Kemi - 03.02.2016

(03.02.2016, 22:02)Bimbol Wrote:
(03.02.2016, 20:39)Kemi Wrote: Hey guys,
our little 3 men team (german team)(2 scripters/programmers) want to use this G2o stuff.. at the moment were testing some possibilities. We have some problems at the moment.. maybe you guys can help us

- possibilty of Databases like SQL (already found Big Grin)
- we have some problems to join a server over the internet. it always says "cant connect to server" but the ports are set, firewall and antivir disabled. (we can play over hamachi without any problems)
- in which delays will be updates for the g2o stuffs?
- is there any ts/chat to talk with some of the devs here for questions and such stuff?
@2
I also tried to join to your server, and I fail. Something is wrong, and I don't know what.
@3
What do you mean? You asking about how often g2o will be updated?
@3
Nope, but if u really want to talk, then I can join to ur server ts3 and u can ask me couple question. But give me ip addres first Smile

@ 2 could u give a small tutorial how to install the server? maybe we have some fails in this process
@3 yea. will it be every xx weeks.. every month?
@4 yea thats would be great. will u send later a pm with ts and a time to meet. do u live in europe? (cuz timezones)


RE: Database and other Question (new team) - Bimbol - 03.02.2016

@ad 2. I guess this is becasue some port are blocked on your VPS. For now server, and downloader uses UDP, so they can't work on the same port. Probably thats why u cannot connect with the server.
@ad 3. It depends of my free time, and of amount of content. For example dev 7 will have rewriten server, and client network, so this will take few weeks.
@ad 4. Ok, I will wait.


RE: Database and other Question (new team) - Kemi - 03.02.2016

@ 2 i tried several ports for the server but it doesnt help. we did test it on another pc too.. but there was the same mistake. veeeeeeeeery strange Big Grin

@3 ah very cool. so there is a constant work on this? great Big Grin


RE: Database and other Question (new team) - Bimbol - 03.02.2016

(03.02.2016, 23:06)Kemi Wrote: @ 2 i tried several ports for the server but it doesnt help. we did test it on another pc too.. but there was the same mistake.  veeeeeeeeery strange Big Grin

@3 ah very cool. so there is a constant work on this? great Big Grin
@2 Like I said, hard to say whats wrong. But in dev 7 everytning should work, because downloader will change the port to TCP.
@3. Yep, G2O is supported and updated in our free time.


RE: Database and other Question (new team) - Kemi - 03.02.2016

(03.02.2016, 23:11)Bimbol Wrote:
(03.02.2016, 23:06)Kemi Wrote: @ 2 i tried several ports for the server but it doesnt help. we did test it on another pc too.. but there was the same mistake.  veeeeeeeeery strange Big Grin

@3 ah very cool. so there is a constant work on this? great Big Grin
@2 Like I said, hard to say whats wrong. But in dev 7 everytning should work, because downloader will change the port to TCP.
@3. Yep, G2O is supported and updated in our free time.

perfect! thx alot dude.

me and my team are very ecxited to this project. we worked a long time with the gmp and it was just horror Big Grin
so we saw your work here and at the moment we´re very astonished about the possibilities in this early stage .
when all pretests will be succesfull.. we want to make a german Roleplay server on g2o.

so keep rocking (and working Tongue)


RE: Database and other Question (new team) - Steven - 04.02.2016

Hey guys,

as a project member of Kemi I would like to go a little bit more into detail:

As far as I understood your answer, Bimbol, the MP-server (standard 28970) runs separated from the download-server (standard 28970 too?) - but both on UDP.

Kemi only changed the port the MP-Server is running on and forwarded this one. So I guess we have to change the download-server's port, we simply do not know, where to do this.


Or did I get you wrong?


Sincerely yours,

Steven


RE: Database and other Question (new team) - Bimbol - 04.02.2016

I mean, that downloader, and server both work on UDP, so there is no way to run two sockets on the same port. Thats why downloader is running on server port + 32767. I guess that was bad idea, and thats why I have to move downloader to TCP port, like was before dev 5.
Because server and downloader have to work on the same port.


RE: Database and other Question (new team) - Steven - 04.02.2016

Ok, thank you for the quick reply.

So when I am running MP-server on UDP 28970 download-server runs on 28970 + 32767 = 61737 ?

And both have to be forwarded ...