Skip to content

Commit 7cce156

Browse files
authored
Update README.md
1 parent d437931 commit 7cce156

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,26 @@ You can use the included SarConvert application to test if the thumbnail handler
2323

2424
* Grab the latest build from the releases page
2525
* 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+
2629
* Run the provided install/remove script as administrator
2730

28-
or
29-
<details>
30-
<summary>Manual Installation</summary>
31+
Or
3132

32-
* Open a Command Prompt as Administrator
33+
* Open a Command Prompt as administrator
3334
* CD into the folder with the dll file
3435
* run `regsrv32 Pso2SarThumbnailHandler.x64.dll` or `regsrv32 Pso2SarThumbnailHandler.x86.dll` to install
3536
* run `regsrv32 /u Pso2SarThumbnailHandler.x64.dll` or `regsrv32 /u Pso2SarThumbnailHandler.x86.dll` to remove
36-
</details>
37-
3837

39-
</details>
4038

4139
# SarConvert Utility
4240

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
4442

4543
### Usage:
4644

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,
4846
For precise size control, run it from a command prompt or script file
4947

5048
Passing a number as parameter will change the out size for the subsequent arguments

0 commit comments

Comments
 (0)