Verwex / Funkin-Mic-d-Up-SC

A mod to Friday Night Funkin' called FNF: Mic'd Up, previously named EX Replayability.
Other
77 stars 111 forks source link

Question: i found a way to add modchart but i have 1 problem #100

Open Purble11 opened 3 years ago

Purble11 commented 3 years ago

Please check for duplicates, similar issues, or if your question was answered on the issue megathread's FAQ before asking.

What is your question?

soo in playstate if u search for curSong.toLowerCase() == 'milf' under it u can add this switch (SONG.song.toLowerCase()) { case 'song': switch (curBeat) { case 150: trace('bf solo started'); FlxG.camera.zoom += 3; camHUD.zoom += 3; camNOTES.zoom += 3; camSus.zoom += 3; camNOTEHUD.zoom += 3; case 192: trace('bf solo ended'); FlxG.camera.zoom += 0; camHUD.zoom += 0; camNOTES.zoom += 0; camSus.zoom += 0; camNOTEHUD.zoom += 0; } } and it works but it only zooms for 1 second how do I fix that

Purble11 commented 3 years ago

fixed it replace FlxG.camera.zoom += 3; camHUD.zoom += 3; camNOTES.zoom += 3; camSus.zoom += 3; camNOTEHUD.zoom += 3; with defaultCamZoom = 3;

Purble11 commented 3 years ago

wait i just noticed this is the 100th issue