AXIS - Another eXtreme Industry Set

Discuss, get help with, or post new graphics for TTDPatch and OpenTTD, using the NewGRF system, here. Graphics for plain TTD also acceptable here.

Moderator: Graphics Moderators

User avatar
andythenorth
Tycoon
Tycoon
Posts: 5656
Joined: 31 Mar 2007 14:23
Location: Lost in Music

Re: XIS - Extreme Industry Set

Post by andythenorth »

McZapkie wrote: 11 Dec 2020 15:44 Thus intermediate industry generation option between "no" and "all" would be very welcome :)
+1

I'm experimenting with probability in FIRS 4, reducing chance of certain industries building during gameplay.

It gets complicated if industry closure is also permitted. Probably no good way to deal with that.
User avatar
Emperor Jake
Tycoon
Tycoon
Posts: 3427
Joined: 24 Apr 2007 09:37
Skype: Discord: Emperor Jake #4106
Location: Not Actually Japan
Contact:

Re: XIS - Extreme Industry Set

Post by Emperor Jake »

I already said I have no idea how to code any of this stuff. XIS is little more than a new economy and identity for FIRS 3. Best I can do is wait for new features in the FIRS 4 release, after which they'll get implemented into XIS 2. Eventually. :twisted:
Wahazar
Tycoon
Tycoon
Posts: 1451
Joined: 18 Jan 2014 18:10

Re: XIS - Extreme Industry Set

Post by Wahazar »

Emperor Jake wrote: 12 Dec 2020 00:06 I already said I have no idea how to code any of this stuff.
It is just

Code: Select all

prob_in_game:
industry parameter.

The real problem is, if it is easily to change by search/replace? Seems it is hardcoded in industry .py files, some have prob_in_game:3, some prob_in_game:10,
there should be variable instead, depending on settings.
Formerly known as: McZapkie
Projects: Reproducible Map Generation patch, NewGRFs: Manpower industries, PolTrams, Polroad, 600mm narrow gauge, wired, ECS industry extension, V4 CEE train set, HotHut.
Another favorite games: freeciv longturn, OHOL/2HOL.
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

The manganese mine provides no cargo, CZTR trains have paint as another load, apparently it bothers.
User avatar
Emperor Jake
Tycoon
Tycoon
Posts: 3427
Joined: 24 Apr 2007 09:37
Skype: Discord: Emperor Jake #4106
Location: Not Actually Japan
Contact:

Re: XIS - Extreme Industry Set

Post by Emperor Jake »

Argus wrote: 13 Dec 2020 16:05 The manganese mine provides no cargo, CZTR trains have paint as another load, apparently it bothers.
Can you post a screenshot of the problem and your GRF list? I havent tested the CZ sets yet, it could be that one of them conflicts with industries, or the manganese cargo simply isn't supported yet.
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

Graphics:
XiS, CZTR newgrfs, polroad, Squidatefish and AV9.8 and ECS houses. Manganese in firs is supported.
Is it possible to send a list of graphics without having to copy it for a long time?
Attachments
obrázek_2020-12-14_151714.png
(2.33 MiB) Not downloaded yet
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

I'm sending the game save straight away
And I also announced it in the CZTR topic
Attachments
TCZstredoceskykrajjgr.sav
(4.33 MiB) Downloaded 138 times
User avatar
Emperor Jake
Tycoon
Tycoon
Posts: 3427
Joined: 24 Apr 2007 09:37
Skype: Discord: Emperor Jake #4106
Location: Not Actually Japan
Contact:

Re: XIS - Extreme Industry Set

Post by Emperor Jake »

I've determined it's a conflict caused by CZTR Czech Trains. I don't know the inner workings of that set and how it would affect cargos at all (Perhaps a refit dummy cargo similar to the old NARS "regearing" but I couldn't see anything like that)

But yes, this discussion is better suited to the CZTR topic as it's their problem and it would affect any industry set that uses up enough cargo slots :)
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

XIS must be located under trains :)
User avatar
andythenorth
Tycoon
Tycoon
Posts: 5656
Joined: 31 Mar 2007 14:23
Location: Lost in Music

Re: XIS - Extreme Industry Set

Post by andythenorth »

Near the top of the nml you should find a block of incompatible industry checks, e.g search "STR_ERR_INCOMPATIBLE_SET"

