Elvas Tower: New Consist Editor for Open Rails - Elvas Tower

Jump to content

  • 46 Pages +
  • « First
  • 31
  • 32
  • 33
  • 34
  • 35
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

New Consist Editor for Open Rails Rate Topic: -----

#321 User is offline   Goku 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,785
  • Joined: 12-December 13
  • Gender:Male
  • Simulator:my own
  • Country:

Posted 07 March 2017 - 11:49 AM

http://koniec.org/ts...TSRE5_v0.69.zip

0.69

- fix file names with "."
- new menu action Eng->reload shapes. Useful for making repaints etc.

#322 User is offline   xavivilla 

  • Fireman
  • Group: Status: Active Member
  • Posts: 197
  • Joined: 12-May 12
  • Gender:Male
  • Simulator:Open Rails - RailWorks
  • Country:

Posted 07 March 2017 - 04:31 PM

Thanks Goku, I'll prove it tomorrow.

#323 User is offline   RTP 

  • Conductor
  • Group: Status: Active Member
  • Posts: 254
  • Joined: 14-June 09
  • Gender:Male
  • Location:Barcelona
  • Simulator:Open Rails
  • Country:

Posted 09 March 2017 - 10:24 AM

In a model with multiple ORTS FAs the program shows only the fist one.
For example:

ORTSFreightAnims
(
MSTSFreightAnimEnabled ( 0 )
FreightAnimStatic
(
Shape ( FSB600F.s )
Offset ( 0 0 0 )
FreightWeight ( 0 )
Flip ( 0 )
)
FreightAnimStatic
(
Shape ( FSB600FB.s )
Offset ( 0 0 0 )
FreightWeight ( 0 )
Flip ( 0 )
)
FreightAnimStatic
(
Shape ( FSB600FM.s )
Offset ( 0 0 0 )
FreightWeight ( 0 )
Flip ( 0 )
)
FreightAnimStatic
(
Shape ( FSB605.s )
Offset ( 0 0 0 )
FreightWeight ( 0 )
Flip ( 0 )
)
)


Please do something about.

Regards.

#324 User is offline   xavivilla 

  • Fireman
  • Group: Status: Active Member
  • Posts: 197
  • Joined: 12-May 12
  • Gender:Male
  • Simulator:Open Rails - RailWorks
  • Country:

Posted 09 March 2017 - 04:59 PM

I do see them, at least with two FreightAnims.

I see that all FreightAnims have the same Offset (0 0 0), are not the other models in the first one?

#325 User is offline   RTP 

  • Conductor
  • Group: Status: Active Member
  • Posts: 254
  • Joined: 14-June 09
  • Gender:Male
  • Location:Barcelona
  • Simulator:Open Rails
  • Country:

Posted 09 March 2017 - 05:13 PM

Of course are the same offset.

Main Bogies+doors+panto
FA1 Interior
FA2 Body
FA3 Numbering

etc...

Regards.

#326 User is offline   espee 

  • Engineer
  • Group: Status: Active Member
  • Posts: 553
  • Joined: 09-January 10
  • Gender:Male
  • Location:Bridgetown, Western Australia
  • Simulator:Open Rails
  • Country:

Posted 09 March 2017 - 06:34 PM

0.69 version shows all FA's as did previous versions...

OR code:
	ORTSFreightAnims
					(
	MSTSFreightAnimEnabled (0)
	WagonEmptyWeight(18t)

			FreightAnimStatic
			(
			SubType(Default)
			Shape( "50006.s" )
			Offset( 0, 0, 0 )
			FreightWeight( 4t )
			Flip( 0 )
			)
	FreightAnimStatic
			(
			SubType(Default)
			Shape( "C21-4072.s" )
			Offset( 0, 1, 7.9 )
			FreightWeight( 4t )
			Flip()
			)

	FreightAnimStatic
			(
			SubType(Default)
			Shape( "C21-3073.s" )
			Offset( 0, 1, 4.1 )
			FreightWeight( 4t )
			Flip()
			)
			FreightAnimStatic
			(
			SubType(Default)
			Shape( "C21-2003.s" )
			Offset( 0, 1, 0.3 )
			FreightWeight( 4t )
			Flip()
			)
	FreightAnimStatic
			(
			SubType(Default)
			Shape( "C21-2230.s" )
			Offset( 0, 1, -3.5 )
			FreightWeight( 4t )
			Flip()
			)
	FreightAnimStatic
			(
			SubType(Default)
			Shape( "C21-2430.s" )
			Offset( 0, 1, -7.3 )
			FreightWeight( 4t )
			Flip( 0 )
			)
	)


and a screenshot:

screenshot showing 5 containers on flatcar

#327 User is offline   BenDragon1337 

  • Fireman
  • Group: Status: Active Member
  • Posts: 197
  • Joined: 23-October 13
  • Simulator:OpenRails
  • Country:

Posted 26 March 2017 - 08:02 AM

Hey there, I have a suggestion, would it be possible to add a "refresh" button to refresh the list of consists available? Or at least update the consist list whenever you save a consist?

#328 User is offline   conductorchris 

  • Vice President
  • Group: Status: First Class
  • Posts: 2,339
  • Joined: 24-March 10
  • Gender:Male
  • Simulator:Open Rails - MSTS
  • Country:

Posted 26 March 2017 - 08:19 AM

I've wanted a "refresh" button on the list of rolling stock. I go to make a consist and the car I want isn't there so I download it and add it. And then I close the program and restart, which does work so maybe other things are the priority.

#329 User is offline   cr-stagg 

  • Foreman Of Engines
  • Group: Status: Contributing Member
  • Posts: 909
  • Joined: 16-May 05
  • Gender:Male
  • Simulator:OR
  • Country:

Posted 26 March 2017 - 10:10 AM

Goku,

Well now you know one of the 16 feature that ConBuilder has that your CE does not have, yet.

Are you going to cut my list down to 15?

#330 User is offline   Goku 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,785
  • Joined: 12-December 13
  • Gender:Male
  • Simulator:my own
  • Country:

Posted 02 April 2017 - 04:56 PM

View PostBenDragon1337, on 26 March 2017 - 08:02 AM, said:

Hey there, I have a suggestion, would it be possible to add a "refresh" button to refresh the list of consists available? Or at least update the consist list whenever you save a consist?

View Postconductorchris, on 26 March 2017 - 08:19 AM, said:

I've wanted a "refresh" button on the list of rolling stock. I go to make a consist and the car I want isn't there so I download it and add it. And then I close the program and restart, which does work so maybe other things are the priority.


Yes, it can be done.
But now I have a break from TSRE.

Quote

Are you going to cut my list down to 15?

If you want more features, just tell what you want. Like others do :)

  • 46 Pages +
  • « First
  • 31
  • 32
  • 33
  • 34
  • 35
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users