You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,28 +23,26 @@ You can use the included SarConvert application to test if the thumbnail handler
23
23
24
24
* Grab the latest build from the releases page
25
25
* Extract the zip file somewhere it won't be moved out of (like alongside your Tweaker/Game executable for instance)
26
+
27
+
Then either
28
+
26
29
* Run the provided install/remove script as administrator
27
30
28
-
or
29
-
<details>
30
-
<summary>Manual Installation</summary>
31
+
Or
31
32
32
-
* Open a Command Prompt as Administrator
33
+
* Open a Command Prompt as administrator
33
34
* CD into the folder with the dll file
34
35
* run `regsrv32 Pso2SarThumbnailHandler.x64.dll` or `regsrv32 Pso2SarThumbnailHandler.x86.dll` to install
35
36
* run `regsrv32 /u Pso2SarThumbnailHandler.x64.dll` or `regsrv32 /u Pso2SarThumbnailHandler.x86.dll` to remove
36
-
</details>
37
-
38
37
39
-
</details>
40
38
41
39
# SarConvert Utility
42
40
43
-
Included in the release download, you can use it to test if the thumbnail handler should work, or simply to convert .sar files into .pngs
41
+
Included in the release download, you can use it to test if the thumbnail handler should work, or simply to convert .sar files into .pngs for general use
44
42
45
43
### Usage:
46
44
47
-
Droping one or more .sar files into the executable will create a 1:1 .png file of it,
45
+
Droping one or more .sar files into the executable will create a 1:1 (usually 192x96, or 32x32) .png file of it,
48
46
For precise size control, run it from a command prompt or script file
49
47
50
48
Passing a number as parameter will change the out size for the subsequent arguments
0 commit comments