Commit Graph

3 Commits

Author SHA1 Message Date
iAmAsval
127af65b82 always put the export types 2020-12-15 00:10:38 +01:00
Fabian
c6e06d958e fixed not working cid's
basically "fixed" all Cannot read beyond end of stream
fixed more Cannot receive last fragment in Skip()
2020-12-08 20:45:45 +01:00
Fabian
1b2f6c636f Uhm ok so I guess that's the big commit
- Added utoc/ucas (io store) loading support
- Added new unversioned asset parsing support ONLY for asset we have mappings yet
- Integrated that new parsing as good as possible into fmodel's old structure (which certainly wasn't prepared for such a change lol)
- ONLY for new package format disabled caching of files in debug mode (was annoying)
- Type and enum mappings while by default be loaded from a github repo BUT in debug mode it will first attempt to load them from local files (relative to the exe, also for debugging conveniance) but fallback to the ones from the repo
- F12 hotkey for reloading current type mappings (Mainly made for debug but also works in release)
2020-10-28 21:41:53 +01:00