Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Get the files
- List of files you need to download:
- http://pochi.lix.jp/k_kisekae2.html
- http://pochi.lix.jp/k_kisekae2.swf
- http://pochi.lix.jp/ac_runactivecontent.js
- http://pochi.lix.jp/k_kisekae2_swf/ashi8.swf
- http://pochi.lix.jp/k_kisekae2_swf/belt9.swf
- http://pochi.lix.jp/k_kisekae2_swf/bura2.swf
- http://pochi.lix.jp/k_kisekae2_swf/character2.swf
- http://pochi.lix.jp/k_kisekae2_swf/dou21.swf
- http://pochi.lix.jp/k_kisekae2_swf/hairEx4.swf
- http://pochi.lix.jp/k_kisekae2_swf/hand0.swf
- http://pochi.lix.jp/k_kisekae2_swf/hand1_11.swf
- http://pochi.lix.jp/k_kisekae2_swf/hane.swf
- http://pochi.lix.jp/k_kisekae2_swf/head20.swf
- http://pochi.lix.jp/k_kisekae2_swf/mainwindow.swf
- http://pochi.lix.jp/k_kisekae2_swf/mark4.swf
- http://pochi.lix.jp/k_kisekae2_swf/mob2.swf
- http://pochi.lix.jp/k_kisekae2_swf/mune5.swf
- http://pochi.lix.jp/k_kisekae2_swf/mune_m11.swf
- http://pochi.lix.jp/k_kisekae2_swf/peni.swf
- http://pochi.lix.jp/k_kisekae2_swf/ribon.swf
- http://pochi.lix.jp/k_kisekae2_swf/tail1.swf
- http://pochi.lix.jp/k_kisekae2_swf/ysyatu5.swf
- Everything but the first three files have to go into a
- subfolder named k_kisekae2_swf
- 2. Download JPEXS
- https://github.com/jindrapetrik/jpexs-decompiler/releases
- JPEXS is a FOSS Flash decompiler. It's ugly, but it's open
- source, cross-platform, and it'll do the job. Download
- ffdec_7.1.1_setup.exe or the zip if you prefer manual installation
- (or are running non-Windows)
- 3. Edit k_kisekae2.swf
- - Run JPEXS, open k_kisekae2.swf (I suggest you make a backup of this
- file, in case things go wrong.)
- - In the tree view, open scripts > Main
- - Scroll down until you see function Main() (image 1)
- - Click on the line that reads Security.allowDomain("pochi.x.fc2.com");
- note that this also highlights the line in the rightmost pane.
- - Click the Edit button below the rightmost pane.
- - In that pane, select all the text in quotations ("pochi.eek.jp")
- - Replace it with 'localhost'.
- - Click the Save button below the pane; it should look like image 2.
- - Scroll down to function initialize()
- - Find the line that contains "pochi.x.fc2.com", and click on it, click Edit,
- change it to 'localhost', and Save. It should look like image 3.
- - Finally, in the treeview, go to others > FileAttributes.
- - Click Edit beneath the center pane, and uncheck useNetwork (image 4)
- - Click the Save button in the top toolbar.
- That's it. If you did everything correctly and JPEXS doesn't crap out,
- you should be able to open k_kisekae2.html in a browser and enjoy
- offline mode.
- 4. Updating
- If you want to update, download the new swf and reapply the edits.
- However, if the parts update, you'll also probably need to download
- new versions of the parts swf files. You can find what files the main
- swf is using by looking in scripts > Main; the loadName array contains
- all the parts swfs that the game looks for, and you should be able to
- find them at
- http://pochi.lix.jp/k_kisekae2_swf/[file name].swf
Advertisement
Add Comment
Please, Sign In to add comment