support DF 50.xx #5

Closed
opened 2022-12-13 15:11:51 +00:00 by nwesterhausen · 0 comments
nwesterhausen commented 2022-12-13 15:11:51 +00:00 (Migrated from github.com)

New Raw File Organization:

  • Game Directory/
    • data/
      • vanilla/ (contains vanilla raws)
        • [raw_directory]/
          • info.txt (contains details about what is in this directory)
          • objects/
            • [raw_files]
      • installed_mods/ (contains mods which are (were) used in a save)
        • [mod_name] ([version])/
          • info.txt
          • objects/
            • [raw_files]
    • mods/ (contains up-to-date and possibly never used mods downloaded from workshop)
      • [workshop_id] ([version])/
        • info.txt
        • objects/
          • [raw_files]

It would be nice to be able to additionally include information from the info.txt file when presenting the JSON output.

New Raw File Organization: - Game Directory/ - data/ - vanilla/ (contains vanilla raws) - [raw_directory]/ - info.txt (contains details about what is in this directory) - objects/ - [raw_files] - installed_mods/ (contains mods which are (were) used in a save) - [mod_name] ([version])/ - info.txt - objects/ - [raw_files] - mods/ (contains up-to-date and possibly never used mods downloaded from workshop) - [workshop_id] ([version])/ - info.txt - objects/ - [raw_files] It would be nice to be able to additionally include information from the info.txt file when presenting the JSON output.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: nwesterhausen/dfraw_parser#5
No description provided.