Bars on object's image.. April 25, 2010, 11:51:35 pm I'm using Makeobj 50 and Pakhelper 3.2. I made the PNG and the DAT files and when i go to make it it works fine. But when i try to use it in game it has a weird effect. It places white lines in front of the picture and the pictures aren't aligned.Here's the DAT:Code: [Select]obj=vehiclename=KX-8010 P****enger Carcopyright=Fuzzy Peach=intro_month=3=intro_year=2010runningcost=150cost=2500000weight=20speed=160payload=100freight=P****agierelength=8waytype=trackEmptyImage[S]=KX-8010.0.2EmptyImage[E]=KX-8010.0.0EmptyImage[SE]=KX-8010.0.1EmptyImage[SW]=KX-8010.0.3EmptyImage[N]=KX-8010.0.2EmptyImage[W]=KX-8010.0.0EmptyImage[NW]=KX-8010.0.1EmptyImage[NE]=KX-8010.0.3The PAK is attached in the ZIP below.mod note: subject modified to explain better the content of the thread.~vilvoh Quote Selected Last Edit: April 26, 2010, 01:42:26 pm by vilvoh
Re: Problems making a PAK file. Reply #1 – April 26, 2010, 09:08:02 am Use a 24 bit PNG not 32 bit PNG solves this. Also the newest moekogj may solve this (not available in binary form). Quote Selected
Re: Problems making a PAK file. Reply #2 – April 26, 2010, 01:30:52 pm Do you know how i would do this in GIMP? Quote Selected
Re: Problems making a PAK file. Reply #3 – April 26, 2010, 01:38:35 pm Just cut the original image, create a new one of the same size and then paste the original one into the new one. Finally save it and voila!!PS: It's not a bug, It's a well known effect in Simutrans, called the bars effect Quote Selected Last Edit: April 26, 2010, 01:44:00 pm by vilvoh
Re: Problems making a PAK file. Reply #4 – April 26, 2010, 01:43:54 pm In GIMP, open a png, then in menu layer->transparency->remove alpha channel. Save. Quote Selected