init commit
This commit is contained in:
commit
322d1a0516
1054 changed files with 85998 additions and 0 deletions
1
example_mods/characters/readme.txt
Normal file
1
example_mods/characters/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Put your custom character .json files here!
|
3
example_mods/custom_events/readme.txt
Normal file
3
example_mods/custom_events/readme.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Add your custom event's .txt file and .lua file here
|
||||
|
||||
The .txt file is the event's description on Chart Editor
|
1
example_mods/custom_notetypes/readme.txt
Normal file
1
example_mods/custom_notetypes/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Add your custom note type's .lua file here
|
1
example_mods/data/readme.txt
Normal file
1
example_mods/data/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Put your custom charts here
|
1
example_mods/images/characters/readme.txt
Normal file
1
example_mods/images/characters/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Put your custom character image and .xml/.txt files here!
|
4
example_mods/images/dialogue/readme.txt
Normal file
4
example_mods/images/dialogue/readme.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Drop your Dialogue characters shit here
|
||||
|
||||
If you're asking "How do i make dialogues play?" or any other questions, read this:
|
||||
https://github.com/ShadowMario/FNF-PsychEngine/wiki/Dialogues
|
3
example_mods/images/icons/readme.txt
Normal file
3
example_mods/images/icons/readme.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Put your custom character icons here!
|
||||
Icons must start with "icon-" or it won't be read!
|
||||
The image resolution must have a minimal of 300x150
|
2
example_mods/images/menubackgrounds/readme.txt
Normal file
2
example_mods/images/menubackgrounds/readme.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Put your week backgrounds here!
|
||||
They must start with "menu_"
|
1
example_mods/images/menucharacters/readme.txt
Normal file
1
example_mods/images/menucharacters/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Drop your Menu characters shit here
|
1
example_mods/images/storymenu/readme.txt
Normal file
1
example_mods/images/storymenu/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Put your week image here!
|
5
example_mods/readme.txt
Normal file
5
example_mods/readme.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
You can either edit files or add entirely new ones here.
|
||||
|
||||
ABOUT EDITTING:
|
||||
It doesn't matter if you want to edit something in assets/shared/images/ or assets/preload/images/,
|
||||
you will have to put the editted files in mods/images/, it will be handled automatically by the engine.
|
2
example_mods/songs/readme.txt
Normal file
2
example_mods/songs/readme.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Put your custom songs here
|
||||
It should be a folder with your custom song's name, and inside of it should include two files: "Inst.ogg" and "Voices.ogg"
|
1
example_mods/stages/readme.txt
Normal file
1
example_mods/stages/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Add your stage .json and .lua files here!
|
2
example_mods/videos/readme.txt
Normal file
2
example_mods/videos/readme.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Put your custom .mp4 videos here!
|
||||
They MUST be in 1280x720 resolution
|
1
example_mods/weeks/readme.txt
Normal file
1
example_mods/weeks/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Drop your custom week .json files here!
|
Loading…
Add table
Add a link
Reference in a new issue