Gothic Online Forums
Question for programmer's [GO] - 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: Question for programmer's [GO] (/thread-249.html)



Question for programmer's [GO] - Kladvey - 27.12.2015

Hey developers platform Gothic Online for game Gothic. I'm interesting your project. Please tell me - <<How are you achieved such a result?>>

How are you learning technology for create (programming) project Gothic Online.

And last question for you, how are you make not-official multiplayer for Gothic - without using game source-code?

What you using for create Gothic Online [programming language's].


Thanks very much!


RE: Question for programmer's [GO] - Sative - 27.12.2015

We used C++, MASM and Squirrel (ex. for chat).
It is easy to do without source code because Gothic 2 binaries are released with full debug database, so we have many names of engine classes, functions with parameters etc.


RE: Question for programmer's [GO] - Kladvey - 27.12.2015

(27.12.2015, 01:42)Sative Wrote: We used C++, MASM and Squirrel (ex. for chat).
It is easy to do without source code because Gothic 2 binaries are released with full debug database, so we have many names of engine classes, functions with parameters etc.

You using Raknet for create online?


RE: Question for programmer's [GO] - Bimbol - 27.12.2015

Yes.


RE: Question for programmer's [GO] - Kladvey - 27.12.2015

How years your learning programming {+ network programming and Assembler]?


RE: Question for programmer's [GO] - Bimbol - 27.12.2015

Well I started over 2 years ago with C++. I learn fast how to use RakNet, probably because RakNet is easy to use Wink I know basics of asm, maybe strong basics and it's enought to make multiplayer for this game.


RE: Question for programmer's [GO] - Kladvey - 27.12.2015

(27.12.2015, 02:53)Bimbol Wrote: Well I started over 2 years ago with C++. I learn fast how to use RakNet, probably because RakNet is easy to use Wink I know basics of asm, maybe strong basics and it's enought to make multiplayer for this game.

Raknet engine - free or no? Or developer's Raknet give's others programmer's - source code?


RE: Question for programmer's [GO] - Bimbol - 27.12.2015

RakNet is free and open source. Here u can find more info: http://www.jenkinssoftware.com/index.html


RE: Question for programmer's [GO] - Kladvey - 27.12.2015

(27.12.2015, 02:58)Bimbol Wrote: RakNet is free and open source. Here u can find more info: http://www.jenkinssoftware.com/index.html

Okay Bimbol, thanks.

You do not provide the hosting-service?


RE: Question for programmer's [GO] - Bimbol - 27.12.2015

No, we not.