User talk:Sandungas: Difference between revisions
m (deroad) |
mNo edit summary |
||
Line 9: | Line 9: | ||
[[User:Deroad|Deroad]] 19:30, 17 October 2012 (MSK) | [[User:Deroad|Deroad]] 19:30, 17 October 2012 (MSK) | ||
Nice for MFW builder ;). The pastebin i uploaded yesterday was needed to complete/verify all the offset mapping of background images in "lines.qrc", i was looking where the background images are and if is possible to make an small task for MFW. The idea is to fill the "pixel info" area of one/any background.dds image with a pattern (e.g: 00 00 00 FF = black). This can be converted to a .tcl task (e.g: change_pink_background_to_black.tcl). There is no need to "extract" the .dds image, modify, then "inject", the patch can be applyed over the .QRCF file directly. [[User:Sandungas|Sandungas]] | Nice for MFW builder ;). The pastebin i uploaded yesterday was needed to complete/verify all the offset mapping of background images in "lines.qrc", i was looking where the background images are and if is possible to make an small task for MFW. The idea is to fill the "pixel info" area of one/any background.dds image with a pattern (e.g: 00 00 00 FF = black pixel). This can be converted to a .tcl task (e.g: change_pink_background_to_black.tcl). There is no need to "extract" the .dds image, modify, then "inject" (mostly because the header of this 24 background images contains the same 0x80 bytes, so is common, and the rest of the .dds file is "pixel info", each pixel is 4 bytes length), the patch can be applyed over the .QRCF file directly. [[User:Sandungas|Sandungas]] |
Revision as of 17:39, 17 October 2012
Please check the ISO.BIN.EDAT page and talk page
have fun
http://www.ps3devwiki.com/wiki/QGL_modding#QGL
Deroad 19:30, 17 October 2012 (MSK)
Nice for MFW builder ;). The pastebin i uploaded yesterday was needed to complete/verify all the offset mapping of background images in "lines.qrc", i was looking where the background images are and if is possible to make an small task for MFW. The idea is to fill the "pixel info" area of one/any background.dds image with a pattern (e.g: 00 00 00 FF = black pixel). This can be converted to a .tcl task (e.g: change_pink_background_to_black.tcl). There is no need to "extract" the .dds image, modify, then "inject" (mostly because the header of this 24 background images contains the same 0x80 bytes, so is common, and the rest of the .dds file is "pixel info", each pixel is 4 bytes length), the patch can be applyed over the .QRCF file directly. Sandungas