Leiti 29 vastet.

ID Kanal Video Kustutatud Kuupäev Kirjeldus Subtiitrid Avalik Ülekanne HD URL PRIVATE TitleMUI_en TitleMUI_et KirjeldusMUI_en KirjeldusMUI_et Filename Category CategoryMUI_en Tags OdyseeURL KanalMUI_en KanalMUI_et Translated has_thumbnail local_stream ytdlp_meta est_subs eng_subs
623 Press any key to continue... Cursed Flipnic (PS2) Gameplay [Part 1] 0 2025-05-17 This video is just me showing off some really weird stuff you can do with this game. 0 1 0 1 https://www.youtube.com/watch?v=QDcJolgB1iE 0 Cursed Flipnic (PS2) Gameplay [Part 1] Cursed Flipnic (PS2) Gameplay [Part 1] This video is just me showing off some really weird stuff you can do with this game. This video is just me showing off some really weird stuff you can do with this game. Cursed Flipnic Gameplay.mov Videomängude analüüs Video game analysis Flipnic,cursed,gameplay,let's play,hacking,modding,cheating,ultimate pinball,poem N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/623.jpg N/A N/A N/A N/A
614 Press any key to continue... Optics B - Creepy Audio Glitch [Flipnic, PS2] 0 2025-04-30 A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here).

I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ
0 1 0 1 https://www.youtube.com/watch?v=LR7fw-G4zs4 0 Optics B - Creepy Audio Glitch [Flipnic, PS2] Optics B - Creepy Audio Glitch [Flipnic, PS2] A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here).

I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ
A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here).

I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ
flipnic_ufo_invasion.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/614.jpg N/A N/A N/A N/A
616 Press any key to continue... Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] 0 2025-04-26 Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask.

Steps that I took to replace the FMV:
1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask.
2. Separate audio/video
3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs):
ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v
4. Convert audio to WAV with these settings:
- PCM
- Signed 16-bit little endian
- 44.1 kHz
5. Convert WAV file to INT in MFAudio with these settings:
- [File format] RAW - Raw Sound Data - Compressed ADPCM
- Frequency: 44100Hz
- Interleave: 400 Bytes
- Samples: 16 bits
- Channels: 2 (Stereo)
6. Convert m2v video to .ipu using ps2str.exe
- IPU Convert (tab)
- Add your .m2v file
- Choose "MPEG Video Elementary Stream"
- Choose where the output file should be
- Press "Start"
- It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes)
7. Patch the .ipu file using a hex editor
- Change first 4 bytes to 69 70 75 6D
- For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw)
- For low-res FMVs: set bytes 8 to B as "00 01 00 02"
- At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order
- At offset 0x04, it should have the size of the file (including this patched header)
- At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1"
8. Mux IPU and INT files
- Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video)
- Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you).
9. Repack STR.BIN with the modified video file
- You can use FlipnicFS or FlipnicBinExtractor to do this
- You may want to replace an existing .PSS file
10. Replace STR.BIN in the ISO file
- I used Apache1.1 in this demonstration (ISO tools - Update selected file)
- You should backup the original ISO file first
11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware
0 1 0 1 https://www.youtube.com/watch?v=FBDma-tPlJw 0 Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask.

Steps that I took to replace the FMV:
1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask.
2. Separate audio/video
3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs):
ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v
4. Convert audio to WAV with these settings:
- PCM
- Signed 16-bit little endian
- 44.1 kHz
5. Convert WAV file to INT in MFAudio with these settings:
- [File format] RAW - Raw Sound Data - Compressed ADPCM
- Frequency: 44100Hz
- Interleave: 400 Bytes
- Samples: 16 bits
- Channels: 2 (Stereo)
6. Convert m2v video to .ipu using ps2str.exe
- IPU Convert (tab)
- Add your .m2v file
- Choose "MPEG Video Elementary Stream"
- Choose where the output file should be
- Press "Start"
- It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes)
7. Patch the .ipu file using a hex editor
- Change first 4 bytes to 69 70 75 6D
- For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw)
- For low-res FMVs: set bytes 8 to B as "00 01 00 02"
- At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order
- At offset 0x04, it should have the size of the file (including this patched header)
- At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1"
8. Mux IPU and INT files
- Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video)
- Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you).
9. Repack STR.BIN with the modified video file
- You can use FlipnicFS or FlipnicBinExtractor to do this
- You may want to replace an existing .PSS file
10. Replace STR.BIN in the ISO file
- I used Apache1.1 in this demonstration (ISO tools - Update selected file)
- You should backup the original ISO file first
11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware
Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask.

Steps that I took to replace the FMV:
1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask.
2. Separate audio/video
3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs):
ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v
4. Convert audio to WAV with these settings:
- PCM
- Signed 16-bit little endian
- 44.1 kHz
5. Convert WAV file to INT in MFAudio with these settings:
- [File format] RAW - Raw Sound Data - Compressed ADPCM
- Frequency: 44100Hz
- Interleave: 400 Bytes
- Samples: 16 bits
- Channels: 2 (Stereo)
6. Convert m2v video to .ipu using ps2str.exe
- IPU Convert (tab)
- Add your .m2v file
- Choose "MPEG Video Elementary Stream"
- Choose where the output file should be
- Press "Start"
- It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes)
7. Patch the .ipu file using a hex editor
- Change first 4 bytes to 69 70 75 6D
- For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw)
- For low-res FMVs: set bytes 8 to B as "00 01 00 02"
- At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order
- At offset 0x04, it should have the size of the file (including this patched header)
- At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1"
8. Mux IPU and INT files
- Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video)
- Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you).
9. Repack STR.BIN with the modified video file
- You can use FlipnicFS or FlipnicBinExtractor to do this
- You may want to replace an existing .PSS file
10. Replace STR.BIN in the ISO file
- I used Apache1.1 in this demonstration (ISO tools - Update selected file)
- You should backup the original ISO file first
11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware
2025-04-26 16-12-25.mkv Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/616.jpg N/A N/A N/A N/A
615 Press any key to continue... Save file editor for Flipnic [Feature showcase] 0 2025-04-25 Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック).

Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats)

I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do.

More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section)

In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat

Flipnic™ Save Editor is an enjoyable easy to use save file editor for you.

(re-upload to fix low render quality)
0 1 0 1 https://www.youtube.com/watch?v=Tk6KGdcUYkY 0 Save file editor for Flipnic [Feature showcase] Save file editor for Flipnic [Feature showcase] Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック).

Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats)

I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do.

More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section)

In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat

Flipnic™ Save Editor is an enjoyable easy to use save file editor for you.

(re-upload to fix low render quality)
Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック).

Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats)

I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do.

More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section)

In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat

Flipnic™ Save Editor is an enjoyable easy to use save file editor for you.

(re-upload to fix low render quality)
Timeline 1.mp4 Videomängude analüüs Video game analysis save file editor,video game,PlayStation 2,Sony PlayStation,Flipnic,Flipnic: Ultimate Pinball,Flipnic™,フリップニック,is an enjoyable simple-action amazing pinball game for you,Ultimate Pinball,Ubisoft,Capcom,Sony Computer Entertainment Inc.,emulator,PCSX2 N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/615.jpg N/A N/A N/A N/A
611 Press any key to continue... Windows XP Tour [SWF Audio Rip] 0 2025-04-06 Audio files extracted from the Windows XP Tour files. Most audio is in the swf files you can find in C:\Windows\Tours\Help\mmTour, so you can use a tool like JPEXS Flash Decompiler to extract the audio files, however some stuff is embedded directly to tour.exe. So what I did is I searched for the "FWS" magic within tour.exe with a hex editor and knowing the offset for that allowed me to separate the embedded SWF file, which I could then open with a flash decompiler. There were some people on Reddit saying they could extract it from tour.exe with 7-Zip, but that didn't work for me, so I did it manually.

Chapters:
0:00 intro.swf
1:02 nav.swf
1:05 segment1.swf
3:23 segment2.swf
5:13 segment3.swf
7:51 segment4.swf
11:54 segment5.swf
19:30 tour.exe (tour music)
0 1 0 1 https://www.youtube.com/watch?v=QWWP8B0TKJI 0 Windows XP Tour [SWF Audio Rip] Windows XP Tour [SWF Audio Rip] Audio files extracted from the Windows XP Tour files. Most audio is in the swf files you can find in C:\Windows\Tours\Help\mmTour, so you can use a tool like JPEXS Flash Decompiler to extract the audio files, however some stuff is embedded directly to tour.exe. So what I did is I searched for the "FWS" magic within tour.exe with a hex editor and knowing the offset for that allowed me to separate the embedded SWF file, which I could then open with a flash decompiler. There were some people on Reddit saying they could extract it from tour.exe with 7-Zip, but that didn't work for me, so I did it manually.

Chapters:
0:00 intro.swf
1:02 nav.swf
1:05 segment1.swf
3:23 segment2.swf
5:13 segment3.swf
7:51 segment4.swf
11:54 segment5.swf
19:30 tour.exe (tour music)
Audio files extracted from the Windows XP Tour files. Most audio is in the swf files you can find in C:\Windows\Tours\Help\mmTour, so you can use a tool like JPEXS Flash Decompiler to extract the audio files, however some stuff is embedded directly to tour.exe. So what I did is I searched for the "FWS" magic within tour.exe with a hex editor and knowing the offset for that allowed me to separate the embedded SWF file, which I could then open with a flash decompiler. There were some people on Reddit saying they could extract it from tour.exe with 7-Zip, but that didn't work for me, so I did it manually.

Chapters:
0:00 intro.swf
1:02 nav.swf
1:05 segment1.swf
3:23 segment2.swf
5:13 segment3.swf
7:51 segment4.swf
11:54 segment5.swf
19:30 tour.exe (tour music)
xptour.mp4 Muusika Music Windows XP,Windows XP Tour,mmTour,where is windows xp tour music located,MP3,audio,extraction,background music,BGM,tour music N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/611.jpg N/A N/A N/A N/A
600 Press any key to continue... Sonic X-treme Space Queens MIDI + Kirby Soundfont + Midica Player = Perfection 0 2025-01-29 no description needed, just take a listen :) 0 1 0 1 https://www.youtube.com/watch?v=B3oxH_19DKY 0 Sonic X-treme Space Queens MIDI + Kirby Soundfont + Midica Player = Perfection Sonic X-treme Space Queens MIDI + Kirby Soundfont + Midica Player = Perfection no description needed, just take a listen :) no description needed, just take a listen :) 2025-01-29 03-53-18.mkv Muusika Music N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/600.jpg N/A N/A N/A N/A
562 Press any key to continue... Pac-Man Rally (PS2 FMV/BGM Rip) 0 2024-02-02 Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files.

Chapters:
0:00 Arctic Iceberg (ArticIc.mib)
2:01 Award Ceremony/Artic Iceberg (Award.mib)
3:58 Canyon Crusade (CanyonCr.mib)
5:50 Cloud Garden (CloudGar.mib)
8:04 Toc-Man's Factory (DarkFact.mib)
10:01 Funhouse of Terror (Funhouse.mib)
11:58 Ghost Mansion (GhostMan.mib)
13:58 Intro (Intro.pss)
15:04 Jungle Safari (JungleSa.mib)
17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib)
19:04 Molten Mountain (MoltenMo.mib)
21:03 Pirate Cove (PirateCo.mib)
22:52 Retro Maze/Menu (RetroMaz.mib)
25:02 Rolling Hills (RollingH.mib)
26:58 Spookys Castle (SpookysC.mib)
29:01 Subterranean Speedway? (Subterra.mib)
31:26 Winding Wetlands (WindingW.mib)
33:22 Menu music? (oldMidi.mib)
35:32 Unknown (songSnip.mib)

Technical info:

Intro movie:
Container .PSS
Format: PS2 Movie Audio Stream
Codec: MPEG-1/2
Resolution: 640x448
Framerate: 29.97 fps
Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream)

Background music (header files)
Container .MIH
0x00 - 0x03 = Length of header
0x04 = Unknown
0x05 - 0x07 = Length of sample file ?
0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo)
0x0C - 0x0F = Audio frequency
0x10 - 0x13 = Interleave
0x14 - 0x17 = Unknown (Buffer size? Loop count?)
0x18 - 0x3F = Empty space

Background music (samples)
Container .MIB
Format: Compressed Sony ADPCM audio
Interleave, frequency, channels = Based on corresponding header file
0 1 0 1 https://www.youtube.com/watch?v=raX-LEe08b4 0 Pac-Man Rally (PS2 FMV/BGM Rip) Pac-Man Rally (PS2 FMV/BGM Rip) Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files.

Chapters:
0:00 Arctic Iceberg (ArticIc.mib)
2:01 Award Ceremony/Artic Iceberg (Award.mib)
3:58 Canyon Crusade (CanyonCr.mib)
5:50 Cloud Garden (CloudGar.mib)
8:04 Toc-Man's Factory (DarkFact.mib)
10:01 Funhouse of Terror (Funhouse.mib)
11:58 Ghost Mansion (GhostMan.mib)
13:58 Intro (Intro.pss)
15:04 Jungle Safari (JungleSa.mib)
17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib)
19:04 Molten Mountain (MoltenMo.mib)
21:03 Pirate Cove (PirateCo.mib)
22:52 Retro Maze/Menu (RetroMaz.mib)
25:02 Rolling Hills (RollingH.mib)
26:58 Spookys Castle (SpookysC.mib)
29:01 Subterranean Speedway? (Subterra.mib)
31:26 Winding Wetlands (WindingW.mib)
33:22 Menu music? (oldMidi.mib)
35:32 Unknown (songSnip.mib)

Technical info:

Intro movie:
Container .PSS
Format: PS2 Movie Audio Stream
Codec: MPEG-1/2
Resolution: 640x448
Framerate: 29.97 fps
Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream)

Background music (header files)
Container .MIH
0x00 - 0x03 = Length of header
0x04 = Unknown
0x05 - 0x07 = Length of sample file ?
0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo)
0x0C - 0x0F = Audio frequency
0x10 - 0x13 = Interleave
0x14 - 0x17 = Unknown (Buffer size? Loop count?)
0x18 - 0x3F = Empty space

Background music (samples)
Container .MIB
Format: Compressed Sony ADPCM audio
Interleave, frequency, channels = Based on corresponding header file
Background music and intro movie from Pac-Man Rally (PS2). This is the EU name for this game, everywhere else it's known as "Pac-Man World Rally". Everything you hear and see in the video has been directly extracted and converted from game files.

Chapters:
0:00 Arctic Iceberg (ArticIc.mib)
2:01 Award Ceremony/Artic Iceberg (Award.mib)
3:58 Canyon Crusade (CanyonCr.mib)
5:50 Cloud Garden (CloudGar.mib)
8:04 Toc-Man's Factory (DarkFact.mib)
10:01 Funhouse of Terror (Funhouse.mib)
11:58 Ghost Mansion (GhostMan.mib)
13:58 Intro (Intro.pss)
15:04 Jungle Safari (JungleSa.mib)
17:07 Galactic Outpost a.k.a. Lunar Launch (LunarLau.mib)
19:04 Molten Mountain (MoltenMo.mib)
21:03 Pirate Cove (PirateCo.mib)
22:52 Retro Maze/Menu (RetroMaz.mib)
25:02 Rolling Hills (RollingH.mib)
26:58 Spookys Castle (SpookysC.mib)
29:01 Subterranean Speedway? (Subterra.mib)
31:26 Winding Wetlands (WindingW.mib)
33:22 Menu music? (oldMidi.mib)
35:32 Unknown (songSnip.mib)

Technical info:

Intro movie:
Container .PSS
Format: PS2 Movie Audio Stream
Codec: MPEG-1/2
Resolution: 640x448
Framerate: 29.97 fps
Audio: Uncompressed PCM (freq. 48000 Hz, interleave 200 bytes, 1 audio stream)

Background music (header files)
Container .MIH
0x00 - 0x03 = Length of header
0x04 = Unknown
0x05 - 0x07 = Length of sample file ?
0x08 - 0x0B = Channels (e.g. 1 = mono, 2 = stereo)
0x0C - 0x0F = Audio frequency
0x10 - 0x13 = Interleave
0x14 - 0x17 = Unknown (Buffer size? Loop count?)
0x18 - 0x3F = Empty space

Background music (samples)
Container .MIB
Format: Compressed Sony ADPCM audio
Interleave, frequency, channels = Based on corresponding header file
pmr.mov Muusika Music N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/562.jpg N/A /channel_db_lite/web/json/562.json N/A N/A
561 Press any key to continue... Flipnic, but it's REALLY LOUD 0 2024-01-20 Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127?
In this video, we'll find out what happens if you increase the volume from 127 to 32767!

Note that the specific memory address for changing the volume may be different accross various regional versions of the game.

Emulator: PCSX2 (Nightly)

Timestamps:
0:00 Increasing the volume
0:23 Biology
11:08 Evolution
12:30 Metallurgy
19:16 Optics
26:17 Biology 2P
27:23 Geometry
42:18 Geometry 2P
0 1 0 1 https://www.youtube.com/watch?v=w4VzUiEuH10 0 Flipnic, but it's REALLY LOUD Flipnic, but it's REALLY LOUD Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127?
In this video, we'll find out what happens if you increase the volume from 127 to 32767!

Note that the specific memory address for changing the volume may be different accross various regional versions of the game.

Emulator: PCSX2 (Nightly)

Timestamps:
0:00 Increasing the volume
0:23 Biology
11:08 Evolution
12:30 Metallurgy
19:16 Optics
26:17 Biology 2P
27:23 Geometry
42:18 Geometry 2P
Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127?
In this video, we'll find out what happens if you increase the volume from 127 to 32767!

Note that the specific memory address for changing the volume may be different accross various regional versions of the game.

Emulator: PCSX2 (Nightly)

Timestamps:
0:00 Increasing the volume
0:23 Biology
11:08 Evolution
12:30 Metallurgy
19:16 Optics
26:17 Biology 2P
27:23 Geometry
42:18 Geometry 2P
FlipnicButLoudMinified.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/561.jpg N/A /channel_db_lite/web/json/561.json N/A N/A
556 Press any key to continue... 2D galaxy tennis [Flipnic PS2 gameplay] 0 2023-12-08 I hacked the camera to this top-down perspective. Unfortunately right now I've only found a way to adjust rotation, yaw, and roll, but not the origin/position. 0 1 0 1 https://www.youtube.com/watch?v=UvzPmk9jGjs 0 2D galaxy tennis [Flipnic PS2 gameplay] 2D galaxy tennis [Flipnic PS2 gameplay] I hacked the camera to this top-down perspective. Unfortunately right now I've only found a way to adjust rotation, yaw, and roll, but not the origin/position. I hacked the camera to this top-down perspective. Unfortunately right now I've only found a way to adjust rotation, yaw, and roll, but not the origin/position. 2023-04-02 20-45-32.mkv Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/556.jpg N/A /channel_db_lite/web/json/556.json N/A N/A
543 Press any key to continue... Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] 0 2023-07-01 In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save!

Prerequesties:
Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation)
BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder)
A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible)

w/uLaunchElf entrypoints:
- If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot
- If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu
- If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf
- If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077

Commands:
To list all saves: python save_editor.py -f [filename] -saves
To list items in a save: python save_editor.py -f [filename] -save[num] -li
To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename]

Chapters:
0:00 Describing the bug
0:58 Getting the save out of a memory card
2:38 Patching the save file
4:31 Copying the patched save file back to a memory card
5:30 Testing the modified save
0 1 0 1 https://www.youtube.com/watch?v=fSE4aCLbXPQ 0 Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] . In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save!

Prerequesties:
Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation)
BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder)
A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible)

w/uLaunchElf entrypoints:
- If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot
- If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu
- If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf
- If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077

Commands:
To list all saves: python save_editor.py -f [filename] -saves
To list items in a save: python save_editor.py -f [filename] -save[num] -li
To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename]

Chapters:
0:00 Describing the bug
0:58 Getting the save out of a memory card
2:38 Patching the save file
4:31 Copying the patched save file back to a memory card
5:30 Testing the modified save
. BuzzrodFixFinal.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/543.jpg N/A /channel_db_lite/web/json/543.json N/A N/A
542 Press any key to continue... BuzzRod: Fishing Fantasy [PS2 BGM SF2+MIDI Conversion] 0 2023-06-04 I converted the background music used in BuzzRod: Fishing Fantasy to SF2 and MIDI formats. Each track is made of 2 parts (with exceptions): the beginning and the loop. For this video, I play the beginning part and then the loop part 10 times, creating extended versions of each track. I also display some of the textures from the game in this video.

Download: https://drive.google.com/file/d/12GCyMugomj9kZtRL3WYaZFoqCDjWvSHA/view?usp=sharing

Chapters:
0:00 Title screen (TITLE.SQ)
7:21 Options/Load/Save (OPTION.SQ)
16:38 Opening cutscene (OE_01.SQ)
24:01 Replay cutscene (OE_02.SQ)
31:48 Ending credits (OE_03.SQ)
39:18 Unknown (BATTLE.SQ)
53:06 Fish battle (BATTLE1.SQ)
57:25 Congratulations (FANFARE.SQ)
59:51 Congratulations alt. (FANFARE1.SQ)
1:02:19 Fish get/Stage clear (FANFARE2.SQ)
1:04:57 The Lost Ruins (MAP_00.SQ)
1:15:53 The Missing Jungle (MAP_01.SQ)
1:21:01 The Big Tree (MAP_02.SQ)
1:36:26 The Dish Pond (MAP_03.SQ)
1:43:21 The Haunted Cave (MAP_04.SQ)
1:54:47 The Bush River (MAP_05.SQ)
2:04:57 The Pocket Sea (MAP_07.SQ)
2:12:38 The Last Jungle (MAP_08.SQ)
0 1 0 1 https://www.youtube.com/watch?v=FCJHOQe-feA 0 BuzzRod: Fishing Fantasy [PS2 BGM SF2+MIDI Conversion] BuzzRod: Fishing Fantasy [PS2 BGM SF2+MIDI Conversion] I converted the background music used in BuzzRod: Fishing Fantasy to SF2 and MIDI formats. Each track is made of 2 parts (with exceptions): the beginning and the loop. For this video, I play the beginning part and then the loop part 10 times, creating extended versions of each track. I also display some of the textures from the game in this video.

Download: https://drive.google.com/file/d/12GCyMugomj9kZtRL3WYaZFoqCDjWvSHA/view?usp=sharing

Chapters:
0:00 Title screen (TITLE.SQ)
7:21 Options/Load/Save (OPTION.SQ)
16:38 Opening cutscene (OE_01.SQ)
24:01 Replay cutscene (OE_02.SQ)
31:48 Ending credits (OE_03.SQ)
39:18 Unknown (BATTLE.SQ)
53:06 Fish battle (BATTLE1.SQ)
57:25 Congratulations (FANFARE.SQ)
59:51 Congratulations alt. (FANFARE1.SQ)
1:02:19 Fish get/Stage clear (FANFARE2.SQ)
1:04:57 The Lost Ruins (MAP_00.SQ)
1:15:53 The Missing Jungle (MAP_01.SQ)
1:21:01 The Big Tree (MAP_02.SQ)
1:36:26 The Dish Pond (MAP_03.SQ)
1:43:21 The Haunted Cave (MAP_04.SQ)
1:54:47 The Bush River (MAP_05.SQ)
2:04:57 The Pocket Sea (MAP_07.SQ)
2:12:38 The Last Jungle (MAP_08.SQ)
I converted the background music used in BuzzRod: Fishing Fantasy to SF2 and MIDI formats. Each track is made of 2 parts (with exceptions): the beginning and the loop. For this video, I play the beginning part and then the loop part 10 times, creating extended versions of each track. I also display some of the textures from the game in this video.

Download: https://drive.google.com/file/d/12GCyMugomj9kZtRL3WYaZFoqCDjWvSHA/view?usp=sharing

Chapters:
0:00 Title screen (TITLE.SQ)
7:21 Options/Load/Save (OPTION.SQ)
16:38 Opening cutscene (OE_01.SQ)
24:01 Replay cutscene (OE_02.SQ)
31:48 Ending credits (OE_03.SQ)
39:18 Unknown (BATTLE.SQ)
53:06 Fish battle (BATTLE1.SQ)
57:25 Congratulations (FANFARE.SQ)
59:51 Congratulations alt. (FANFARE1.SQ)
1:02:19 Fish get/Stage clear (FANFARE2.SQ)
1:04:57 The Lost Ruins (MAP_00.SQ)
1:15:53 The Missing Jungle (MAP_01.SQ)
1:21:01 The Big Tree (MAP_02.SQ)
1:36:26 The Dish Pond (MAP_03.SQ)
1:43:21 The Haunted Cave (MAP_04.SQ)
1:54:47 The Bush River (MAP_05.SQ)
2:04:57 The Pocket Sea (MAP_07.SQ)
2:12:38 The Last Jungle (MAP_08.SQ)
FishingFantasyOSTrip.mp4 Muusika Music N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/542.jpg N/A /channel_db_lite/web/json/542.json N/A N/A
537 Press any key to continue... Flipnic - Full soundtrack [BGM] 0 2023-04-23 There are already some uploads of the soundtrack for this game, but they're incomplete and missing tracks. This one should include every single background music from Flipnic, which has a corresponding .MID, .BD and .HD file. The images are backgrounds used in certain menu screens.

I was able to record these soundtracks by muting the sound effects, then replacing a music track that was supposed to play with another one using Cheat Engine. Finally, I recorded all of the background music by setting the record source to loopback in Audacity and then exported each recording into a file.

Download: https://drive.google.com/drive/folders/1KFpF4nAqi68JKX4AmXRx5hiu29KSBjcV?usp=sharing

Timestamps:
------------ Biology ------------
0:00 Stage main (Biology) [NATURE_0.MID]
2:17 UFO warning [NATURE_1.MID]
3:44 Multiball [NATURE_2.MID]
4:43 Bonus missions [POSITIVE.MID]
--------- Metallurgy ----------
6:25 Stage main (Metallurgy) [ISEKI_0.MID]
8:55 Spider crab [ISEKI_1.MID]
10:17 Multiball/Shoot down the shafts [ISEKI_2.MID]
------------ Optics --------------
11:37 Stage main (Optics) [HIKARI_0.MID]
13:36 Non-stop area/Bumper village [HIKARI_1.MID]
15:05 Multiball/Loop the loop [HIKARI_2.MID]
---------- Evolution ------------
16:31 Stage main (Evolution) [BOSS_1.MID]
--------- Geometry ------------
18:14 Stage main (Geometry) [LOAD_RETRO_3.MID]
18:59 Chu chu multiball [LOAD_RETRO_4.MID]
19:29 Alien hill [LOAD_RETRO_5.MID]
20:08 Area 74 [LOAD_RETRO_6.MID]
20:51 Galaxy Tennis [LOAD_RETRO_7.MID]
--------- Incidentals ----------
21:46 Red mission [LOAD_0.MID]
21:50 Yellow mission [LOAD_1.MID]
21:56 Geometry mission 0 (unused ver.) [LOAD_RETRO_0.MID]
21:59 Geometry mission 1 [LOAD_RETRO_1.MID]
22:03 Geometry mission 2 [LOAD_RETRO_2.MID]
------- Miscellaneous --------
22:07 Zero gravity [SERIOUS.MID]
23:24 Geometry 2P [RETRO_0.MID]
24:43 Geometry 2P (unused ver.) [RETRO_1.MID]
25:44 Main menu [MENU_1.MID]
0 1 0 1 https://www.youtube.com/watch?v=9Hkis0fJdWc 0 Flipnic - Full soundtrack [BGM] . There are already some uploads of the soundtrack for this game, but they're incomplete and missing tracks. This one should include every single background music from Flipnic, which has a corresponding .MID, .BD and .HD file. The images are backgrounds used in certain menu screens.

I was able to record these soundtracks by muting the sound effects, then replacing a music track that was supposed to play with another one using Cheat Engine. Finally, I recorded all of the background music by setting the record source to loopback in Audacity and then exported each recording into a file.

Download: https://drive.google.com/drive/folders/1KFpF4nAqi68JKX4AmXRx5hiu29KSBjcV?usp=sharing

Timestamps:
------------ Biology ------------
0:00 Stage main (Biology) [NATURE_0.MID]
2:17 UFO warning [NATURE_1.MID]
3:44 Multiball [NATURE_2.MID]
4:43 Bonus missions [POSITIVE.MID]
--------- Metallurgy ----------
6:25 Stage main (Metallurgy) [ISEKI_0.MID]
8:55 Spider crab [ISEKI_1.MID]
10:17 Multiball/Shoot down the shafts [ISEKI_2.MID]
------------ Optics --------------
11:37 Stage main (Optics) [HIKARI_0.MID]
13:36 Non-stop area/Bumper village [HIKARI_1.MID]
15:05 Multiball/Loop the loop [HIKARI_2.MID]
---------- Evolution ------------
16:31 Stage main (Evolution) [BOSS_1.MID]
--------- Geometry ------------
18:14 Stage main (Geometry) [LOAD_RETRO_3.MID]
18:59 Chu chu multiball [LOAD_RETRO_4.MID]
19:29 Alien hill [LOAD_RETRO_5.MID]
20:08 Area 74 [LOAD_RETRO_6.MID]
20:51 Galaxy Tennis [LOAD_RETRO_7.MID]
--------- Incidentals ----------
21:46 Red mission [LOAD_0.MID]
21:50 Yellow mission [LOAD_1.MID]
21:56 Geometry mission 0 (unused ver.) [LOAD_RETRO_0.MID]
21:59 Geometry mission 1 [LOAD_RETRO_1.MID]
22:03 Geometry mission 2 [LOAD_RETRO_2.MID]
------- Miscellaneous --------
22:07 Zero gravity [SERIOUS.MID]
23:24 Geometry 2P [RETRO_0.MID]
24:43 Geometry 2P (unused ver.) [RETRO_1.MID]
25:44 Main menu [MENU_1.MID]
. flipnic_ost_full.mp4 Muusika Music Flipnic,bgm,background music,Ultimate Pinball,NATURE_0,NATURE_1,NATURE_2,POSITIVE,ISEKI_0,ISEKI_1,ISEKI_2,HIKARI_0,HIKARI_1,HIKARI_2,BOSS_1,LOAD_RETRO_3,LOAD_RETRO_4,LOAD_RETRO_5,LOAD_RETRO_6,LOAD_RETRO_7,LOAD_0,LOAD_1,LOAD_RETRO_0,LOAD_RETRO_1,LOAD_RETRO_2,SERIOUS,RETRO_0,RETRO_1,MENU_1,Menu theme,Biology,Metallurgy,Theology,Evolution,Optics,Geometry,Staff credits,stage music,original soundtrack,OST N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/537.jpg N/A /channel_db_lite/web/json/537.json N/A N/A
532 Press any key to continue... Menu re-ordering in Flipnic (Warning: Cursed!!!) [W.I.P.] 0 2023-03-14 So, I have decided to mess around with the MAINMENU.MLB file using cheat engine (since it gets loaded into RAM, I can mess with it basically in real time with exceptions).

I was successfully able to change the order of the menu options and the menu options, while maintaining the ability to linearly move straight up and down without suddenly jumping to another menu option. I was not able to change the action of each button yet, so the button actions are shifted upwards.

And just because I can, I decided to shift the exit button 0x100 units to the left.

Technical details, tutorial, and modified MAINMENU.MLB: https://docs.google.com/document/d/1HSP2JH3JfvSXh3FjCa6lXJYfjBHpNOsX6JfqYgwSBC8/edit?usp=sharing
0 1 0 1 https://www.youtube.com/watch?v=f7mQJwsqA-8 0 Menu re-ordering in Flipnic (Warning: Cursed!!!) [W.I.P.] . So, I have decided to mess around with the MAINMENU.MLB file using cheat engine (since it gets loaded into RAM, I can mess with it basically in real time with exceptions).

I was successfully able to change the order of the menu options and the menu options, while maintaining the ability to linearly move straight up and down without suddenly jumping to another menu option. I was not able to change the action of each button yet, so the button actions are shifted upwards.

And just because I can, I decided to shift the exit button 0x100 units to the left.

Technical details, tutorial, and modified MAINMENU.MLB: https://docs.google.com/document/d/1HSP2JH3JfvSXh3FjCa6lXJYfjBHpNOsX6JfqYgwSBC8/edit?usp=sharing
. cursed1.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 0 /channel_db_lite/web/thumbs/532.jpg N/A /channel_db_lite/web/json/532.json N/A N/A
486 Press any key to continue... (Almost) All MIDI songs [Microsoft Clip Organizer] 0 2022-08-31 Microsoft Clip Organizer was a clip art organizing software, which allowed users to find drawings, photographs, sounds, videos, and other media clips to include in presentations, publications, and other Office documents. It cam with a variety of stock media clips and offered more selection on the Microsoft Office Online website.
(source: https://en.wikipedia.org/wiki/Microsoft_Office_shared_tools#Clip_Organizer)

Among these stock media clips, were several MIDI files, which are being played in this vdieo. I used VLC Media Player and FluidSynth with a Microsoft GS Wavetable Synth soundfont to convert these into wave files, which I am playing with a simple batch script.
0 1 0 1 https://www.youtube.com/watch?v=9XY7dqdFe7A 0 . . Microsoft Clip Organizer was a clip art organizing software, which allowed users to find drawings, photographs, sounds, videos, and other media clips to include in presentations, publications, and other Office documents. It cam with a variety of stock media clips and offered more selection on the Microsoft Office Online website.
(source: https://en.wikipedia.org/wiki/Microsoft_Office_shared_tools#Clip_Organizer)

Among these stock media clips, were several MIDI files, which are being played in this vdieo. I used VLC Media Player and FluidSynth with a Microsoft GS Wavetable Synth soundfont to convert these into wave files, which I am playing with a simple batch script.

* Thumbnail graphics *
Midi icons created by Dimitry Miroliubov - Flaticon (https://www.flaticon.com/free-icons/midi)
Clip Organizer window illustration from: https://bettersolutions.com/powerpoint/illustrations/clip-organiser.htm

* Other links *
Batch file: https://pastebin.com/8cHWTR4b
Original MIDI files are available on archive.org, under the Microsoft Clip Art archive: https://archive.org/download/MS_Clipart_Collection (almost all of the songs are from this archive, except for Techno Dance, which I had saved myself)

* Timestamps *
0:00 Intro
00:03 Kalimba Open
00:06 Classical Open
00:10 Glitter Open
00:15 Heavy Metal Open
00:21 Music Box Open
00:28 Weather Open
00:35 Techno Open
00:42 Light Rock Open
00:49 Reggae Open
00:56 Happy Open
01:04 Military Open
01:12 Big Glitz Intro
01:21 Pizzicato Open
01:30 Christmas Open
01:39 Samba Open
01:48 New Age Open
01:57 Children Open
02:06 Sad Open
02:16 Timpani Open
02:26 Sports Open
02:36 Nature Open
02:47 Royal Open
02:58 Jazz Open
03:11 A Tisket Song
03:26 Minor Waltz Trad
03:41 Sneaky Music
03:56 Minor Chord Trad
04:12 Pop Goes
04:29 Hallelujah
04:50 Conveyor Music
05:17 Retail Jazz
05:44 Mystery Reveal
06:12 Lounge Music
06:41 Urban Pop Tune
07:10 Hero March Part
07:39 Cool Low Jazz
08:08 Jazz Jingles
08:38 architecture
09:08 Playful Game
09:38 Chime Patterns
10:08 Hipster Jazz
10:38 Be-Bop Underscore
11:08 Village Theme
11:38 Be-Bop Jazz
12:08 Sports Drive
12:38 Marketing Music
13:09 Elegant Rondo
13:40 government
14:11 Banking Theme
14:43 Disco Jingle
15:15 African Rhythm
15:47 Creep Underscore
16:19 Halloween Creep
16:51 Tech Underscore
17:23 steady beat
17:55 Cute Funny Bounce
18:27 Global Adventure
18:59 Weather Music
19:31 Mystery Music
20:03 Soft Groove
20:35 City Build Music
21:07 Global Underscore
21:39 Subdued Joy
22:12 Baroque Birthday
22:45 Teen Rock Ballad
23:18 Funky Kids Music
23:51 Slow Electrobeat
24:24 Communication Underscore
24:58 Bill Bailey Home
25:32 Heavy Underscore
26:06 Japanese Texture
26:41 Latin shakers
27:16 Game Atmosphere
27:51 Roman March
28:26 Simple New Age
29:02 Technobop
29:38 Spin Theme
30:14 Techno Dance
30:51 Country Jingles
31:29 Minor Jingles
32:08 Sexy Thing
32:47 Indian Meditate
33:27 African Pop
34:07 Gentle Nature
34:47 Fun Sparkly Jig
35:28 wholesale
36:12 Rock Of Ages
36:57 Lets Be Friends
37:43 communications
38:30 agriculture
39:18 Walking Bass
40:09 Indian Dance
41:00 Slow Latin March
41:52 Silent Night
42:44 Marine Hymn
43:36 Island Dance
44:28 Caribbean Dance 1
45:21 Jewish Dance
46:15 Caribbean Dance 2
47:09 Transportation
48:04 Sad Japan Song
49:00 China New Year
49:56 Indian Sway (2)
50:53 Antic Spirits
51:50 Halloween Dance
52:47 Sad Church Organ
53:45 Joy To The World
54:43 African Chase
55:41 Kwanzaa March
56:40 Tricky Zone
57:39 Greek Waltz 1
58:39 Jamaica Bounce 2
59:39 Blues
01:00:39 Suspenseful
01:01:39 Japanese study
01:02:39 Low Organ Theme
01:03:39 Mexican Dance
01:04:40 Auld Lang Syne1
01:05:42 Greek Waltz 2
01:06:44 Weather Underscore
01:07:46 Angels Heard Hi
01:08:49 Light Activity
01:09:52 Turkey In Straw
01:10:55 Chanukah Music
01:11:58 Parisian Waltz
01:13:03 China Celebrate
01:14:08 Eight Days
01:15:15 Hark Herald
01:16:23 Jamaican Rhythm
01:17:32 Thankful People
01:18:41 Little Bethlehem
01:19:54 Caissons Rolling
01:21:07 Hanukkah Song
. 2022-08-31 17-12-44.mkv Muusika Music Microsoft Office,MIDI sequence,MIDI,.mid,PowerPoint MIDIs,Publisher MIDIs,Clip Organizer,Microsoft Office shared tools,Microsoft Clip Organizer https://odysee.com/@Press_any_key_to_continue:2/MSClipOrganizerMIDI:9 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/486.jpg N/A /channel_db_lite/web/json/486.json N/A N/A
480 Press any key to continue... TrackMania - Menu Music 0 2022-08-10 This is the main menu music from TrackMania. TrackMania is an arcade racing game franchise, which was first created in 2003. The goal in these games is to collect as many medals as possible. You can also make your own maps and play with others online. The game also has a very active competitive scene, where players try to beat each other's times in an attempt to hold the world record on that track.

That being said, this video was made just to make fun of Nadeo, for naming their latest game TrackMania, which is the same name they used for the first game (they started calling it "TrackMania Original" only after TrackMania Sunrise came out). And since you can't change history, I thought it would funny to confuse some people.
0 1 0 1 https://www.youtube.com/watch?v=BLuRLCSWIA8 0 . . This is the main menu music from TrackMania. TrackMania is an arcade racing game franchise, which was first created in 2003. The goal in these games is to collect as many medals as possible. You can also make your own maps and play with others online. The game also has a very active competitive scene, where players try to beat each other's times in an attempt to hold the world record on that track.

That being said, this video was made just to make fun of Nadeo, for naming their latest game TrackMania, which is the same name they used for the first game (they started calling it "TrackMania Original" only after TrackMania Sunrise came out). And since you can't change history, I thought it would funny to confuse some people.
. tmroll2.mp4 Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/480.jpg N/A /channel_db_lite/web/json/480.json N/A N/A
453 Press any key to continue... The most broken flash game I've played - Ower Web (Part I) 0 2022-05-24 This series of videos will cover various glitches I've found just from playing this game. Part 2 will definitely be released at some point, but I am unsure if I'll make a part 3.

The objective in this game is to finish levels with a spider, but the unique thing about this game is that you can draw webs using your mouse, which your spider can stand on. The only problem - the physics in this game are really broken and it seems like the developers may have rushed to release this game.
0 1 0 1 https://www.youtube.com/watch?v=ry7sky-ZCmg 0 . . This series of videos will cover various glitches I've found just from playing this game. Part 2 will definitely be released at some point, but I am unsure if I'll make a part 3.

The objective in this game is to finish levels with a spider, but the unique thing about this game is that you can draw webs using your mouse, which your spider can stand on. The only problem - the physics in this game are really broken and it seems like the developers may have rushed to release this game.
. owerweb1.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/453.jpg N/A /channel_db_lite/web/json/453.json N/A N/A
436 Press any key to continue... Directly extracting game data from Flipnic™ (PS2) using VGMToolbox 0 2022-04-22 This video lays out the process for how to extract data for this game from the .BIN files. 0 1 0 1 https://www.youtube.com/watch?v=IO3fHZYRQk0 0 . . This video lays out the process for how to extract data for this game from the .BIN files.

VGMToolbox presets: https://bit.ly/FlipnicPresets (copy to pluginsVGFExtractor)
VGMToolbox: https://sourceforge.net/projects/vgmtoolbox/
FlipnicBinExtractor and technical explanation for how the TOC works: https://github.com/MarkusMaal/FlipnicBinExtractor
. flipnic_extraction_project.mp4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/436.jpg N/A /channel_db_lite/web/json/436.json N/A N/A
397 Press any key to continue... Unknown music on my hard drive 0 2021-10-29 This is a compilation of music that I have on my hard drive that I haven't been able to find much info about (because I don't know the song names). I uploaded this for both your enjoyment and in hopes that Content ID might pick something up... 0 1 0 1 https://www.youtube.com/watch?v=F2WdXYgvtvk 0 . . This is a compilation of music that I have on my hard drive that I haven't been able to find much info about (because I don't know the song names). I uploaded this for both your enjoyment and in hopes that Content ID might pick something up...

0:00 #1
0:30 #2
2:45 #3
3:35 #4
3:50 #5
4:50 #6
5:05 #7
5:25 #8
5:56 #9
6:43 #10
7:02 #11
7:21 #12
7:36 #13
8:57 #14
10:55 #15
12:29 #16
12:42 #17
12:58 #18
13:07 #19
13:17 #20
13:32 #21
13:52 #22
14:04 #23
14:24 #24
15:09 #25
15:54 #26
17:07 #27
17:20 #28
18:20 #29
20:30 #30
. unknown_songs.webm Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/397.jpg N/A /channel_db_lite/web/json/397.json N/A N/A
395 Press any key to continue... Tiger Woods PGA Tour(R) 2003 [BGM] 0 2021-10-08 Background music used in a golf game called TW PGA Tour 2003. These soundtracks are from the PC version of the game and were easy to import, since they are just MP3 files. 0 1 0 1 https://www.youtube.com/watch?v=oNowBInyGms 0 . . Background music used in a golf game called TW PGA Tour 2003. These soundtracks are from the PC version of the game and were easy to import, since they are just MP3 files.

Table of Contents:
--------------------Menu music---------------------
0:00 Career Menu Theme (CareerMain.mp3)
2:30 Menu Theme 1 (shell1.mp3)
5:30 Menu Theme 2 (shell2.mp3)
8:24 Menu Theme 3 (shell3.mp3)
------------Course selection music------------
10:30 Bay Hill (BayHill.mp3)
11:49 Royal Birkdale (Birkdale.mp3)
12:37 Colonial Country Club (Colonial.mp3)
13:48 Pebble Beach (Pebble.mp3)
14:53 Poppy Hills (Poppy.mp3)
15:44 Princeville Resort (Prince.mp3)
16:52 Sahalee Country Club (Sahalee.mp3)
18:57 TPC Sawgrass (Sawgrass.mp3)
20:05 TPC Scottsdale (Scottsdale.mp3)
21:39 Custom Courses (skillZone.mp3)
22:37 Spyglass Hill (Spyglass.mp3)
23:31 St. Andrew's (standrews.mp3)
24:29 Torrey Pines (TorreyPines.mp3)
. tiger2003.mp4 Muusika Music https://odysee.com/@Press_any_key_to_continue:2/Tiger2003_BGM:4 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/395.jpg N/A /channel_db_lite/web/json/395.json N/A N/A
362 Press any key to continue... I turned my cars into functional rockets | Colin McRae Rally 2.0 0 2020-12-01 An interesting thing I used to do when using cheats in this video game. This video showcases the PC version. 0 1 0 1 https://www.youtube.com/watch?v=c0L2yI9lq64 0 . . . . cmr2_rocket.MP4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/362.jpg N/A /channel_db_lite/web/json/362.json N/A N/A
396 Press any key to continue... Flipnic [PS2 V/O RIP] (Unused Sounds Found!!!) 0 2020-11-01 Voiceovers ripped from a pinball game for the PlayStation 2 game console. I ripped these from a file called STR.BIN using a sound ripping tool called PSound (I manually forced the sample rate to 44100Hz). 0 1 0 1 https://www.youtube.com/watch?v=o8TtCp63uuo 0 . . Voiceovers ripped from a pinball game for the PlayStation 2 game console. I ripped these from a file called STR.BIN using a sound ripping tool called PSound (I manually forced the sample rate to 44100Hz).

There are quite a few sounds in here, which are unused. I determined which sounds were in-game and which were not from memory, so there may be some inaccuracies (please let me know in the comments if I got something wrong).

Timestamps:
0:00 Continue? (unused)
0:01 Loop the loop
0:03 Money Money Money (unused)
0:05 Ball saved
0:08 Good, Very Good, Great, Wonderful, Fantastic
0:18 Hurry!
0:20 Ready
0:22 Bonus points
0:24 Two player messages
0:31 Answer
0:33 Mistake (unused)
0:35 Result
0:37 Level counters
0:44 Continue? (unused in-game)
0:47 Hungry Monkey Mission Completed
0:50 Flamgos were scared by alligators
0:55 Duplicate?
0:57 Mini-game lost
1:01 Mini-game win
1:06 Ball saved
1:09 Duplicate sounds?
1:45 Watch out! (unused)
1:47 Be careful not to tilt! (unused)
1:50 Select "Yes"...
1:53 Extra ball (trigger)
1:56 Extra credit (trigger)
2:01 Drop all of the tower bumpers... (unused)
2:07 Multiball
2:13 Freeze over mission
2:17 Hidden Path Discovery mission (trigger)
2:20 Hidden Path Discovery mission
2:24 Perfect Bumper Village mission
2:28 Bumper Village mission
2:32 Slot Chance
2:34 Lucky Flamingos mission
2:38 Hungry Monkey mission (unused ver)
2:43 Hungry Monkey mission
2:50 Color Puzzle mission
2:58 UFO Quiz Show mission
3:02 Move On mission completed
3:05 Metallurgy Multiball (trigger)
3:13 Metallurgy Multiball
3:27 Show Time mission
3:32 Spider Crab shutdown mission
3:36 Metallurgy Multiball 3
3:41 Shut Down The Shafts (first sentence)
3:45 Point Of No Return missions (trigger)
3:50 Point Of No Return 1
3:59 Point Of No Return 2
4:08 Point Of No Return 3
4:17 Optics Multiball 1
4:23 Optics Multiball 2
4:29 Optics Multiball 3
4:35 Geometry Introduction
4:47 We seem to be on the verge...
4:51 New method of space travel (unused ver)
4:56 Alien Hill mission
5:03 Multiball
5:09 Area 74 mission
5:14 This area is about to explode... (unused)
5:22 All Blocks mission (unused)
5:25 Galaxy Tennis mission
5:30 Total Lane Counts
5:37 Total Bumper Counts
5:45 Lane Counts mission completed
5:53 Bumper Counts mission completed (unused)
6:01 Total EXP Counts
6:09 Thank you! (unused)
6:12 Get through within the time limit (unused)
6:15 Point Of No Return trigger (unused ver)
6:20 Point Of No Return trigger (duplicate)
6:25 Drop all of the tower bumpers... (unused)
6:31 Multiball completed + jackpot revival
6:47 Big UFO (warning)
6:55 Shut Down The Shafts 2 (second sentence)
7:00 Shut Down The Shafts 1 (second sentence)
7:06 Shut Down The Shafts 2 (mission completed)
7:12 Shut Down The Shafts 1 (mission completed)
7:19 Metallurgy Multiball (trigger duplicate?)
7:25 Metallurgy Multiball (trigger 2)
7:31 Loop The Loop missions (pt 2)
7:35 Loop The Loop missions (unused alternate line)
7:41 You earned an extra ball (unused)
7:47 Point Of No Return 1 (unused ver)
7:55 Point Of No Return 2 (unused ver)
8:05 Point Of No Return 3 (unused ver)
8:14 Optics Multiball 1 (unused ver)
8:19 Optics Multiball 2 (unused ver)
8:29 Drop Tower Bumpers (unused)
8:33 Time Limit Drop Tower Bumpers (unused)
8:37 Geometry Introduction (unused ver)
8:50 Optics Bumper Village warning
8:56 Optics Lost Ball
9:01 Replaced Ball (unused)
9:07 Point Of No Return 1 (unused ver)
9:15 Point Of No Return 2 (unused ver)
9:25 Point Of No Return 3 (unused ver)
9:34 Geometry All Blocks (unused)
9:39 Geometry Warm Blocks (unused)
9:44 Geometry Mission Flag
9:49 Hit All Keys With The Ball
9:52 New Method Of Space Tavel
10:00 Flipnic (unused)
10:03 Poems? (seemingly unused, but referenced by the stage files for some reason?)
. flipnic_sfx.MP4 Videomängude analüüs Video game analysis N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/396.jpg N/A /channel_db_lite/web/json/396.json /channel_db_lite/web/stream/396.et.ass N/A
316 Press any key to continue... Flight (Flash game soundtrack) 0 2020-09-11 Soundtracks from a flash game "Flight". 0 1 0 0 https://www.youtube.com/watch?v=MAMOCGv2nm4 0 . . Soundtracks from a flash game "Flight".

Timestamps:
0:00 Main menu
1:05 In-flight
3:10 Cutscenes/Ending
4:10 Cutscenes
. flight.webm Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/316.jpg N/A /channel_db_lite/web/json/316.json N/A N/A
314 Press any key to continue... Microsoft Office - Sample MIDI music 0 2020-07-04 This video features all MIDI files that were first included in Office 97 and later versions up to Office 2007 (any edition with Microsoft Publisher included). These could be accessed using the Clip Organizer tool or from a folder located at C:Program FilesMicrosoft OfficeCLIPARTPUB60COR. 0 1 0 1 https://www.youtube.com/watch?v=CsSdtKeYC7c 0 . . This video features all MIDI files that were first included in Office 97 and later versions up to Office 2007 (any edition with Microsoft Publisher included). These could be accessed using the Clip Organizer tool or from a folder located at C:Program FilesMicrosoft OfficeCLIPARTPUB60COR.

Images are from Google searches with the "labeled for noncommercial reuse" search option enabled (this video was posted with monetization disabled).

Special thanks to MIDI's Wiki for information about these MIDI files (https://midis.fandom.com/wiki/)

Timestamps:
0:00 Title & intro
0:04 Baby (BABY_01)
1:01 Caribbean (CARBN_01)
1:47 Community (CMNTY_01)
2:42 East (EAST_01)
3:35 Explorer (EXPLR_01)
4:28 Fall (FALL_01)
5:11 Financial 1 (FINCL_01)
7:37 Financial 2 (FINCL_02)
8:26 Garden (GRDEN_01)
9:13 Grid (GRID_01)
10:00 Hi-tech (HTECH_01)
10:50 Industrial (INDST_01)
11:29 Java (JAVA_01)
12:37 Jungle (JNGLE_01)
13:33 Music 1 (MUSIC_01)
14:48 Notebook (NBOOK_01)
15:34 Ocean (OCEAN_01)
16:17 Outdoor (OUTDR_01)
17:09 Paper (PAPER_01)
17:53 Parent 1 (PARNT_01)
18:38 Parent 2 (PARNT_02)
19:20 Parent 3 (PARNT_03)
20:12 Parent 4 (PARNT_04)
21:04 Parent 5 (PARNT_05)
21:57 Parent 6 (PARNT_06)
22:52 Parent 7 (PARNT_07)
23:39 Parent 8 (PARNT_08)
24:34 Parent 9 (PARNT_09)
25:18 Parent 10 (PARNT_10)
26:08 Road (ROAD_01)
27:06 Safari (SAFRI_01)
28:06 School (SCHOL_01)
28:45 Show (SHOW_01)
29:33 Space (SPACE_01)
30:26 Spring (SPRNG_01)
31:46 Summer (SUMER_01)
32:43 Sweetest/South-West (SWEST_01)
33:51 Urban (URBAN_01)
34:50 Victorian (VCTRN_01)
36:00 Winter (WNTER_01)
. trebucket.MP4 Muusika Music https://odysee.com/@Press_any_key_to_continue:2/trebucket:3 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/314.jpg N/A /channel_db_lite/web/json/314.json N/A N/A
311 Press any key to continue... Captain Tortilla - Wind Chill (Wintertunes) 0 2020-06-15 I decided to upload this song, because I couldn't find it on YouTube. 0 1 0 1 https://www.youtube.com/watch?v=qIOyl84Gci4 0 . . I decided to upload this song, because I couldn't find it on YouTube. More info about wintertunes: http://ubiktune.com/releases/ubi013-various-artists-wintertunes . tortilla.webm Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/311.jpg N/A /channel_db_lite/web/json/311.json N/A N/A
292 Press any key to continue… nqskrju - Magic Snow is White and Slow (Wintertunes) 0 2020-04-10 I uploaded this song, because I couldn't find it on YouTube, so here it is... 0 1 0 1 https://www.youtube.com/watch?v=7YXOVEK1Aig 0 . . . . msnow.webm Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/292.jpg N/A /channel_db_lite/web/json/292.json N/A N/A
293 Press any key to continue… Temp Sound Solutions - Angel's Bane (Wintertunes) 0 2020-04-10 I couldn't find this song on YouTube, so I decided to upload it. More information about the album: http://ubiktune.com/releases/ubi013-various-artists-wintertunes 0 1 0 1 https://www.youtube.com/watch?v=eyO4_HvH6m0 0 . . . . bane.webm Muusika Music N/A Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/293.jpg N/A /channel_db_lite/web/json/293.json N/A N/A
323 Press any key to continue... Bad luck (Part 3/3) 0 2019-12-07 In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. 0 1 0 0 https://www.youtube.com/watch?v=Kyg7At8P-u0 0 . . In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay.
This video continues the three part series.


This series consists of three parts:

1. Trying luck on completing yellow missions

2. Continuing multiball mode and losing a lot of balls

3. Red missions and the ending


So, wish me luck, or lack thereof...


Recorded footage from PCSX2
. seeyouagain.wmv Videomängude analüüs Video game analysis https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/323.jpg N/A /channel_db_lite/web/json/323.json N/A N/A
322 Press any key to continue... Bad luck (Part 2/3) 0 2019-12-05 In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. 0 1 0 0 https://www.youtube.com/watch?v=Lj030XglNt4 0 . . . . solitaire.wmv Videomängude analüüs Video game analysis https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/322.jpg N/A /channel_db_lite/web/json/322.json N/A N/A
321 Press any key to continue... Bad luck (Part 1/3) 0 2019-12-04 In this video, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. 0 1 0 0 https://www.youtube.com/watch?v=RkvO_JXbZuo 0 . . In this video, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay.

This series consists of three parts:
1. Trying luck on completing yellow missions
2. Continuing multiball mode and losing a lot of balls
3. Red missions and the ending

So, wish me luck, or lack thereof...

Recorded footage from PCSX2
. flipnic_exposed.wmv Videomängude analüüs Video game analysis https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/321.jpg N/A /channel_db_lite/web/json/321.json N/A N/A