The International Simutrans Forum

PakSets and Customization => Pak64 => Topic started by: Mishasama on March 10, 2020, 06:22:29 PM

Title: Is there any nightly version pakset?
Post by: Mishasama on March 10, 2020, 06:22:29 PM
It looks pak64 was updated today.
Title: Re: Is there any nightly version pakset?
Post by: Roboron on March 17, 2020, 10:37:13 AM
No, there is not. But you can always build it yourself from sources if you don't want to wait for a release.
Title: Re: Is there any nightly version pakset?
Post by: Mishasama on March 23, 2020, 10:53:14 AM
Quote from: Roboron on March 17, 2020, 10:37:13 AM
No, there is not. But you can always build it yourself from sources if you don't want to wait for a release.
How? Is there any guide?
Title: Re: Is there any nightly version pakset?
Post by: Roboron on March 23, 2020, 02:05:26 PM
Quote from: Mishasama on March 23, 2020, 10:53:14 AM
How? Is there any guide?

You have more info in this wiki page (https://simutrans-germany.com/wiki/wiki/en_doPak)
Title: Re: Is there any nightly version pakset?
Post by: Mishasama on March 27, 2020, 08:00:23 PM
Quote from: Roboron on March 23, 2020, 02:05:26 PM
You have more info in this wiki page (https://simutrans-germany.com/wiki/wiki/en_doPak)
Thank you! The forum comes back finally!

https://steamcommunity.com/sharedfiles/filedetails/?id=2034499759

I've tried to make it, is it good?
Title: Re: Is there any nightly version pakset?
Post by: prissi on March 28, 2020, 11:18:45 AM
Making a pak is relatively easy for most of the paks hosted on sourceforge, if you  use the command line in windows.

Usually, you need to copy makeobj into the source directory. Some paks even have a batch file to compile them, you can doubleclick.

pak64, pak64japan, pak128britain are using a makefile (and assume a Unix environment for downloading the translations). For those three you need a make tool. Most easy is it to install Msys2 like in this thread:
https://forum.simutrans.com/index.php/topic,16688.0.html And you just need to install make from the list below, i.e. pacman -S make

Inside the pak directory, you need to copy makeobj.exe and then type "make"

And if there is only a SH file (like pak128german) Msys should be able to build those as well.

Finally, pak192.comic has a nightly on github: https://github.com/Flemmbrav/Pak192.Comic/releases Since this always uses the most recent makeobj, you will need a nightly simutrans version to test it as well.
Title: Re: Is there any nightly version pakset?
Post by: Mishasama on March 28, 2020, 03:09:28 PM
Quote from: prissi on March 28, 2020, 11:18:45 AM
Making a pak is relatively easy for most of the paks hosted on sourceforge, if you  use the command line in windows.

Usually, you need to copy makeobj into the source directory. Some paks even have a batch file to compile them, you can doubleclick.

pak64, pak64japan, pak128britain are using a makefile (and assume a Unix environment for downloading the translations). For those three you need a make tool. Most easy is it to install Msys2 like in this thread:
https://forum.simutrans.com/index.php/topic,16688.0.html And you just need to install make from the list below, i.e. pacman -S make

Inside the pak directory, you need to copy makeobj.exe and then type "make"

And if there is only a SH file (like pak128german) Msys should be able to build those as well.

Finally, pak192.comic has a nightly on github: https://github.com/Flemmbrav/Pak192.Comic/releases Since this always uses the most recent makeobj, you will need a nightly simutrans version to test it as well.
Thanks, I'm using Windows and makeobj.exe.
I have tried to run my pak, but I'm not sure how to use the files on sourceforge, is it just make all file into pak and it will work fine?