BUS | [REQUEST/HELP] MB O550 Integro

EirikhO
I tried to convert the O550 Integro from vBusdepot.eu (the one for the alpha-series) into VB 2, but it didnt work, I think it's mostly because I really suck at .lua scripting.

The wheels are sideways, and the dash isn't perfectly placed either.

I tried to convert for private use only, just if you wonder.



==Translation by zv0486==

Ich habe versucht, den Integro von vBusdepot.eu (den für die vBus-A-Serie) nach vBus 2 zu konvertieren, aber es hat nicht geklappt. Ich glaube, es liegt vor allem daran, dass ich im .lua-Scripting wirklich schlecht bin.

Die Räder sind seitlich, und das Armaturenbrett ist auch nicht perfekt platziert.

Ich habe versucht, ihn für meinen Privatgebrauch zu konvertieren, falls ihr euch fragt, [ob er veröffentlicht wird].
zv0486
I'm sorry that I can't help you with this problem, but anyway I translate your message into German so that everyone can understand it and try to help you:

Übersetzung des Beitrages von EirikhO:
Ich habe versucht, den Integro von vBusdepot.eu (den für die vBus-A-Serie) nach vBus 2 zu konvertieren, aber es hat nicht geklappt. Ich glaube, es liegt vor allem daran, dass ich im .lua-Scripting wirklich schlecht bin.

Die Räder sind seitlich, und das Armaturenbrett ist auch nicht perfekt platziert.

Ich habe versucht, ihn für meinen Privatgebrauch zu konvertieren, falls ihr euch fragt, [ob er veröffentlicht wird].
Dennis Ziolkowski
Ich habe versucht, ihn für meinen Privatgebrauch zu konvertieren, falls ihr euch fragt, [ob er veröffentlicht wird].

Ich würde eher sagen, dass er meint:
Ich versuchte ihn nur für den Privatgebrauch
Damit keiner fragt...

Can you post the .lua here?
Then I perhaps can help you.
Dennis Ziolkowski
EirikhO
Originally posted by Dennis Ziolkowski

Ich würde eher sagen, dass er meint:
Ich versuchte ihn nur für den Privatgebrauch
Damit keiner fragt...

The most important is that it's understandable, right?
Originally posted by Dennis Ziolkowski
Can you post the .lua here?
Then I perhaps can help you.
Dennis Ziolkowski


I'll only post the top ones, since the rest of them works.
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
n_addModelEx("pulpit.3ds",-0.72,8.7193,1.4606,0,0,0)
n_addModelEx("lenkrad.3ds",-0.7,8.3,1.1,40,0,0)

n_setOffset(0,  -0.8, 8.228 ,1.7, 0, 0)
n_setOffset(1,  -1.4, 8.5, 2.24, -10, 180)
n_setOffset(2,   1.4, 8.5, 2.24, -10, 180)

spring= 6540
shock= math.sqrt(spring)
n_addTire("kp.3ds",  1.0, 6.4, 0.4,  40, 0.235, 0.5, shock, spring, 0.3, 1, 0, 1)
n_addTire("kp.3ds", -1.0, 6.4, 0.4,  40, 0.235, 0.5, shock, spring, 0.3, 1, 0, 1)
n_addTire("kt.3ds",  0.87, 0.0, 0.4,  40, 0.235, 0.5, shock, spring, 0.3, 0, 1, 1)
n_addTire("kt.3ds", -0.87, 0.0, 0.4,  40, 0.235, 0.5, shock, spring, 0.3, 0, 1, 1)

kt.3ds is double wheels, kp.3ds are single.

The executeable (vbus2.exe) crashes if I change the value 40. (Which makes no sense for me, I'm used to params like this [file],x,y,z,zRot and so on :p )