The International Simutrans Forum

PakSets and Customization => Pak192.Comic => Topic started by: Yona-TYT on December 28, 2023, 03:06:24 AM

Title: Installing pak192.comic doesn't work from simutrans installer
Post by: Yona-TYT on December 28, 2023, 03:06:24 AM



I am using the latest simutrans night and I cannot install pak192 on Android, it seems that the link is not working and the download does not work.
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: Flemmbrav on December 30, 2023, 12:04:39 AM
I'd expect this to be an issue out of our hands. Or is there anything we can do from the pakset-side of things?
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: Yona-TYT on December 30, 2023, 05:03:14 AM
To tell the truth, I have no idea how the simutrans download manager works.... The most sensible thing would be a text file with the repository list somewhere...

It seems to me that in the case of pak192.Comic the link is misspelled or stopped working, I suppose the pakset files are being sent from GitHub?.
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: Andarix on December 30, 2023, 07:20:40 AM
https://github.com/simutrans/simutrans/blob/master/src/paksetinfo.h (https://github.com/simutrans/simutrans/blob/master/src/paksetinfo.h)

folder in zip 'pak192.comic-nightly-datconverter'

and first file in folder '.W50_Container_SZ.pak' 96 byte

loading screen show RC1
zip is RC2

It's confusing what you actually get.
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: Flemmbrav on January 04, 2024, 10:27:24 PM
We should at least update to V0.6 then!
https://github.com/Flemmbrav/Pak192.Comic/releases/tag/V0.6
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: _Hajo_ on January 05, 2024, 10:48:35 AM
Quote from: Yona-TYT on December 30, 2023, 05:03:14 AMTo tell the truth, I have no idea how the simutrans download manager works.... The most sensible thing would be a text file with the repository list somewhere...

There is a script "tools/get_pak.sh" which has a list of all the download links. I'm not sure if it is the first source though, because it says the list was automatically generated.

There is also a header file "src/paksetinfo.h" but that one says it was generated using the get_pak.sh script. Yet it's the one file that defines the paks that a Simutrans version will offer in the UI for download.
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: Yona-TYT on January 10, 2024, 02:23:35 PM
Quote from: Flemmbrav on January 04, 2024, 10:27:24 PMWe should at least update to V0.6 then!
https://github.com/Flemmbrav/Pak192.Comic/releases/tag/V0.6


Well that's even better!. 🎉🎉🎉🎉🎉🎉
Title: Re: Installing pak192.comic doesn't work from simutrans installer
Post by: prissi on January 16, 2024, 04:49:47 AM
Android installer cannot download from https, hence a stable pak192.comic must be hosted on SF (where HTTP works). Alternatively, one could try to call Java from C to use the OS download functions. I have some not working code for that, calling Java from C++ is a pain.