The International Simutrans Forum

PakSets and Customization => Pak128 => Topic started by: paco_m on February 17, 2011, 12:40:14 PM

Title: Problem with pak sources
Post by: paco_m on February 17, 2011, 12:40:14 PM
Hi,
i downloaded the 128svn-export@1111 version somewhere from a thread in this subforum (can't find it right now) and I am having problems compiling the paks with makeobj ;)

All the cargo-ships graphics i opened have a size of 2000x500, 2000x750pixel and so on - this is not working because makeobj PAK128 expects multiples of 128 pixel, any solution or is there already a newer version with correct image sizes available?
Also the part of the image with background-colour (tried with mhz cement barge) has not the right size so it would be quite a lot of work to fix it and realign the vehicles and as somewhere must exist images in a compileable format I prefer asking here  ;D




Ok, problem solved - it has to be compiled using makeobj PAK250.
A readme-file included in the sources with such information would be nice




Mod note: please do not double-post (http://forum.simutrans.com/index.php?topic=4529.0#post_item4e). Edit your last comment instead.
~Fabio


Title: Re: Problem with pak sources
Post by: Zeno on February 17, 2011, 03:27:03 PM
You may like to know that airplanes also have a special size: 176px, so you must use makeobj pak176 on them in order to compile correctly.
Title: Re: Problem with pak sources
Post by: Djohaal on April 09, 2011, 02:11:10 AM
I banged my head around a lot while trying to recompile the monorail files, it seems to chug at the monorail depot complaining "depot" is not a recognized building type. Is there some magic to make it work?
Title: Re: Problem with pak sources
Post by: Zeno on April 09, 2011, 09:42:23 AM
No magic. Depot should work.
Obj=building
Name=MonorailDepot
type=depot
waytype=monorail_track
Title: Re: Problem with pak sources
Post by: prissi on April 11, 2011, 08:56:56 AM
It will work if your makeobj is not too old. Only the newest makeobj can compile the newest features ...
Title: Re: Problem with pak sources
Post by: Djohaal on April 11, 2011, 08:13:11 PM
Maybe I'm using an old makeobj. I'll give it a check later.  ;D