Page 75 of 85

Re: FIRS Industry Set - 3.0.0 released 1st January 2018

Posted: 01 Jan 2018 19:53
by wallyweb
Can all of these industries be used together in one game?
/me go hide until April 1

Totally amazing. :bow:
The hardest part will be choosing an economy.

Re: FIRS Industry Set - 3.0.0 released 1st January 2018

Posted: 09 Jan 2018 08:15
by andythenorth
FIRS 3.0.1 now on bananas or http://bundles.openttdcoop.org/firs/releases/

-------------
3.0.1 Release
-------------

*Docs*

- show cargo classes in code reference page


*Translations*

- multiple languages updated (thanks translators)

Re: FIRS Industry Set - 3.0.1 released 9th January 2018

Posted: 14 Jan 2018 07:49
by andythenorth
FIRS 3.0.2 now on Bananas or http://bundles.openttdcoop.org/firs/releases/

-------------
3.0.2 Release
-------------

*Fixes*

- Vehicle Dealer should not have an intro date set


*Translations*

- multiple languages updated

Re: FIRS Industry Set - 3.0.1 released 9th January 2018

Posted: 14 Jan 2018 08:01
by leifbk
andythenorth wrote:FIRS 3.0.2 now on Bananas or http://bundles.openttdcoop.org/firs/releases/

-------------
3.0.2 Release
-------------

*Fixes*

- Vehicle Dealer should not have an intro date set
The Industry list has also been fixed.

Re: FIRS Industry Set - 3.0.1 released 9th January 2018

Posted: 14 Jan 2018 08:47
by andythenorth
leifbk wrote:The Industry list has also been fixed.
http://dev.openttdcoop.org/projects/fir ... b8235b2eb9

'{}' is the newline control character :)

Re: FIRS Industry Set - 3.0.1 released 9th January 2018

Posted: 14 Jan 2018 09:05
by leifbk
andythenorth wrote:
leifbk wrote:The Industry list has also been fixed.
http://dev.openttdcoop.org/projects/fir ... b8235b2eb9

'{}' is the newline control character :)
Indeed. But it's strange that the same mistake has sneaked into six different translations. Probably STR_EMPTY shouldn't be available for translation at all, as it's by definition always empty.

Re: FIRS Industry Set - 3.0.1 released 9th January 2018

Posted: 14 Jan 2018 10:00
by andythenorth
leifbk wrote:Indeed. But it's strange that the same mistake has sneaked into six different translations. Probably STR_EMPTY shouldn't be available for translation at all, as it's by definition always empty.
I'm in agreement.

Re: FIRS Industry Set - 3.0.2 released 14th January 2018

Posted: 14 Jan 2018 13:52
by bvoice360
The Foundry and Metal Workshop appear to share the exact same model. While this would pose no problem if they were in separate economies, in Steeltown they appear together which makes them impossible to differentiate visually. Is this something that got left in from the beta?

Re: FIRS Industry Set - 3.0.2 released 14th January 2018

Posted: 14 Jan 2018 14:03
by andythenorth
bvoice360 wrote:The Foundry and Metal Workshop appear to share the exact same model.
That's an...oversight :) . Expect a fix in future.

Re: FIRS Industry Set - 3.0.2 released 14th January 2018

Posted: 15 Jan 2018 00:39
by Dave
What is this utter filth!?

Sexual content. New stuff is bloody great!

Re: FIRS Industry Set - 3.0.3 released 15th January 2018

Posted: 15 Jan 2018 20:41
by andythenorth
FIRS 3.0.3 now on Bananas. Coop Bundles server isn't working right now so no alternative download location, but Bananas is fine.

3.0.3 is a translations-only update, translators have been busy :)

Re: FIRS Industry Set - 2.1.5 released 21st October 2016

Posted: 21 Jan 2018 09:31
by CreepyD
There's a post on the previous page (74) where srschacher posts how to make the script Renewed City Growth work with Firs 2.1.5 by altering the cargo.nut file.
That worked, but can anyone help do the same for Firs 3?
Have no clue how to work out what to change it to.

Nevermind, I managed to do it :)
Basically Steel changed to Metal was all it was.

Here's what to update the cargo.nut file to for Firs 3.

Code: Select all

	/* FIRS version 3.0.3 */
	case(5): // Firs economy
		::CargoIDList <- ["PASS","BEER","MAIL","AORE","BDMT","GOOD","RFPR","CLAY","COAL","ENSP","FMSP",
				  "FOOD","FISH","FRUT","GRAI","IORE","LVST","WDPR","MNSP","METL","MILK",
				  "OIL_","PETR","FICR","RCYC","SAND","SCMT","GRVL","SGBT","WOOD","WOOL"];
		break;

