Version update, windows notes, LINE ENDINGS!

...I'm serious getting annoyed at this.
This commit is contained in:
Jason Felds
2013-06-15 21:09:23 -04:00
parent f51d64fe92
commit 4c99830ce4
3 changed files with 21 additions and 15 deletions
+19 -13
View File
@@ -1,14 +1,20 @@
[Using Google Chrome?]
If you are using Google Chrome as your primary web browser, you will have to perform some extra steps to get stepmania:// URI handling to work:
Find your user data
Windows XP: C:\Documents and Settings\<USERNAME>\Local Settings\Application Data\Google\Chrome\User Data
Windows Vista/7: C:\Users\<USERNAME>\AppData\Local\Google\Chrome\User Data
Add your protocol to the 'Local State' file under the 'protocol_handler' section, as such:
"protocol_handler": {
"excluded_schemes": {
...
"stepmania": false,
...
[Redistributables]
You may have to download the Visual C++ Redistritable Packages in order to
run the game. The link is available here:
http://www.microsoft.com/en-us/download/details.aspx?id=30679
[Using Google Chrome?]
If you are using Google Chrome as your primary web browser, you will have to perform some extra steps to get stepmania:// URI handling to work:
Find your user data
Windows XP: C:\Documents and Settings\<USERNAME>\Local Settings\Application Data\Google\Chrome\User Data
Windows Vista/7: C:\Users\<USERNAME>\AppData\Local\Google\Chrome\User Data
Add your protocol to the 'Local State' file under the 'protocol_handler' section, as such:
"protocol_handler": {
"excluded_schemes": {
...
"stepmania": false,
...
}