ehem. OMSI - Forum
Würden Sie gerne auf diese Nachricht reagieren? Erstellen Sie einen Account in wenigen Klicks oder loggen Sie sich ein, um fortzufahren.
ehem. OMSI - Forum

Dieses Forum wurde geschlossen. Das neue Forum befindet sich auf www.omnibussimulator.de/forum !
 
StartseiteStartseite  Neueste BilderNeueste Bilder  SuchenSuchen  AnmeldenAnmelden  LoginLogin  

 

 Davisville 1.3.1 Final

Nach unten 
+50
Chen1984
MAN A21
NewFlyerC40LF
Sauter
Mikk
basty1983
StoneC0ld1
Waidmannsluster
ShortCappy
louis10022hk
Berndie
Smallhail741
97OrionVCNG
gneb
Fleetline7221
rextonj78
Icebear
Gaga101
JPG619
driv3r_hotmail
BusRider
Lockheart
smiler52
Emil
random.monster1981
CristianSkytter
Litskog
marcgeerts
Marpe
Mirko C
midtown292
Kristian
supertoast92
peterZZD
dr1980
Bigben123
batbish2000
kd
Rurman
tomtoon
Neven
1812
GLaDOS
cbruun
835sedici
ESWE2011
kopmania
flippy1008
krtz07
Amy Rose
54 verfasser
Gehe zu Seite : Zurück  1 ... 13 ... 23, 24, 25 ... 29  Weiter
AutorNachricht
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 2:40

The letter is cut off. I guess I will have to wait until I can make my own bus and learn the sdk. I'm thinking of a new flyer D40-89 HF or a 1990/1991 orion V
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 3:28

Amy Rose schrieb:
The letter is cut off. I guess I will have to wait until I can make my own bus and learn the sdk. I'm thinking of a new flyer D40-89 HF or a 1990/1991 orion V
Its not cutoff its just at an angle.
Nach oben Nach unten
peterZZD

peterZZD


Anzahl der Beiträge : 270
Anmeldedatum : 20.12.10
Alter : 26
Ort : Depending on the time of the year, middle of nowhere or middle of nowhere

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 17:18

If you want to add your own letters to the route, go to:
<installation_path>\Vehicles\MAN_SD200\Script for SD200, where you open Matrix.osc or
<installation_path>\Vehicles\MAN_SD202\Script for SD202, where you open Matrix.osc and Matrix_D.osc or
<installation_path>\Vehicles\FBW_549\Script for FBW, where you open Matrix.osc or
<installation_path>\Vehicles\Karosa B732\Script for Karosa B732, where you open Matrix.osc and Matrix_D.osc.
There, look for:
Code:
' ===============================================================================
' Falls jetzt die hinteren beiden Ziffern (l2) etwas Interessantes enthalten:
' ===============================================================================
and underneath you will find some {if} loops. Go as far as:
Code:

               l4 36 =
               {if}
                  "X" (L.$.Matrix_NewNr) 2 $SetLengthR $+
               {endif}
And type in:
Code:

               l4 37 =
               {if}
                  (L.$.Matrix_NewNr) 2 $SetLengthR "C" $+
               {endif}
to set a new entry of 01137 to get 11C. As well as that, you might want to put in other letters:
Code:

               l4 NN =
               {if}
                  "X" (L.$.Matrix_NewNr) 2 $SetLengthR $+
               {endif}
for a X99 (NN would be any number between 38 and 90 if you use the above code or 37-90 if not);
Code:

               l4 NN =
               {if}
                  (L.$.Matrix_NewNr) 2 $SetLengthR "X" $+
               {endif}
for a 99X (NN, as above).
If you want any two letters and a digit (go New York and put in BX1 [yeah, I know it's Bx1, but I don't want to complicate things]), you'll want to put in, for example:
Code:

               l4 50 =
               {if}
                  "BX" (L.$.Matrix_NewNr) 1 $SetLengthR $+
               {endif}
Type in 00150 and BX1 pops up. Unfortunately, I can't give you, for example, BxM1 or Bx23 because of 3-character limitation of the front display.
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:10

Thanks for the help! I will try to do such and then I will see if it works now that I can add the appropriate route letters, but the problem is that there are some 3 character routes that have branches like 165A. I guess the only workaround is to just put the branch name on the top of the written destination until someone can make a bus possible to do such.
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:21

