<blockquote class='quote\\_blockquote'><dl><dt>Kaitlyn Mustache Man</dt><dd>Jan 26 2013, 06:22:44 PM</dd></dl><div>with Arjun tool, you don't need to run cmd. you just use the .exe file and select the original .pac file and the file that you want to import. it will automatically import for you and give you XX and YY values. then you can [manually] search in the arc file for the right position and put the XX and YY values.[/quote]Ok.
So you still need to hex edit manually then. That is not needed AT ALL with this function so that is one improvement. You just need to know the pac file name to import to and what the id to update in the arc is (and how you reach the unique correct one by using "/"). I expect some new tutorials specifying these things perhaps?
However, note that the import_any function is a bit advanced. Putting in the wrong values can mess up your ARC file.
I hope this method can be used by the ones that normally hex edit and that they can find some id-strings and write tutorials so that the n00bs that does not do HEX edit can use the function to import menu images and other things as well.
One advantage of using cmd-line is that you can for example create batch-scripts (.bat in windows) that execute several commands in a row, for example installs a bunch of menu screens for you. I had one that filled up all my no model slots with characters from the old games.
Also, I can put stuff in the editor interface if I can execute the full command from command line. An exe file with a GUI cannot be integrated into another tool the same way unless it has also some other interface. I wish x-packer and the arjun tools had this as I would not need to write all code myself if that was the case, but instead I could reuse their stuff for the editor to save time.