Difference between revisions of "Talk:Random loot table"

From Underrail Wiki
Jump to navigation Jump to search
(→‎Usage tips: new section)
 
m
Line 3: Line 3:
 
Some tips for datamining wiki editors.
 
Some tips for datamining wiki editors.
  
If you're tech-savvy and familiar with Underrail files, you can find out exactly what kind of random loot any container has by digging through the unpacked zone files (you can mass extract most of them with any general-purpose archiver like 7z) for its references to item range enums (eIR, shown parenthesis after each item range's name). Zone filenames you can see on the wiki zone screenshots and (vaguely) in location infoboxes. Or get this https://underrail.info.tm/junk/CustomConfig.xml and save it in your <code>Documents\My Games\Underrail\</code>, it shows zone filenames while holding '''Alt''' in-game.
+
If you're tech-savvy and familiar with Underrail files, you can find out exactly what kind of random loot any container has by digging through the unpacked zone files (you can mass extract most of them with any general-purpose archiver like 7z) for its references to item range enums (eIR, shown parenthesis after each item range's name). You can find zone filenames on the wiki, in zone screenshot filenames and (vaguely) in location infoboxes. Or get this https://underrail.info.tm/junk/CustomConfig.xml and save it in your <code>Documents\My Games\Underrail\</code>, it shows zone filenames while holding '''Alt''' in-game.
  
Whether an item is statically placed can be checked in similar manner, search the zone/zone layer files for reference to that item. Most static items have datafile reference in their infobox, check the page source for that.
+
Whether an item is statically placed can be checked in similar manner, search the zone/zone layer files for reference to that item. Most static items have datafile reference in their infobox, check the page source for that. - [[User:Epeli|epeli]] ([[User talk:Epeli|talk]]) 11:25, 7 October 2019 (CDT)

Revision as of 12:25, 7 October 2019

Usage tips

Some tips for datamining wiki editors.

If you're tech-savvy and familiar with Underrail files, you can find out exactly what kind of random loot any container has by digging through the unpacked zone files (you can mass extract most of them with any general-purpose archiver like 7z) for its references to item range enums (eIR, shown parenthesis after each item range's name). You can find zone filenames on the wiki, in zone screenshot filenames and (vaguely) in location infoboxes. Or get this https://underrail.info.tm/junk/CustomConfig.xml and save it in your Documents\My Games\Underrail\, it shows zone filenames while holding Alt in-game.

Whether an item is statically placed can be checked in similar manner, search the zone/zone layer files for reference to that item. Most static items have datafile reference in their infobox, check the page source for that. - epeli (talk) 11:25, 7 October 2019 (CDT)