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
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Engine originally used on [Mind Games Mod](https://gamebanana.com/mods/301107), intended to be a fix for the vanilla version's many issues while keeping the casual play aspect of it. Also aiming to be an easier alternative to newbie coders.
3
4
4
5
## Installation:
@@ -15,9 +16,14 @@ To start you off, disabling *Video Cutscenes* should be simple, simply delete th
15
16
16
17
Same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`, this and other customization options are all available within the `Project.xml` file.
17
18
19
+
## Softcoding (.lua/.hx)
20
+
For this you can head over to [the wiki](https://shadowmario.github.io/psychengine.lua)
21
+
22
+
There you can learn how to use the 212 PlayState funcions in your mod!
23
+
18
24
## Credits:
19
-
* Shadow Mario - Head Developer, Programmer.
20
-
* Riveren - Main Artist.
25
+
* Shadow Mario - Main Programmer and Head of Psych Engine.
26
+
* Riveren - Main Artist/Animator of Psych Engine.
21
27
22
28
### Special Thanks
23
29
* bbpanzu - Ex-Team Member (Programmer).
@@ -35,18 +41,23 @@ Same goes for *Lua Scripts*, comment out or delete the line with `LUA_ALLOWED`,
35
41
* CheemsAndFriends - Creator of FlxAnimate.
36
42
* Ezhalt - Pessy's Easter Egg Jingle.
37
43
* MaliciousBunny - Video for the Final Update.
38
-
_____________________________________
44
+
45
+
***
39
46
40
47
# Features
41
48
42
49
## Attractive animated dialogue boxes:
43
50
44
51

45
52
53
+
## New Main Menu
54
+
* A brand new menu that makes your experience even better!
55
+

46
56
47
57
## Mod Support
48
58
* Probably one of the main points of this engine, you can code in .lua files outside of the source code, making your own weeks without even messing with the source!
* The engine comes with 16 example achievements that you can mess with and learn how it works (Check Achievements.hx and search for "checkForAchievement" on PlayState.hx)
112
+

101
113
102
114
## Options menu:
103
115
* You can change Note colors, Delay and Combo Offset, Controls and Preferences there.
104
116
* On Preferences you can toggle Downscroll, Middlescroll, Anti-Aliasing, Framerate, Low Quality, Note Splashes, Flashing Lights, etc.
117
+

105
118
106
119
## Other gameplay features:
107
120
* When the enemy hits a note, their strum note also glows.
* You can reset your Score on Freeplay/Story Mode by pressing Reset button.
111
124
* You can listen to a song or adjust Scroll Speed/Damage taken/etc. on Freeplay by pressing Space.
112
125
* You can enable "Combo Stacking" in Gameplay Options. This causes the combo sprites to just be one sprite with an animation rather than sprites spawning each note hit.
126
+
127
+
128
+
#### Psych Engine by ShadowMario, Friday Night Funkin' by ninjamuffin99
0 commit comments