Originally posted by joeyfjj:
Christmas IS TOMORROW, not today! :-pAnyway if you want to implement it, do it soon as if it were to be implemented later, quite a number of objects will need to be moved to re-align it correctly with 'rail 0'.
By the way, do you intend to have a change ends function (Esc>Jump to Station>Change Ends)?
EDIT: BTW, those diverging tracks needs refining as I adapted them to those 20m platform and not the approx. 16m I estimated.
Christmas Eve Celebration lah.
I will soon.
Nope. I do not intend to have a change end function. I don't know how it works. You may refine with V0.6. :D
Christmas Present! North South Line V0.6!!!!
The long-awaited NSL route is now released! But, the route is a little bit rushed, so you will expect V0.6a to release. I won't talk much about this, just play and have fun!
Download Link:
NOTE: Inside, there is a folder called "Railway". Copy this "Railway" to the openBVE/BVE "Railway" folder, and don't worry, you won't lose your files!
LOL. It takes 10 mins from Choa Chu Kang to Yew Tee?
Originally posted by SBS7322B:LOL. It takes 10 mins from Choa Chu Kang to Yew Tee?
I don't really care about the time though. It will be fixed in V0.6a.
Originally posted by jerryonhere:I don't really care about the time though. It will be fixed in V0.6a.
Will 0.6a adds Jurong East station?
Also, I remember that between Bukit Batok and Bukit Gombak got a crossover and what is sure is that there should be either a "X" or "\ /" style crossover when approaching Choa Chu Kang. Is that going to be fixed in 0.6a?
Originally posted by Samuel Lee:Will 0.6a adds Jurong East station?
Also, I remember that between Bukit Batok and Bukit Gombak got a crossover and what is sure is that there should be either a "X" or "\ /" style crossover when approaching Choa Chu Kang. Is that going to be fixed in 0.6a?
0.6a won't have Jurong East in it. Crossovers, yes they will.
Originally posted by jerryonhere:0.6a won't have Jurong East in it. Crossovers, yes they will.
Then I am wondering certain things:
1: If there is someone created other sectors of the line (Be it Yishun - Kranji or Jurong East to Bukit Batok etc), is the available line (When the development continues) here can be merged (Despite different authors) ?
Originally posted by Samuel Lee:Then I am wondering certain things:
1: If there is someone created other sectors of the line (Be it Yishun - Kranji or Jurong East to Bukit Batok etc), is the available line (When the development continues) here can be merged (Despite different authors) ?
@Samuel Lee:
It will be difficult but possible. You see, a openBVE Route file is based on Track Locations (Z-axis). There fore authors will define say:
0, .sta Yew Tee Station called Yew Tee
100, .stop Yew Tee Station: Train stops here
...more commands...
210, .sta Choa Chu Kang
320, .stop
Another author/rounte will usually also start from 0m.
If I or you were to merge them, Then eventually you have to add say 500 to each assigned distance:
0, .sta Choa Chu Kang Station called CCK
100, .stop CCK Station: Train stops here
..more commands...
210, .sta Bukit Batok
320, .stop
500, .sta Yew Tee Station called Yew Tee
600, .stop Yew Tee Station: Train stops here
Multiply this process thousands more time for a completed route (see other fully comnpleted routes in notepad) and you WILL get a merged route. It's a matter of having to hand code/hand change each number AND re align objects (Route A drives on left rail. Route B drives on right rail. You get a headache. )
Hope you get the point... It a little tad too long...
............................................................................................................
@jerryonhere:
Changelog? :-p
Anyway you mind packing future releases in 7-zip format?
In case you have a computer that has low framerates when running this NSL route, I made this "3D Downgrade for North South Line V0.6" file to change all 20-sided cylinders to 5 sided ones. Should save, and have saved me, around 20 frames per seconds.
I would like to appeal to developers not to use too many faces for cylinders and poles. If needed, please use the Custom Normals function. It will reduce faces and looks much better.
@jerryonhere:
Changelog? :-p
Anyway you mind packing future releases in 7-zip format?
Changelog? Below :P And sure, I will pack future releases in ZIP, RAR and 7z.
Removed:
1. The Run.Interval code (Needs to be experimented)
2. The railings over platforms problem
Added/Changed:
1. Added more trees.
2. Added tunnels for both rails
3. Changed the Route.Change command
4. Added more curves along BGB - CCK
5. Added more annoucements
6. Added more stations
Will be worked on:
1. Diverging and Converging of tracks
2. Scenery
3. Time
Originally posted by joeyfjj:
@Samuel Lee:It will be difficult but possible. You see, a openBVE Route file is based on Track Locations (Z-axis). There fore authors will define say:
0, .sta Yew Tee Station called Yew Tee
100, .stop Yew Tee Station: Train stops here
...more commands...
210, .sta Choa Chu Kang
320, .stopAnother author/rounte will usually also start from 0m.
If I or you were to merge them, Then eventually you have to add say 500 to each assigned distance:
0, .sta Choa Chu Kang Station called CCK
100, .stop CCK Station: Train stops here
..more commands...
210, .sta Bukit Batok
320, .stop
500, .sta Yew Tee Station called Yew Tee
600, .stop Yew Tee Station: Train stops hereMultiply this process thousands more time for a completed route (see other fully comnpleted routes in notepad) and you WILL get a merged route. It's a matter of having to hand code/hand change each number AND re align objects (Route A drives on left rail. Route B drives on right rail. You get a headache. )
Hope you get the point... It a little tad too long...
............................................................................................................
@jerryonhere:
Changelog? :-p
Anyway you mind packing future releases in 7-zip format?
Yes, I got it by modify and "added a Jurong East station" before Bukit Batok. But the problem is, NS1 is a 3 tracks stations (And my way of modification as below:
0,
.Ground 1,.Height 9.back 0,.railtype 0;1;2,.sta NS1 Jurong East; 09.0700;09.0710;1;1;0;;;7;7;;0,
.railstart 1;20;0;1,
does not work)
Also, I think I know how to add a buffer by using 0 as the real end instead of starting of train station.
I would like to know how to do a 3 platforms station, various crossovers, signals, left right curves (The above code instead gave me a left turn when Jurong East -> Bukit Batok is a right turn, not to mention it goes down the slope a little so as to bypass the East bound track) and a automatic emergency stop to the train (So that the train will not move beyond Jurong East or other terminus overrun)
Originally posted by SBS7322B:I would like to appeal to developers not to use too many faces for cylinders and poles. If needed, please use the Custom Normals function. It will reduce faces and looks much better.
Custom normals not recommended for reverse compatibility with BVE Trainsim.
Originally posted by Samuel Lee:[...]
0,
.Ground 1,
.Height 9
.back 0,
.railtype 0;1;2,
.sta NS1 Jurong East; 09.0700;09.0710;1;1;0;;;7;7;;0,
.railstart 1;20;0;1,[...]
The above code instead gave me a left turn when Jurong East -> Bukit Batok is a right turn
[...]
a automatic emergency stop to the train (So that the train will not move beyond Jurong East or other terminus overrun)
1. That's the reason Jurong East isn't implemented.
2. [Track.Curve] Negative values indicate a curve to the left, positive ones to the right.
3. It's ATS/the safety system's job... See http://openbve.trainsimcentral.co.uk/develop/tutorial_ats.html , Setting up a route for the use of accidental departure transponders
Just to point out,
1. The curve between Yew Tee and Kranji is a near 90 degrees turn. The curve in the route needs to be tightened. http://joeyfjj.freehostia.com/imghost/YewTee-Kranji%20Curve%20Comparison.PNG
2. The curve after Bukit Batok - isn't it in the tunnel?
Originally posted by joeyfjj:Just to point out,
1. The curve between Yew Tee and Kranji is a near 90 degrees turn. The curve in the route needs to be tightened. http://joeyfjj.freehostia.com/imghost/YewTee-Kranji%20Curve%20Comparison.PNG
2. The curve after Bukit Batok - isn't it in the tunnel?
Both noted.
Post 1: 26 Dec 2009, 7:42 PM
AND average travel times!
Bukit Batok <-2m-> Bukit Gombak
Bukit Gombak <-3m-> Choa Chu Kang
Choa Chu Kang <-2m-> Yew Tee
Yew Tee<-4m-> Kranji
..................................................
Post 2: 26 Dec 2009,8:11 PM
Anyway is there any thing I can help with? Objects, routes or audio editing?
.................................................
EDITED: merged 2 posts
Removed - See post above.
Originally posted by joeyfjj:AND average travel times!
Bukit Batok <-2m-> Bukit Gombak
Bukit Gombak <-3m-> Choa Chu Kang
Choa Chu Kang <-2m-> Yew Tee
Yew Tee<-4m-> Kranji
Ok noted too.
Originally posted by joeyfjj:Anyway is there any thing I can help with? Objects, routes or audio editing?
Help? Hmmm....Objects and routes will do. There's no need for any audio editing unless I need a specific edit for a certain announcement. I'm trying to make the HHPSDs. Can you make them? I made them but, it will mess up the coding and I will get quite confused, especially putting them in their correct positions.
Originally posted by joeyfjj:Just to point out,
1. The curve between Yew Tee and Kranji is a near 90 degrees turn. The curve in the route needs to be tightened. http://joeyfjj.freehostia.com/imghost/YewTee-Kranji%20Curve%20Comparison.PNG
2. The curve after Bukit Batok - isn't it in the tunnel?
1. I made the curve a little tighter, I will show you a pic later. (Do you have any email acc so we can chat and discuss about the route? If you don't want to disclose then nvm. Please PM.)
edit: Picture below
Originally posted by jerryonhere:1. I made the curve a little tighter, I will show you a pic later. (Do you have any email acc so we can chat and discuss about the route? If you don't want to disclose then nvm. Please PM.)
edit: Picture below
My e-mail address is --. I am not revaling it!!! :-p (See your PM inbox, jerryonhere)
Yup, I found HHPSD files while browsing the contents. I'll try tomorrow? Also, I am NOT release the HHPSD as FINAL unless you or the train producers can confirm they have uniform distances between those doors. They're supposed to fit all three train types running on the NSL.
Anyway, do you have a video (on YouTube) of HHPSDs in action?
Originally posted by joeyfjj:
My e-mail address is --. I am not revaling it!!! :-p (See your PM inbox, jerryonhere)Yup, I found HHPSD files while browsing the contents. I'll try tomorrow? Also, I am NOT release the HHPSD as FINAL unless you or the train producers can confirm they have uniform distances between those doors. They're supposed to fit all three train types running on the NSL.
Anyway, do you have a video (on YouTube) of HHPSDs in action?
I'll delete the address since it's dangerous :P Oops, I forgot to delete the HHPSDs in the objects area. That HHPSDs I made is random. Nope, I don't a video of the HHPSDs in action, though there are quite a few videos on HHPSDs.
Sure, thanks.
And you deleted my e-mail address
address is --. I am not revaling
but you forgot to delete it from the originally posted by joeyfjj box!!
address is --. I am not
:-p