BVEStation

Author Topic: Problems with Reversed in Extensions.cfg  (Read 5778 times)

Offline trains4621

  • New Recruit
  • *
  • Posts: 12
  • Gender: Male
  • BVEStation Member
    • View Profile
Problems with Reversed in Extensions.cfg
« on: February 20, 2015, 09:22:54 pm »
Hello all.
For some reason, when I add reversed = true in extensions cfg the doors open on the opposite side. For example the reverse train cars doors will open on the opposite side of the none reveraed cars.

Aby help will be appreciated thank you :) ;)

Offline bvefan

  • Developer
  • Conductor
  • **
  • Posts: 173
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Problems with Reversed in Extensions.cfg
« Reply #1 on: February 21, 2015, 10:24:46 am »
why not just take out reverse = true from the extentions file  ???. what you did was turn the train car around so the doors will open the opposite way. Only time people usually use that code is for the trucks. If you're trying to turn the train around don't do it with the extensions file or else the doors will be reversed as well. you have to turn the train around from within the animated file where its main .b3d file is using the rotatefunction

Offline trains4621

  • New Recruit
  • *
  • Posts: 12
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Problems with Reversed in Extensions.cfg
« Reply #2 on: February 21, 2015, 10:37:57 am »
Oh ok Thanks.Sorry to keep asking but im pretty new to coding.Can you teach me how to properly function Rotate commands in The animated file or b3d thanks

Offline HijauKuda

  • Conductor
  • **
  • Posts: 207
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Problems with Reversed in Extensions.cfg
« Reply #3 on: February 21, 2015, 01:27:33 pm »
Oh ok Thanks.Sorry to keep asking but im pretty new to coding.Can you teach me how to properly function Rotate commands in The animated file or b3d thanks
Sir trains4621,
I do find any of these methods below useful for a rotation 180 degrees of the 3d objects.

In your ?.b3d file, add the last line code as is notated below:
SCALEALL -1,+1,-1

Or in your ?.b3d file, add the last line code as notated below:
ROTATEALL 0,1,0,180

Or in your new *.animated file, reference the ?.b3d file that you do wish to rotate with a notation below:
[OBJECT]
States=?.b3d
RotateYFunction=3.142

Good day and night for you.
Hijau


Offline trains4621

  • New Recruit
  • *
  • Posts: 12
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Problems with Reversed in Extensions.cfg
« Reply #4 on: February 21, 2015, 01:40:06 pm »
Ok thank You. Ill try it.

Offline trains4621

  • New Recruit
  • *
  • Posts: 12
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Problems with Reversed in Extensions.cfg
« Reply #5 on: February 21, 2015, 02:25:44 pm »
It worked just have to position the doors

Offline trains4621

  • New Recruit
  • *
  • Posts: 12
  • Gender: Male
  • BVEStation Member
    • View Profile
Re: Problems with Reversed in Extensions.cfg
« Reply #6 on: February 22, 2015, 11:48:57 am »
Now I have to position all of the other animated objects like doors.It can take a while