Code: Select all

		case(5): // FIRS - Firs Economy
			::CargoCat <- [[0,2],
				       [1,11,13],
				       [4,5,22],
				       [3,7,8,12,14,15,16,19,20,21,23,24,25,27,28,29,30],
				       [6,9,10,17,18,26]];
				       

Re: FIRS Industry Set - 3.0.3 released 15th January 2018

Posted: 27 Jan 2018 23:34
by Diesel Power
Just started a fresh game with the latest update (FIRS 3.0.2) and all the primary industries in steeltown have an "enhanced" production rate even though nothing is being delivered to them. Didn't have this problem with the other FIRS 3 versions. Any ideas?

Re: FIRS Industry Set - 2.1.5 released 21st October 2016

Posted: 14 Feb 2018 22:21
by srschacher
CreepyD wrote:There's a post on the previous page (74) where srschacher posts how to make the script Renewed City Growth work with Firs 2.1.5 by altering the cargo.nut file.
That worked, but can anyone help do the same for Firs 3?
Have no clue how to work out what to change it to.

Nevermind, I managed to do it :)
If you're still playing the Renewed City Growth script, you might want to try the Goal Based City Growth script. The author of that script merged Renewed City Growth with Busy Bee to combine game victory conditions (target city reaches 20,000, various industries deliver x,xxx cargoes, etc.) with delivery-based town growth.

The same fix needs to be applied to the cargo.nut file, except that the changes are applied to Case 8 instead of Case 5.

Also, I'm not sure what the author did with the cargo mapping to categories. I'd suggest replacing the entire second code block into Case 8 in the Goal Based cargo.nut. One refinement I made is to move cargo 26 from category 5 to category 4.

Steve

Re: FIRS Industry Set - 3.0.4 released 2nd March 2018

Posted: 02 Mar 2018 07:25
by andythenorth
FIRS 3.0.4 now on Bananas or . http://bundles.openttdcoop.org/firs/releases/

3.0.4 updates more translations, thanks :)

Re: FIRS Industry Set - 3.0.5 released 2nd March 2018

Posted: 02 Mar 2018 22:23
by andythenorth
FIRS 3.0.5 now on bananas or http://bundles.openttdcoop.org/firs/releases/

Fixes the error reported by agentw4b viewtopic.php?p=1203376#p1203376

-------------
3.0.5 Release
-------------

*Fixes*

- display correct version number in grf name

*Codechanges*

- cleaned up makefile and build scripts
- switched to generated lang files
- dropped custom_tags.txt
- STR_EMPTY now only provided once, eliminating a proven source of bugs coming in from translated lang files

Re: FIRS Industry Set - 3.0.5 released 2nd March 2018

Posted: 28 Mar 2018 08:30
by FlyveHest
A friend and me have been playing with 3.0 and have really gotten back into OpenTTD again, but I am having a bit of a problem when funding industries.

Not really sure if its related to FIRS, or a bug in OTTD, but I can't seem to fund any industries that are seaside based (Wharf, Port, Bulk Terminal etc)

All I get is the "site unsuitable" error, and i've tried all configurations of flat, slanted, or anything else land type that I could.

Re: FIRS Industry Set - 3.0.5 released 2nd March 2018

Posted: 28 Mar 2018 11:14
by mak
Somewhere in the back of my mind, I think you have to click on the water a number of tiles away from the land.

Perhaps someone can confirm or deny this. :roll:

Re: FIRS Industry Set - 3.0.5 released 2nd March 2018

Posted: 28 Mar 2018 13:31
by FlyveHest
mak wrote:Somewhere in the back of my mind, I think you have to click on the water a number of tiles away from the land.

Perhaps someone can confirm or deny this. :roll:
I just tried spam-clicking all over the coastal line, and after a lot of clicking it finally found a suitable placement, but I have no idea why that particular place was allowed and not the others.

Its the wharf in the attached picture, I tried clicking on the entire coastline, both inland and in water, before it suddenly placed.

Re: FIRS Industry Set - 3.0.5 released 2nd March 2018

Posted: 28 Mar 2018 15:19
by vrn
I found a post explaining how those industries are to be placed.

viewtopic.php?f=26&t=41607&p=1190261&hi ... r#p1190261