-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreadme.txt
99 lines (62 loc) · 2.93 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
================================================================================
SII Decode utility
version 1.4.x
================================================================================
Index
------------------------------
Index ................................................... 9
Description ............................................. 22
Library files ........................................... 40
Repositories ............................................ 65
Licensing ............................................... 79
Authors, contacts ....................................... 87
Copyright ............................................... 97
Description
------------------------------
This utility is intended to decode binary form of SII save files (saves from
truck games developed by SCS Software) into their textual form.
At this moment, the binary format specification is not publicly available.
Information necessary for the conversion were obtained only by observing data
patterns in existing saves, therefore the decoder is not complete and any
conversion made by it cannot be verified. It is strongly recommended to backup
original data in case the conversion is done wrong.
The project is primarily developed in Delphi 7 Personal and Lazarus 1.8.x
(FPC 3.x) and therefore can be compiled by those development tools. It should be
also possible to compile it in newer versions of mentioned tools/compilers.
This utility can be compiled into both 32bit and 64bit binaries.
Library files
------------------------------
List of folders with description of their content:
.\
Root folder. Contains license and readme files.
.\Documents
Documentation of the decoder.
.\Source
Source code of this utility. Also contains other units used by the docoder.
.\Program
Console program implementation of the decoder.
.\Scripts
Batch files for automated compilation and cleaning.
Repositories
----------------------------------------
You can get actual copies of SII Decode utility on either of these git
repositories:
https://github.com/ncs-sniper/SII_Decode
https://bitbucket.org/ncs-sniper/sii_decode
https://gitlab.com/ncs-sniper/SII_Decode
Note - master branch does not contain binaries, you can find them in a branch
called "bin".
Licensing
----------------------------------------
Everything (source codes, executables/binaries, configurations, etc.) is
licensed under Mozilla Public License Version 2.0. You can find full text of
this license in file license.txt or on web page https://www.mozilla.org/MPL/2.0/.
Authors, contacts
----------------------------------------
František Milt, frantisek.milt@gmail.com
If you find this project useful, consider making a small donation using
following link:
https://www.paypal.me/FMilt
Copyright
----------------------------------------
©2017-2019 František Milt, all rights reserved