Where to get MAKEPAK? September 05, 2008, 01:02:52 pm Some Years ago I had painted some Buses for Simutrans (Ikarus-260/280, LiAZ-677/5256 etc)...Now I'd like to try to paint some more at least for Myself.But I don't know where to get that Makepak from... Quote Selected
Re: Where to get MAKEPAK? Reply #1 – September 05, 2008, 01:04:36 pm It's now called makeobj, and download links are next to game downloads... such as with http://forum.simutrans.com/index.php?topic=15.0PS: Just thinking... aren't you S. Kroytor? Quote Selected
Re: Where to get MAKEPAK? Reply #2 – September 05, 2008, 01:08:20 pm Yup... That's Me :-) Quote Selected
Re: Where to get MAKEPAK? Reply #3 – September 05, 2008, 01:13:18 pm And another Question: where the Tutorial for Makeobj is? O:-) Quote Selected
Re: Where to get MAKEPAK? Reply #4 – September 05, 2008, 01:30:33 pm So then - welcome back!Tutorial... hm, probably should be on wiki, but I can't find it It's command line program; when creating new objects, first parameter is "pak128" (change number for other sizes), then usually ./ ./ to compile all objcects in this folder to this folder...Code: [Select]makeobj pak128 ./ ./ Quote Selected
Re: Where to get MAKEPAK? Reply #5 – September 05, 2008, 01:31:24 pm Thanx. I'll try :-) Quote Selected
Re: Where to get MAKEPAK? Reply #6 – September 05, 2008, 01:34:12 pm Quote from: seriojik – on September 05, 2008, 01:13:18 pmAnd another Question: where the Tutorial for Makeobj is? O:-)Quote from: VS – on September 05, 2008, 01:30:33 pm...Tutorial... hm, probably should be on wiki, but I can't find it ...german wiki helpgerman wiki page en_doPak Quote Selected Last Edit: December 14, 2008, 04:41:22 pm by Frank
Re: Where to get MAKEPAK? Reply #7 – September 05, 2008, 05:50:44 pm To use makeobj more handy, you can create .bat commands :Quotemakeobj pak128 2>err.txtin "create.bat" (or other name) in the same folder as makeobj for convert dat and png files to paks.If there is any errors, it will be written in err.txtQuotemakeobj MERGE name.pak *.pakin "merge.bat" (or other name) in the same folder as makeobj for merge all pak files in "name.pak" (change the name by editing the text). Quote Selected
Re: Where to get MAKEPAK? Reply #8 – September 05, 2008, 10:17:12 pm If you are windows user, Pakhelper is your best choice. It's a frontend for makeobj, simple and very easy to use. Quote Selected