BVEStation

Author Topic: Something New I've been working with / looking at  (Read 14109 times)

Offline Shawn1995

  • Conductor
  • **
  • Posts: 133
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Something New I've been working with / looking at
« Reply #15 on: March 16, 2011, 04:00:46 pm »
This is amazing. Is this still being worked on?

Offline Pacific385

  • Dispatcher
  • ****
  • Posts: 749
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Something New I've been working with / looking at
« Reply #16 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.

Offline coneyislandDFNQ

  • Head Admin
  • Dispatcher
  • ******
  • Posts: 801
  • Gender: Male
  • Route & Object Developer
    • View Profile
Re: Something New I've been working with / looking at
« Reply #17 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.

Offline Pacific385

  • Dispatcher
  • ****
  • Posts: 749
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Something New I've been working with / looking at
« Reply #18 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.

Offline coneyislandDFNQ

  • Head Admin
  • Dispatcher
  • ******
  • Posts: 801
  • Gender: Male
  • Route & Object Developer
    • View Profile
Re: Something New I've been working with / looking at
« Reply #19 on: March 19, 2011, 10:13:13 am »
An idea just popped in my head. Did you ever try coding it on a curve?

Offline Pacific385

  • Dispatcher
  • ****
  • Posts: 749
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Something New I've been working with / looking at
« Reply #20 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..

Offline Shawn1995

  • Conductor
  • **
  • Posts: 133
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Something New I've been working with / looking at
« Reply #21 on: April 11, 2011, 01:11:45 am »
Don't mean to be irratating ( :-[ ) but have u resumed work on this?

Offline coneyislandDFNQ

  • Head Admin
  • Dispatcher
  • ******
  • Posts: 801
  • Gender: Male
  • Route & Object Developer
    • View Profile
Re: Something New I've been working with / looking at
« Reply #22 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.