Elvas Tower: What about loading coal in a coal train? - Elvas Tower

Jump to content

Posting Rules

All new threads will be started by members of the Open Rails team, Staff, and/or Admins. Existing threads started in other forums may get moved here when it makes sense to do so.

Once a thread is started any member may post replies to it.
  • 13 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

What about loading coal in a coal train? Rate Topic: -----

#1 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 06 September 2015 - 06:46 AM

MSTS already foresaw animated freightanims for wagons, see picture from a pickup point within the MSTS RE:
Attached Image: Freightanim1.jpg
however as far as I know this never worked.
What about making this work? A starting step could be a coal train where on a specific pickup point wagons are loaded one by one. Later also a "sink" position could be studied.
By the way, does someone know what all these options in the pickup item do mean?
Attached Image: Freightanim2.jpg
Does someone know about a coal wagon where the coal is present as a (static up to now) freightanim, so that I could use it for tests?

Here an old story of the frustrations trying to make this work in MSTS
http://www.trainsim....=Freight-gravel

Blueprint for this function: https://blueprints.l...le-freightanims

#2 User is offline   Lutz_s 

  • Fireman
  • Group: Status: Active Member
  • Posts: 162
  • Joined: 31-January 10
  • Gender:Male
  • Simulator:MSTS
  • Country:

Posted 06 September 2015 - 08:13 AM

Hi,

you can find some waggons with coal as freightanim at the following link: trensim.com: EA-Bordes

Regarding the properties of the dialog I think it should work like this:
- Capacity means the maximum amount of coal, sand or whatever which can be loaded from this pickup-point
- Content means the amount of coal, sand or whatever which is in the pickup-point, when the activity is started
- Fill rate is the speed in which the pickup loads the waggon
- Speed range: The train can drive this speed and the loading will work
- Never runs out (infinite): The pickup doesnt run out of coal, sand or whatever
- Broken by default: This pickup won't work

Making this working would be great.

Cheers Lutz

#3 User is offline   Hamza97 

  • Engineer
  • Group: Status: Contributing Member
  • Posts: 606
  • Joined: 01-March 15
  • Gender:Male
  • Simulator:Open Rails
  • Country:

Posted 06 September 2015 - 08:22 AM

Yes please..... Coal loading can be a starting point for further different commodities and gives a reason for driving a freight.

Trainz is REALLY good in this aspect, dynamic industries which comsume/produce commodities, animated loading of commodities in cars etc, Something on this line could be implemented in future in ORTS raising the level of realsim of ORTS.

#4 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 06 September 2015 - 08:41 AM

Thanks for interest - and for info by Lutz! In reality my question about the meaning of the parameters referred to the Anim Type drop down list.

#5 User is offline   asullenger 

  • Hostler
  • Group: Status: First Class
  • Posts: 86
  • Joined: 11-January 14
  • Gender:Male
  • Simulator:OR
  • Country:

Posted 06 September 2015 - 09:50 AM

I have a coal car that I made with the coal as an animation if you want it.

#6 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 06 September 2015 - 09:54 AM

Yes please.

#7 User is offline   asullenger 

  • Hostler
  • Group: Status: First Class
  • Posts: 86
  • Joined: 11-January 14
  • Gender:Male
  • Simulator:OR
  • Country:

Posted 06 September 2015 - 10:10 AM

Check Your PM's. Let me know if you can't get it or anything and I'll email it to you

#8 User is offline   Lutz_s 

  • Fireman
  • Group: Status: Active Member
  • Posts: 162
  • Joined: 31-January 10
  • Gender:Male
  • Simulator:MSTS
  • Country:

Posted 06 September 2015 - 10:25 AM

Ok, makes sense. I can only guess here:
- activated effects could be sounds
- on-empty animation: You only get an animation when the waggon is empty.
- fuel hose only maybe only for water- or diesel-pickups necessary
I think Kuju could have forseen an animation of the loading out of the pickup item. This could have something to do with the animations. Activated animations are animation of the pickup and the loading (sand, coal,...). Proximity animations only move the pickup but you don't see the loading. This could be useful if you want to load something other than the provided load from the pickup. You would see these animations too, if you are near the pickup, but not actually close enough (like you see this with the water-pickup in msts. It moves but the water doesn't fill in, till the pickup point is in the right position).

Maybe someone who has actually build pickups can provide some more informations.

Lutz

#9 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 06 September 2015 - 11:27 AM

Thanks Lutz and thanks Antony for the Bethgon, which fits well with the D9 I will use for my tests!

#10 User is offline   Csantucci 

  • Member, Board of Directors
  • Group: Status: Elite Member
  • Posts: 6,996
  • Joined: 31-December 11
  • Gender:Male
  • Country:

Posted 06 September 2015 - 12:10 PM

I have created a blueprint. My intention is to manage following type of block
ORTSFreightAnims(
	FreightanimContinuous, -Discrete, -Static (
	
	FreightAnimContinuousType(string = grain, coal, gravel, sand)
	Shape(shapefile)
	Maxheight(metres)
	Minheight(metres)
	DoesWorkWithStandardCoalPickups (1 or 0)
	WagonCapacity()
	InitialState(Full, Empty)
	
	)
)

which can be inserted within a .wag file or within the wagon section of an .eng file.
The syntax allows for multiple freightanims within a single trainset, and for various types of FreightAnim:
- continuous (used for commodities whose level within a wagon can be raised or lowered)
- static (used to add parts to a trainset (numbers etc.)
- discrete (used for discrete objects, like a container). Animation for discrete freightanims (e.g. loading/unloading containers) is not planned at the moment.
Above the parameters for the continuous type of FreightAnim are listed.
The four subtypes for the continuous freight anim type correspond to the four types of commodity that MSTS already defines.
DoesWorkWithStandardCoalPickups allows the freight anim to work also with standard coal pickups; this, to easily enjoy and check the function without needing to edit the route to add specific pickups.
Parsing of this block is done within a specific file within ORTS.Formats.OR.

  • 13 Pages +
  • 1
  • 2
  • 3
  • 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