This is because i tend to break a file into multiples whenever they start getting too big. From beatfever itself:Linkpy wrote:Oh, quiet good you two !
Sulunia, for me I really don't like having .lua file in my main folder (except conf.lua and main.lua, of course). And I tried Beatfever and it's looks very good, but... What I see in you image, you have not so many files for what you done. I don't understand how you do
Code: Select all
-FileParser.lua //Interprets osu files and separates all information
| --ObjectParsing.lua //Parses hitObjects in an osu beatmap
| --GameObjects.lua // Holds object information
Actually, if someone has a good idea on how to organize this i'll be pretty glad.
By the way, i have been reading your blog about osu!max. If you need help with parsing information or even the project itself, feel free to ask about. The osu file format is a bit tricky.