-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
got an idea for a wega notetype & difficulty, will do later
- Loading branch information
1 parent
be9c25d
commit 2c1c43c
Showing
12 changed files
with
50 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
- secret wega song, can only be found through a prompt substate like Updike | ||
- wega difficulty??? | ||
- the secret code will be randomized per session (WEGA00000 - WEGA99999, and it wont work unless you have beaten story mode | ||
- hitting/missing a PATENTED wega note will blast your speakers with a wega jumpscare | ||
- 100x worse when trying to press the charting keybind |
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
@echo off | ||
lime build windows -DDAMNWTF | ||
echo. | ||
echo FINISHED COMPILING FREYA MOD! | ||
pause | ||
pwd | ||
explorer.exe export\release\windows\bin |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
@echo off | ||
lime test windows -DDAMNWTF | ||
echo FREYA MOD CLOSED! | ||
pause | ||
pwd | ||
explorer.exe export\release\windows\bin |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
lime test windows -DSONG=cubical -DDAMNWTF | ||
echo FREYA MOD CLOSED! | ||
pause | ||
pwd | ||
explorer.exe export\release\windows\bin |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
@echo off | ||
lime test windows -DSONG=freyin -DDAMNWTF | ||
echo FREYA MOD CLOSED! | ||
pause | ||
pwd | ||
explorer.exe export\release\windows\bin |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
lime test windows -DSONG=intolerant -DDAMNWTF | ||
echo FREYA MOD CLOSED! | ||
pause | ||
pwd | ||
explorer.exe export\release\windows\bin |
This file contains 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