News:

Want to praise Simutrans?
Your feedback is important for us ;D.

Tutorial scenario reports script errors

Started by Matthew, April 02, 2024, 07:19:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Yona-TYT

#70
Quote from: Andarix on October 19, 2024, 10:48:14 AMchapter_03/02_1-3.txt

I think the field position should be 102,168,2 and not 107,158.


Due to a bug with 3d coordinates, I was not confident using coord3d for links before.

Now I can do this without problems  8) :
                local c1 = c_way1.a.href("("+c_way1.a.tostring()+")")
                local c2 = c_way1.b.href("("+c_way1.b.tostring()+")")
                local c3 = c_way3.a.href("("+c_way3.a.tostring()+")")
                local c4 = c_way3.b.href("("+c_way3.b.tostring()+")")

Edit.

It is fix here:
https://github.com/simutrans/tutorial_pak64/commit/7fbed4e23863a56bda671cbb7dc2540d1ba9db77

Yona-TYT

Quote from: Andarix on October 19, 2024, 10:48:14 AMSorry, this is a text change by me.

Code Select Expand
<p>
Bauen Sie das Bahngleis von {cbor} nach {w2}.
</p>
Well, the person translating has the freedom to choose which variables to use there. ;)