FNF Luna Mod (PC only)
Credits & Modifications
This game is a modified version of the open-source software “Friday Night Funkin’ – Psych Engine”.
It is distributed under the Apache License Version 2.0 (the “License”).
◆ Modifications Made
- Source Code Edits:
Added custom event branching logic by modifying
create()andtriggerEventNote()inPlayState.hx. Added creator name to credits by modifyingCreditsState.hx. Adjusted default controls for better playability by modifyingClientPrefs.hx. - Asset Optimization & Dummying: Replaced approximately 90% of the default images with 0x0px dummy images and dummied out unused sound files to drastically reduce server load.
- Data Removal: Completely wiped unused default assets including images, songs, data files (JSON/XML), fonts, stage files, and associated folders to optimize for web distribution.
- Custom Content Addition: Inserted original custom images, music files, and new stage data.
◆ License Information
Copyright [2021] [Shadow Mario, RiverOaken, bb-panzu (Psych Engine Team)]
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.