how to use makeobj 50 on vista? April 29, 2010, 06:14:15 pm I am using vista Sp2 and I am so confused whether how to use this useful tool: the window flashed for a fraction of a second and disappeared = = Quote Selected
Re: how to use makeobj 50 on vista? Reply #1 – April 29, 2010, 08:48:10 pm welcome to the creators'community The best way to use makeobj on windows is to create .bat command file. Copy these texts in txt files which you will save as ****.bat . If you put these files in the same folder as makeobj.exe so you'll just have to use .bat file to use makeobj's corresponding commands.create.batQuotemakeobj pak128 2>err.txtWill compile dat files (here for pak128 but you can change) and write errors which can occur in err.txtmerge.batQuotemakeobj MERGE name.pak *.pakMerge ALL present pak files in the folder into "name.pak" (change the name after).extract.batQuotemakeobj EXTRACTInverse of Merge command, extract single pak files from a merged one.So here are the most used command, normally you won't have to use other ones. Quote Selected
Re: how to use makeobj 50 on vista? Reply #2 – April 30, 2010, 07:18:01 am You can also check this tutorial about makeobj and this one about Pakhelper, the makeobj frontend for Windows. Quote Selected Last Edit: April 30, 2010, 09:18:06 am by vilvoh