Leiti 20 vastet.
ID | Kanal | Video | Kustutatud | Kuupäev | Kirjeldus | Subtiitrid | Avalik | Ülekanne | HD | URL | PRIVATE | TitleMUI_en | TitleMUI_et | KirjeldusMUI_en | KirjeldusMUI_et | Filename | Category | CategoryMUI_en | Tags | OdyseeURL | KanalMUI_en | KanalMUI_et | Translated | has_thumbnail | local_stream | ytdlp_meta | est_subs | eng_subs |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
623 | Press any key to continue... | Cursed Flipnic (PS2) Gameplay [Part 1] | 0 | 2025-05-17 | This video is just me showing off some really weird stuff you can do with this game. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=QDcJolgB1iE | 0 | Cursed Flipnic (PS2) Gameplay [Part 1] | Cursed Flipnic (PS2) Gameplay [Part 1] | This video is just me showing off some really weird stuff you can do with this game. | This video is just me showing off some really weird stuff you can do with this game. | Cursed Flipnic Gameplay.mov | Videomängude analüüs | Video game analysis | Flipnic,cursed,gameplay,let's play,hacking,modding,cheating,ultimate pinball,poem | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/623.jpg | N/A | N/A | N/A | N/A |
614 | Press any key to continue... | Optics B - Creepy Audio Glitch [Flipnic, PS2] | 0 | 2025-04-30 | A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here). I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=LR7fw-G4zs4 | 0 | Optics B - Creepy Audio Glitch [Flipnic, PS2] | Optics B - Creepy Audio Glitch [Flipnic, PS2] | A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here). I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ |
A really weird audio glitch that I happened to stumble upon when attempting to record an Any% speedrun of Flipnic. These audio glitches can occur when Flipnic fails to load the MIDI sequence data correctly, so it just tries to play unrelated garbage data as music (at least that's what I think is happening here). I didn't finish the run due to the fact the battery on my headphones ran out, but you can see the rest of the unfinished run here: https://www.youtube.com/watch?v=0Ra7-yHxhpQ |
flipnic_ufo_invasion.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/614.jpg | N/A | N/A | N/A | N/A | |
616 | Press any key to continue... | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | 0 | 2025-04-26 | Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=FBDma-tPlJw | 0 | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | Bad Apple, but it's in Flipnic (FMV replacement attempt) [PS2 Romhack] | Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
Through a very involved process, I was able to successfully play a custom video clip in Flipnic. The audio is stuttery for reasons I don't really understand yet, but I was able to have the game play back a custom video with alpha mask. Steps that I took to replace the FMV: 1. Create an AVI video file with 256x512 resolution where the first half is RGB data and the second half is alpha mask. 2. Separate audio/video 3. Convert video to m2v with this ffmpeg command (currently only tested with low-res FMVs): ffmpeg -i badapplefmv.avi -c:v mpeg2video -profile:v main -level:v 8 -b:v 4.531M -maxrate 5M -minrate 4.531M -bufsize 1835k -pix_fmt yuv420p -g 1 -bf 0 -flags +ildct+ilme -top 1 -r 50 -s 256x512 badapplefmv.m2v 4. Convert audio to WAV with these settings: - PCM - Signed 16-bit little endian - 44.1 kHz 5. Convert WAV file to INT in MFAudio with these settings: - [File format] RAW - Raw Sound Data - Compressed ADPCM - Frequency: 44100Hz - Interleave: 400 Bytes - Samples: 16 bits - Channels: 2 (Stereo) 6. Convert m2v video to .ipu using ps2str.exe - IPU Convert (tab) - Add your .m2v file - Choose "MPEG Video Elementary Stream" - Choose where the output file should be - Press "Start" - It may say bad video file, but in the end you should have an .ipu file regardless (just make sure it's bigger than a few kilobytes) 7. Patch the .ipu file using a hex editor - Change first 4 bytes to 69 70 75 6D - For hi-res FMVs: set bytes 8 to B as "00 02 C0 01" (width and height btw) - For low-res FMVs: set bytes 8 to B as "00 01 00 02" - At offset 0x0C, it should have 32-bit int corresponding to the number of frames in little endian byte order - At offset 0x04, it should have the size of the file (including this patched header) - At the end of the file, insert 8 bytes with the following values: "00 00 01 B0 00 00 01 B1" 8. Mux IPU and INT files - Currently this relies on using an existing .PSS file (I used STAFF_ROLL1.PSS for this video) - Replace the contents of the audio and video streams with the contents of INT and IPU files respectively. There is currently no other way to do this other than coding (I might release a tool that could do the patching and muxing for you). 9. Repack STR.BIN with the modified video file - You can use FlipnicFS or FlipnicBinExtractor to do this - You may want to replace an existing .PSS file 10. Replace STR.BIN in the ISO file - I used Apache1.1 in this demonstration (ISO tools - Update selected file) - You should backup the original ISO file first 11. Load the modified file in an emulator or OpenPS2Loader if you want to use original hardware |
2025-04-26 16-12-25.mkv | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/616.jpg | N/A | N/A | N/A | N/A | |
615 | Press any key to continue... | Save file editor for Flipnic [Feature showcase] | 0 | 2025-04-25 | Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック). Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats) I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do. More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section) In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat Flipnic™ Save Editor is an enjoyable easy to use save file editor for you. (re-upload to fix low render quality) |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=Tk6KGdcUYkY | 0 | Save file editor for Flipnic [Feature showcase] | Save file editor for Flipnic [Feature showcase] | Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック). Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats) I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do. More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section) In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat Flipnic™ Save Editor is an enjoyable easy to use save file editor for you. (re-upload to fix low render quality) |
Hello world! After 1.5 years of trying to figure out how the save files in this game work, I've finally done it! I just finished making a save editor for a PlayStation 2 video game called Flipnic (a.k.a. Flipnic - Ultimate Pinball/フリップニック). Compatible game saves: NTSC-U, PAL, NTSC-J* (with some caveats) I know it's been almost 22 years since the game launched, but I think this save editor may be useful for people regardless. This video shows some of the things this save editor can do. More info & downloads: https://github.com/MarkusMaal/FlipnicSaveEditor (downloads are in the "Releases" section) In addtion, if you want to mess with the save binary yourself and want to know what each one of the bytes are for, you can download a hexpat file here: https://raw.githubusercontent.com/MarkusMaal/FlipnicSaveEditor/refs/heads/master/flipnicsave.hexpat Flipnic™ Save Editor is an enjoyable easy to use save file editor for you. (re-upload to fix low render quality) |
Timeline 1.mp4 | Videomängude analüüs | Video game analysis | save file editor,video game,PlayStation 2,Sony PlayStation,Flipnic,Flipnic: Ultimate Pinball,Flipnic™,フリップニック,is an enjoyable simple-action amazing pinball game for you,Ultimate Pinball,Ubisoft,Capcom,Sony Computer Entertainment Inc.,emulator,PCSX2 | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/615.jpg | N/A | N/A | N/A | N/A |
589 | MarkusTegelane | Vaatame esimesi MarkusTegelane videoid (feat. kadunud meedia) [1. osa] | 0 | 2024-12-20 | Selles videos vaatan esimesi enda tehtud YouTube videoid, mille laadisin üles vahemikus 2013-2015. Räägin videote tegemis protsessist, miks ma üldse nad tegin ja muudest asjadest, mida tahan lisada. Kui teid huvitab mu kanali ajalugu, siis "Markus Maal - läbi nende aastate" räägib ka videotest, mida ma tegin enne YouTube kanali tegemist (nn klassikaline ajastu): https://www.youtube.com/watch?v=CTBuIM4fQeE ⏰ Peatükid ⏰ 0:00 Sissejuhatus 2:58 2013 3:36 TrackMania Foreveri rajad 16:26 TrackMania lahedad rajad 29:17 ManiaPlanet rajad 38:36 TrackMania rally rajad 52:45 Tom läks lolliks 54:07 2014 54:37 Talking Ben - Krooksutamine aeg luubis 55:25 Kuidas näha graafikakaardi informatsiooni? 58:26 TrackMania kokkupõrked 1:00:22 Windows XP tootetugi on lõppenud 1:09:00 Batch game: Movement Batch 1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani? 1:15:14 2015 1:18:00 Minu uus YouTube intro (1024p) 1:20:39 @rebane2001 loodud intro 1:22:39 Milline võiks olla mu järgmine video? 1:23:47 Movement Batch 200 views special update 1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS] 1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul? 1:32:52 Kuidas näha arvuti põhjalikku informatsiooni? 1:39:42 Mida võib pudel teha? (Talking Ben) 1:41:08 Crashing Windows 1:45:20 Kuidas teha minu sarnast Movement Batch mängu? 1:52:01 Erinevad Windowsi veateateekraanid 2:00:08 Kass tahab peeru süüa ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ? Lisainfo ? Faili nimi: lookback1.mp4 Renderdamise aeg: 27 minutit, 2 sekundit Renderdatud 2020 M1 Macbook Pro sülearvutis Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia ? Video koostas: Markus Maal ? © 2024 Markuse videod |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=o7NkgNw52o8 | 0 | Watching first MarkusTegelane videos (feat. lost media) [Part 1] | Vaatame esimesi MarkusTegelane videoid (feat. kadunud meedia) [1. osa] | In this video I'm looking back at the first videos I've ever uploaded to YouTube from the 2013-2015 range. I'll talk about the process of making these videos, why they even got made and other stuff I just want to add to the video. Note. This video currently has no English subtitles available and is intended for audiences who can understand Estonian. Subtitles may come later, however since this is a very long video, it might take a while for me to make them. ⏰ Chapters ⏰ 0:00 Introduction 2:58 2013 3:36 TrackMania Foreveri rajad 16:26 TrackMania lahedad rajad 29:17 ManiaPlanet rajad 38:36 TrackMania rally rajad 52:45 Tom läks lolliks 54:07 2014 54:37 Talking Ben - Krooksutamine aeg luubis 55:25 Kuidas näha graafikakaardi informatsiooni? 58:26 TrackMania kokkupõrked 1:00:22 Windows XP tootetugi on lõppenud 1:09:00 Batch game: Movement Batch 1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani? 1:15:14 2015 1:18:00 Minu uus YouTube intro (1024p) 1:20:39 @rebane2001 loodud intro 1:22:39 Milline võiks olla mu järgmine video? 1:23:47 Movement Batch 200 views special update 1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS] 1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul? 1:32:52 Kuidas näha arvuti põhjalikku informatsiooni? 1:39:42 Mida võib pudel teha? (Talking Ben) 1:41:08 Crashing Windows 1:45:20 Kuidas teha minu sarnast Movement Batch mängu? 1:52:01 Erinevad Windowsi veateateekraanid 2:00:08 Kass tahab peeru süüa ■ Links ■ Website: https://markustegelane.eu Blog: https://markustegelane-en.blogspot.com ❖ Other channels ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markus' stuff: @markuseasjad Markus Maal: @MarkusMaal ? Additional information ? Filename: lookback1.mp4 Render time: 27 minutes, 2 seconds Renderded on 2020 M1 Macbook Pro Software: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia ? Created by: Markus Maal ? © 2024 Markuse videod |
Selles videos vaatan esimesi enda tehtud YouTube videoid, mille laadisin üles vahemikus 2013-2015. Räägin videote tegemis protsessist, miks ma üldse nad tegin ja muudest asjadest, mida tahan lisada. Kui teid huvitab mu kanali ajalugu, siis "Markus Maal - läbi nende aastate" räägib ka videotest, mida ma tegin enne YouTube kanali tegemist (nn klassikaline ajastu): https://www.youtube.com/watch?v=CTBuIM4fQeE ⏰ Peatükid ⏰ 0:00 Sissejuhatus 2:58 2013 3:36 TrackMania Foreveri rajad 16:26 TrackMania lahedad rajad 29:17 ManiaPlanet rajad 38:36 TrackMania rally rajad 52:45 Tom läks lolliks 54:07 2014 54:37 Talking Ben - Krooksutamine aeg luubis 55:25 Kuidas näha graafikakaardi informatsiooni? 58:26 TrackMania kokkupõrked 1:00:22 Windows XP tootetugi on lõppenud 1:09:00 Batch game: Movement Batch 1:12:28 Kuidas panna arvuti sunniviisiliselt näitama sinist ekraani? 1:15:14 2015 1:18:00 Minu uus YouTube intro (1024p) 1:20:39 @rebane2001 loodud intro 1:22:39 Milline võiks olla mu järgmine video? 1:23:47 Movement Batch 200 views special update 1:29:26 Markus mängib I - Windows 7 mängud [VAATAJATE OTSUS] 1:31:20 Kuidas näha graafikakaardi informatsiooni Windows 7 puhul? 1:32:52 Kuidas näha arvuti põhjalikku informatsiooni? 1:39:42 Mida võib pudel teha? (Talking Ben) 1:41:08 Crashing Windows 1:45:20 Kuidas teha minu sarnast Movement Batch mängu? 1:52:01 Erinevad Windowsi veateateekraanid 2:00:08 Kass tahab peeru süüa ■ Lingid ■ Veebisait: https://markustegelane.eu Ajaveeb: https://markustegelane.blogspot.com ❖ Teised kanalid ❖ MarkusTegelane+: @markusTegelanePlus MarkusTegelane++: @markusTegelanePlusPlus Markuse asjad: @markuseasjad Markus Maal: @MarkusMaal ? Lisainfo ? Faili nimi: lookback1.mp4 Renderdamise aeg: 27 minutit, 2 sekundit Renderdatud 2020 M1 Macbook Pro sülearvutis Tarkvara: DaVinci Resolve 19.0.2, VLC Player, PaintDotNET, Windows 11, macOS Seqouia ? Video koostas: Markus Maal ? © 2024 Markuse videod |
lookback1.mp4 | Kommentaar | Commentary | markustegelane,Markus Maal,Tegelane Markus,mmaal,TheMarkusGuy,computers | N/A | MarkusTegelane | . | 0 | /channel_db_lite/web/thumbs/589.jpg | N/A | /channel_db_lite/web/json/589.json | N/A | N/A |
561 | Press any key to continue... | Flipnic, but it's REALLY LOUD | 0 | 2024-01-20 | Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127? In this video, we'll find out what happens if you increase the volume from 127 to 32767! Note that the specific memory address for changing the volume may be different accross various regional versions of the game. Emulator: PCSX2 (Nightly) Timestamps: 0:00 Increasing the volume 0:23 Biology 11:08 Evolution 12:30 Metallurgy 19:16 Optics 26:17 Biology 2P 27:23 Geometry 42:18 Geometry 2P |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=w4VzUiEuH10 | 0 | Flipnic, but it's REALLY LOUD | Flipnic, but it's REALLY LOUD | Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127? In this video, we'll find out what happens if you increase the volume from 127 to 32767! Note that the specific memory address for changing the volume may be different accross various regional versions of the game. Emulator: PCSX2 (Nightly) Timestamps: 0:00 Increasing the volume 0:23 Biology 11:08 Evolution 12:30 Metallurgy 19:16 Optics 26:17 Biology 2P 27:23 Geometry 42:18 Geometry 2P |
Did you know that in Flipnic (PS2), the volume levels are stored as a 16-bit signed integer? And that the maximum value the game uses is actually 127? In this video, we'll find out what happens if you increase the volume from 127 to 32767! Note that the specific memory address for changing the volume may be different accross various regional versions of the game. Emulator: PCSX2 (Nightly) Timestamps: 0:00 Increasing the volume 0:23 Biology 11:08 Evolution 12:30 Metallurgy 19:16 Optics 26:17 Biology 2P 27:23 Geometry 42:18 Geometry 2P |
FlipnicButLoudMinified.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/561.jpg | N/A | /channel_db_lite/web/json/561.json | N/A | N/A | |
556 | Press any key to continue... | 2D galaxy tennis [Flipnic PS2 gameplay] | 0 | 2023-12-08 | I hacked the camera to this top-down perspective. Unfortunately right now I've only found a way to adjust rotation, yaw, and roll, but not the origin/position. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=UvzPmk9jGjs | 0 | 2D galaxy tennis [Flipnic PS2 gameplay] | 2D galaxy tennis [Flipnic PS2 gameplay] | I hacked the camera to this top-down perspective. Unfortunately right now I've only found a way to adjust rotation, yaw, and roll, but not the origin/position. | I hacked the camera to this top-down perspective. Unfortunately right now I've only found a way to adjust rotation, yaw, and roll, but not the origin/position. | 2023-04-02 20-45-32.mkv | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/556.jpg | N/A | /channel_db_lite/web/json/556.json | N/A | N/A | |
543 | Press any key to continue... | Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] | 0 | 2023-07-01 | In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save! Prerequesties: Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation) BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder) A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible) w/uLaunchElf entrypoints: - If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot - If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu - If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf - If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077 Commands: To list all saves: python save_editor.py -f [filename] -saves To list items in a save: python save_editor.py -f [filename] -save[num] -li To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename] Chapters: 0:00 Describing the bug 0:58 Getting the save out of a memory card 2:38 Patching the save file 4:31 Copying the patched save file back to a memory card 5:30 Testing the modified save |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=fSE4aCLbXPQ | 0 | Obtaining the Buzz lure in Fishing Fantasy: Buzzrod [Save file modification tutorial] | . | In this video, I'm going to walk you through the process of fixing a bug in this game, which normally makes it impossible to finish the game. And the best part - you can do it with your own save! Prerequesties: Python 3: https://www.python.org/downloads/ (in Windows, make sure that "Add to PATH" is checked during installation) BuzzrodSaveEditor: https://github.com/MarkusMaal/BuzzrodSaveEditor/archive/refs/heads/main.zip (extract to a folder) A USB flash drive (if the PS2 freezes/errors out while opening/copying to the mass:/ folder, try a different flash drive, USB 2.0 drives are preferred if possible) w/uLaunchElf entrypoints: - If you have a completely unmodified PS2 slim console, you can use FreeDVDboot. Full instructions and ISO files here: https://github.com/CTurt/FreeDVDBoot - If you have a FreeMcBoot memory card or FreeHDboot hard drive, you can navigate to uLaunchElf in the main menu - If you have a Fortuna exploited memory card, just navigate to browser, go to exploited memory card, back out twice and you should be in uLaunchElf - If you have a modchipped PS2 or have MechaPwn with force unlock (disable it after modifying the save to be able to load this game), you can burn this copy of wLaunchElf to a CD or DVD: https://gbatemp.net/download/wlaunchelf-v4-43x_isr-iso-elf.37723/version/39334/download?file=337077 Commands: To list all saves: python save_editor.py -f [filename] -saves To list items in a save: python save_editor.py -f [filename] -save[num] -li To patch a game save: python save_editor.py -f [filename] -p [byte address] -iv 3 -o [patched save filename] Chapters: 0:00 Describing the bug 0:58 Getting the save out of a memory card 2:38 Patching the save file 4:31 Copying the patched save file back to a memory card 5:30 Testing the modified save |
. | BuzzrodFixFinal.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/543.jpg | N/A | /channel_db_lite/web/json/543.json | N/A | N/A | |
532 | Press any key to continue... | Menu re-ordering in Flipnic (Warning: Cursed!!!) [W.I.P.] | 0 | 2023-03-14 | So, I have decided to mess around with the MAINMENU.MLB file using cheat engine (since it gets loaded into RAM, I can mess with it basically in real time with exceptions). I was successfully able to change the order of the menu options and the menu options, while maintaining the ability to linearly move straight up and down without suddenly jumping to another menu option. I was not able to change the action of each button yet, so the button actions are shifted upwards. And just because I can, I decided to shift the exit button 0x100 units to the left. Technical details, tutorial, and modified MAINMENU.MLB: https://docs.google.com/document/d/1HSP2JH3JfvSXh3FjCa6lXJYfjBHpNOsX6JfqYgwSBC8/edit?usp=sharing |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=f7mQJwsqA-8 | 0 | Menu re-ordering in Flipnic (Warning: Cursed!!!) [W.I.P.] | . | So, I have decided to mess around with the MAINMENU.MLB file using cheat engine (since it gets loaded into RAM, I can mess with it basically in real time with exceptions). I was successfully able to change the order of the menu options and the menu options, while maintaining the ability to linearly move straight up and down without suddenly jumping to another menu option. I was not able to change the action of each button yet, so the button actions are shifted upwards. And just because I can, I decided to shift the exit button 0x100 units to the left. Technical details, tutorial, and modified MAINMENU.MLB: https://docs.google.com/document/d/1HSP2JH3JfvSXh3FjCa6lXJYfjBHpNOsX6JfqYgwSBC8/edit?usp=sharing |
. | cursed1.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 0 | /channel_db_lite/web/thumbs/532.jpg | N/A | /channel_db_lite/web/json/532.json | N/A | N/A | |
453 | Press any key to continue... | The most broken flash game I've played - Ower Web (Part I) | 0 | 2022-05-24 | This series of videos will cover various glitches I've found just from playing this game. Part 2 will definitely be released at some point, but I am unsure if I'll make a part 3. The objective in this game is to finish levels with a spider, but the unique thing about this game is that you can draw webs using your mouse, which your spider can stand on. The only problem - the physics in this game are really broken and it seems like the developers may have rushed to release this game. |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=ry7sky-ZCmg | 0 | . | . | This series of videos will cover various glitches I've found just from playing this game. Part 2 will definitely be released at some point, but I am unsure if I'll make a part 3. The objective in this game is to finish levels with a spider, but the unique thing about this game is that you can draw webs using your mouse, which your spider can stand on. The only problem - the physics in this game are really broken and it seems like the developers may have rushed to release this game. |
. | owerweb1.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/453.jpg | N/A | /channel_db_lite/web/json/453.json | N/A | N/A | |
450 | MarkusTegelane+ | markustegelane - uus intro ja pealkirjakaardi näidis | 1 | 2022-05-11 | Kuna ma otsustasin, et intro, mille tegin oli liiga pikk, siis otsustasin teha veel ühe intro, mida ma tulevikuvideotes kasutan. Lisaks intro standardiseerimisele, lisan ka uutele videotele pealkirjakaardi ning taustaks ka eelvaate videost, mõned kuvatõmmised või mõlemad (natuke sarnane sellele, mida tegin 2017. aasta "lihtne" intros, näidise leiate siit: [link] ). Video, mida taustal esitatakse: [link] Mõned asjad, mida tuleks märkida selle näidise puhul: 1. Taustavideo/pilt saab olema igas videos erinev, mis tähendab, et iga uue video ees olev intro on natuke erinev. 2. Väike heliefekt, mida kuulete kõige alguses saab olema osa igast introst 3. Pealkirjakaardi taustavärv on erineval olenevalt video kategooriast (lilla = Markuse arvuti meelelahutus, punane = info ja uudised, sinine = varia/klassifitseerimata, helesinine = Markuse arvuti meelelahutus special, roheline = mängude videod, valge/hall = pakkfailid/skriptid/tarkvara, oranž = arvuti nõuanded) 4. Tekst, mis kuvatakse kanali nime all on igas videos erinev 5. See koht, kus kuulete 1000Hz tooni ja näete värviribasid on tegeliku video sisu, mis esitatakse (ma panin siia kohatäite, et näidata üleminekuanimatsiooni) 6. Videotel võib olla ka lõpukaart (tekst lõpp/the end mingisuguse taustaga) 7. Kummitus ei ole osa introst 8. Nelinurkse tuuma animatsioon võib erineda olenevalt videost |
0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=lJ_Ip2_LGyY | 0 | . | . | . | Kuna ma otsustasin, et intro, mille tegin oli liiga pikk, siis otsustasin teha veel ühe intro, mida ma tulevikuvideotes kasutan. Lisaks intro standardiseerimisele, lisan ka uutele videotele pealkirjakaardi ning taustaks ka eelvaate videost, mõned kuvatõmmised või mõlemad (natuke sarnane sellele, mida tegin 2017. aasta "lihtne" intros, näidise leiate siit: https://www.youtube.com/watch?v=aKhGvYpy9CQ&t=0s ). Video, mida taustal esitatakse: https://www.youtube.com/watch?v=LavwvL92Obs Mõned asjad, mida tuleks märkida selle näidise puhul: 1. Taustavideo/pilt saab olema igas videos erinev, mis tähendab, et iga uue video ees olev intro on natuke erinev. 2. Väike heliefekt, mida kuulete kõige alguses saab olema osa igast introst 3. Pealkirjakaardi taustavärv on erineval olenevalt video kategooriast (lilla = Markuse arvuti meelelahutus, punane = info ja uudised, sinine = varia/klassifitseerimata, helesinine = Markuse arvuti meelelahutus special, roheline = mängude videod, valge/hall = pakkfailid/skriptid/tarkvara, oranž = arvuti nõuanded) 4. Tekst, mis kuvatakse kanali nime all on igas videos erinev 5. See koht, kus kuulete 1000Hz tooni ja näete värviribasid on tegeliku video sisu, mis esitatakse (ma panin siia kohatäite, et näidata üleminekuanimatsiooni) 6. Videotel võib olla ka lõpukaart (tekst lõpp/the end mingisuguse taustaga) 7. Kummitus ei ole osa introst 8. Nelinurkse tuuma animatsioon võib erineda olenevalt videost |
intro_laserlite3_with_titlecard_pass5.mp4 | Introd | Intros | N/A | MarkusTegelane+ | . | 1 | /channel_db_lite/web/thumbs/450.jpg | N/A | /channel_db_lite/web/json/450.json | N/A | N/A | |
436 | Press any key to continue... | Directly extracting game data from Flipnic™ (PS2) using VGMToolbox | 0 | 2022-04-22 | This video lays out the process for how to extract data for this game from the .BIN files. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=IO3fHZYRQk0 | 0 | . | . | This video lays out the process for how to extract data for this game from the .BIN files. VGMToolbox presets: https://bit.ly/FlipnicPresets (copy to pluginsVGFExtractor) VGMToolbox: https://sourceforge.net/projects/vgmtoolbox/ FlipnicBinExtractor and technical explanation for how the TOC works: https://github.com/MarkusMaal/FlipnicBinExtractor |
. | flipnic_extraction_project.mp4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/436.jpg | N/A | /channel_db_lite/web/json/436.json | N/A | N/A | |
362 | Press any key to continue... | I turned my cars into functional rockets | Colin McRae Rally 2.0 | 0 | 2020-12-01 | An interesting thing I used to do when using cheats in this video game. This video showcases the PC version. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=c0L2yI9lq64 | 0 | . | . | . | . | cmr2_rocket.MP4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/362.jpg | N/A | /channel_db_lite/web/json/362.json | N/A | N/A | |
396 | Press any key to continue... | Flipnic [PS2 V/O RIP] (Unused Sounds Found!!!) | 0 | 2020-11-01 | Voiceovers ripped from a pinball game for the PlayStation 2 game console. I ripped these from a file called STR.BIN using a sound ripping tool called PSound (I manually forced the sample rate to 44100Hz). | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=o8TtCp63uuo | 0 | . | . | Voiceovers ripped from a pinball game for the PlayStation 2 game console. I ripped these from a file called STR.BIN using a sound ripping tool called PSound (I manually forced the sample rate to 44100Hz). There are quite a few sounds in here, which are unused. I determined which sounds were in-game and which were not from memory, so there may be some inaccuracies (please let me know in the comments if I got something wrong). Timestamps: 0:00 Continue? (unused) 0:01 Loop the loop 0:03 Money Money Money (unused) 0:05 Ball saved 0:08 Good, Very Good, Great, Wonderful, Fantastic 0:18 Hurry! 0:20 Ready 0:22 Bonus points 0:24 Two player messages 0:31 Answer 0:33 Mistake (unused) 0:35 Result 0:37 Level counters 0:44 Continue? (unused in-game) 0:47 Hungry Monkey Mission Completed 0:50 Flamgos were scared by alligators 0:55 Duplicate? 0:57 Mini-game lost 1:01 Mini-game win 1:06 Ball saved 1:09 Duplicate sounds? 1:45 Watch out! (unused) 1:47 Be careful not to tilt! (unused) 1:50 Select "Yes"... 1:53 Extra ball (trigger) 1:56 Extra credit (trigger) 2:01 Drop all of the tower bumpers... (unused) 2:07 Multiball 2:13 Freeze over mission 2:17 Hidden Path Discovery mission (trigger) 2:20 Hidden Path Discovery mission 2:24 Perfect Bumper Village mission 2:28 Bumper Village mission 2:32 Slot Chance 2:34 Lucky Flamingos mission 2:38 Hungry Monkey mission (unused ver) 2:43 Hungry Monkey mission 2:50 Color Puzzle mission 2:58 UFO Quiz Show mission 3:02 Move On mission completed 3:05 Metallurgy Multiball (trigger) 3:13 Metallurgy Multiball 3:27 Show Time mission 3:32 Spider Crab shutdown mission 3:36 Metallurgy Multiball 3 3:41 Shut Down The Shafts (first sentence) 3:45 Point Of No Return missions (trigger) 3:50 Point Of No Return 1 3:59 Point Of No Return 2 4:08 Point Of No Return 3 4:17 Optics Multiball 1 4:23 Optics Multiball 2 4:29 Optics Multiball 3 4:35 Geometry Introduction 4:47 We seem to be on the verge... 4:51 New method of space travel (unused ver) 4:56 Alien Hill mission 5:03 Multiball 5:09 Area 74 mission 5:14 This area is about to explode... (unused) 5:22 All Blocks mission (unused) 5:25 Galaxy Tennis mission 5:30 Total Lane Counts 5:37 Total Bumper Counts 5:45 Lane Counts mission completed 5:53 Bumper Counts mission completed (unused) 6:01 Total EXP Counts 6:09 Thank you! (unused) 6:12 Get through within the time limit (unused) 6:15 Point Of No Return trigger (unused ver) 6:20 Point Of No Return trigger (duplicate) 6:25 Drop all of the tower bumpers... (unused) 6:31 Multiball completed + jackpot revival 6:47 Big UFO (warning) 6:55 Shut Down The Shafts 2 (second sentence) 7:00 Shut Down The Shafts 1 (second sentence) 7:06 Shut Down The Shafts 2 (mission completed) 7:12 Shut Down The Shafts 1 (mission completed) 7:19 Metallurgy Multiball (trigger duplicate?) 7:25 Metallurgy Multiball (trigger 2) 7:31 Loop The Loop missions (pt 2) 7:35 Loop The Loop missions (unused alternate line) 7:41 You earned an extra ball (unused) 7:47 Point Of No Return 1 (unused ver) 7:55 Point Of No Return 2 (unused ver) 8:05 Point Of No Return 3 (unused ver) 8:14 Optics Multiball 1 (unused ver) 8:19 Optics Multiball 2 (unused ver) 8:29 Drop Tower Bumpers (unused) 8:33 Time Limit Drop Tower Bumpers (unused) 8:37 Geometry Introduction (unused ver) 8:50 Optics Bumper Village warning 8:56 Optics Lost Ball 9:01 Replaced Ball (unused) 9:07 Point Of No Return 1 (unused ver) 9:15 Point Of No Return 2 (unused ver) 9:25 Point Of No Return 3 (unused ver) 9:34 Geometry All Blocks (unused) 9:39 Geometry Warm Blocks (unused) 9:44 Geometry Mission Flag 9:49 Hit All Keys With The Ball 9:52 New Method Of Space Tavel 10:00 Flipnic (unused) 10:03 Poems? (seemingly unused, but referenced by the stage files for some reason?) |
. | flipnic_sfx.MP4 | Videomängude analüüs | Video game analysis | N/A | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/396.jpg | N/A | /channel_db_lite/web/json/396.json | /channel_db_lite/web/stream/396.et.ass | N/A | |
323 | Press any key to continue... | Bad luck (Part 3/3) | 0 | 2019-12-07 | In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=Kyg7At8P-u0 | 0 | . | . | In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. This series consists of three parts: 1. Trying luck on completing yellow missions 2. Continuing multiball mode and losing a lot of balls 3. Red missions and the ending So, wish me luck, or lack thereof... Recorded footage from PCSX2 |
. | seeyouagain.wmv | Videomängude analüüs | Video game analysis | https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/323.jpg | N/A | /channel_db_lite/web/json/323.json | N/A | N/A | |
322 | Press any key to continue... | Bad luck (Part 2/3) | 0 | 2019-12-05 | In these videos, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This video continues the three part series. | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=Lj030XglNt4 | 0 | . | . | . | . | solitaire.wmv | Videomängude analüüs | Video game analysis | https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/322.jpg | N/A | /channel_db_lite/web/json/322.json | N/A | N/A | |
321 | Press any key to continue... | Bad luck (Part 1/3) | 0 | 2019-12-04 | In this video, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. | 0 | 1 | 0 | 0 | https://www.youtube.com/watch?v=RkvO_JXbZuo | 0 | . | . | In this video, I'm playing a PS2 game called Flipnic (PAL version). An interesting thing that happens when you start the game is that a monkey starts fishing. The fish it gets relates to your supposed "luck" in the game. Well, as the title suggests, I happened to get bad luck, so lets see how this may affect the gameplay. This series consists of three parts: 1. Trying luck on completing yellow missions 2. Continuing multiball mode and losing a lot of balls 3. Red missions and the ending So, wish me luck, or lack thereof... Recorded footage from PCSX2 |
. | flipnic_exposed.wmv | Videomängude analüüs | Video game analysis | https://odysee.com/@Press_any_key_to_continue:2/BadLuckFlipnic:d | Press any key to continue... | Press any key to continue... | 1 | /channel_db_lite/web/thumbs/321.jpg | N/A | /channel_db_lite/web/json/321.json | N/A | N/A | |
147 | MarkusTegelane | [Aprilli nali] Alustan nüüd vlogide tegemisega ja lõpetan arvutitega seotud videote tegemise | 0 | 2017-04-01 | Ma ei taha seda teha, aga kahjuks pean lõpetama arvutite ja mängudega seotud videote tegemise. Alates tänasest on mu kanalil ainult vlogid. Selles videos on ka klipp minu lõpetamata ReactOS videost. | 0 | 1 | 0 | 1 | https://www.youtube.com/watch?v=GKwMSPN6WeA | 0 | I am now starting to make vlogs and stoping computer related videos | Naljapäev 2017 | Alustan nüüd vlogide tegemisega ja lõpetan arvutitega seotud videote tegemise | I don't want to do this, but I unfortunately have to stop making vids related to computers and games. From today, my channel will only have vlogs. There is also a clup of my unfinished React OS video. | . | N/A | Naljavideod | Joke videos | https://odysee.com/@MarkusTegelane:8/aprilli-nali-alustan-n-d-vlogide:d | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/147.jpg | N/A | /channel_db_lite/web/json/147.json | N/A | N/A | |
104 | MarkusTegelane | Windows 7 mängude mängimine 2 (eilsest otseülekandest) | 0 | 2016-10-13 | See on lühike klipp otseülekandest, mis toimus kolmapäeval 12. oktoobril. Mõeldud neile, kes ei taha tervet otseülekannet vaadata, et teada saada, mis otseülekandes on. Koostasin selle video YouTube'i videotöötlejaga (http://www.youtube.com/editor) |
0 | 0 | 0 | 1 | https://www.youtube.com/watch?v=MnxsSNXDvHc | 0 | Windows 7 mängude mängimine 2 (eilsest otseülekandest) | Windows 7 mängude mängimine 2 (eilsest otseülekandest) | See on lühike klipp otseülekandest, mis toimus kolmapäeval 12. oktoobril. Mõeldud neile, kes ei taha tervet otseülekannet vaadata, et teada saada, mis otseülekandes on. | See on lühike klipp otseülekandest, mis toimus kolmapäeval 12. oktoobril. Mõeldud neile, kes ei taha tervet otseülekannet vaadata, et teada saada, mis otseülekandes on. Koostasin selle video YouTube'i videotöötlejaga (http://www.youtube.com/editor) |
yt-editor.flv | MarkuStation 1 | MarkuStation 1 | YouTube'i redigeerija | https://odysee.com/@MarkusTegelane:8/windows-7-m-ngude-m-ngimine-2-eilsest:f | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/104.jpg | N/A | /channel_db_lite/web/json/104.json | N/A | N/A |
15 | MarkusTegelane | Markus Mängib I - Windows 7 mängud [VAATAJATE OTSUS] [HD] | 1 | 2015-02-16 | Originaalne kirjeldus puudub. Videos mängin Windows 7-sse sisse ehitatud mänge. | 0 | 1 | 0 | 1 | http://www.youtube.com/watch?v=143au8NvQs0 | 0 | . | . | Original description is missing. In the video, I played built-in Windows 7 games. | . | N/A | Varia | Miscellaneous | N/A | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/15.jpg | N/A | N/A | N/A | N/A |