dariowouters / ts-map

ATS/ETS2 map renderer
MIT License
85 stars 28 forks source link

Added missing TsItemType values, fixed two #14

Closed jonashouben closed 4 years ago

jonashouben commented 4 years ago

I got the values in the following way:

Now you have the needed Sector Files (.aux, .base) in textual form - it will look like this:

SCSAnnotatedFileV1

u32 core_map_version: 876
token game_id: "euro2"
u32 game_map_version: 3
u32 item_count: 1625
array_struct items [
    struct buildings_item {
        struct kdop_item {
            u32 item_type: 2

I just searched for u32 item_type: and removed the duplicates.