[Answered] Need Help Locating Sprite

Halfwolf102

Cowpoke
I'm trying to make a content patcher mod for the train's locomotive sprite, but I've run into an issue. I've located nearly all the sprites for it, but I cannot find the connector rod on the wheels. I thought it was in the cursors2 sprites, but I've literally replaced that entire sprite sheet with a single solid color and it didn't change the sprite I'm trying to edit. I've looked through many other sprite sheets as well but cannot find anything that looks even close to it. I'm starting to wonder if it's hard coded into the game, if that even possible Can someone please help me?

train.png
 

Halfwolf102

Cowpoke
It does look like that bar is just drawn in code within StardewValley.BellsAndWhistles.TrainCar.draw()
Ah, I was kind of hoping that wasn't the case. I guess I'll have to see if I can make something more complex than just a content pack now. Thank you so much for finding it though! It was really driving me crazy that I couldn't find it.
 
Top