News:

Simutrans Tools
Know our tools that can help you to create add-ons, install and customize Simutrans.

Makeobj50 gives strange result

Started by AvG, March 23, 2010, 01:59:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AvG

Hi guys,
I am trying to make a new pakfile for a mailbox.
In a special folder I have:
- dat-file
- multiple png-file (from Fagonella)
- makeobj47
- bat-file
If I run the batfile I get a pakfile of 11 kB (seems OK)

Replacing makeobj47 by the new makeobj50 and adapting the batfile results in pakfile of 1 kB (not OK)

What's the difference between 47 and 50 ?
Is the multiple png a problem?

AvG
Ad van Gerwen

vilvoh

#1
Does it show any error message?

Escala Real...a blog about Simutrans in Spanish...

DirrrtyDirk

Maybe you need to change something in the dat?

If you'd post it, people could look over it...
  
***** PAK128 Dev Team - semi-retired*****

AvG

Here is the dat-file.
Pls keep in mind that this dat-file works with Makeobj47

Obj=building
Name=basic_mailbox
type=busstop
copyright=Fagonella
enables_pax=0
enables_post=1
NoInfo=1
Dims=1,1,2
Level = 2
intro_year=1750
intro_month=1
icon=> ../images/bus_stops.3.5
cursor=../images/bus_stops.3.4
BackImage[0][0][0][0][0]=../images/bus_stops.3.0
FrontImage[0][0][0][0][0]=../images/bus_stops.3.1
BackImage[1][0][0][0][0]=../images/bus_stops.3.2
FrontImage[1][0][0][0][0]=../images/bus_stops.3.3

AvG
Ad van Gerwen

vilvoh

Maybe the problem is related with this topic.

Quote from: Kristian on August 09, 2008, 07:25:47 PM
It stopped complaining and compiled the pak when I changed those to

Quotetype=stop
waytype=track

like it told me.

Check also the german wiki.

Escala Real...a blog about Simutrans in Spanish...

Combuijs

So from makeobj v49 it should be

type=stop
waytype=road

instead of

type=busstop

Edit: up to version 48 means from version 49
Bob Marley: No woman, no cry

Programmer: No user, no bugs



AvG

#6
Thank you. This is the solution.

Is there somewhere an overview of these new conditions to be found?

AvG

Edit: I checked the german wiki now. Gives enough info.
Ad van Gerwen