Monday Night Minin'
Or "Monimi" for short
A Friday Night Funkin' inspired rhythm versus mod; play by yourself or against an opponent for the highest score!
No charts are included in the mod, you will need to download them separately! (for licensing reasons)
Features
- Speakers, where you can check out and play charts
- Microphones, can't rap without one!!
- Solo and versus play
- Data-driven charts and player animations
- Swaggy note splashes and judgement text
- Configurable scroll speed and toggleable down scroll
Get charts
Here are charts that have been currently released for Monimi.
Making your own charts
There is no official chart editor, so you will have to use FNF's chart editor and convert it to the following format. Each note is 2 or 3 numbers, representing the time, direction, and length respectively. Time and length are both in milliseconds, and the directions are 0 - left, 1 - down, 2 - up, 3 - right.
{
"song": {
"name": "ROT FOR CLOUT",
"artist": "Jamie Paige",
"file": "monimi:music/rot_for_clout",
"cover": "monimi:textures/cover/rot_for_clout.png",
"length": 150,
"bpm": 172
},
"charter": "Blex",
"scrollSpeed": 2.8,
"notes": [
[ 200, 0 ],
[ 400, 1 ],
[ 600, 2 ],
[ 800, 3 ],
[ 1000, 0, 500 ],
[ 1200, 1, 500 ],
[ 1400, 2, 500 ],
[ 1600, 3, 500 ]
...
]
}

