Friday Night P0rtal - Chart Creator

Mapping related threads and questions go in here!
Post Reply
User avatar
oewertom
Posts: 7
Joined: 17 Feb 2023, 17:30

Post » 07 Mar 2024, 03:27

Friday Night P0rtal is an improved version of an old version that i made a long time ago,but now i updated it

• Improved Chart
The old Version uses animation system to chart the arrows,but now it's better and now it uses custom timer for chart

Code: Select all

-- Properties To Change

"arrowtype":
"up","down","left","right"

"isturn":
"player","enemy"

• You can change the first turn adding "isturn" at custom property

-- How to spawn arrow?
• You can use "spawnenemy"

Example: 

[0,["set","arrow_type"],"up"],
[0,"spawnenemy"],

[0,["set","isturn"],"enemy"],
[0,"spawnenemy"],

• 2 Different Charts can be loaded at the same time
• Improved Perfomance
Old Version was always low fps,but now it's more clean and it was improved fps issues


• Icons and Animations
In This Version,it was added icons and player/enemy animations,like idle,move left,move right and others...


1 - Events and custom animations
With this,player will be able to add custom events and custom amimations,like make player make an animation of saying something,or pow block event ( from mario madness )


2 - Misses Counter
Old Version already had,but it was not too cool on hud,but with the improved version you'll be able to change the position of misses counter

3 - Long Notes
With this,you will be able to add long notes,holding them until the note end


Important!!!
This Mappack do not have any music,you'll need to add you own. The mappack is just for recreating or making fnf songs for mari0

Enjoy It
friday_night_p0rtal.zip
(29.62 KiB) Downloaded 70 times

Post Reply