Fuel consumption of a SD70ACe, SD60, sd80mac Thanks

joaomtc

Member
I wonder if you could do the fuel consumption of locomotives SD70ACe SD70MAC SD60 sd80mac script for you as the sd40-2, thank you very much
 
You can. I did it to some of the newer JR engines and added startup to a few aswell. All you need to do is copy the queues line from one that has the feature to one that doesnt. I used CCP to do it so only add it to the ones that don't loose arn when you edit them in CCP.
 
yes but that everything is working, what I really need is the data consumption of diesel and sand, thanks friend
 
As far as I know adding fuel consumption won't harm anything. To be safe you can clone the locomotive but all you have to do is open the desired locomotive in explorer. Then open a locomotive that already has it and copy and paste the locosystems-45324 and queues to the config file. If you want to do it in CCP open an engine that has the scripts and copy the queues and the locosystems-45324 and right click on traincar and paste. This should work but clone the locomotive to be safe. I also don't know if this would work with the older JR engines.
 
Last edited:
As far as I know adding fuel consumption won't harm anything. To be safe you can clone the locomotive but all you have to do is open the desired locomotive in explorer. Then open a locomotive that already has it and copy and paste the locosystems-45324 and queues to the config file. If you want to do it in CCP open an engine that has the scripts and copy the queues and the locosystems-45324 and right click on traincar and paste. This should work but clone the locomotive to be safe. I also don't know if this would work with the older JR engines.


Thanks a ton! Which locos have this set up correctly already for me to use?
 
Your welcome and I know for a fact that the freeware RBMN diesels are set up for this and maybe the newer Dash 9s and Dash 8-40CWs.
 
The loco must be using the TFX library. most are compatible but some older ones were not attached to it.

SD70ACe:

Code:
locosystems-45324
  {
    fuel_rate_idle                       8
    fuel_rate_max                        187
    sand_rate                            10
  }

Code:
queues
{
  diesel
  {
    size                                18548.52
    initial-count                       18500
    product-kuid                        <kuid:-3:10011>
    allowed-products
    {
      0                                 <kuid:-3:10011>
    }
  }
  
  sand
  {
    size                                1297
    initial-count                       1100
    product-kuid                        <kuid2:30671:925059004:1>
    allowed-products
    {
      0                                 <kuid2:30671:925059004:1>
    }
  }
}


SD80MAC:

Code:
locosystems-45324
  {
    fuel_rate_idle                       4
    fuel_rate_max                        237
    sand_rate                            10
  }

Code:
queues
{
  diesel
  {
    size                                21955.39
    initial-count                       21900
    product-kuid                        <kuid:-3:10011>
    allowed-products
    {
      0                                 <kuid:-3:10011>
    }
  }
  
  sand
  {
    size                                1297
    initial-count                       1100
    product-kuid                        <kuid2:30671:925059004:1>
    allowed-products
    {
      0                                 <kuid2:30671:925059004:1>
    }
  }
}


SD60:

Code:
locosystems-45324
  {
    fuel_rate_idle                       4
    fuel_rate_max                      182
    sand_rate                            10
  }

Code:
queues
{
  diesel
  {
    size                                13248.94
    initial-count                       13000
    product-kuid                        <kuid:-3:10011>
    allowed-products
    {
      0                                 <kuid:-3:10011>
    }
  }
  
  sand
  {
    size                                1585
    initial-count                       1500
    product-kuid                        <kuid2:30671:925059004:1>
    allowed-products
    {
      0                                 <kuid2:30671:925059004:1>
    }
  }
}
 
NS37, I have a total of 26 or so SD70ACe's of yours. 16 are build 2.9 and 10 are build 2.0. Now, all of them have the SFX library listed in the KUID table. Is this the TFX library you mentioned, or must the loco's be using the "JR Loco" script? I really want to be sure here before I start messing with stuff. Thanks!
 
any that are using the Jointed Rail Train Effects Library. <kuid2:45324:555200:x>

that library contains the info needed to actually get the fuel consumption to work. without it, if you add that stuff above you wont be doing anything to the engines. it wont break them, but it wont actually make any difference either.
 
any that are using the Jointed Rail Train Effects Library. <kuid2:45324:555200:x>

that library contains the info needed to actually get the fuel consumption to work. without it, if you add that stuff above you wont be doing anything to the engines. it wont break them, but it wont actually make any difference either.


Ahh OK! Thanks! I have a total of 279 locos with the JR script that I could theoretically add the fuel/sand to. Cool!
 
Last edited:
NS37, know the correct values for the ES44, ES44DC, ES44AC, and ES44AH? I have all of them, including the Heritage units and the Tropicana CSX AH unit. Thanks!
 
Evolution Series

Code:
locosystems-45324
  {
    fuel_rate_idle                       8
    fuel_rate_max                        210
    sand_rate                            10
  }

Code:
queues
{
  diesel
  {
    size                                18927.06
    initial-count                       18920
    product-kuid                        <kuid:-3:10011>
    allowed-products
    {
      0                                 <kuid:-3:10011>
    }
  }
  
  sand
  {
    size                                1297
    initial-count                       1100
    product-kuid                        <kuid2:30671:925059004:1>
    allowed-products
    {
      0                                 <kuid2:30671:925059004:1>
    }
  }
}
 
Back
Top