1
0
Fork 0
mirror of https://github.com/Luzifer/sii.git synced 2024-10-18 05:14:19 +00:00
Work-in-Progress of golang library / tooling to work with ETS2 SII files (encrypted and unencrypted)
Find a file
Knut Ahlers a061da28b0
Add Garage block
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-11-10 15:28:16 +01:00
cmd/sii-decrypt Remove static target for decrypt util 2019-11-05 17:31:28 +01:00
.gitignore Add missing types for player block 2019-11-10 13:59:37 +01:00
block_bank.go Add Company and Bank blocks 2019-11-10 15:23:56 +01:00
block_company.go Add Company and Bank blocks 2019-11-10 15:23:56 +01:00
block_garage.go Add Garage block 2019-11-10 15:28:16 +01:00
block_job_offer_data.go Add JobOfferData block 2019-11-10 15:12:26 +01:00
block_player.go Add missing types for player block 2019-11-10 13:59:37 +01:00
block_save_container.go WIP 2019-11-06 00:57:05 +01:00
datatypes.go Add RawValue 2019-11-06 15:59:49 +01:00
genericMarshaller.go Add unit reference to pointers 2019-11-10 15:03:08 +01:00
go.mod Initial setup of library / decrypter 2019-11-05 16:52:39 +01:00
go.sum Initial setup of library / decrypter 2019-11-05 16:52:39 +01:00
helpers.go Add placement reading 2019-11-06 14:51:29 +01:00
helpers_test.go Add placement reading 2019-11-06 14:51:29 +01:00
parser.go Add unit reference to pointers 2019-11-10 15:03:08 +01:00
parser_test.go WIP 2019-11-06 00:57:05 +01:00
registry.go Implement basic parser 2019-11-05 23:00:57 +01:00
sii.go Implement basic parser 2019-11-05 23:00:57 +01:00
unit.go Implement basic parser 2019-11-05 23:00:57 +01:00