asmodean's reverse engineering page |
2007/03/15 / exchpac It's much easier to merge the alpha data when you have the actual filenames... Updated: Added support for another compression type and a tool to merge the event images. Updated: Now supports deflated data. Updated: Now supports archive type 4. Also added several old junky merge tools that work with various games. Updated: Added a tool to merge SPM VER-2.00 (*.spm) for the character images. Updated: exchpac no longer depends on Cheerfull.exe, hopefully I didn't break anything. Updated: Added all the other junk tools back to the archive since I apparently forgot them last time. Updated: Added mergemajikoi2vis. Updated: Added mergeanoorevis and updated merge_spm for 彼女はオレからはなれない. Updated: mergeanoorevis now handles missing deltas in キスベル. Updated: merge_spm now handles missing deltas in 真剣で私に恋しなさい!A−1. Updated: mergeanoorevis now handles png images in 真剣で私に恋しなさい!A−1. exchpac.zip Contents: // exchpac.cpp, v1.1 2009/11/27 // This tool extracts data from GIGA's PAC (*.pac) archives. // mergeanoorevis.cpp, v1.02 2013/01/21 // This tool merges the event images from 彼女はオレからはなれない and others. // Extract visual.dat from config.pac. // mergemajikoi2vis.cpp, v1.0 2012/01/27 // This tool merges the event images from 真剣で私に恋しなさい!S. // Extract visual.dat from config.pac. // merge_spm.cpp, v1.11 2013/01/22 // This tool merges images specified by an SPM VER-2.00 (*.spm). // mergechvis.cpp, v1.0 2007/03/15 // This tool merges the event images delta's from GIGA's game Cheerful. // Extract visual.dat from config.pac. // mergexcvis.cpp, v1.0 2007/03/15 // This tool merges the event images delta's from some GIGA game I forget. // Extract visual.dat from config.pac. // mergehimevis.cpp, v1.0 2007/10/03 // This tool merges the event images delta's from GIGA's game Hime... // Extract visual.dat from config.pac. // mergewishvis.cpp, v1.0 2007/10/03 // This tool merges the event images delta's from various GIGA games. // Extract visual.dat from config.pac. // bmp2rgba.cpp, v1.0 2007/03/15 // This tool converts a 24-bit bitmap plus a separate alpha channel into // a single 32-bit RGBA bitmap. Can be used with GIGA's *.fil alpha data // among many others.Known to work with: 2007/01/26 戯画 「チアフル!」 2007/03/23 コトノハ feat. 戯画 「飛ぶ山羊はさかさまの木の夢を見るか」 2007/04/20 Sky-High feat.戯画 「彗星(ほし)に願いを…」 2008/03/28 戯画 「オトメクライシス」 2008/06/27 コトノハ 「ラッキー×クロス」 2008/11/28 戯画 「さかあがりハリケーン」 2009/03/27 戯画 「BALDR SKY Dive1“LostMemory”」 2009/05/29 ナタデココ 「姉ったい注意報?!」 2009/08/28 みなとそふと 「真剣で私に恋しなさい!」 2009/11/27 戯画 「BALDR SKY Dive2“RECORDARE”」 2010/01/29 戯画 「キュアフル!」 2010/06/25 戯画 「bitter smile.」 2010/08/13 戯画 「BALDR SKY DiveX “DREAM WORLD” SUMMER FESTIVAL ROM」 2010/09/24 戯画 「BALDR SKY DiveX“DREAM WORLD”」 2010/11/26 戯画 「JINKI EXTEND ReVISION」 2011/02/25 戯画 「ひなたテラス -We don't abandon you.-」 2011/09/22 戯画 「シュクレ〜sweet and charming time for you.〜」 2011/12/22 Fizz 「恋するコトと見つけたり!」 2012/01/27 みなとそふと 「真剣で私に恋しなさい!S」 2012/03/23 戯画 「マテリアルブレイブ」 2012/09/28 戯画 「彼女はオレからはなれない」 2012/12/14 戯画 「キスベル」 2013/01/18 みなとそふと 「真剣で私に恋しなさい!A-1」 2013/01/25 戯画TEAM BALDRHEAD 「マテリアルブレイブ イグニッション」 2013/07/12 みなとそふと 「真剣で私に恋しなさい!A-2」 2014/01/31 戯画 「キスアト ‐Kiss will change, my relation with you‐」 *.pac (sig=PAC) |