Page 1 of 1

[kovarex] [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Mon Mar 18, 2019 10:36 pm
by talex95
Loaded up my game after the .15 hotfix and hopped in my personal shuttle to go get resources for the rail line. I saw the speed only reaching coal levels of top speed. Deconstructing the train and replacing it with nuclear fuel does not seem to fix it. Im attaching my save in case its a mod thing. I have a personal train thats in manual mode that uses the new temp stop system to get me around.

Image

Edit I cant seem to get the save to upload.

Image

Image

https://drive.google.com/file/d/1fzIW9q ... sp=sharing Ill be damned if i dont let you guys have the save

Re: [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Tue Mar 19, 2019 12:08 am
by Burninator
Trains are not getting the max speed bonus of ANY fuel currently in 0.17.15.
I can't remember what the previous tooltip used to be, but the mouse over popup from any fuel now shows the acceleration bonus but doesnt show a max speed bonus (not sure if it ever did or if it was only visible in the wiki though).
Trains are still getting the acceleration bonus of different fuels.

Re: [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Tue Mar 19, 2019 3:29 am
by TruePikachu

Code: Select all

  {
    type = "item",
    name = "nuclear-fuel",
    icon = "__base__/graphics/icons/nuclear-fuel.png",
    icon_size = 32,
    fuel_category = "chemical",
    fuel_value = "1.21GJ",
    fuel_acceleration_multiplier = 2.5,
    fuel_top_speed_multiplier = 1.15,
    -- fuel_glow_color = {r = 0.1, g = 1, b = 0.1},
    subgroup = "intermediate-product",
    order = "q[uranium-rocket-fuel]",
    stack_size = 1
  },
Well, it's still defined in the prototype, so at least we know it probably isn't an intentional change...

Re: [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Wed Mar 20, 2019 7:09 am
by NooBxGockeL
I can confirm this isn't a mod thing, as i tried it in my creative world.

Image

Re: [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Wed Mar 20, 2019 7:18 am
by knightelite
Seems to be the same issue as in this thread: viewtopic.php?f=7&t=68148

I just tested it; you can get to full speed with nuclear fuel manually driving backwards.

Re: [kovarex] [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Wed Mar 20, 2019 11:14 am
by kovarex
Thanks for the report, fixed for 0.17.17

Re: [kovarex] [0.17.15] Trains with nuclear fuel not reaching max speed.

Posted: Thu Mar 21, 2019 12:54 am
by alessandrouw
kovarex wrote:
Wed Mar 20, 2019 11:14 am
Thanks for the report, fixed for 0.17.17
I was about to bump this report, as 0.17.16 didn't fix it. Thanks!