Small 1.06 Fix

A private forum for those folks working on patches for RRT3.
User avatar
Blackhawk
CEO
Posts: 1112
Joined: Thu May 21, 2009 2:34 pm

Small 1.06 Fix Unread post

I posted this in the large Cargo & Industry fixes for 1.06 thread but it probably got lost in there as much of that topic has turned towards a 1.07 rather than fixing 1.06. I'll repost it here as it only talks of making a couple small changes to improving 1.06 while attempting to maintain compatibility.

The attached files are a couple small changes that may help 1.06 work better, specifically the furnace.

1. Church.bca -- It now demands 2 ingots a year. Its start date was changed from 1905 to 1830.

2. Machineshop.bca -- Start date changed to 1860 to maintain compatibility. The alternate machine shop buried in the threads with an early recipe could be used, but then it could lead to compatibility issues if any pre-1860's scenario demanded machinery production. Although using the alternate recipes would increase ingot demand. I'm 50-50 as to which route to go. If the ingots at a church provide sufficient variation and demand for ingots then a 1860 start should be fine.

3. Concrete.cty - Changed to a closed hopper car, price changed from 100k to 120k, rot time changed.

4. Ceramics.cty - Price changed from 40k to 70k.

Feel free to test these out with any 1.06 maps you play and to see if there are any improvements with the price of ingots and the likelihood of ore converting to ingots at the furnace. Obviously not a perfect fix since the furnace is still 1 industry instead of separated into 2, but it should be an improvement now that there is a greater demand for ingots.

If there are any improvements with this fix, I'll likely package it with the finalized 1.06 warehouse replacement buildings and release it as a 1.06.01 fix. If there are any 1.06 locomotives with improved skins or anything like that by Gumboots those could probably be added as well.
Attachments
1.06 fix.rar
(705 Bytes) Downloaded 346 times
User avatar
Gumboots
CEO
Posts: 4813
Joined: Mon Aug 13, 2012 4:32 am
Location: Australia

Re: Small 1.06 Fix Unread post

I've been keeping an eye on this site, but haven't had time to work on anything. Too much other stuff going on at the moment (TBH I put some real life things off during my last RT3 coding binge).
User avatar
Blackhawk
CEO
Posts: 1112
Joined: Thu May 21, 2009 2:34 pm

Re: Small 1.06 Fix Unread post

I completely understand. I've done that before as well (and to some extent I'm still doing at this moment). Good luck with your real life things.
User avatar
Gumboots
CEO
Posts: 4813
Joined: Mon Aug 13, 2012 4:32 am
Location: Australia

Re: Small 1.06 Fix Unread post

Bumpity bumpity bump. Just hijacking this old thread to post another small 1.06 bugfix.

The 1.06 cargoes don't display cargo icons on the sides of reefers, boxcars, covered hoppers or tankers. This is obviously due to the original 1.05 cargo icons image not including icons for 1.06, and previously nobody had got around to making a customised version for 1.06.

I've just made one, and funnily enough it works. !!party*!
1.06_Cargo_Icons_fixed.jpg
It turns out that the RT3 devs, may their names be hallowed forever, must have been smitten with a misguided fit of magnanimity one day and decided to not lock things down with their Infamous Code of Evil, thereby allowing us mere mortals to sort things out when we wanted something different. I was very surprised to find this out, since I expected the game to do something awful when I tried it. *!*!*!

Anyway, zip is attached. You just extract it, and drop the six DDS images into Data/PopTopExtraContent or Data/UserExtraContent.
Either folder will work, and no other changes are necessary. (0!!0)

Edit: Old zip removed. Turns out we can get an even better fix, which is attached here.
Last edited by Gumboots on Wed Jul 04, 2018 6:26 pm, edited 1 time in total.
User avatar
RulerofRails
CEO
Posts: 2061
Joined: Sun Dec 08, 2013 1:26 am

Re: Small 1.06 Fix Unread post

Nice. I tried them. !*th_up*!

This may be the fault of the cars themselves, but the B-era boxcars aren't showing up for me.
Was there no room for icons for Concrete and Ceramics?
User avatar
Gumboots
CEO
Posts: 4813
Joined: Mon Aug 13, 2012 4:32 am
Location: Australia

Re: Small 1.06 Fix Unread post

Concrete and Ceramics won't work.

Edit: Concrete and Ceramics will work now. See this post below.

B era boxcars work in my installation. Dunno offhand why they wouldn't work for you. I'm running the same boxcar files as are in the zip here.
Last edited by Gumboots on Wed Jul 04, 2018 6:27 pm, edited 1 time in total.
User avatar
RulerofRails
CEO
Posts: 2061
Joined: Sun Dec 08, 2013 1:26 am

Re: Small 1.06 Fix Unread post

Ok. B-era icons don't "work" with the default boxcars even in 1.05. Guess why?
B-era hidden icons.jpg
Sorry to imply that it was a fault of this fix. I never noticed them missing before (actually have got more used to no icons since running so much testing with stand-ins). Which boxcars are you using? I only saw cty files above.

Just FYI, Concrete and Ceramics always show the generic icons for me. Like this:
Ceramic and concrete icons.jpg
User avatar
Gumboots
CEO
Posts: 4813
Joined: Mon Aug 13, 2012 4:32 am
Location: Australia

Re: Small 1.06 Fix Unread post

I'm running my custom boxcars, of course. :-D I'd forgotten about some of the default cars hiding cargo icons.

I'd also forgotten, or never noticed, that Ceramics and Concrete shows those generic icons, but it does make sense. Which means I can fix the fix to fix those too, but the problem is that I suspect the same icons are called for the consist settings pop-up, so if I fix those two cargoes for cargo cars they will display instead of the generics when you are setting up an "Any cargo" or "Any freight" consist.

I'll test it now, just on the off chance that we're lucky, and see what happens.
User avatar
Gumboots
CEO
Posts: 4813
Joined: Mon Aug 13, 2012 4:32 am
Location: Australia

Re: Small 1.06 Fix Unread post

Well, I'm amazed. We are incredibly lucky. For once they haven't amalgamated things all over the place.

It turns out that the cargoicons_*.dds is only called on the sides of cargo cars. All of the other cargo icons, for consist settings and for the overall cargo map, are done with the individual little icons: such as Data/2D/rt3_2DDS.pk4/alcohol_A.dds.

This is awesome, because it means we can get a complete fix for all cargo icons and all 1.06 cargoes. I had assumed it wouldn't be possible, but it is. (0!!0)

Train set to any cargo:
Any_cargo_train.jpg

Consist pop-up:
Any_cargo_consist.jpg

Train set to any freight:
Any_freight_train.jpg

Consist pop-up:
Any_freight_consist.jpg
User avatar
Gumboots
CEO
Posts: 4813
Joined: Mon Aug 13, 2012 4:32 am
Location: Australia

Re: Small 1.06 Fix Unread post

And, train set to only haul Ceramics and Concrete:
Ceramics_and_Concrete_cars.jpg

So, it all works perfectly. !*th_up*!

Old zip has been removed from the earlier post. New zip is attached below.
Attachments
106_Cargo_Icons_Bugfix_Pack.zip
(316.61 KiB) Downloaded 197 times
User avatar
RulerofRails
CEO
Posts: 2061
Joined: Sun Dec 08, 2013 1:26 am

Re: Small 1.06 Fix Unread post

That's great. !$th_u$!
Post Reply