[UPD] Coast to Coast Map - v2.15.49.2 (28 Jan)

Forum rules
SCS as a company do not wish to have paid mods on this forum. While we understand that not all paid mods use the Intellectual Property of other companies/people, it is very hard to moderate what is and isn't acceptable when money is involved. There are also concerns that it could look unfavorable to potential work partners going forward if SCS allow mods that may potentially use unlicensed branding.
Posting in the Mods forum (ATS and ETS2) is restricted to sharing free-to-the-public mods and providing support for mods. For more details, please check the Forum Rules.
User avatar
Vinnie Terranova
Posts: 5064
Joined: 09 Nov 2017 10:24
Location: Netherlands

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10211 Post by Vinnie Terranova » 18 Apr 2021 19:52

Even if you don't use a background mod, viewpoints are invisible if you use C2C and/or CanaDream... I just checked C2C and CanaDream and those mods also have the older flags settings...

@Mantrid In map_data.sii there is a section called "map_item_flags". Both Coast 2 Coast and CanaDream use the old values:

Code: Select all

map_items_flags[0]: 0x5FFF
	map_items_flags[1]: 0x5FFF
	map_items_flags[2]: 0x5FFF  
	map_items_flags[3]: 0x5FFF  
	map_items_flags[4]: 0x5FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services
	map_items_flags[5]: 0x5FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services
	map_items_flags[6]: 0x5487	// target, cities, roads, gas stations, parkings
	map_items_flags[7]: 0x1402	// target, cities
After the introduction of the viewpoints in ATS those values were changed to:

Code: Select all

map_items_flags[0]: 0x285FFF
	map_items_flags[1]: 0x285FFF
	map_items_flags[2]: 0x285FFF
	map_items_flags[3]: 0x285FFF
	map_items_flags[4]: 0x285FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services, trailers, cutscene
	map_items_flags[5]: 0x285FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services, trailers, cutscene
	map_items_flags[6]: 0x285487	// target, cities, roads, gas stations, parkings, trailers, cutscene
	map_items_flags[7]: 0x081402	// target, cities, trailers
With the old values viewpoint are not visible on the map. So every mod that uses map_data.sii should use the new values in order to see the viewpoint icons on the map.
baxx66i6
Posts: 7
Joined: 16 Feb 2021 15:35

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10212 Post by baxx66i6 » 19 Apr 2021 07:56

I have changed the values in the files, made sure they are saved but no effect - I still cannot see the icons.

So, I don't know what's wrong. I am not using any background mod.




Vinnie Terranova wrote: 18 Apr 2021 19:52 Even if you don't use a background mod, viewpoints are invisible if you use C2C and/or CanaDream... I just checked C2C and CanaDream and those mods also have the older flags settings...

@Mantrid In map_data.sii there is a section called "map_item_flags". Both Coast 2 Coast and CanaDream use the old values:

Code: Select all

map_items_flags[0]: 0x5FFF
	map_items_flags[1]: 0x5FFF
	map_items_flags[2]: 0x5FFF  
	map_items_flags[3]: 0x5FFF  
	map_items_flags[4]: 0x5FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services
	map_items_flags[5]: 0x5FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services
	map_items_flags[6]: 0x5487	// target, cities, roads, gas stations, parkings
	map_items_flags[7]: 0x1402	// target, cities
After the introduction of the viewpoints in ATS those values were changed to:

Code: Select all

map_items_flags[0]: 0x285FFF
	map_items_flags[1]: 0x285FFF
	map_items_flags[2]: 0x285FFF
	map_items_flags[3]: 0x285FFF
	map_items_flags[4]: 0x285FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services, trailers, cutscene
	map_items_flags[5]: 0x285FAF	// target, cities, roads, gas stations, dealers, recruitments, garages, companies, parkings, services, trailers, cutscene
	map_items_flags[6]: 0x285487	// target, cities, roads, gas stations, parkings, trailers, cutscene
	map_items_flags[7]: 0x081402	// target, cities, trailers
With the old values viewpoint are not visible on the map. So every mod that uses map_data.sii should use the new values in order to see the viewpoint icons on the map.
User avatar
Vinnie Terranova
Posts: 5064
Joined: 09 Nov 2017 10:24
Location: Netherlands

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10213 Post by Vinnie Terranova » 19 Apr 2021 08:04

Are C2C and CanaDream the only mods you use, or do you use other mods as well?
baxx66i6
Posts: 7
Joined: 16 Feb 2021 15:35

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10214 Post by baxx66i6 » 19 Apr 2021 08:13

I'm also using promods Canada.
Vinnie Terranova wrote: 19 Apr 2021 08:04 Are C2C and CanaDream the only mods you use, or do you use other mods as well?
baxx66i6
Posts: 7
Joined: 16 Feb 2021 15:35

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10215 Post by baxx66i6 » 19 Apr 2021 08:14

and also a mod called - shop, billboards 1.40
User avatar
Vinnie Terranova
Posts: 5064
Joined: 09 Nov 2017 10:24
Location: Netherlands

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10216 Post by Vinnie Terranova » 19 Apr 2021 08:51

That's strange... because ProMods Canada uses the correct flags values...
If you use Real Companies, Shops & Billboards that shouldn't be a problem, as that mod doesn't contain map_data.sii anyway.
Could you post a screenshot of the Mod Manager with the mod that are loaded? Maybe there is something I haven't thought about.
baxx66i6
Posts: 7
Joined: 16 Feb 2021 15:35

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10217 Post by baxx66i6 » 19 Apr 2021 09:10

Sure

Vinnie Terranova wrote: 19 Apr 2021 08:51 That's strange... because ProMods Canada uses the correct flags values...
If you use Real Companies, Shops & Billboards that shouldn't be a problem, as that mod doesn't contain map_data.sii anyway.
Could you post a screenshot of the Mod Manager with the mod that are loaded? Maybe there is something I haven't thought about.
Attachments
Zrzut ekranu 2021-04-19 111009.jpg
Zrzut ekranu 2021-04-19 110950.jpg
User avatar
Vinnie Terranova
Posts: 5064
Joined: 09 Nov 2017 10:24
Location: Netherlands

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10218 Post by Vinnie Terranova » 19 Apr 2021 09:18

ProMods Canada - Canadream Connection uses the old flags values, too. So if you change them you should see the viewpoints again. Unless one of the other mods above contains a map_data.sii file, but I don't think that's the case.
baxx66i6
Posts: 7
Joined: 16 Feb 2021 15:35

Re: [UPD] Coast to Coast Map - v2.11.14 (UPD 03 Apr)

#10219 Post by baxx66i6 » 19 Apr 2021 09:24

yup, now it works. Thanks a lot for your help!

Vinnie Terranova wrote: 19 Apr 2021 09:18 ProMods Canada - Canadream Connection uses the old flags values, too. So if you change them you should see the viewpoints again. Unless one of the other mods above contains a map_data.sii file, but I don't think that's the case.
Post Reply

Return to “Maps”

Who is online

Users browsing this forum: No registered users and 5 guests