
however if you look at the very old flash0 files (1.xx tier of FW's) you'll see that they're more or less the same :/
it would not make sense that they always had it but only added the option to make them later.
This is an example of the batch im using for rcomage (doesn't have gim settings, but i need to add them)
|
And this is a example of another batch for gimconv with the settings i need to use for the PNG2GIM conversion (i need to add this settings to the previous batch)
|
In other words... i need to pass this 3 options from rcomage.exe ---to--» gimconv.exe:
--format_style psp
--format_endian big
--pixel_order normal
I been trying with --gimconv-cmd and --gimconv-flags... but i can't make it work :(
Someone used to rcomage knows how to do it ?
Or someone knows where to find an example of the usage of options --gimconv-cmd and --gimconv-flags ? (i promise i been searching in google a lot, but can't find any info)
lembas Wrote: [ -> ]homie this thread is from 2011
That may be true but if it's Rcomage-related it might as well be posted here!
sandungas Wrote: [ -> ]I been trying with --gimconv-cmd and --gimconv-flags... but i can't make it work :(It would be helpful if you could explain what "can't make it work" actually means. An error message? Unexpected output?
It would also be helpful if you could include the full command you're trying to use so I can diagnose issues.
The --gimconv-cmd is where you specify the location of the executable, whilst --gimconv-flags are additional parameters that get sent to Gimconv.
An alternative is to convert all your PNGs to GIMs separately (bypassing rcomage's GIM conversion) and reference the .gim file in the XML.
The last command of the batch where the rco is compiled (using PNG as inputs) is this one:
|
A bit long for forum but well, i prefer not to short it with fake paths... the problem is at the end of the line
When running the batch... rcomage stops working:
|
I guess the problem is in how i used the flags in the example: --gimconv-flags "--format_style psp --format_endian big --pixel_order normal"
Is just one of the random tests i made, not sure if is posible to use the flags like i did by the strict names that appears in the GimConv.cfg file, how to separate them, etc...
The RCO is from PS3 firmware 4.70 released some days ago, by the way
What about the file paths inside the XML file? Rcomage considers them relative to the current working directory, so you may either need to change all the paths, or cd into where all the resources are stored before running rcomage.