Amy Rose schrieb:
Thanks for the help! I will try to do such and then I will see if it works now that I can add the appropriate route letters, but the problem is that there are some 3 character routes that have branches like 165A. I guess the only workaround is to just put the branch name on the top of the written destination until someone can make a bus possible to do such.
Well for the line I was thinking just put 165 or 65A since its a 3 character limit and for the destination put:
Route 165A EXP or LCL or just Route 165A
To Younge St STN
http://www3.ttc.ca/Routes/165/RouteDescription.jsp?tabName=route
Nach oben Nach unten
krtz07




Anzahl der Beiträge : 413
Anmeldedatum : 10.09.09
Alter : 38
Ort : Philadelphia PA

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:23

That would be better off if it was appended to an American bus model or better yet an Americanize version of the Man Sd200 and sd220 Smile It is awesome that someone is getting around to figuring out the script for the matrix displays.!

On the route front, any idea on when the next beta of the route will be released?
Nach oben Nach unten
http://www.philadelphiatransitvehicles.info
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:25

krtz07 schrieb:
That would be better off if it was appended to an American bus model or better yet an Americanize version of the Man Sd200 and sd220 Smile It is awesome that someone is getting around to figuring out the script for the matrix displays.!

On the route front, any idea on when the next beta of the route will be released?
next release is not beta anymore Wink and it will come once I redo the route names to be realistic and when I finish adding buildings. On top of that I have EQAO (Standardized Math test from the government) and 16 days before exam (got to study soon)
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:34

Davisville 1.3.1 Final  - Seite 24 Omsi2011-05-2617-30-34-89
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:36

Thats nice, but I will see if I could it it all in, but generally, I won't be going that far, because right now, I'm just exclusively mapping east of Yonge street before I go west.
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:37

peterZZD schrieb:

[/code]
Type in 00150 and BX1 pops up. Unfortunately, I can't give you, for example, BxM1 or Bx23 because of 3-character limitation of the front display.
Wow interesting here in NYC the express routes use 4 characters like the BXMx or QMxx.
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:38

Amy Rose schrieb:
Thats nice, but I will see if I could it it all in, but generally, I won't be going that far, because right now, I'm just exclusively mapping east of Yonge street before I go west.
Possibly you can add scrolling aka a 3rd line for destinations! But idk how to do that.I would make the signs for you.
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:39

Currently there are probably people that are trying to add that feature as its not available for general routes. I guess if theres any long numbered route with a branch the destination will differ
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:46

True I may start making a map for a few MTA NYC Bus lines but I don't have a mouse.I can only pan and zoom in and out I don't know how to move around the map.
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:47

97OrionVCNG schrieb:
True I may start making a map for a few MTA NYC Bus lines but I don't have a mouse.I can only pan and zoom in and out I don't know how to move around the map.
you could get a mouse for $1 to this day, and mouse controls can't be edited according to a dev.
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:49

Amy Rose schrieb:
97OrionVCNG schrieb:
True I may start making a map for a few MTA NYC Bus lines but I don't have a mouse.I can only pan and zoom in and out I don't know how to move around the map.
you could get a mouse for $1 to this day, and mouse controls can't be edited according to a dev.
I prefer the laptop pad but what key would I have to assign to free roam? In Trainz its pageup/down to zoom and right click to move around.
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:50

97OrionVCNG schrieb:
Amy Rose schrieb:
97OrionVCNG schrieb:
True I may start making a map for a few MTA NYC Bus lines but I don't have a mouse.I can only pan and zoom in and out I don't know how to move around the map.
you could get a mouse for $1 to this day, and mouse controls can't be edited according to a dev.
I prefer the laptop pad but what key would I have to assign to free roam? In Trainz its pageup/down to zoom and right click to move around.
Right click twice moves you around, but to rotate, you need a middle click
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeDo 26 Mai - 21:53

Amy Rose schrieb:
97OrionVCNG schrieb:
Amy Rose schrieb:
97OrionVCNG schrieb:
True I may start making a map for a few MTA NYC Bus lines but I don't have a mouse.I can only pan and zoom in and out I don't know how to move around the map.
you could get a mouse for $1 to this day, and mouse controls can't be edited according to a dev.
I prefer the laptop pad but what key would I have to assign to free roam? In Trainz its pageup/down to zoom and right click to move around.
Right click twice moves you around, but to rotate, you need a middle click
Thanks I'll see what I can do.
Nach oben Nach unten
peterZZD

