Relic-Game-Tool icon indicating copy to clipboard operation
Relic-Game-Tool copied to clipboard

Reader/Extractor for Relic SGA and Relic Chunky files.

Results 9 Relic-Game-Tool issues
Sort by recently updated
recently updated
newest added

According to the wiki; there are only two 'reserved' fields (rsv_0, rsv_1), but the code lists three. (rsv_0a, rsv_1, rsv_0b) This also means the header size is `432` instead of...

bug
documentation

- [ ] Implement `relic.sga.common.py` Tests - [ ] Implement `relic.sga.hierarchy.py` Tests - [x] #13 - [x] #11 - [ ] Implement `relic.sga.file.file.py` Tests - [x] #15 - [ ]...

Modules requiring tests: - [ ] `converter.py` In `model`: - [ ] `json_writer.py` - [ ] `model.py` - [ ] `obj_writer.py` Sub-Issue of #4

Modules requiring tests: - [ ] `converter.py` - [ ] `events.py` - [ ] `rgd.py` - [ ] `rml.py` - [ ] `rsh.py` - [ ] `rtx.py` - [ ]...

Modules requiring tests: - [ ] `convertable.py` - [ ] `converter.py` - [ ] `protocols.py` - [ ] `util.py` Sub-Issue of #4

Modules requiring tests: - [ ] `aiff.py` - [ ] `dxt.py` - [ ] `matrix_math.py` - [ ] `mesh_io.py` - [ ] `wavefromt_obj.py` Sub-Issue of #4

Modules requiring tests: - [ ] `chunk.header.py` - [ ] `chunky.header.py` - [ ] `serializer.py` Sub-Issue of #4

While #3 Fixes the Repo failing tests, it only was failing a single test; the ONLY test. This was enough for me to realize the package needed fixing; but if...

enhancement