BVEStation Forums

BVE => Other Projects => Topic started by: Pacific385 on February 05, 2011, 10:56:21 am

Title: Something New I've been working with / looking at
Post by: Pacific385 on February 05, 2011, 10:56:21 am
What do you think?

Something I've been working on... (http://www.youtube.com/watch?v=0Fv291cVZd0#ws)


Just need to figure out how to make the static train go faster
Title: Re: Something New I've been working with / looking at
Post by: kyz101 on February 05, 2011, 11:30:21 am
wow this is amazing nice work keep up the good job
Title: Re: Something New I've been working with / looking at
Post by: Lance on February 05, 2011, 11:52:02 am
What do you think?
I think this could be a real game changer for BVE.
Title: Re: Something New I've been working with / looking at
Post by: Simon on February 05, 2011, 12:12:09 pm
I think this could be a real game changer for BVE.

Note: The British and the Japanese already have this feature in their routes. Check out Network West Midlands and the Saijo Line.

This is really good! If this were implemented on the (F) or any other local/express route, it would be wonderful and it would enhance the driving experience by a mile! By the way, were you controlling the local or the express train?
Title: Re: Something New I've been working with / looking at
Post by: Bombardier01800 on February 05, 2011, 12:32:01 pm
That is just great
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on February 05, 2011, 01:58:14 pm
Something I've been working on #2 (http://www.youtube.com/watch?v=GUZflNLlxI0#)
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on February 05, 2011, 02:04:07 pm
I think this could be a real game changer for BVE.

Note: The British and the Japanese already have this feature in their routes. Check out Network West Midlands and the Saijo Line.

This is really good! If this were implemented on the (F) or any other local/express route, it would be wonderful and it would enhance the driving experience by a mile! By the way, were you controlling the local or the express train?

(E) is close enough
Title: Re: Something New I've been working with / looking at
Post by: YankeesPwnMets on February 05, 2011, 02:30:34 pm
Looks very nice
Title: Re: Something New I've been working with / looking at
Post by: ipac on February 05, 2011, 04:16:40 pm
Does this work on curves?
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on February 05, 2011, 04:29:02 pm
Does this work on curves?

I wish, I'm looking into a solution for it
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on February 05, 2011, 04:29:34 pm
Will any route developer allow me to modify their route and display it?
Title: Re: Something New I've been working with / looking at
Post by: theflyingoreo on February 05, 2011, 06:34:31 pm
Does this work on curves?

I wish, I'm looking into a solution for it

Doesn't work on gradients yet either. Only flat straight track.
Title: Re: Something New I've been working with / looking at
Post by: ipac on February 08, 2011, 12:04:23 am
Yep, I've ran into that problem quite a while ago, apparently michelle (creator of OpenBVE) says its not possible.
Title: Re: Something New I've been working with / looking at
Post by: coneyislandDFNQ on February 08, 2011, 12:25:24 pm
Will any route developer allow me to modify their route and display it?

Your free to use my route. PM me
Title: Re: Something New I've been working with / looking at
Post by: jup on February 10, 2011, 03:20:53 pm
Will any route developer allow me to modify their route and display it?


Go ahead Pac!!!
Title: Re: Something New I've been working with / looking at
Post by: Shawn1995 on March 16, 2011, 04:00:46 pm
This is amazing. Is this still being worked on?
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on March 16, 2011, 04:18:48 pm
This is amazing. Is this still being worked on?

No, I'm working on interior lighting now and will incorporate it into my trains.
Title: Re: Something New I've been working with / looking at
Post by: coneyislandDFNQ on March 18, 2011, 09:14:22 pm
I studied the code and it looks like everyobject stated in the .csv or b3d file must have the translate7 code that you put it in. Otherwise the object will stay in a fixed place so it would look weird with seats just sitting on the track.

Somehow with the static object running on a curved rail has to deal with the axis its running on and what command it should be givven in order to follow the rail.
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on March 18, 2011, 10:00:37 pm
I studied the code and it looks like everyobject stated in the .csv or b3d file must have the translate7 code that you put it in. Otherwise the object will stay in a fixed place so it would look weird with seats just sitting on the track.

Somehow with the static object running on a curved rail has to deal with the axis its running on and what command it should be givven in order to follow the rail.

Correct.
Title: Re: Something New I've been working with / looking at
Post by: coneyislandDFNQ on March 19, 2011, 10:13:13 am
An idea just popped in my head. Did you ever try coding it on a curve?
Title: Re: Something New I've been working with / looking at
Post by: Pacific385 on March 19, 2011, 01:54:31 pm
An idea just popped in my head. Did you ever try coding it on a curve?

No, I'll try that..
Title: Re: Something New I've been working with / looking at
Post by: Shawn1995 on April 11, 2011, 01:11:45 am
Don't mean to be irratating ( :-[ ) but have u resumed work on this?
Title: Re: Something New I've been working with / looking at
Post by: coneyislandDFNQ on April 11, 2011, 04:21:25 am
Don't mean to be irratating ( :-[ ) but have u resumed work on this?

Lol if you take a look at his signature you will see what he's working on.

Also I have gotten a another break through. When you code it into the route, based on how you angle the train it moves in that dirrection. So there is something missing which makes it stay on the curve to angle it. Pacific when you get a chance, try coding it as a free object in any route like this:

.freeobj 0;122;0;0;125

The last number behind the last semi-colon is an example of how many degrees to rrotate on based on the curve of the track.