More cargoes

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
planetmaker
OpenTTD Developer
OpenTTD Developer
Posts: 9432
Joined: 07 Nov 2007 22:44
Location: Sol d

Re: More cargoes

Post by planetmaker »

andythenorth wrote:NML 0.4.5 is enough, if that helps. The 64 cargo update is included in that release :D
Lol, yes, thank you! I checked commit log. And read "railtype ID" as "cargo ID" :)
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

Hi,

Having some cargo issues still.

Cargoes ID 0 to 31 no problem. It just the extras that causing a problem still.

Vehicles loading the new cargoes not a problem. When reach destination if told to transfer the cargo no problem. But when told to unload game crashes.

I've tested with Nightlies "20190129-master-ga1c37810", "20190130-master-g530bdf33" and the latest "20190202-master-gbdf0dc67"

and same issue.

It saved 3 files and here a copy of them.

If want me to do any other tests and reports let me know.

Cheers

Garry
Attachments
Crash.rar
(249.7 KiB) Downloaded 43 times
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
stefino_cz
Transport Coordinator
Transport Coordinator
Posts: 268
Joined: 02 Jul 2015 08:05
Location: Czech Republic
Contact:

Re: More cargoes

Post by stefino_cz »

We have similar problem. Our grf with more than 32 cargos show only 32 in the game. Industry works OK but there are cases that it accept or produce nothing cause this cargos are not show up in the game. But I tried GarryGs Industry and I had more than 32 cargos. So the problem has to be in my NML :/ So..has extra cargos any special coding style? Thanks :)

And one more question - I have a problem with foreground and background in ground tiles. Background tile is in "higher layer" than tile in foreground. This is bug or some new feature?
ground_tiles.JPG
ground_tiles.JPG (150.76 KiB) Viewed 268 times
(Tested in current nightly version)
Attachments
CZTR_INDUSTRY.nml
(205.74 KiB) Downloaded 42 times
CZTR_Industry.grf
(722.74 KiB) Downloaded 60 times
Image
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

I downloaded my NML from here:

Index of /nml/nightlies/v6948-447/

https://bundles.openttdcoop.org/nml/nig ... 7/?C=M&O=D
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
stefino_cz
Transport Coordinator
Transport Coordinator
Posts: 268
Joined: 02 Jul 2015 08:05
Location: Czech Republic
Contact:

Re: More cargoes

Post by stefino_cz »

GarryG wrote:I downloaded my NML from here:

Index of /nml/nightlies/v6948-447/

https://bundles.openttdcoop.org/nml/nig ... 7/?C=M&O=D
I have no problem with NML. NML works fine - no errors during compilation. Problem is that the game shows all factories but only 32 cargos. So a lot of factories has no cargo chains.
Image
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

I just had a look at your nml and you seem to be missing the lines.

Code: Select all

                accept_cargo_types: [FRUT, PCL_, MEAT];
                prod_cargo_types: [FOOD,MAIL];
I'll PM you in a few moments one of my industry codes so can compare
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

Hi,

I just test latest Nightlie 20190203 and still get same problem when delivering cargoes.

First get this message.
Crash Report-1.png
Crash Report-1.png (32.58 KiB) Viewed 2044 times
Here is also copy of the Crash dmp, sav and log files.
Attachments
Crash.rar
(313.06 KiB) Downloaded 38 times
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
peter1138
OpenTTD Developer
OpenTTD Developer
Posts: 1732
Joined: 30 Mar 2005 09:43

Re: More cargoes

Post by peter1138 »

Hi Garry, the best place to report issues is on github: https://github.com/openttd/openttd/issues

Thanks!
He's like, some kind of OpenTTD developer.
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

peter1138 wrote:Hi Garry, the best place to report issues is on github: https://github.com/openttd/openttd/issues

Thanks!
Just went to that link and tried to sign up but say my user name already taken. So thought maybe it liken to these forum and tried to sign in and wouldn't accept my password.

Is it possible someone else is a member with my user name GarryG?
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
jfs
Tycoon
Tycoon
Posts: 1758
Joined: 08 Jan 2003 23:09
Location: Denmark

Re: More cargoes

Post by jfs »

GarryG wrote: Just went to that link and tried to sign up but say my user name already taken. So thought maybe it liken to these forum and tried to sign in and wouldn't accept my password.

Is it possible someone else is a member with my user name GarryG?
Github is a huge site with probably millions of users, so yes it's very likely someone else is using that name. You'll have to register with something else, or even the old go-to of adding some numbers at the end.
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

Github is a huge site with probably millions of users, so yes it's very likely someone else is using that name. You'll have to register with something else, or even the old go-to of adding some numbers at the end.
The first time I reported a problem, Planetmaker made this Topic for me to report in, so I keep reporting here for now.

Thanks
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

Hi guys,

Just tested the new nightlies 20190204 and same problem.

Can load cargoes, can transfer cargoes, but when try unload at destination game crashes with the same story as before.

Cheers
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

:bow: :bow: :bow: :bow: :bow: :bow:

I just tested the extra cargoes wit the latest nightlies openttd-20190205-master-g9fc430a920

I've tested several using Polroad RV set and all working fine.

:bow: :bow: :bow: :bow: :bow: :bow:
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
User avatar
planetmaker
OpenTTD Developer
OpenTTD Developer
Posts: 9432
Joined: 07 Nov 2007 22:44
Location: Sol d

Re: More cargoes

Post by planetmaker »

GarryG wrote::bow: :bow: :bow: :bow: :bow: :bow:

I just tested the extra cargoes wit the latest nightlies openttd-20190205-master-g9fc430a920

I've tested several using Polroad RV set and all working fine.

:bow: :bow: :bow: :bow: :bow: :bow:
Thanks for testing! That's good news :)
User avatar
GarryG
Tycoon
Tycoon
Posts: 5874
Joined: 14 Feb 2015 00:44
Location: Newcastle, Australia

Re: More cargoes

Post by GarryG »

planetmaker wrote:Thanks for testing! That's good news
Your welcome. You fellas must spend 25 hours day designing this new set, so at least I can try test what you done in the remaining hours of the day. :D


I made a Industry set with 56 cargos and uploaded it to my forum.

It would take me days to test all 56 cargoes .. so hope some players will help me put it through its paces to see if there are any other issues.

Cheers
Soot Happens
Screenshot Of The Month Winner March 2020
All my projects are GPLv2 License unless stated.
Auz Road Sets: viewtopic.php?f=29&t=87335
Auz Project Releases: viewtopic.php?f=67&t=84725
Auz Trains: http://www.tt-forums.net/viewtopic.php?f=26&t=74193
Auz Industry Sets: http://www.tt-forums.net/viewtopic.php?f=26&t=74471
Auz Objects: viewtopic.php?f=26&t=75657
Auz Bridges: viewtopic.php?f=26&t=75248
Auz Stations: viewtopic.php?f=26&t=76390
Auz Tracks: viewtopic.php?f=26&t=82691
Auz Subway Stations: viewtopic.php?f=26&t=85335
Auz Eyecandy TramTracks: viewtopic.php?t=89908
Post Reply

Return to “Graphics Development”

Who is online

Users browsing this forum: No registered users and 39 guests