Come Try Out The New Community Guides

View The Guides Check Out The Gear Sets

As usual during new game updates, the wiki will refrain from having updated info immediately to allow for proper player testing and discovery - so have fun finding the new content and discussing it on Reddit or Discord!!

Main public logs

From Walkscape Walkthrough

Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:03, 1 January 2025 Bonez565 talk contribs created page Module:Deflatelua (Created page with "--[[ LUA MODULE compress.deflatelua - deflate (and gunzip/zlib) implemented in Lua. SYNOPSIS local DEFLATE = require 'compress.deflatelua' -- uncompress gzip file local fh = assert(io.open'foo.txt.gz', 'rb') local ofh = assert(io.open'foo.txt', 'wb') DEFLATE.gunzip {input=fh, output=ofh} fh:close(); ofh:close() -- can also uncompress from string including zlib and raw DEFLATE formats. DESCRIPTION This is a pure Lua implementation of decompre...")