peterZZD


Anzahl der Beiträge : 270
Anmeldedatum : 20.12.10
Alter : 26
Ort : Depending on the time of the year, middle of nowhere or middle of nowhere

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeFr 27 Mai - 16:03

Yeah, that's what I meant. I have a shot (or two) of different NY routes and destinations in OMSI:
Taking the Bx9 to West Farms >> https://2img.net/r/ihimizer/img820/660/ny1.png >> I had a problem with the vias but I think that the best shots are Broadway and E Fordham Rd - I'll have to look for more screenshots.
Try out the M15 limited service to South Ferry >> https://2img.net/r/ihimizer/img215/5627/ny2v.png >> via the 2nd Av. This time it was easier (only one via) but I am still aware of the +SBS service. I'll handle that today.

NOW, END OF OFF-TOPIC.
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeFr 27 Mai - 17:26

How did you get that lowercase x?
Davisville 1.3.1 Final  - Seite 24 Omsi2011-05-2319-13-46-27
Davisville 1.3.1 Final  - Seite 24 Dshuttle
Nach oben Nach unten
kopmania




Anzahl der Beiträge : 120
Anmeldedatum : 13.03.11

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeMo 30 Mai - 18:03

Links doesnt works for 1.2B
and question: What is in 1.2 B what is new there ?
tnx
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeMo 30 Mai - 19:13

kopmania schrieb:
Links doesnt works for 1.2B
and question: What is in 1.2 B what is new there ?
tnx
http://www.speedyshare.com/files/28130405/Davisville1.2.rar <------Try that

1.2 has more scenery and the bus stops changed a bit(bus huts) included and several more things!
Nach oben Nach unten
supertoast92




Anzahl der Beiträge : 77
Anmeldedatum : 19.02.11

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeMo 30 Mai - 20:03

97OrionVCNG schrieb:
Amy Rose schrieb:
97OrionVCNG schrieb:
Amy Rose schrieb:
97OrionVCNG schrieb:
True I may start making a map for a few MTA NYC Bus lines but I don't have a mouse.I can only pan and zoom in and out I don't know how to move around the map.
you could get a mouse for $1 to this day, and mouse controls can't be edited according to a dev.
I prefer the laptop pad but what key would I have to assign to free roam? In Trainz its pageup/down to zoom and right click to move around.
Right click twice moves you around, but to rotate, you need a middle click
Thanks I'll see what I can do.

On a laptop mousepad, I believe clicking the left and right buttons at once is the equivalent of a mousewheel (middle) click Wink

As for the map, can't wait for the updates! Great work so far!
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeMo 30 Mai - 21:26

link updated to work properly and Davisville 1.3 will be finished and be tested as some things will be changed like branch names
Nach oben Nach unten
97OrionVCNG

97OrionVCNG


Anzahl der Beiträge : 137
Anmeldedatum : 12.05.11
Alter : 29

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeMo 30 Mai - 22:29

Amy Rose schrieb:
link updated to work properly and Davisville 1.3 will be finished and be tested as some things will be changed like branch names
YAY!!! bounce bounce bounce
Nach oben Nach unten
Amy Rose

Amy Rose


Anzahl der Beiträge : 663
Anmeldedatum : 13.01.11
Ort : Toronto, Ontario, Canada

Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitimeMo 30 Mai - 22:51

It won't be out now, but 1.3 will be out some time in June
Nach oben Nach unten
Gesponserte Inhalte





Davisville 1.3.1 Final  - Seite 24 Empty
BeitragThema: Re: Davisville 1.3.1 Final    Davisville 1.3.1 Final  - Seite 24 Icon_minitime

Nach oben Nach unten
 
Davisville 1.3.1 Final
Nach oben 
Seite 24 von 29Gehe zu Seite : Zurück  1 ... 13 ... 23, 24, 25 ... 29  Weiter
 Ähnliche Themen
-
» [WIP] Davisville 1.3
» [MAP] Davisville [RELEASE] Ver. 1.0.0
» Cannot load any bus any more on Davisville 1.3.1..
» D87 Stella Artois Bus Repaints FINAL VERSION
» thekev´s Repaints *Update Bitburger Final!

Befugnisse in diesem ForumSie können in diesem Forum nicht antworten
ehem. OMSI - Forum :: Addon Downloads :: Real Maps - Reale Strecken-
Gehe zu: