Skip to main content
Topic: Makeobj50 gives strange result (Read 3093 times) previous topic - next topic

Makeobj50 gives strange result

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

Re: Makeobj50 gives strange result

Reply #1
Does it show any error message?

Re: Makeobj50 gives strange result

Reply #2
Maybe you need to change something in the dat?

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

Re: Makeobj50 gives strange result

Reply #3
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


Re: Makeobj50 gives strange result

Reply #5
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



 

Re: Makeobj50 gives strange result

Reply #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