makeobj50
Extract for factories pak fails.
It tends to use
BUIL node as file name.
ERROR: could not open factory.?????.pak for writing (aborting)
? ? ? ? ? is the binary value of BUIL node, not readable ascii text.
waht for set?
pak.contrast 910 included a utf-8 name factory
utf-8 file names is not possible for makeobj extract
Anything.
I couldn't find ANY utf-8 name in pak.contrast 910.
Can you address the byte which utf-8 name is used ?
This is a bug of makeobj, not a bug of pakset.
For at least one file in Pak128 V1.4.5 (where I needed the extract function), makeobj 49 and 50 show the same problem:
C:\local\games\ST\V1.02.2_release\simutrans\pak128v145\unpack_factories>makeobj_V50.exe EXTRACT factories.all.pak
Makeobj version 50 for simutrans 102.1 Nightly and higher
(c) 2002-2006 V. Meyer , Hj. Malthaner, M. Pristovsek
found 54 files to extract
ERROR: could not open factory.♣Ç♥♦☺.pak for writing (aborting)
C:\local\games\ST\V1.02.2_release\simutrans\pak128v145\unpack_factories>makeobj_V49.exe EXTRACT factories.all.pak
Makeobj version 49 for simutrans 100.0 and higher
(c) 2002-2006 V. Meyer , Hj. Malthaner, M. Pristovsek
found 54 files to extract
ERROR: could not open factory.♣Ç♥♦☺.pak for writing (aborting)
Solved the problem in r2841. Thank you.
It seems that still no makeobj newer than V50 has been published (pre-compiled, that is).