Grey Hack

Grey Hack

Scripting Language -Python Emulation?
Just got this game.... Does the scripting language support a Python Emulation to write scripts using that syntax? thanks.
< >
Showing 1-7 of 7 comments
It uses greyscript, a miniscript variant. The syntax is somewhat close to python and there are a few simulators online
It's really not python, this isn't an option BUUUUT its really not hard to pick up on and there's documentation in game as well as some source code you can peak at. I only really know a small handful of languages and this took me maybe a session or two to fully grip.

The one interesting part is that I noticed OOP principals for things like creating a new instance of a class don't reset the values to their defaults/empty states. You have to make sure to do that otherwise it bleeds
xjulep 16 May @ 3:35pm 
I wrote a ♥♥♥♥♥♥ trash version of scheme using gs so sometimes I use that. lol
Originally posted by Skydive gangster:
It uses greyscript, a 10x more buggy miniscript variant....
Fixed that for you :D
Last edited by StolenByte; 25 May @ 9:11pm
its technically not even a ms variant, gs is a frowned upon copy of miniscript where the developer of the game took the ms manual (the thing thats in the basics tab of the scripting manual in game) and replaced any instance of miniscript with greyscript
Xephael 26 May @ 9:15pm 
Originally posted by {F.S.L} ETAGαmerPC:
its technically not even a ms variant, gs is a frowned upon copy of miniscript where the developer of the game took the ms manual (the thing thats in the basics tab of the scripting manual in game) and replaced any instance of miniscript with greyscript
That's not an opinion shared by the creator of miniscript JoeStrout, so I'm not sure where you're getting that from. It's certainly a variant though, there's a lot of differences from the current version of miniscript.
Originally posted by Xephael:
Originally posted by {F.S.L} ETAGαmerPC:
its technically not even a ms variant, gs is a frowned upon copy of miniscript where the developer of the game took the ms manual (the thing thats in the basics tab of the scripting manual in game) and replaced any instance of miniscript with greyscript
That's not an opinion shared by the creator of miniscript JoeStrout, so I'm not sure where you're getting that from. It's certainly a variant though, there's a lot of differences from the current version of miniscript.
i got that information from a long time player (i think, they know a lot about the game and have been playing far longer than i ever have) in multiplayer chat, my fault for not fully fact checking it
< >
Showing 1-7 of 7 comments
Per page: 1530 50