You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Lulu's Psych Engine Scripts
2
2
My collection of scripts I've written to make modding easier or just for fun.
3
3
4
-
On all my scripts inside the "scripts/" folder, you'll need to edit a variable ("local scriptEnabled") from false to true on whatever script you want to activate.
5
-
6
4
## Custom Events
7
5
*[Camera Flash](custom_events/Camera%20Flash.lua)
8
6
*[Tween (All in One)](custom_events/Tween.lua)
7
+
*[Video Player](custom_events/Video%20Player.lua)
8
+
*[Video Player Control](custom_events/Video%20Player%20Control.txt) (Dependant on Video Player)
9
9
*[Window Name](custom_events/Window%20Name.lua)
10
10
*[Window Name Shuffle](custom_events/Window%20Name%20Shuffle.txt) (Dependant on Window Name)
11
11
*[Toggle Zoom on Beat](custom_events/Toggle%20Zoom%20on%20Beat.lua)
@@ -21,6 +21,11 @@ On all my scripts inside the "scripts/" folder, you'll need to edit a variable (
21
21
*[ZOB Zoom Easetype](custom_events/ZOB%20Zoom%20Easetype.txt) (Dependant on ZOB Toggle Zoom on Beat/Step)
22
22
23
23
## Custom Global Scripts or Song Specific scripts etc.
24
-
*[Temporarily Disable Anti-Alias](scripts/Temporarily%20Disable%20Anti-Alias.lua) (Recommended to load inside "data/YOURSONG")
25
-
*[Half-Life 2 Style UI](scripts/Half-Life%202%20UI.lua) (Dependant on the Fonts folder)
26
-
*[Half-Life 2 Style Fake Loading Screen](scripts/Half-Life%202%20Loading%20Screen.lua) (Dependant on the Images folder)
0 commit comments