Jump to content

Kaizal

PC Member
  • Posts

    199
  • Joined

  • Last visited

Reputation

177

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Breif introduction(check here if you care to know what public export is): https://warframe.fandom.com/wiki/Public_Export Issues Unnecessary compression: There is no reason for this file to be compressed, it's 10 lines of pieces of URLs, also there is no clear documentation on which LZMA version of compression it's using, which made it so trying some decompressors didn't work(I got this working now, but it seems unnecessary). https://origin.warframe.com/PublicExport/index_en.txt.lzma -Bad JSON files(incredibly long and uncompressed, which makes me wonder even more why the previous file is compressed) As an example, some of the weapons contain duplicate keys, "masteryReq" is a key that is duplicated(sure this isn't against JSON spec but cmon pls fix it), same key-value pair is inserted twice for some reason. Also the whole file is two lines long, it's "mostly" minified, this is a nitpick, but it would be nicer if it was fully minified or pretty printed, but not somewhere weird in the middle. http://content.warframe.com/PublicExport/Manifest/ExportWeapons_en.json!00_zXnGG+ph8La0EA9K8ye4xA I mostly care because I was trying to make an open source app(stuff like tenno.tools and the like) to help keep track on things as a fun code project, but I can't even pull the data without running into dumb issues. Please help
×
×
  • Create New...