Skip to content

Commit 25d4638

Browse files
committed
2 parents 7a40589 + 12962b8 commit 25d4638

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ A mod to increase the functionality of Dance Contest
33

44
Grab the latest release from the releases section on the right and you should just be able to run the SWF using your flash player or your web browser.
55

6+
| IF YOU CONTINUALLY GET "Oops! That didn't work!" FOLLOW THE INSTRUCTIONS BELOW |
7+
| ---
8+
| ![Right click > Global Settings...](https://media.discordapp.net/attachments/526586940535865405/778066613890056212/unknown.png) |
9+
| ![Advanced](https://media.discordapp.net/attachments/526586940535865405/778066656412565525/unknown.png) |
10+
| ![Trusted Location Settings...](https://media.discordapp.net/attachments/526586940535865405/778066681264209941/unknown.png) |
11+
| ![Add...](https://media.discordapp.net/attachments/526586940535865405/778066703850274826/unknown.png) |
12+
| ![Add File...](https://media.discordapp.net/attachments/526586940535865405/778066729933996053/unknown.png) |
13+
| ![Choose the SWF you downloaded](https://media.discordapp.net/attachments/526586940535865405/778066777250725928/unknown.png) |
14+
| Then restart the SWF |
15+
616
If you want to use this on [CPSC](https://github.com/Thestickman391/CPSC), extract to \play\v2\games\dancing.
717

818
If you're a CPPS owner and you don't want to use my herokuapp setup then you are free to clone the repo, put `retrieve_osu!_from_url.php`,`convert_osu!_to_DC.php` and `cleanup.php` somewhere on your webserver and edit and recompile the FLA to point to your webserver instead (this is left as an exercise for the reader). **It is recommended you setup a cron job to clear /tmp/ every so often as songs will only be cleared if the user exits dance contest through pressing the quit button** (this is left as an exercise for the reader).
@@ -45,3 +55,7 @@ That's not a question
4555
Much better
4656
### Why is your code so shit?
4757
See question 2
58+
### Why didn't you package everything into one SWF?
59+
See question 2
60+
### Why is this titled FAQ despite the fact that no one has asked you any questions?
61+
In this case FAQ stands for "Fully Anticipated Questions"

crossdomain.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3+
<cross-domain-policy>
4+
<allow-access-from domain="*" to-ports="*"/>
5+
</cross-domain-policy>

0 commit comments

Comments
 (0)