The International Simutrans Forum

Community => Simutrans Help Center => Topic started by: venom_ on July 19, 2018, 08:41:18 PM

Title: Makeobj won't execute
Post by: venom_ on July 19, 2018, 08:41:18 PM
Hi. I'm learning how to make paksets, but I can't open the tool required to create them known as Makeobj. I downloaded it, but when I run it a window pops up and disappears immediately. I'm running Windows 10. Thanks for the help if anyone knows how to solve this issue.
Title: Re: Makeobj won't execute
Post by: An_dz on July 20, 2018, 01:59:13 AM
makeobj is a command line software, there's no GUI. Open CMD (Windows Command Shell) and run makeobj and you'll see the commands you can run.

The more common, and the one you seek is makeobj <paksize> <output pak file> <input dat file>
paksize is pak followed with the pakset size. (e.g. pak128 for pak128 and pak192 for pak192.comic)
output pak file is the name of the output file. (e.g. truck.pak)
input dat file is the name of the dat file you want to compile (e.g. truck.dat)
Title: Re: Makeobj won't execute
Post by: Frank on July 20, 2018, 04:41:14 AM
Wiki - Creating Simutrans objects (https://simutrans-germany.com/wiki/wiki/en_doPak?page_ref_id=463)