Leiti 15 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
629 | Press any key to continue... | Downloading... | 0 | 2025-06-11 | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=sS6TG1SQ3eI | 0 | Downloading... | Downloading... | Dload.mp4 | Varia | Joke videos | download,file download,eta,progress bar,animation,simple,modern,elegant,transfer rate | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/629.jpg | N/A | N/A | N/A | N/A | |||
627 | Press any key to continue... | Formula One Arcade - Car Tag [PS1 Gameplay] | 0 | 2025-05-23 | An obscure game mode from a 2002 F1 game for PlayStation, where you have to eliminate all opponents by hitting i.e. tagging them. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=kTRVpX0G0cg | 0 | Formula One Arcade - Car Tag [PS1 Gameplay] | Formula One Arcade - Car Tag [PS1 Gameplay] | An obscure game mode from a 2002 F1 game for PlayStation, where you have to eliminate all opponents by hitting i.e. tagging them. | An obscure game mode from a 2002 F1 game for PlayStation, where you have to eliminate all opponents by hitting i.e. tagging them. | car tag.mp4 | Muud mängimise videod | Other gameplay videos | formula 1,f1,Formula One,gameplay,tag,catch | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/627.jpg | N/A | N/A | N/A | N/A |
623 | Press any key to continue... | Cursed Flipnic (PS2) Gameplay [Part 1] | 0 | 2025-05-17 | This video is just me showing off some really weird stuff you can do with this game. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=QDcJolgB1iE | 0 | Cursed Flipnic (PS2) Gameplay [Part 1] | Cursed Flipnic (PS2) Gameplay [Part 1] | This video is just me showing off some really weird stuff you can do with this game. | This video is just me showing off some really weird stuff you can do with this game. | Cursed Flipnic Gameplay.mov | Videomängude analüüs | Video game analysis | Flipnic,cursed,gameplay,let's play,hacking,modding,cheating,ultimate pinball,poem | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/623.jpg | N/A | N/A | N/A | N/A |
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 | |
594 | Press any key to continue... | PlayStation 2 - Delete failed | 0 | 2025-01-04 | Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough. Console: SCPH-90004 (batch: 8D) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Mp4vlV2D0NA | 0 | PlayStation 2 - Delete failed | PlayStation 2 - Delete failed | Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough. Console: SCPH-90004 (batch: 8D) |
Demonstrates what happens when PlayStation 2 is unable to delete a save file from the file browser. I've dumped a real memory card from a heavily soft-modded PS2 slim console and used it in an emulator for this video. However, I happened to have made an undeletable save at some point. I suspect it's because the file browser is unable to accurately determine the file size, it refuses to delete it. If this happens on a real console, the only way to fix it is to format the memory card using homebrew, such as Memory Card Annihilator. Doing so will get rid of all your saves tough. Console: SCPH-90004 (batch: 8D) |
deletefailed.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/594.jpg | N/A | /channel_db_lite/web/json/594.json | N/A | N/A | |
580 | Press any key to continue... | Blinking caret animation | 0 | 2024-09-03 | Recreation of the blinking caret thing that you see in various operating system's text modes. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=aCF2wqpqnOY | 0 | Blinking caret animation | Blinking caret animation | Recreation of the blinking caret thing that you see in various operating system's text modes. | Recreation of the blinking caret thing that you see in various operating system's text modes. | BlinkBlink.mp4 | Veateated | Errors | blink,caret,cursor,the blinky thing,startup error,boot error,startup failure,fail,error,freeze,hang,hang on boot,hang on startup,Windows 3.1 startup error,no error message,text mode,text display,no graphical display,no GUI,text only | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/580.jpg | N/A | /channel_db_lite/web/json/580.json | N/A | N/A |
557 | Press any key to continue... | Beetle Crazy Cup - Subaru Impreza STI Rally [PC Mod Gameplay] | 0 | 2023-12-22 | This is a mod, which adds Subaru Impreza STI Rally car to Beetle Crazy Cup (a.k.a. Beetle Buggin). This mod requires Beetle Crazy Cup Tool for repacking game files. The car replaces some of the vehicles in the cross game mode. Download links: https://www.moddb.com/games/beetle-crazy-cup/downloads |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=CLzYv0smZco | 0 | Beetle Crazy Cup - Subaru Impreza STI Rally [PC Mod Gameplay] | Beetle Crazy Cup - Subaru Impreza STI Rally [PC Mod Gameplay] | This is a mod, which adds Subaru Impreza STI Rally car to Beetle Crazy Cup (a.k.a. Beetle Buggin). This mod requires Beetle Crazy Cup Tool for repacking game files. The car replaces some of the vehicles in the cross game mode. Download links: https://www.moddb.com/games/beetle-crazy-cup/downloads |
This is a mod, which adds Subaru Impreza STI Rally car to Beetle Crazy Cup (a.k.a. Beetle Buggin). This mod requires Beetle Crazy Cup Tool for repacking game files. The car replaces some of the vehicles in the cross game mode. Download links: https://www.moddb.com/games/beetle-crazy-cup/downloads |
BeetleImprezza.mp4 | Muud mängimise videod | Other gameplay videos | Beetle Buggin,Beetle Crazy Cup,car,impreza,mod,modification,rally car,subaru | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/557.jpg | N/A | /channel_db_lite/web/json/557.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 | |
511 | Press any key to continue... | Flipnic - Geometry 2P gameplay | 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Geometry 2P, each player has a goal, which the opponent is trying to defend. Each time a ball reaches the goal, a point is awarded. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=LWL_ziwHlkE | 0 | Flipnic - Geometry 2P 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Geometry 2P, each player has a goal, which the opponent is trying to defend. Each time a ball reaches the goal, a point is awarded. |
. | 2022-12-06 22-54-25.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/511.jpg | N/A | /channel_db_lite/web/json/511.json | N/A | N/A | |
493 | Press any key to continue... | Loading a PS1 game [Real time capture \w disc seeking sounds] | 0 | 2022-10-10 | If you have ever owned a PS1 or any other early CD-based games console, you know very well that games take a very long time to load. One reason is due to the slower disc speed, another is due to the fact that game data is fragmented around the disc, so the laser assembly needs to seek around the disc to find the required data. This means that loading a game can take several minutes. This video demonstrates that. Captured using a real console, which is outputting composite, which is connected into an HDMI upscaler, which then is connected to a capture device, which is connected to my computer, which saves the output into a video file. This video is, at least for most part, uncut, except for parts, where I navigate around in menus, insert the game disc, play, etc, but every load screen is uncut. The game that is showcased in this video is Colin McRae Rally 2.0 (PS1, PAL version). Timestamps: 0:00 Opening disc tray, removing existing disc, inserting another game disc, closing tray, power on 0:11 Power-on, disc check 0:15 BIOS screen 0:31 Exit BIOS screen 0:35 Copyright screen 2:35 Black screen 2:52 Codemasters FMV 3:01 Black screen 3:46 Intro FMV (cut) 4:08 Black screen 4:16 Title screen/language selection 4:30 Loading demo mode 5:34 Exit demo mode 6:09 Navigating menus 6:21 Loading service area 6:31 Loading single stage 6:50 Single stage gameplay (cut) 7:08 Exit single stage P.S. At the beginning, the video is in mono. That's because I forgot to change my microphone into mono mode, so it was outputting only to one side, and I only realized that mid-recording. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=5RzOn7rjeD8 | 0 | Loading a PS1 game [Real time capture \w disc seeking sounds] | . | If you have ever owned a PS1 or any other early CD-based games console, you know very well that games take a very long time to load. One reason is due to the slower disc speed, another is due to the fact that game data is fragmented around the disc, so the laser assembly needs to seek around the disc to find the required data. This means that loading a game can take several minutes. This video demonstrates that. Captured using a real console, which is outputting composite, which is connected into an HDMI upscaler, which then is connected to a capture device, which is connected to my computer, which saves the output into a video file. This video is, at least for most part, uncut, except for parts, where I navigate around in menus, insert the game disc, play, etc, but every load screen is uncut. The game that is showcased in this video is Colin McRae Rally 2.0 (PS1, PAL version). Timestamps: 0:00 Opening disc tray, removing existing disc, inserting another game disc, closing tray, power on 0:11 Power-on, disc check 0:15 BIOS screen 0:31 Exit BIOS screen 0:35 Copyright screen 2:35 Black screen 2:52 Codemasters FMV 3:01 Black screen 3:46 Intro FMV (cut) 4:08 Black screen 4:16 Title screen/language selection 4:30 Loading demo mode 5:34 Exit demo mode 6:09 Navigating menus 6:21 Loading service area 6:31 Loading single stage 6:50 Single stage gameplay (cut) 7:08 Exit single stage P.S. At the beginning, the video is in mono. That's because I forgot to change my microphone into mono mode, so it was outputting only to one side, and I only realized that mid-recording. |
. | PS1-seeking.mp4 | Varia | Miscellaneous | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/493.jpg | N/A | /channel_db_lite/web/json/493.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 | |
469 | Press any key to continue... | Flipnic - Metallurgy 2P 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Metallurgy 2P, each player has a basket they need to get balls to. Each time you drop a ball through a basket, the corresponding player scores a point. Both players are allowed to shoot balls to each other's baskets without penalty. The first player to reach 10 points or have the most points after the time runs out wins. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=-Y7b3hBQOB8 | 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Biology 2P, each player has a goal they need to defend. Each player can press the circle button to lower/increase the bumper height. The goal is to either reach 5 points first or have more points than the other player before the time's up. |
. | ZZ_Biology2P.mkv | 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/469.jpg | N/A | /channel_db_lite/web/json/469.json | N/A | N/A | |
470 | Press any key to continue... | Flipnic - Optics 2P 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Optics 2P, each player tries to have balls fall off the opponent's side, after which they score a point. First player to score 10 points or the player with most points after the time runs out wins the match. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=rSNMO5QCGrc | 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Optics 2P, each player tries to have balls fall off the opponent's side, after which they score a point. First player to score 10 points or the player with most points after the time runs out wins the match. |
. | ZZ_Optics2P.mkv | 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/470.jpg | N/A | /channel_db_lite/web/json/470.json | N/A | N/A | |
471 | Press any key to continue... | Flipnic - Biology 2P 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Biology 2P, each player has a goal they need to defend. Each player can press the circle button to lower/increase the bumper height. The goal is to either reach 5 points first or have more points than the other player before the time's up. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=gmvZKETSn44 | 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! In addition to normal stages, I've also decided to upload some 2 player versions! The 2P modes are completely different in terms of gameplay and they try to imitate sports games in a pinball format. The 2P stages are playable in Free play/2P match gamemode after unlocking the A version of the corresponding 2P stage (e.g. if you unlock Metallurgy A, you'll be able to play Metallurgy 2P). In Optics 2P, each player tries to have balls fall off the opponent's side, after which they score a point. First player to score 10 points or the player with most points after the time runs out wins the match. |
. | ZZ_Optics2P.mkv | 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/471.jpg | N/A | /channel_db_lite/web/json/471.json | N/A | N/A |