BVEStation

Author Topic: coding question  (Read 6841 times)

Offline F train fan

  • Conductor
  • **
  • Posts: 154
  • Gender: Male
  • BVEStation Member
    • View Profile
coding question
« on: September 30, 2011, 06:18:08 pm »
I am slowly starting to get route codings which is a good thing but I just need to know what the door
coding is I know there is -1,1,0 I need to know what each one does

Offline SubwayTrainOperator5

  • Dispatcher
  • ****
  • Posts: 761
  • Gender: Male
  • R44, R46, and R68 fan / OpenBVE Videomaker
    • View Profile
    • My YouTube Channel
Re: coding question
« Reply #1 on: September 30, 2011, 06:26:03 pm »
The first number is the X axis, the second is the Y axis, the third is the Z axis
Signature Removed (dead link)

Offline F train fan

  • Conductor
  • **
  • Posts: 154
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: coding question
« Reply #2 on: September 30, 2011, 06:33:36 pm »
I meant in terms of which side the doors actually open in a station

Offline SubwayTrainOperator5

  • Dispatcher
  • ****
  • Posts: 761
  • Gender: Male
  • R44, R46, and R68 fan / OpenBVE Videomaker
    • View Profile
    • My YouTube Channel
Re: coding question
« Reply #3 on: September 30, 2011, 06:43:14 pm »
I meant in terms of which side the doors actually open in a station

IIRC, the doors move on the Z axis.
Signature Removed (dead link)

Offline peacemak3r

  • Dispatcher
  • ****
  • Posts: 536
  • Gender: Male
  • NYCTF
    • View Profile
Re: coding question
« Reply #4 on: October 01, 2011, 12:43:44 am »
No you are totally off on what he trying to ask for.

He wants to know what number relates to which side the door would open in the coding.

-1 is the left side, 0 is both doors and 1 is the right side.

Offline F train fan

  • Conductor
  • **
  • Posts: 154
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: coding question
« Reply #5 on: October 01, 2011, 02:29:04 am »
thankyou

Offline error46146

  • Head Admin
  • Dispatcher
  • ******
  • Posts: 620
  • Gender: Male
    • View Profile
    • Photography by me.
Re: coding question
« Reply #6 on: October 01, 2011, 11:46:22 am »
No you are totally off on what he trying to ask for.

He wants to know what number relates to which side the door would open in the coding.

-1 is the left side, 0 is both doors and 1 is the right side.

Be careful with 0, as OpenBVE and BVE4 interprets it differently
OpenBVE interprets 0 as no doors opening (B for both) while BVE4 would interpret it as both doors opening.

Offline peacemak3r

  • Dispatcher
  • ****
  • Posts: 536
  • Gender: Male
  • NYCTF
    • View Profile
Re: coding question
« Reply #7 on: October 01, 2011, 12:14:56 pm »
When I put 0 in OpenBVE both doors open.

Offline error46146

  • Head Admin
  • Dispatcher
  • ******
  • Posts: 620
  • Gender: Male
    • View Profile
    • Photography by me.
Re: coding question
« Reply #8 on: October 01, 2011, 01:47:15 pm »

Offline peacemak3r

  • Dispatcher
  • ****
  • Posts: 536
  • Gender: Male
  • NYCTF
    • View Profile
Re: coding question
« Reply #9 on: October 01, 2011, 03:18:27 pm »
Hm do I take a site's word for it or personal experience?

Personal experience.

Offline F train fan

  • Conductor
  • **
  • Posts: 154
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: coding question
« Reply #10 on: October 01, 2011, 03:22:51 pm »
well sisnce this is stil relevent with the topic I was trying to fix the doors on the B train but the coding
is weird I know the formot for openbve routes but for routes like that I am unfamiliar with