You want to add this to the start of end of those checks

Code: Select all

    if (grf_future_status("\4D\49\02\09")) {
        error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-Diesel"));
    }
    if (grf_future_status("\4D\49\02\08")) {
        error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-Electric"));
    }
    if (grf_future_status("\4D\49\02\10")) {
        error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-EMU"));
    }
    if (grf_future_status("\4D\49\02\07")) {
        error(FATAL, string(STR_ERR_INCOMPATIBLE_SET, "CZTR Engines-Steam"));
    }
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

XIS cancels cztr trains if it is below them
a11ce
Engineer
Engineer
Posts: 1
Joined: 02 Jan 2021 23:55

Re: XIS - Extreme Industry Set

Post by a11ce »

What is the recommended start date (or by what year are all industries available)?
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

Don't plan to add vineyards?
rsdworker
Traffic Manager
Traffic Manager
Posts: 148
Joined: 18 Mar 2009 13:58

Re: XIS - Extreme Industry Set

Post by rsdworker »

i had loaded the FIRS and CHIPS in with this but its says fatal but there is link to readme but I cant access by using read me button within game
User avatar
2TallTyler
Route Supervisor
Route Supervisor
Posts: 495
Joined: 11 Aug 2019 18:15
Contact:

Re: XIS - Extreme Industry Set

Post by 2TallTyler »

rsdworker wrote: 13 Feb 2021 14:29 i had loaded the FIRS and CHIPS in with this but its says fatal but there is link to readme but I cant access by using read me button within game
XIS is intended to be used instead of FIRS. You cannot load both in the same game. :)
JonKess
Engineer
Engineer
Posts: 1
Joined: 20 Mar 2021 21:41

Re: XIS - Extreme Industry Set

Post by JonKess »

How do you get Vehicles for this Extreme Industry Set? When i start in 2020 i cant build any Tracks or Trains and cant transport Fish for example. When i start in 1900 i dont have any vehicles and cant build roads etc.. Where can i download or install the vehicles for this Extreme Industry Set?
dol422
Transport Coordinator
Transport Coordinator
Posts: 310
Joined: 29 Dec 2015 20:06
Location: England

Re: XIS - Extreme Industry Set

Post by dol422 »

JonKess wrote: 20 Mar 2021 21:50 How do you get Vehicles for this Extreme Industry Set? When i start in 2020 i cant build any Tracks or Trains and cant transport Fish for example. When i start in 1900 i dont have any vehicles and cant build roads etc.. Where can i download or install the vehicles for this Extreme Industry Set?
The default vehicles start from 1925 and do not support these cargos, you need to install separate vehicle NewGRFs :wink:
Take a look at: http://www.tt-forums.net/viewtopic.php?f=47&t=74993
Why do it tomorrow when you can do it today
User avatar
kamnet
Moderator
Moderator
Posts: 8548
Joined: 28 Sep 2009 17:15
Location: Eastern KY
Contact:

Re: XIS - Extreme Industry Set

Post by kamnet »

JonKess wrote: 20 Mar 2021 21:50 How do you get Vehicles for this Extreme Industry Set? When i start in 2020 i cant build any Tracks or Trains and cant transport Fish for example. When i start in 1900 i dont have any vehicles and cant build roads etc.. Where can i download or install the vehicles for this Extreme Industry Set?
Anytime you use a NewGRF industry set, you will need to use NewGRF vehicle sets to support the cargoes.

If you like the default game vehicles, I suggest using OpenGFX+ Trains and OpenGFX+ Road Vehicles. There aren't really any NewGRFs comparable to the original aircraft and ships, but there are several sets of each you can try. Pretty much every NewGRF vehicle set will support every industry set cargo by default.
User avatar
8608029714
Engineer
Engineer
Posts: 1
Joined: 07 Apr 2021 11:52

Re: XIS - Extreme Industry Set

Post by 8608029714 »

Awesome!
I have updated the Chinese language for XIS.
Attachments
simplified_chinese.lng
(39.87 KiB) Downloaded 112 times
Argus
Tycoon
Tycoon
Posts: 1203
Joined: 16 Oct 2018 08:31
Location: Heart of the Highlands. Not Scottish. Czech.

Re: XIS - Extreme Industry Set

Post by Argus »

Any progress?
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: GarryG, Google Adsense [Bot], mipol and 18 guests