1
1
# ADDITIONS AND WHATEVER
2
2
some stuff i finna add eventually/soon lol
3
3
4
+ - [x] Chart generator via ` .MIDI `
5
+ - [x] Hint generation
6
+ - [x] Note generation
7
+ - [x] Automatic difficulty generation
8
+ - [x] Store ` .MIDI ` file in ` .FNFC ` files
4
9
- [x] Unhardcoded backing cards
5
10
- [ ] Softcode TitleState & MainMenuState
6
11
- [ ] Unhardcode offsets for TitleState
@@ -13,14 +18,20 @@ some stuff i finna add eventually/soon lol
13
18
- [ ] Full CNE/Psych/Ludum Dare/osu!mania support via [ ` moonchart ` ] ( https://github.com/MaybeMaru/moonchart )
14
19
- [ ] EXPERIMENTAL Lua support (will be barebones and specifically for modcharting, since it isn't the main focus of the engine like Psych's)
15
20
21
+ # ENHANCEMENTS FROM ISSUES
22
+ - [x] [ Add parallax/scrolling properties to CharacterData] ( https://github.com/FunkinCrew/Funkin/issues/3719 )
23
+ - [ ] [ Expand the Character/Animation Debug to let you add animations and misc. data] ( https://github.com/FunkinCrew/Funkin/issues/3726 )
24
+
16
25
# FIX KNOWN BUGS
17
26
yeah vslice has more bugs than the fucking floor so im accounting whatever issues pop up on the base funkin repo lol
18
27
19
28
- [x] Characters in the Character Select menu keep cloning themselves
20
29
- [x] A-Bot Visualizer doesn't react to volume
21
30
- [x] The HaxeUI part of the Character Offset Editor isn't showing up
22
31
- [x] [ Lag spikes (and freezes) occur a lot during gameplay; causing the game's song audio to desync] ( https://github.com/FunkinCrew/Funkin/issues/3495 )
32
+ - [x] [ Inability to pan the camera in the Animation Debug] ( https://github.com/FunkinCrew/Funkin/issues/3690 )
23
33
- [x] Freeplay difficulties aren't loading for some reason
34
+ - [x] [ Input offsets don't apply to hit windows, only rating windows] ( https://github.com/FunkinCrew/Funkin/issues/3692 )
24
35
- [x] ` Conductor ` doesn't update during gameplay
25
36
- [ ] Backspace crashes in the input offset menu
26
37
- [ ] DJ Boyfriend/Pico flickering, for some reason
0 commit comments