Skip to content

Releases: nithax/rpgmaker-scraper

1.2

08 Apr 06:48
a49eba3
Compare
Choose a tag to compare

new features

  • searching switches with -s switch
  • searching common events for variables and switches
  • scraping common events for switch triggers
  • support for weird/non-practical 'coding' standards like:
    • switch2 is enabled but switch1 isn't
    • code that reads and writes to the same variable is listed as 'READWRITE'
  • output as .json via indicating the name of the file with .json at the end of it
  • exception support for graceful failures with information
  • support for easier debugging on specific map/event ids via debugging and debug_event_id and debug_map_id

bug fixes

  • fixes several edge cases where an id wasn't detected if it was in a range and not the start or end of the range
  • fixes crash when trying to search a switch that had an if statement
  • fixes crash when trying to read weird code combinations
  • fixes all known issues finding references to scripts for variable and switch ids
  • fixes missing logic to print switch output

1.1

29 Mar 05:04
d93bc95
Compare
Choose a tag to compare
1.1

bug fixes

  • typo fixed that prevented script command not working as intended
  • fixed an exception thrown when variant wasn't accessed properly due to script commands with a single character
  • added type safety to the script command to ensure that the variant has a string

1.0

28 Mar 02:37
Compare
Choose a tag to compare
1.0

initial release

  • scrapes variables and determines read/write access based on

    • event page conditions
    • if statement command
    • control variable command
    • script command
  • allows for outputting results to a file if parameter is specified