makeobj problem March 12, 2009, 02:25:57 pm The makeobj-win-49 rar file which I've downloaded from sourceforge doesn't seem to work. Whenever I click the extracted file, nothing happens/opens.Anyone could help?thanks. Quote Selected
Re: makeobj problem Reply #1 – March 12, 2009, 02:43:53 pm It's a console application. If you double-click it from windows, it will appear to do nothing. You should execute it from a command (dos) window. When you execute it from the command window, you can see some built-in brief help, but I think you should take a look to the english wiki, and the makeobj documentation (which I don't know where to find). Quote Selected
Re: makeobj problem Reply #2 – March 12, 2009, 02:53:09 pm Yup, try running the command prompt(start > run ) then type in cmd. This starts the command prompt. I then change the directory to the makeobj directory. In my case i would type in :cd d:\simutrans development\MAK DE 1002\compile\Then i type d:And it gives me the directory i just typed in above. In there i keep the graphics and .dat files. All i need to do then is type in:makeobj pak128 and it creates the pak files according to the .dat files. If you only type in makeobj it gives you a list with options to use. Quote Selected
Re: makeobj problem Reply #3 – March 12, 2009, 03:17:12 pm ok...uhm what do you mean by changing the directory to the makeobj directory? Btw I've extracted the makeobj from the rar file onto my desktop. Quote Selected
Re: makeobj problem Reply #4 – March 12, 2009, 03:35:34 pm changing the directory in the command prompt(remember the start > run , cmd . part?). Quote Selected
Re: makeobj problem Reply #5 – March 12, 2009, 03:39:35 pm If you are using the console you can switch the directory with the command "cd".If you don't know how to use the console it would be easier for you to make a batch file* and use makeobj with the batch file.*batch file:-----------Make a new empty file and copy the following text into it:(The should get the ending .bat)For pak64:Code: [Select]makeobj -PAKPAUSEFor pak96:Code: [Select]makeobj -PAK96PAUSEFor pak128:Code: [Select]makeobj -PAK128PAUSEFor pak192:Code: [Select]makeobj -PAK192PAUSEThen save the file in the same Directory in wich makeobj.exe and the DAT and PNG files you want to pak are.Now klick at the batch file and makeobj works. Quote Selected
Re: makeobj problem Reply #6 – March 12, 2009, 03:40:59 pm Indeed that would work much better for those unfamiliar with the console. Im writing a little app in C# that can act as a front-end for makeobj. Quote Selected
Re: makeobj problem Reply #7 – March 12, 2009, 03:44:02 pm Quote from: the almighty snark – on March 12, 2009, 03:40:59 pmIm writing a little app in C# that can act as a front-end for makeobj.It would be a useful thing for fuzion as it seems he's not familiar with folders in dos. Anyway, there's already some kind of gui for makeobj somewhere in the forum/simutrans network... Take a look on the forum and simutans website for tools or similar stuff, you may find it. Quote Selected
Re: makeobj problem Reply #8 – March 12, 2009, 03:46:59 pm In explorer or some "commander" you usually navigate to the folder you have the files in, too... Either try reading up a bit on that console thing in general, or give up and search a bit around here for pakhelper.Unfortunately I couldn't find anything better then this http://physiology.med.unc.edu/wwwMHMF/how-to/work-with-cmd/default.htmlOr maybe these could help a bit... Quote Selected
Re: makeobj problem Reply #9 – March 12, 2009, 03:48:13 pm I think that is a pretty good explenation VS Quote Selected
Re: makeobj problem Reply #10 – March 12, 2009, 03:49:16 pm Why don't you use PakHelper (a makeobj GUI for Windows)?PakHelper homepage: http://minami-fukuoka.simutrans.net/english/pakhelper.html Quote Selected Last Edit: March 12, 2009, 03:54:43 pm by vilvoh
Re: makeobj problem Reply #11 – March 12, 2009, 03:56:18 pm Quote from: vilvoh – on March 12, 2009, 03:49:16 pmWhy don't you use PakHelper (a makeobj GUI for Windows)?That is the one I was thinking in!! Thx vilvoh Quote from: VS – on March 12, 2009, 03:46:59 pmOr maybe these could help a bit...Welcome to VS-Express-Service: Tutorials on demand! If you want a makeobj tutorial, please press 1; if you want... Quote Selected
Re: makeobj problem Reply #12 – March 12, 2009, 04:08:03 pm Quote from: Zeno – on March 12, 2009, 03:56:18 pmWelcome to VS-Express-Service: Tutorials on demand! If you want a makeobj tutorial, please press 1; if you want... There's some extra info about makeobj, but not in english.. MakeObj tutorial in (PT)MakeObj tutorial (ES)PakHelper review (ES)How to create an intelligent direct access to makeobj (PT) Quote Selected
Re: makeobj problem Reply #13 – March 12, 2009, 04:18:26 pm I made that tutorial some months ago for just this kind of occasion. Handy to still have them.Cruzer's advice is good too... easy to set up.It's funny that of all posters in this thread I feel perhaps the most annoyed but in certain way I went to lengths to help Quote Selected
Re: makeobj problem Reply #14 – March 13, 2009, 09:07:00 am Thanks guys Well I've managed to figure out using the console to change directories and I've managed to create some pak files. With regards the PakHelper, I'll give it a try. Seems much more easy to use that one. Quote Selected