Source for learning GSC?
-
as the title says, is there any tutorial out there that can get me started and carry my further with learning GSC?
-
EDP445-v2 said in Source for learning GSC?:
as the title says, is there any tutorial out there that can get me started and carry my further with learning GSC?
There is very very basic information here in our documentation. Outside of that, the best way to learn is to download sources to gsc mods online and try your best to understand them.
-
Matrix Thanks for quick reply, i did a quick read since dont have time right now, do you think diving into c++ would be a good start? since it has many guides widely available online.
-
EDP445-v2 At the end of the day its still programming so learning C++ can help. Though GSC is a highly simplified scripting language so it doesn't require most C++ syntax nor does it have most of its features.
I do also recommend looking at actual GSC code relevant to the game you want to script for though: https://github.com/ChxseH/MW3-GSC-Dump
You can also dump GSCs with this tool: https://github.com/xensik/gsc-tool/tree/dev