Day/Night cycle bug

For problems that are not caused by ProMods
User avatar
Mitriy163
Posts: 17
Joined: 08 May 2016 10:03
Donation rank:
Location: Norilsk

16 May 2021 02:32

if you have problems, disable unnecessary mods
https://postimg.cc/gallery/LfQCmqN (https://postimg.cc/gallery/9Vkg1Sv)
I only use RusMap, VolgaMap, TGS, SibirMap
I don't have a ProMods map, there are a lot of problems with it

well, as I wrote earlier, SibirMap should always have a priority higher than ProMods
https://postimg.cc/gallery/K80mmwG

Shiva
Posts: 3407
Joined: 21 May 2015 01:09

17 May 2021 15:49

Mitriy163, ProMods uses SCS's russia.sui . Only difference is the fuel price.
So atleast for that I would not blame ProMods.
Youtube video of a Semi Truck in Monaco 2011. Route driven. Possible modern ETS2 routes 1 and 2 and their combinations.
ProMods v2.33 and RusMap v1.8.1 load order for ETS2 1.34

User avatar
Mitriy163
Posts: 17
Joined: 08 May 2016 10:03
Donation rank:
Location: Norilsk

18 May 2021 14:41

SCS & ProMods

Code: Select all

country_data: country.data.russia
{
	country_id: 38

	name: "Россия"
	name_localized: "@@russia@@"
	country_code: "RU"

	pos: (59500, 0, -51500)

	fuel_price: 0.64

	lights_mandatory: true
	driving_tired_offence: true

	time_zone: 180		# +3 hours in minutes
	time_zone_name: "@@tz_msk@@"

	# kaliningrad area, EET, +2 hours
	secondary_time_zone_area[]: (32352.0, 41872.0, -26082.0, -20383.0)
	secondary_time_zone[]: 120
	secondary_time_zone_name[]: "@@tz_eet@@"

	mass_limit_per_axle_count[]: 18000	# 2-axle vehicle
	mass_limit_per_axle_count[]: 25000
	mass_limit_per_axle_count[]: 36000
	mass_limit_per_axle_count[]: 40000
	mass_limit_per_axle_count[]: 44000
}
SibirMap

Code: Select all

country_data : country.data.russia
{
	country_id: 38

	name: "Россия"
	name_localized: "@@russia@@"
	country_code: "RU"

	pos: (100000, 0, -44500)

	fuel_price: 0.57

	lights_mandatory: true
	driving_tired_offence: true

	time_zone: 180		# +3 hours in minutes
	time_zone_name: "@@tz_msk@@"

	# kaliningrad area, EET, +2 hours
	secondary_time_zone_area[]: (32352.0, 41872.0, -26082.0, -20383.0)
	secondary_time_zone[]: 120
	secondary_time_zone_name[]: "@@tz_eet@@"

	# saratov area, MSK+1, +4 hours
	secondary_time_zone_area[]: (116000.0, 140000.0, -33000.0, -24300.0)
	secondary_time_zone[]: 240
	secondary_time_zone_name[]: "MSK+1"

	# Ulyanovsk, Samara area, SAMT (MSK+1), +4 hours
	secondary_time_zone_area[]: (129000.0, 139500.0, -55000.0, -35000.0)
	secondary_time_zone[]: 240
	secondary_time_zone_name[]: "@@tz_samt@@"

	# Yekaterinburg Time (YEKT), UTC +5 hours от Илек до Актобе
	secondary_time_zone_area[]: (144500.0, 155000.0, -100000.0, -38000.0)
	secondary_time_zone[]: 300
	secondary_time_zone_name[]: "@@tz_yekt@@"
	# Yekaterinburg Time (YEKT), UTC +5 hours от Актобе до Орска
	secondary_time_zone_area[]: (155000.0, 160000.0, -100000.0, -44500.0)
	secondary_time_zone[]: 300
	secondary_time_zone_name[]: "@@tz_yekt@@"
	# Yekaterinburg Time (YEKT), UTC +5 hours от Магнитки до ВерхУрал
	secondary_time_zone_area[]: (160000.0, 161000.0, -100000.0, -62500.0)
	secondary_time_zone[]: 300
	secondary_time_zone_name[]: "@@tz_yekt@@"
	# Yekaterinburg Time (YEKT), UTC +5 hours от ВерхУрал до Троицка
	secondary_time_zone_area[]: (161000.0, 162731.5, -100000.0, -65498.1)
	secondary_time_zone[]: 300
	secondary_time_zone_name[]: "@@tz_yekt@@"
	# Yekaterinburg Time (YEKT), UTC +5 hours от Троицка в право )
	secondary_time_zone_area[]: (162731.5, 175000.0, -100000.0, -70000.1)
	secondary_time_zone[]: 300
	secondary_time_zone_name[]: "@@tz_yekt@@"
	# Yekaterinburg Time (YEKT), UTC +5 hours от Акъяра до Орска
	secondary_time_zone_area[]: (158000.0, 165000.0, -50000.0, -46146.0)
	secondary_time_zone[]: 300
	secondary_time_zone_name[]: "@@tz_yekt@@"

	mass_limit_per_axle_count[]: 18000	# 2-axle vehicle
	mass_limit_per_axle_count[]: 25000
	mass_limit_per_axle_count[]: 36000
	mass_limit_per_axle_count[]: 40000
	mass_limit_per_axle_count[]: 44000
	mass_limit_per_axle_count[]: 48000
}
and You say there is no difference???

