Debrecen - Nyiregyhaza: MT Tuzep Session violations?

garybermuda

New member
Has anybody managed to finish the MT Tuzep session without violations recently, by that I mean get the achievement?
I can complete the session, without violations, but everytime I park the train at the end, the message always says there were violations, though there weren't!
I have modified the session to display the violations variable (tested the display to make sure it works), and sure enough the violations are null (not 0) at the end.
I have a screen shot of the end message and null violations.
 
Update on this session.

Currently the session is bugged, and can NOT be completed successfully no matter how hard you try.

First, there is nothing wrong with the violation component, it is correct at the end, there were NO violations.
The problem is that the message box that says you "successfully completed with violations", is used also for "did not successfully complete all components of session".
So therefore, the message that I was getting was really saying, not all completion objectives have been met.

The problem lies with the covered wagons that you load with HOTT Product Chip, and then take to the scale house to weigh.
I found that was the problem by adding the "completion" variable to the display so I could see when I had met a completion condition. When I weighed the wagon, the completion variable did not change.

So looking at the session rules for the section on weighing the wagons:
The scale house condition merely tests that you took the covered wagons over the ScaleHouse trigger, which is pretty standard and works in many other situations.

Therefore we take a step back to the preceding condition. That tests what you loaded the 2 scrap/covered wagons (1 3 and 1 4) with.
There are 4 components to this test:
wagon: 1 3 or 1 4
queue: load4
product: HOTT Product Chip
quantity: 1

I am certain that all of those except for the queue are met, which must be the problem.

Secondly, the condition for checking the 1 4 wagon also has no trigger for the ScaleHouse specified, so I am not sure if that would work even if the correct queue was specified.

Thirdly, (although you have to do this first or you can't complete the session AT ALL) the instructions say that when you get to the end you should have (in any order):
loco
3 brick wagons
2 covered wagons
7 cement wagons
2 livestock wagons

However, the final consist does not have the livestock wagons listed, therefore you have to dump them somewhere (or just not take them with you from the station, after you have loaded them).

I have contacted support regarding this, but the response was:
"It may be a genuine logic issue (e.g. the wrong conditions are being checked for)
If so, then that session won't grant it's achievement - and you may have to move on to a different session."

Not ideal when it would take minutes to fix the basic errors in the conditions in the session. Was this session ever tested?
 
Back
Top