Skip to content

MultiClient v1.0.5

Latest
Compare
Choose a tag to compare
@tabularelf tabularelf released this 18 Aug 11:23

NOTE

Due to some bugs with extension_* functions, all but MulticlientGetID (as it does not rely on extension functions) currently do not work on LTS IDE v2022.0.2.51 Runtime v2022.0.2.49 as of writing. In a future LTS update, these should work as normal.

Added

  • Various new functions!
  • MultiClientGetNumberOfClients() -> returns value of number of clients as per extension settings.
  • MultiClientGetAdditionalParameters() -> returns array of all parameters passed through.
  • MultiClientGetProxyParameters() -> returns array of all proxy parameters passed through, if proxy is enabled. Otherwise undefined.
  • MultiClientGetProxyParameters() -> returns string path of proxy, if proxy is enabled. Otherwise undefined.

Fixed

  • Corrects script name to match function by @JujuAdams in #2
  • Improve client index consistency in debug mode by @JujuAdams in #3
  • Fixed version not being reflected properly.
  • Fixed issue with Steamworks Extension v1.6.9+ not being able to run the game.

Full Changelog: v1.0.4...v1.0.5