1. Grey Hack
  2. News

Grey Hack News

Nightly Build: Preview 02

Hello everyone! I would like to share with you the latest updates on the development.

There have been some new improvements in the nightly build that are extending the development time more than initially estimated.

Apart from the improvements in the database management, as mentioned in the previous preview, substantial improvements have been added to the execution of scripts by players.

To prevent server saturation issues that cause lags and slowdowns, usually caused by scripts that use a lot of server resources, a deep refactoring of the game has been carried out. Now, scripts will run as actual independent processes separate from the game, allowing for accurate monitoring of how much memory and CPU a script is using at any given time, which is not consistently measurable in the current public version.

This monitoring will allow the server to limit resources for players who are using too much CPU time across all their scripts, avoiding resource saturation and, therefore, the lags and slowdowns caused to other players. Additionally, there will now be a maximum limit of actual RAM memory that a script can reserve during its execution, also preventing complete server crashes if any script tries to use all available server RAM.

These changes also have some positive side effects, as it is no longer necessary to use some artificial limits introduced in Greyscript to prevent excessive memory reservation issues, such as the maximum total number of instantiated elements across all lists and maps in a script, as well as other similar limits.

The difficult part is already done, and the nightly build is now privately available for the debuggers group. Due to the deep changes made in the code, there is work to be done fixing critical regressions, so I cannot estimate when it will be available for everyone, but I hope it will be soon if no unexpected issues arise.

Update 0.8.4524a

[h3]Changelog[/h3]

Fixed regression bug in format_colums causing leading spaces to be ignored.

Update 0.8.4523a

[h3]Changelog[/h3]

- Fixed bug in "format_columns" scripting method that could cause performance problems if received
very large strings.

Update 0.8.4522a

[h3]Changelog[/h3]

Fixed regression bug that caused commands not to be launched in a safe mode Terminal, throwing the error "script is not attached to any existing terminal"

Game Server specs upgrade!

Hi everyone!

I have some exciting news to share with you. The game server has been updated to a much more powerful one, which means better performance and a smoother gaming experience for everyone in Multiplayer mode. However, due to technical reasons, it has not been possible to transfer the database to the new server.

So, for a few days, the game branch called old_public_build will be activated. This way, you'll be able to access your saved data from the old server, that it will still be online for several days, and transfer it to the new one if you'd like.

Please note that this change only affects the Multiplayer mode, and SinglePlayer mode will remain unaffected. You can access to the old_public_build branch without a password from Steam > Library > Right click on Grey Hack > Properties > Betas

I apologize for any inconvenience this may cause and thank you for your understanding.