Отправлено спустя 16 минут 17 секунд:
and I have not seen in Russia the police numbers that ProMods offers, maybe I'm wrong.

Code: Select all

license_plate_data : .lp.police
templates[]:"30 11114<sup>2</sup>5"
...

def2[]: "XXX" (77 - in the picture below - only "ХХ")
Image

User avatar
Trucker2223
Moderator
Posts: 6617
Joined: 16 Apr 2017 13:17
Donation rank:

18 May 2021 15:10

Since we don't add the far eastern Russian areas in our mod there is no point adding time zones for them in our definitions. So our(and also SCS') definition file is in that case correct.
No. 4 forum spammer

No Support via PM!!

ProMods Senior Beta Tester since 2.30
ProMods Moderator since 1. January 2019

User avatar
Mitriy163
Posts: 17
Joined: 08 May 2016 10:03
Donation rank:
Location: Norilsk

18 May 2021 15:14

it makes no sense to add it to the mod at all.
viewtopic.php?f=42&t=29618 - therefore, we write everywhere that Sibir Map should be put above ProMods, and if ProMods removes the russia.sui file from its mod, then the priority does not matter.

Shiva
Posts: 3407
Joined: 21 May 2015 01:09

18 May 2021 17:36

Regarding russia.sui difference, I meant between ProMods and SCS. As I wrote.
You posted the ProMods russia.sui. I already deleted the SCS's russia.sui and I can not longer remember what fuel price it had, but it is different from SCS's and SibirMaps.

If there would be a Kamchatka mod, then they could be as disappointed at you and ProMods, as you are at ProMods. Due to no PETT time zones in neither ProMods or SibirMap.
RusMap seem not to have russia.sui at all. As you wrote.
Youtube video of a Semi Truck in Monaco 2011. Route driven. Possible modern ETS2 routes 1 and 2 and their combinations.
ProMods v2.33 and RusMap v1.8.1 load order for ETS2 1.34

Horizon™
Developer
Posts: 2131
Joined: 06 Sep 2014 11:53
Location: Lithuania

18 May 2021 18:00

It is an easy issue to fix, as the main issue is caused by the game overwriting one "russia.sui" file with another, depending on the load order. I have contacted 10avoid regarding the issue, so that we could eradicate slight incompatibility with the mod.
Post is proudly delivered by Horizon's Logistics
Image
Roaming through desert

Developer of Lithuania
Developer of Kazakhstan
Developer of Iraq

User avatar
Mitriy163
Posts: 17
Joined: 08 May 2016 10:03
Donation rank:
Location: Norilsk

18 May 2021 20:09

with the development of SibirMap and VolgaMap, this file will be edited by me, who should I report changes to?

Shiva
Posts: 3407
Joined: 21 May 2015 01:09

18 May 2021 22:39

Mitriy163, The Great Steppe, will it be sharing the same russia.sui as SibirMap?
Could it be possible to have a russia.sui with all the time zones? Depending on if it is possible to have background map, or similar, of all of Russia?
A common standard?

Horizon™, does ProMods need that file, or will it work without it? Reading SCS's version instead?
Youtube video of a Semi Truck in Monaco 2011. Route driven. Possible modern ETS2 routes 1 and 2 and their combinations.
ProMods v2.33 and RusMap v1.8.1 load order for ETS2 1.34

User avatar
Mitriy163
Posts: 17
Joined: 08 May 2016 10:03
Donation rank:
Location: Norilsk

19 May 2021 02:41

Mitriy163, The Great Steppe, will it be sharing the same russia.sui as SibirMap?
I simultaneously made time zones for SibirMap and TGS, they are synchronized.
Could it be possible to have a russia.sui with all the time zones?
yes, it is possible, and we are working on it. at the moment, the time zones are configured for the made road sections, including RusMap (Saratov) and VolgaMap (Samara region)
Depending on if it is possible to have background map, or similar, of all of Russia?
A common standard?
I didn't understand the question. (I will try to make a translation in all languages.)
Horizon™, does ProMods need that file, or will it work without it? Reading SCS's version instead?
it won't interfere even if only ProMods is installed



Post Reply

Return to “Non-ProMods ETS2 problems”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 0 guests