Leiti 22 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
603 | Press any key to continue... | Uninstall Ubuntu Ad Commercial (Unofficial) | 0 | 2025-02-05 | *BEFORE YOU COMMENT* I have nothing against Linux, I just dislike Ubuntu specifically. This video is an edited version of an Ubuntu ad that makes you think. Made in Windows, but to be fair, the source video probably was as well. Source: https://www.youtube.com/watch?v=jdoh992pJK0 |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=XlbG8HxTlG0 | 0 | Uninstall Ubuntu Ad Commercial (Unofficial) | Uninstall Ubuntu Ad Commercial (Unofficial) | *BEFORE YOU COMMENT* I have nothing against Linux, I just dislike Ubuntu specifically. This video is an edited version of an Ubuntu ad that makes you think. Made in Windows, but to be fair, the source video probably was as well. Source: https://www.youtube.com/watch?v=jdoh992pJK0 |
*BEFORE YOU COMMENT* I have nothing against Linux, I just dislike Ubuntu specifically. This video is an edited version of an Ubuntu ad that makes you think. Made in Windows, but to be fair, the source video probably was as well. Source: https://www.youtube.com/watch?v=jdoh992pJK0 |
potato-2x-RIFE-RIFE3.1-59.94006fps.mkv | Naljavideod | Joke videos | Linux,Ubuntu,14.04 | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/603.jpg | N/A | N/A | N/A | N/A |
550 | Press any key to continue... | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | 0 | 2023-10-01 | This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS |
1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ZaA8-H71-3U | 0 | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | Flipnic - all in-game videos [PS2 FMV Rip/Full quality 60 FPS] | This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS.PSS (NTSC-J) |
This video contains every single video clip from the Flipnic video game across various regions (including NTSC-U, NTSC-J and PAL regions). Compared to my previous video, this time I've used a different ripping process, through which I've converted the PSS files directly to a standard video format and not just recorded the emulator screen. There are now even more FMVs, which weren't originally included in my previous video. The low-res FMVs have been composited with a checkerboard pattern, so that you can see that they do in fact have a transparent background. Technical information: Video container: Interleaved audio/video streams, PSS file extension Low-res video format: IPU, 256x512 (full frame) or 256x256 (visible display) High-res video format: IPU, 512x448 (NTSC) or 512x512 (PAL) Audio format: Compressed Sony ADPCM, 44100kHz, interleave 0x400 Extraction commands: STR.BIN extraction: FlipnicBinExtractor /e STR.BIN STR TUTO.BIN extraction: FlipnicBinExtractor /e TUTO.BIN TUTO Video container: FlipnicBinExtractor /est [filename].PSS IPU conversion (high-res format, PAL): ffmpeg -r 25 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (high-res format, NTSC): ffmpeg -r 29.97-i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, PAL): ffmpeg -r 50 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov IPU conversion (low-res format, NTSC): ffmpeg -r 59.94 -i [filename].PSS.IPU0 -c:v qtrle -pix_fmt rgb24 [filename].mov Audio conversion: MFAudio /IF44100 /IC2 /II400 /IH0 /OTWAVU "[input filename].PSS.INT[stream ID, usually 1]" "[output filename].WAV" Extraction tools: FlipnicBinExtractor: https://github.com/MarkusMaal/FlipnicBinExtractor FFmpeg: https://ffmpeg.org/ MFAudio: https://www.zophar.net/utilities/ps2util/mfaudio-1-1.html Chapters: 0:00 SHUKYAKUDEMO.PSS (Audio 1) 1:23 SHUKYAKUDEMO.PSS (Audio 2) 2:48 SHUKYAKUDEMO.PSS (Audio 3) 4:13 SHUKYAKUDEMO.PSS (Audio 4) 5:38 SHUKYAKUDEMO.PSS (Audio 5) 7:03 TITLE_.PSS (NTSC-U) 7:19 TITLE_.PSS (PAL) 7:35 TITLE_.PSS (NTSC-J) 7:51 SILVER_DROP.PSS 8:07 CIRCLE_OF_LIFE.PSS 8:29 FREEZE_OVER.PSS 8:45 TAKIWARI.PSS 8:58 SILVER_DROP2.PSS 9:14 CIRCLE_OF_LIFE2.PSS 9:35 FREEZE_OVER2.PSS 9:51 TAKIWARI2.PSS 10:04 UFO_QUIZ_SHOW.PSS 10:14 LUCKEY_FLAMINGOS.PSS 10:20 POINT_OF_NO_RETURN.PSS 10:29 COLOR_PUZZLE2.PSS 10:36 HUNGLY_MONKEY.PSS 10:45 MULTIBALL.PSS 10:53 MULTIBALL03.PSS 10:59 MULTIBALL04.PSS 11:04 MULTIBALL05.PSS 11:14 SHOWTIME.PSS 11:18 MOVE_ON01.PSS 11:24 WATCH_OUT.PSS 11:29 MISSING.PSS 11:38 TILT2.PSS 11:44 EXTRABALL.PSS 11:49 EXTRABALL2.PSS 11:57 EXTRA_CREDIT.PSS 12:05 EXTRA_CREDIT02.PSS 12:13 NEXT_STAGE.PSS 12:33 CONGRATULATIONS01.PSS 12:40 CONGRATULATIONS02.PSS 12:46 CONGRATULATIONS03.PSS 12:55 CONGRATULATIONS04.PSS 13:04 CONGRATULATIONS05.PSS 13:13 CONGRATULATIONS06.PSS 13:22 CONGRATULATIONS07.PSS 13:31 CONGRATULATIONS08.PSS 13:39 CONGRATULATIONS09.PSS 13:46 CONGRATULATIONS10.PSS 13:58 GAME_OVER2.PSS 14:13 GAME_OVER3.PSS 14:21 GAME_OVER4.PSS 14:32 GAME_OVER5.PSS 14:46 GAME_OVER6.PSS (NTSC-J only) 14:58 STAFF_ROLL1.PSS (NTSC-U) 17:02 STAFF_ROLL1.PSS (NTSC-J) 19:06 STAFF_ROLL1.PSS (PAL) 21:10 STAFF_ROLL2.PSS (NTSC-U) 23:14 STAFF_ROLL2.PSS (NTSC-J) 25:18 STAFF_ROLL2.PSS (PAL) 27:22 UBI.PSS (PAL only) 27:30 BAD_LUCK.PSS (NTSC-U/PAL) 28:03 SMALL_LUCK.PSS (NTSC-U/PAL) 28:46 GOOD_LUCK.PSS (NTSC-U/PAL) 29:24 GREAT_LUCK.PSS (NTSC-U/PAL) 30:02 MIRACULOUS.PSS (NTSC-U/PAL) 30:40 CHAP01.PSS (NTSC-U/PAL) 33:59 CHAP02.PSS (NTSC-U/PAL) 37:52 CHAP03.PSS (NTSC-U/PAL) 41:57 CHAP04.PSS (NTSC-U/PAL) 44:39 CHAP05.PSS (NTSC-U/PAL) 49:50 CHAP06.PSS (NTSC-U/PAL) 53:21 CHAP07.PSS (NTSC-U/PAL) 55:28 CHAP01.PSS (NTSC-J) 58:49 CHAP02.PSS (NTSC-J) 1:02:42 CHAP03.PSS (NTSC-J) 1:06:48 CHAP04.PSS (NTSC-J) 1:09:31 CHAP05.PSS (NTSC-J) 1:14:44 CHAP06.PSS (NTSC-J) 1:18:16 CHAP07.PSS (NTSC-J) 1:20:24 BAD_LUCK.PSS (NTSC-J) 1:21:04 SMALL_LUCK.PSS (NTSC-J) 1:21:44 GOOD_LUCK.PSS (NTSC-J) 1:22:24 GREAT_LUCK.PSS (NTSC-J) 1:23:04 MIRACULOUS.PSS (NTSC-J) |
FlipnicFMVfullquality.mp4 | FMV klipid | FMV clips | Flipnic,pinball,PlayStation,PlayStation 2,game over,cutscene,FMV,full motion video,PSS,playstation stream,PAL,congratulations,Lisle Wilkerson,Randy Goins,Lemmy Constantine,no camera,electromechanical game simulator,poisonous,pinball is not dead,new game machine,van gogh,UFO,aliens,flying saucer,flamingo,monkey,freeze over,steel ball,weird,surreal,biology,optics,metallurgy,geometry,theology,evolution,puzzle,multiball,see you again,skeleton,skull,invasion,omg,tilt | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/550.jpg | N/A | /channel_db_lite/web/json/550.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 | |
512 | Press any key to continue... | Flipnic - Evolution D (Hard difficulty gameplay) [feat. Staff credits] | 0 | 2022-12-06 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the final boss stage in Flipnic, which you unlock after completing the Geometry A stage. After completing the stage, you get a special staff credits FMV with fireworks, which I am also showcasing here. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=EZbm-NMU5t4 | 0 | Flipnic - Evolution D (Hard difficulty gameplay) [feat. Staff credits] | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the final boss stage in Flipnic, which you unlock after completing the Geometry A stage. After completing the stage, you get a special staff credits FMV with fireworks, which I am also showcasing here. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
. | 2022-12-06 23-04-04.mkv | Muud mängimise videod | Other gameplay videos | gameplay,Evolution,Theology,credits,Flipnic,pinball,PlayStation 2 | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/512.jpg | N/A | /channel_db_lite/web/json/512.json | N/A | N/A |
510 | Press any key to continue... | Flipnic - Geometry A (Hard difficulty gameplay) [no sound] | 0 | 2022-12-06 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. The Geometry stages provide a different type of gameplay with 2D-ish graphics, which is more similar to a brick breaker game, rather than a pinball game. Altough the video is shorter, this stage was actually more difficult than the Optics B stage for me. I'm apologize for no sound in this video. I was recording this with OBS and during recording the audio level meter did show activity, so I have no idea why it decided not to output sound to the final file. I might upload a version with sound in the future, but for now I wanted to get the video out, so this will have to do. At the minimum, to complete this stage, you have to do the following:1. Collect all purple keys 2. After collecting all the keys, you'll unlock the Space Warp mission, which lets you warp through the game field. 3. Warp 5 times to summon Area 74 flag, warp even more to summon the Alien Hill flag 4. We'll assume you hit the Area 74 flag first. In this mission, you must destroy the UFOs several times, while trying to avoid losing any balls. 5. If you hit the A-flag, you'll go to the Alien Hill mission. The goal here is to collect all blue keys and progress upwards until the counter reaches 0. 6. If you complete both Alien Hill and Area 74 missions, another flag, which is marked with E, appears. Collect it to start the Galaxy Tennis mission 7. (Optional) Try to hit your ball to the enemy position 3 times, while also defending your own position. 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=M7R03-vNb7s | 0 | Flipnic - Geometry A (Hard difficulty gameplay) [no sound] | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay!As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. The Geometry stages provide a different type of gameplay with 2D-ish graphics, which is more similar to a brick breaker game, rather than a pinball game. Altough the video is shorter, this stage was actually more difficult than the Optics B stage for me. I'm apologize for no sound in this video. I was recording this with OBS and during recording the audio level meter did show activity, so I have no idea why it decided not to output sound to the final file. I might upload a version with sound in the future, but for now I wanted to get the video out, so this will have to do. At the minimum, to complete this stage, you have to do the following:1. Collect all purple keys 2. After collecting all the keys, you'll unlock the Space Warp mission, which lets you warp through the game field. 3. Warp 5 times to summon Area 74 flag, warp even more to summon the Alien Hill flag 4. We'll assume you hit the Area 74 flag first. In this mission, you must destroy the UFOs several times, while trying to avoid losing any balls. 5. If you hit the A-flag, you'll go to the Alien Hill mission. The goal here is to collect all blue keys and progress upwards until the counter reaches 0. 6. If you complete both Alien Hill and Area 74 missions, another flag, which is marked with E, appears. Collect it to start the Galaxy Tennis mission 7. (Optional) Try to hit your ball to the enemy position 3 times, while also defending your own position. 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
. | 2022-12-06 21-42-10.mkv | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/510.jpg | N/A | /channel_db_lite/web/json/510.json | N/A | N/A | |
509 | Press any key to continue... | Flipnic - Optics B (Hard difficulty gameplay) | 0 | 2022-12-04 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. It took me a long time to upload the Optics B gameplay, because my initial victory didn't have sound, so I had to beat it again (and this stage is really difficult). At the minimum, to complete this stage, you have to do the following: 1. Hit a flying target to trigger a "Point of No Return" mission 2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan) 3. Go back to the spawn location, a multiball mission will then start 4. (Optional) Complete a required task for the multiball mission 5. Repeat steps 1-4 two more times 6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=VahRvD_2iyY | 0 | Flipnic - Optics B (Hard difficulty gameplay) | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. It took me a long time to upload the Optics B gameplay, because my initial victory didn't have sound, so I had to beat it again (and this stage is really difficult). At the minimum, to complete this stage, you have to do the following: 1. Hit a flying target to trigger a "Point of No Return" mission 2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan) 3. Go back to the spawn location, a multiball mission will then start 4. (Optional) Complete a required task for the multiball mission 5. Repeat steps 1-4 two more times 6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
. | FlipnicOpticsBHard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/509.jpg | N/A | /channel_db_lite/web/json/509.json | N/A | N/A | |
474 | Press any key to continue... | Flipnic - Biology B (Hard difficulty gameplay) | 0 | 2022-07-28 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. This time I'm playing the very first B-version of a stage in this game - Biology B. These secondary versions are mirrored and have modified textures and color pallettes. You need to complete these B-versions before unlocking the final stage, which is Geometry A. At the minimum, to complete this stage, you have to do the following: 1. Get to the "Slot chance" area 2. Go to the right lane 3. Once you get to the middle section with the flipper, you need to aim for the lane on the left 4. Hit bumpers, until all of them have butterflies. This will complete the "Freeze Over" mission 5. Go back to the "Slot chance" area. You should now see 2 platforms. Try to make the ball jump over these ramps a certain number of times. If the counter reaches 0, the "Hidden path discovery" will start 6. Go up the mountain and collect all of the shiny coins. Once you reach the very top, the "Zero Gravity" mission will start. 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=cTGeJ3Yr3_c | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. This time I'm playing the B-version of the Metallurgy stage. These secondary versions are mirrored and have modified textures and color pallettes. You need to complete these B-versions before unlocking the final stage, which is Geometry A. At the minimum, to complete this stage, you have to do the following: 1. Go through the first lane after spawning on the stage 2. Take a color coded lane 3. If you chose the magenta lane, you'll end up in an area with a UFO trying to shoot lasers at you. Try to hit the purple circuit board certain number of times, which will complete the first "Move On" mission 4. Take the lane, which you just uncovered after completing this mission 5. You'll now be at another area. Try to hit another purple circuit board certain number of times, which will complete the second "Move On" mission 6. Take the lane, which you just uncovered 7. Go through the non-colorcoded lanes until you find a color-coded lane, which you haven't taken 8. If you chose the green lane, you'll end up in the air spinning around cylinders. If you press circle, you'll move forward in that direction 9. Take a specific path until you get to an area with four shafts. Hit one shaft while it's active to start a "Shut Down the Shafts" mission 10. Shut down all shafts within the time limit 11. Repeat steps 9-10 12. You can go back to the lane selection area if you go through a portal 13. Repeat step 7 14. If you chose the blue lane, you'll end up in another area, where a giant spider crab mini-boss spawns. If you hit the spider crab with the ball, you'll remove some of its health. Try to do this until the spider crab explodes. Then you can take a specific lane to go back 15. Take the non-colorcoded lanes until you get back to the spawn area. 16. Take the white lane, that was previously covered by a pillar before. This will start he "Zero gravity" mission 17. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 18. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) P.S. I already finished the Optics B stage, but due to some garbage with pulseaudio, the recording was missing audio, which is really annoying. This means that it'll take some time before I can upload a finished Optics B run :( |
. | MetallurgyB_hard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/474.jpg | N/A | /channel_db_lite/web/json/474.json | N/A | N/A | |
464 | Press any key to continue... | Flipnic - Evolution A (Hard difficulty gameplay) | 0 | 2022-07-25 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the first boss stage in Flipnic, which you unlock after completing the Biology A stage. For this stage, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=HABD6EgdWqc | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the first boss stage in Flipnic, which you unlock after completing the Biology A stage. For this stage, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
. | EvolutionA_hard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/464.jpg | N/A | /channel_db_lite/web/json/464.json | N/A | N/A | |
465 | Press any key to continue... | Flipnic - Evolution B (Hard difficulty gameplay) | 0 | 2022-07-25 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the second boss stage in Flipnic, which you unlock after completing the Metallurgy A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=eTFOdl_DLNY | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the second boss stage in Flipnic, which you unlock after completing the Metallurgy A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
. | EvolutionB_hard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/465.jpg | N/A | /channel_db_lite/web/json/465.json | N/A | N/A | |
466 | Press any key to continue... | Flipnic - Evolution C (Hard difficulty gameplay) | 0 | 2022-07-25 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the third boss stage in Flipnic, which you unlock after completing the Optics A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=RcTUQig43M0 | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! This is the third boss stage in Flipnic, which you unlock after completing the Optics A stage. For these stages, the difficulty doesn't matter that much, except for the number of balls and credits, but I'm playing on the hard difficulty nevertheless. To complete this stage, you have to do the following: 1. Hit entities with ball and avoid losing balls. You can hit shiny targets to spawn more balls 2. If you manage to destroy a red skull, you'll complete the stage |
. | EvolutionC_hard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/466.jpg | N/A | /channel_db_lite/web/json/466.json | N/A | N/A | |
467 | Press any key to continue... | Flipnic - Metallurgy A (Hard difficulty gameplay) | 0 | 2022-07-25 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. This time it's Metallurgy A, which is unlocked after defeating the first boss. At the minimum, to complete this stage, you have to do the following: 1. Go through the first lane after spawning on the stage 2. Take a color coded lane 3. If you chose the magenta lane, you'll end up in an area with a UFO trying to shoot lasers at you. Try to hit the purple circuit board certain number of times, which will complete the first "Move On" mission 4. Take the lane, which you just uncovered after completing this mission 5. You'll now be at another area. Try to hit another purple circuit board certain number of times, which will complete the second "Move On" mission 6. Take the lane, which you just uncovered 7. Go through the non-colorcoded lanes until you find a color-coded lane, which you haven't taken 8. If you chose the green lane, you'll end up in the air spinning around cylinders. If you press circle, you'll move forward in that direction 9. Take a specific path until you get to an area with four shafts. Hit one shaft while it's active to start a "Shut Down the Shafts" mission 10. Shut down all shafts within the time limit 11. Repeat steps 9-10 12. You can go back to the lane selection area if you go through a portal 13. Repeat step 7 14. If you chose the blue lane, you'll end up in another area, where a giant spider crab mini-boss spawns. If you hit the spider crab with the ball, you'll remove some of its health. Try to do this until the spider crab explodes. Then you can take a specific lane to go back 15. Take the non-colorcoded lanes until you get back to the spawn area. 16. Take the white lane, that was previously covered by a pillar before. This will start he "Zero gravity" mission 17. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 18. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=pftgH8DNink | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. This time it's Metallurgy A, which is unlocked after defeating the first boss. At the minimum, to complete this stage, you have to do the following: 1. Go through the first lane after spawning on the stage 2. Take a color coded lane 3. If you chose the magenta lane, you'll end up in an area with a UFO trying to shoot lasers at you. Try to hit the purple circuit board certain number of times, which will complete the first "Move On" mission 4. Take the lane, which you just uncovered after completing this mission 5. You'll now be at another area. Try to hit another purple circuit board certain number of times, which will complete the second "Move On" mission 6. Take the lane, which you just uncovered 7. Go through the non-colorcoded lanes until you find a color-coded lane, which you haven't taken 8. If you chose the green lane, you'll end up in the air spinning around cylinders. If you press circle, you'll move forward in that direction 9. Take a specific path until you get to an area with four shafts. Hit one shaft while it's active to start a "Shut Down the Shafts" mission 10. Shut down all shafts within the time limit 11. Repeat steps 9-10 12. You can go back to the lane selection area if you go through a portal 13. Repeat step 7 14. If you chose the blue lane, you'll end up in another area, where a giant spider crab mini-boss spawns. If you hit the spider crab with the ball, you'll remove some of its health. Try to do this until the spider crab explodes. Then you can take a specific lane to go back 15. Take the non-colorcoded lanes until you get back to the spawn area. 16. Take the white lane, that was previously covered by a pillar before. This will start he "Zero gravity" mission 17. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 18. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
. | MetallurgyA_hard.mp4 | Teised skriptimiskeeled | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/467.jpg | N/A | /channel_db_lite/web/json/467.json | N/A | N/A | |
468 | Press any key to continue... | Flipnic - Biology A (Hard difficulty gameplay) | 0 | 2022-07-25 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. This time I'm playing the very first stage in this game - Biology A. It also has a little introduction sequence, which other stages don't have. At the minimum, to complete this stage, you have to do the following: 1. Get to the "Slot chance" area 2. Go to the left lane 3. Once you get to the middle section with the flipper, you need to aim for the lane on the right 4. Hit bumpers, until all of them have butterflies. This will complete the "Freeze Over" mission 5. Go back to the "Slot chance" area. You should now see 2 platforms. Try to make the ball jump over these ramps a certain number of times. If the counter reaches 0, the "Hidden path discovery" will start 6. Go up the mountain and collect all of the shiny coins. Once you reach the very top, the "Zero Gravity" mission will start. 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=wwQiDW8WaDA | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. This time I'm playing the very first stage in this game - Biology A. It also has a little introduction sequence, which other stages don't have. At the minimum, to complete this stage, you have to do the following: 1. Get to the "Slot chance" area 2. Go to the left lane 3. Once you get to the middle section with the flipper, you need to aim for the lane on the right 4. Hit bumpers, until all of them have butterflies. This will complete the "Freeze Over" mission 5. Go back to the "Slot chance" area. You should now see 2 platforms. Try to make the ball jump over these ramps a certain number of times. If the counter reaches 0, the "Hidden path discovery" will start 6. Go up the mountain and collect all of the shiny coins. Once you reach the very top, the "Zero Gravity" mission will start. 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
. | BiologyA_hard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/468.jpg | N/A | /channel_db_lite/web/json/468.json | N/A | N/A | |
463 | Press any key to continue... | Flipnic - Optics A (Hard difficulty gameplay) | 0 | 2022-07-24 | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. I've decided to go with Optics A first, because it's my favorite stage in this game and I've praticed a lot on it. At the minimum, to complete this stage, you have to do the following: 1. Hit a flying target to trigger a "Point of No Return" mission 2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan) 3. Go back to the spawn location, a multiball mission will then start 4. (Optional) Complete a required task for the multiball mission 5. Repeat steps 1-4 two more times 6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=XudtUvFv-r8 | 0 | . | . | Since I haven't found a lot of good full stage playthrough videos on Flipnic, I've decided to upload some of my own gameplay! As a challenge for myself, I've also cranked up the difficulty to hard, which reduces the number of balls to three with no continues (unless you get extra credits and balls of course), all ball saving bumpers are deactivated by default, and the number of bumper hits required to complete specific missions has also been increased. I've decided to go with Optics A first, because it's my favorite stage in this game and I've praticed a lot on it. At the minimum, to complete this stage, you have to do the following: 1. Hit a flying target to trigger a "Point of No Return" mission 2. Collect all of the rings required, which have been placed all around the stage (some rings are only at specific areas, such as Yellow, Magenta, and Cyan) 3. Go back to the spawn location, a multiball mission will then start 4. (Optional) Complete a required task for the multiball mission 5. Repeat steps 1-4 two more times 6. After completing the third multiball mission, you'll be teleported to a Zero Gravity mission area 7. (Optional) Try to hit projectiles within the time limit. Second to last particle shape is a stick figure and the final one is a combination of all the previous shapes. If you manage to do this, you'll be awarded with a neat cake cutscene and a bunch of bonus points. If you don't, you'll just recieve no bonus and the cutscene won't play, but you'll still unlock the next stage 8. (Optional) You'll now be teleported back to spawn. You can now complete any leftover yellow missions that you hadn't completed before, which allows you to maximize the score, before playing the next stage (after quitting the stage, the score gets locked, meaning you won't get any more points) |
. | OpticsA_hard.mp4 | Muud mängimise videod | Other gameplay videos | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/463.jpg | N/A | /channel_db_lite/web/json/463.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 | |
313 | Press any key to continue... | I wonder if YouTube takes down this dumb video | 0 | 2020-06-30 | Whatever you do, PLEASE DO NOT watch this video with your eyes closed. Also, this video IS 13+ ONLY (parental guidance may be required with 13-15 year old audiences). This is an edit of Flipnic's help video, but anything that doesn't talk about balls is removed. I got bored at some point and stopped making the video. |
0 | 0 | 0 | 0 | https://www.youtube.com/watch?v=kAWTbwuTFrM | 0 | . | . | Whatever you do, PLEASE DO NOT watch this video with your eyes closed. Also, this video IS 13+ ONLY (parental guidance may be required with 13-15 year old audiences). This is an edit of Flipnic's help video, but anything that doesn't talk about balls is removed. I got bored at some point and stopped making the video. |
. | balls.wmv | Naljavideod | Joke videos | YouTube poop,parody,YTP,edit,help | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/313.jpg | N/A | /channel_db_lite/web/json/313.json | N/A | N/A |
320 | Press any key to continue... | Swing [PS1 FMV RIP] | 0 | 2019-11-23 | Full motion videos from a PS1 port of a puzzle game called Swing. The extra clips would play when you booted up the game and the credits one is accessible in the main menu (along with all the extra clips). | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=p0ql-svG4cM | 0 | . | . | Full motion videos from a PS1 port of a puzzle game called Swing. The extra clips would play when you booted up the game and the credits one is accessible in the main menu (along with all the extra clips). Timestamps 0:00 Extra 1 (fire) 0:11 Extra 2 (sewer) 0:23 Extra 3 (snow) 0:36 Extra 4 (jungle) 0:49 Extra 5 (bag) 1:03 Credits |
. | swing.mp4 | FMV klipid | FMV clips | Swing,video game,PlayStation,FMV rips | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/320.jpg | N/A | /channel_db_lite/web/json/320.json | N/A | N/A |