Gothic Online Forums
Script - 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: Script (/thread-252.html)



Script - Ayate - 27.12.2015

Hi. This topic it's not about problems with my script. Well, I'veĀ been looking somethink about writing gamemods. As far I remember It worked on LUA. How it works now?

Thanks.


RE: Script - Buras - 27.12.2015

Right now you're writing scripts in Squirrel. In my opinion it's similar to C++ or PHP. Also, there is one big difference. In the case of lua you could write entire gamemode in one file. Now, there are at least two files. One file contains scripts, which work on client side, and a second one contains scripts executed on server side.

Well, this is an opinion of someone, who's new to GO and G2O platform.


RE: Script - Ayate - 27.12.2015

Where i can find functions for Squirell. Does exist any wiki or something?


RE: Script - Buras - 27.12.2015

Yes, there is a wiki, but it's not complete yet. It allows you to write fully functional gamemode, though. There will be more functions in the future.
Here's the link: Wiki