Created
October 7, 2023 05:50
-
-
Save Xiaorui-Huang/9a905c61ee65455e7429506b072d91bf to your computer and use it in GitHub Desktop.
NieR Automata Cursor install file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; -- Install file for https://www.deviantart.com/juliodrai/art/Nier-Automata-Cursor-Hack-Edition-v2-736152335 | |
| ; -- place it in the same folder and the .ani cursors | |
| ; -- right click and install | |
| ; -- you can then find the cursor scheme in Windows theme for mouse cursor in the main setting | |
| [Version] | |
| signature="$CHICAGO$" | |
| Provider="Xiaorui-Huang" | |
| [DefaultInstall] | |
| CopyFiles = Scheme.Cur | |
| AddReg = Scheme.Reg | |
| [DestinationDirs] | |
| Scheme.Cur = 10,"%CUR_DIR%" | |
| [Scheme.Reg] | |
| HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%cross%,%10%\%CUR_DIR%\%text%,%10%\%CUR_DIR%\%hand%,%10%\%CUR_DIR%\%unavailiable%,%10%\%CUR_DIR%\%vert%,%10%\%CUR_DIR%\%horz%,%10%\%CUR_DIR%\%dgn1%,%10%\%CUR_DIR%\%dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%,%10%\%CUR_DIR%\%location%,%10%\%CUR_DIR%\%person%" | |
| ; -- Installed files | |
| [Scheme.Cur] | |
| Hack_Alternate Select.ani | |
| Hack_Busy_v2.ani | |
| Hack_Diagonal Resize 1_v2.ani | |
| Hack_Diagonal Resize 2_v2.ani | |
| Hack_Handwriting.ani | |
| Hack_Help Select_v2.ani | |
| Hack_Horizontal Resize_v2.ani | |
| Hack_Link Select_v2.ani | |
| Hack_Location Select.ani | |
| Hack_Move_v2.ani | |
| Hack_Normal Select_v2.ani | |
| Hack_Person Select.ani | |
| Hack_Precision Select_v2.ani | |
| Hack_Text Select_v2.ani | |
| Hack_Unavailable_v2.ani | |
| Hack_Vertical Resize_v2.ani | |
| Hack_Working in Background_v2.ani | |
| [Strings] | |
| CUR_DIR = "Cursors\NieR-Automata" | |
| SCHEME_NAME = "NieR:Automata" | |
| pointer = "Hack_Normal Select_v2.ani" | |
| help = "Hack_Help Select_v2.ani" | |
| work = "Hack_Working in Background_v2.ani" | |
| busy = "Hack_Busy_v2.ani" | |
| text = "Hack_Text Select_v2.ani" | |
| hand = "Hack_Handwriting.ani" | |
| unavailiable = "Hack_Unavailable_v2.ani" | |
| vert = "Hack_Vertical Resize_v2.ani" | |
| horz = "Hack_Horizontal Resize_v2.ani" | |
| dgn1 = "Hack_Diagonal Resize 1_v2.ani" | |
| dgn2 = "Hack_Diagonal Resize 2_v2.ani" | |
| move = "Hack_Move_v2.ani" | |
| link = "Hack_Link Select_v2.ani" | |
| cross = "Hack_Precision Select_v2.ani" | |
| alternate = "Hack_Alternate Select.ani" | |
| location = "Hack_Location Select.ani" | |
| person = "Hack_Person Select.ani" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment