Re: [Announcement] Beatmeter Generator 0.3.0
Posted: Thu Jun 23, 2022 2:23 pm
Sweet, thanks! I can finally try this out.
... for the explorer at heart!
https://milovana.com/forum/
There is no way that I know of without messing up with the jar file, or compiling your own (I could be wrong, feel free to correct me). The beatmeter-generator.jar file that you will find in your install folder is just a compressed file (like a zip) that packages all of the Java class files and other assets required for the program to run. Leaving the mumbo jumbo aside, if you open the jar file with a program like 7zip (or winrar or whatever you use) you will see a lot of folders like so: The folders you are probably interested in are:SilverSlut wrote: Wed Jul 27, 2022 8:56 am Hey, I've looked around a bunch and I can't seem to find any tips, tricks, or instructions about how to load custom graphics into Beatmeter Generator. Does anyone around here know how to do that?
You can set a directory in the dialog with the beatmeter settings. This directory has to contain the same files as the files as the respective directory in the jar file. Also, if you want to be able to set colors using the dialog, you need to mark the respective elements using css-classes in the jar file. But that's probably not that useful.flyingcactus wrote: Wed Jul 27, 2022 1:25 pm There is no way that I know of without messing up with the jar file, or compiling your own
Lol, I was too lazy to look at the code and just hacked my way inkerkersklave wrote: Wed Jul 27, 2022 2:49 pmYou can set a directory in the dialog with the beatmeter settings. This directory has to contain the same files as the files as the respective directory in the jar file. Also, if you want to be able to set colors using the dialog, you need to mark the respective elements using css-classes in the jar file. But that's probably not that useful.flyingcactus wrote: Wed Jul 27, 2022 1:25 pm There is no way that I know of without messing up with the jar file, or compiling your own
The feature is not documented anywhere as nobody asked so far.
But it should work.
Thank you. My main motivation was to get more cockheros with a beatmeter. And it workedflyingcactus wrote: Wed Jul 27, 2022 3:36 pm Lol, I was too lazy to look at the code and just hacked my way in. Love your tool btw, without it I'd never have gotten around to create something, thanks
![]()
It happened again. Someone asked in the milovana subreddit about it.kerkersklave wrote: Thu Jun 23, 2022 9:47 amFor some reason Gitlab had deleted all the build artifacts. I reran the build and they are back now.armobit wrote: Thu Jun 23, 2022 9:15 am Not sure if I'm really bad at all this, but the links to both the Windows and platform independent versions in gitlab is bringing up a 404, and I'm not exactly sure what to do with the source code that I downloaded lol.
I'm not sure when and why that happened. If it happens again I have to investigate.
Thank's for letting me know. I've fixed it again. Apparently Gitlab deletes build artifacts after a month now. I''ve scheduled the build pipeline to run once a month now. But Gitlab as a service seems to be on the decline, they also announced to "archive" "inactive" projects now after a year. So I might have to move beatmeter generator to Github or something.tigrotto wrote: Sat Aug 06, 2022 7:42 pm It happened again. Someone asked in the milovana subreddit about it.
You're welcome.
Heya!bababuii wrote: Sat Aug 13, 2022 9:55 pm Hi all! Need some help!
From tutorial on the download page:
22. Select "Tools->Generate Audio" and "Tools->Generate Video" to generate both.
When i generate Video i get about 20k png pics....my video programs can not have that many files imported.....am i doing something wrong to get that many files or...?
Oh, and the sound file i get is not working on any video creator program ive tried....it does not even have a file name, like .mp4 or what not...
When in doubt, everyone, you can use the mediainfo free app/tool. The file type will be listed in the top data lines. Btw, it works wonder on files in the browser cache.SilverSlut wrote: Sun Aug 14, 2022 12:47 am As for the audio, that's a much easier solution. It exports as a "file" with no suffix, and I found out that you can easily just give it a suffix. If you simply rename it and add ".wav" to the end, it works immediately. ".mp3" causes some wierd issues, so use ".wav" for sure.
It's because it's a wav file and not an mp3, which are two different sound formats. Wav is uncompressed, while mp3 is a specific way of compressing sound to make it take less space. They're not interchangeable at all. But yeah, just add .wav to the filename and it should be fine, as you say. :)SilverSlut wrote: Sun Aug 14, 2022 12:47 am As for the audio, that's a much easier solution. It exports as a "file" with no suffix, and I found out that you can easily just give it a suffix. If you simply rename it and add ".wav" to the end, it works immediately. ".mp3" causes some wierd issues, so use ".wav" for sure.
What is generated is an image sequence, which is just a big collection of files. Video is just many images in a row, shown at a specific speed (typically 24 to 60 images per second, or frames per second), and the image sequence is all of those images separately.bababuii wrote: Sat Aug 13, 2022 9:55 pm When i generate Video i get about 20k png pics....my video programs can not have that many files imported.....am i doing something wrong to get that many files or...?
![]()
Brilliant!doremi wrote: Sun Aug 14, 2022 11:51 am ... you can use the mediainfo free app/tool... Btw, it works wonder on files in the browser cache.![]()