;"Satyr Binary Conversion Module Help" ;"4/10/2020" ;"Jon S. " ;"http://centaur.pw | https://bzap.org" ;"Adds an index and help topics to $mod_help for the Binary Conversion Module." ;"NOTE: The Online Help Module must be installed prior to using this script." ;"There is no need to modify this script." @prop $mod_help bin_index 0 ;$mod_help.bin_index = player:readlines() BINARY CONVERSION MODULE INDEX ------------------------------ @dstrbin @strbin @binstr @listbin @binlist @filebin [path] [path] @binfile [path] [path] . @prop $mod_help @dstrbin 0 ;$mod_help.("@dstrbin") = player:readlines() @dstrbin Convert a string to a bit sequence; each byte is delimited by a space. . @prop $mod_help @strbin 0 ;$mod_help.("@strbin") = player:readlines() @strbin Convert a string to a bit sequence with no delimiters. . @prop $mod_help @binstr 0 ;$mod_help.("@binstr") = player:readlines() @binstr Convert a bit sequence string to human-readable characters. . @prop $mod_help @listbin 0 ;$mod_help.("@listbin") = player:readlines() @listbin Prompt for text, then convert each line to a bit sequence with no delimiters. . @prop $mod_help @binlist 0 ;$mod_help.("@binlist") = player:readlines() @binlist Prompt for non-delimited bit sequences, then convert each line to human-readable characters. . @prop $mod_help @filebin 0 ;$mod_help.("@filebin") = player:readlines() @filebin [path] [path] Read text from a file, then output bit sequences with no delimiters to another file. . @prop $mod_help @binfile 0 ;$mod_help.("@binfile") = player:readlines() @binfile [path] [path] Read bit sequences from a file, then output characters to another file. .