Leiti 14 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
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 | |
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 | |
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 | |
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 | |
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 |