bothers

k_kisekae2 offline

Nov 29th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. 1. Get the files
  2.  
  3. List of files you need to download:
  4.  
  5. http://pochi.lix.jp/k_kisekae2.html
  6. http://pochi.lix.jp/k_kisekae2.swf
  7. http://pochi.lix.jp/ac_runactivecontent.js
  8.  
  9. http://pochi.lix.jp/k_kisekae2_swf/ashi8.swf
  10. http://pochi.lix.jp/k_kisekae2_swf/belt9.swf
  11. http://pochi.lix.jp/k_kisekae2_swf/bura2.swf
  12. http://pochi.lix.jp/k_kisekae2_swf/character2.swf
  13. http://pochi.lix.jp/k_kisekae2_swf/dou21.swf
  14. http://pochi.lix.jp/k_kisekae2_swf/hairEx4.swf
  15. http://pochi.lix.jp/k_kisekae2_swf/hand0.swf
  16. http://pochi.lix.jp/k_kisekae2_swf/hand1_11.swf
  17. http://pochi.lix.jp/k_kisekae2_swf/hane.swf
  18. http://pochi.lix.jp/k_kisekae2_swf/head20.swf
  19. http://pochi.lix.jp/k_kisekae2_swf/mainwindow.swf
  20. http://pochi.lix.jp/k_kisekae2_swf/mark4.swf
  21. http://pochi.lix.jp/k_kisekae2_swf/mob2.swf
  22. http://pochi.lix.jp/k_kisekae2_swf/mune5.swf
  23. http://pochi.lix.jp/k_kisekae2_swf/mune_m11.swf
  24. http://pochi.lix.jp/k_kisekae2_swf/peni.swf
  25. http://pochi.lix.jp/k_kisekae2_swf/ribon.swf
  26. http://pochi.lix.jp/k_kisekae2_swf/tail1.swf
  27. http://pochi.lix.jp/k_kisekae2_swf/ysyatu5.swf
  28.  
  29. Everything but the first three files have to go into a
  30. subfolder named k_kisekae2_swf
  31.  
  32.  
  33. 2. Download JPEXS
  34.  
  35. https://github.com/jindrapetrik/jpexs-decompiler/releases
  36.  
  37. JPEXS is a FOSS Flash decompiler. It's ugly, but it's open
  38. source, cross-platform, and it'll do the job. Download
  39. ffdec_7.1.1_setup.exe or the zip if you prefer manual installation
  40. (or are running non-Windows)
  41.  
  42.  
  43. 3. Edit k_kisekae2.swf
  44.  
  45. - Run JPEXS, open k_kisekae2.swf (I suggest you make a backup of this
  46. file, in case things go wrong.)
  47. - In the tree view, open scripts > Main
  48. - Scroll down until you see function Main() (image 1)
  49. - Click on the line that reads Security.allowDomain("pochi.x.fc2.com");
  50. note that this also highlights the line in the rightmost pane.
  51. - Click the Edit button below the rightmost pane.
  52. - In that pane, select all the text in quotations ("pochi.eek.jp")
  53. - Replace it with 'localhost'.
  54. - Click the Save button below the pane; it should look like image 2.
  55. - Scroll down to function initialize()
  56. - Find the line that contains "pochi.x.fc2.com", and click on it, click Edit,
  57. change it to 'localhost', and Save. It should look like image 3.
  58. - Finally, in the treeview, go to others > FileAttributes.
  59. - Click Edit beneath the center pane, and uncheck useNetwork (image 4)
  60. - Click the Save button in the top toolbar.
  61.  
  62. That's it. If you did everything correctly and JPEXS doesn't crap out,
  63. you should be able to open k_kisekae2.html in a browser and enjoy
  64. offline mode.
  65.  
  66.  
  67. 4. Updating
  68.  
  69. If you want to update, download the new swf and reapply the edits.
  70. However, if the parts update, you'll also probably need to download
  71. new versions of the parts swf files. You can find what files the main
  72. swf is using by looking in scripts > Main; the loadName array contains
  73. all the parts swfs that the game looks for, and you should be able to
  74. find them at
  75. http://pochi.lix.jp/k_kisekae2_swf/[file name].swf
Advertisement
Add Comment
Please, Sign In to add comment