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
2019-12-11 17:16:48 +01:00
cmd Add read-write test util 2019-12-11 01:26:14 +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 writing of unit files 2019-12-10 23:20:25 +01:00
block_delivery_log.go Add DeliveryLog / DeliveryLogEntry 2019-11-10 15:50:19 +01:00
block_game_progress.go Add GameProgress and TransportData blocks 2019-12-11 16:48:59 +01:00
block_garage.go Add Garage block 2019-11-10 15:28:16 +01:00
block_job_offer_data.go Add writing of unit files 2019-12-10 23:20:25 +01:00
block_player.go Add writing of unit files 2019-12-10 23:20:25 +01:00
block_save_container.go WIP 2019-11-06 00:57:05 +01:00
block_transport_data.go Add GameProgress and TransportData blocks 2019-12-11 16:48:59 +01:00
datatypes.go Add writing of unit files 2019-12-10 23:20:25 +01:00
generator.go Add writing of unit files 2019-12-10 23:20:25 +01:00
genericMarshaller.go Support slice of float32, display long floats as hex format 2019-12-11 17:16:48 +01:00
genericUnmarshaller.go Support slice of float32, display long floats as hex format 2019-12-11 17:16:48 +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 Support slice of float32, display long floats as hex format 2019-12-11 17:16:48 +01:00
helpers_test.go Add placement reading 2019-11-06 14:51:29 +01:00
parser.go Add writing of unit files 2019-12-10 23:20:25 +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 Remove encryption hint 2019-12-11 01:03:54 +01:00
unit.go Add writing of unit files 2019-12-10 23:20:25 +01:00