Skip to content

Releases: Southclaws/modio

v1.0.0

14 Oct 21:59
Compare
Choose a tag to compare

modio-v0.1

20 May 19:55
Compare
Choose a tag to compare
modio-v0.1 Pre-release
Pre-release

Working version tested thoroughly (modgm-demo) and currently in public production gamemode (ScavengeSurvive).

Basic IO features include:

  • Pushing data to a file write session.
  • Forcing a file write session to close.
  • Opening a file for a read session.
  • Retrieval of session ID from filename.

Known issues:

  • Use in OnGameModeExit can be problematic as modio can't tell the future.
  • Use in OnPlayerDisconnect on a server restart/gamemode change is problematic for above reason.
  • Awkward 4 char long packed string as tag name requirement for push/read.