Japanese Women - Animated Jigsaws

Japanese Women - Animated Jigsaws

Not enough ratings
快速全成就/Fast Way to Get Full Achievement
By Gong_Pu
本篇指南面向想要拿全成就但有懒得拼图的人。(非SAM!)
This guide is for those who want to get full achievements but don''t want to do the jigsaws.(No SAM!)
   
Award
Favorite
Favorited
Unfavorite
前言 / What should I know first
这份指南是面向想要全成就但是又不想品鉴SAM的群体。
这个游戏你每次退出单个拼图游戏的时候,会将你的进度存储在C盘的.json文件中。我们要做的就是修改这个文件,使其在我们再次进入游戏后就可以达到几乎完成的状态。

This guide is aiming to those who want to get full achievements but don't want to use SAM.
This game will save your progress while you quitting from a single jigsaw game which will be saved in a .json file in your C:\ disc. What we need to do is just to edit it which can make a nearly perfect result in the saved game that can help you finish it easily.
文件在哪里?/ Where is the save file?

进度文件被存放在:
C:\Users\(用户名)\AppData\LocalLow\jp_co_bottlecube\Japanese Women - Animated Jigsaws
其中我们要修改的就是 Puzzle(数字).json 文件。如图中包含的就是Puzzle10.json、Puzzle13.json、Puzzle16.json、Puzzle19.json、Puzzle22.json、Puzzle25.json、Puzzle28.json。

The progress file is be located in :
C:\Users\(Your User Name)\AppData\LocalLow\jp_co_bottlecube\Japanese Women - Animated Jigsaws
The file we need to edit in the folder is Puzzle(num).json. For example, the files we need to edit in the image are Puzzle10.json、Puzzle13.json、Puzzle16.json、Puzzle19.json、Puzzle22.json、Puzzle25.json、Puzzle28.json.
怎么搞?/ How to do ?
首先,参考上一章找到文件夹位置。
接着,我们先进入游戏。选择关卡,本次举例中,我们以350片的“A woman taking a rest in the shade of a forest”为例。

开始拼图。

退出游戏。
注意:你必须得退出游戏,关闭游戏!
来到存储文件夹内,可以看到出现Puzzle21.json文件。很明显这就是我们要改的那个文件。Puzzle21.json很明显对应的就是350片的“A woman taking a rest in the shade of a forest”。

打开,修改。根据文件大小以及刚刚我们的行为,我们知道这是350片的拼图。因此前往本指南的“350片替换代码”章节复制代码。由于Puzzle21文件名,我们将复制代码的"puzzle_spec_id":后的4改为21
因此.json文件内容如下:

重新打开游戏,进入该拼图,将最后一块补上,完成拼图。


First, locate the folder referring to the last chapter.
Then, start the game. Choose the level, in this example, we use the 350-piece “A woman taking a rest in the shade of a forest” as the example.

Start the jigsaw.

Quit the Game.
Attention: You Have to QUIT THE GAME, SHUT UP THE GAME!
Go to the save-file folder, you can see there is a puzzle21.json appeared there. Obviously, this is the file we need to edit.
Puzzle21.json is the 350-piece “A woman taking a rest in the shade of a forest” clearly.

Open and edit. According to the file size and what we just have done nearly before, we know it's a 350-piece jigsaw. So go to the "Replace Code for the 350-pieces" chapter in this guide and copy the code. As for the "Puzzle21" file name, we edit the parameter of "puzzle_spec_id": of the copied code from 4 to 21.
So the content of the .json should be like:

Restart the game, go to the jigsaw, put on the last piece, complete the jigsaw.
60片替换代码 / Replace Code for the 60-pieces
{"puzzle_spec_id":4,"elapsed_seconds":1,"spread":false,"board_color":0,"fixed_piece_ids":[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60],"free_groups":[{"piece_ids":[10],"x":-424.6445007324219,"y":250.33404541015626}]}

注意:
"puzzle_spec_id":接的是拼图序号。你可以通过文件名判断。如Puzzle21.json的拼图序号就是21,就将4改为21。
"elapsed_seconds":接的是拼图所花时间,单位为秒。

Tip:
"puzzle_spec_id": follow the number of the jigsaw. You can find it out by file name. For example, the name of Puzzle21.json jigsaw's number is 21, so edit 4 to 21.
"elapsed_seconds": records the second you spent on this jigsaw.
240片替换代码 / Replace Code for the 240-pieces
{"puzzle_spec_id":4,"elapsed_seconds":1,"spread":false,"board_color":0,"fixed_piece_ids":[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240],"free_groups":[{"piece_ids":[10],"x":-424.6445007324219,"y":250.33404541015626}]}

注意:
"puzzle_spec_id":接的是拼图序号。你可以通过文件名判断。如Puzzle21.json的拼图序号就是21,就将4改为21。
"elapsed_seconds":接的是拼图所花时间,单位为秒。

Tip:
"puzzle_spec_id": follow the number of the jigsaw. You can find it out by file name. For example, the name of Puzzle21.json jigsaw's number is 21, so edit 4 to 21.
"elapsed_seconds": records the second you spent on this jigsaw.
350片替换代码 / Replace Code for the 350-pieces
{"puzzle_spec_id":4,"elapsed_seconds":1,"spread":false,"board_color":0,"fixed_piece_ids":[1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350],"free_groups":[{"piece_ids":[10],"x":-424.6445007324219,"y":250.33404541015626}]}

注意:
"puzzle_spec_id":接的是拼图序号。你可以通过文件名判断。如Puzzle21.json的拼图序号就是21,就将4改为21。
"elapsed_seconds":接的是拼图所花时间,单位为秒。

Tip:
"puzzle_spec_id": follow the number of the jigsaw. You can find it out by file name. For example, the name of Puzzle21.json jigsaw's number is 21, so edit 4 to 21.
"elapsed_seconds": records the second you spent on this jigsaw.