Leiti 16 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
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
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
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
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
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
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
406 MarkusTegelane Flipnic - Cutscenes with translucency data [FMV] 0 2022-01-07 This video compiles together FMVs with translucency data from a PlayStation 2 game called Flipnic. This video is a sequel to the last one, as on that video I mentioned that the video omitted displaying any translucency data. Well, this one doesn't! 0 0 0 0 https://www.youtube.com/watch?v=Fy6ZYpAmjn0 0 Flipnic - Cutscenes with translucency data [FMV] Flipnic - Cutscenes with translucency data [FMV] This video compiles together FMVs with translucency data from a PlayStation 2 game called Flipnic. This video is a sequel to the last one, as on that video I mentioned that the video omitted displaying any translucency data. Well, this one doesn't!

Related links:
Better quality version: https://odysee.com/@Press_any_key_to_continue:2/FlipnicAlphaFMV:c
[Download] Exported MOV files with translucency: https://bit.ly/FlipnicFMV
All FMVs: https://youtu.be/BDhZr5ArKoI
Help FMVs (TUTO.BIN): https://youtu.be/374kqzSBuOA
V/O RIP w unused sounds: https://youtu.be/o8TtCp63uuo

Timestamps and filenames:
0:00 Color Puzzle (COLOR_PUZZLE2.PSS)
0:08 Congratulations 1 (CONGRATULATIONS01.PSS)
0:15 Congratulations 2 (CONGRATULATIONS02.PSS)
0:22 Congratulations 3 (CONGRATULATIONS03.PSS)
0:31 Congratulations 4 (CONGRATULATIONS04.PSS)
0:41 Congratulations 5 (CONGRATULATIONS05.PSS)
0:50 Congratulations 6 (CONGRATULATIONS06.PSS)
1:00 Congratulations 7 (CONGRATULATIONS07.PSS)
1:09 Congratulations 8 (CONGRATULATIONS08.PSS)
1:16 Congratulations 9 (CONGRATULATIONS09.PSS)
1:24 Congratulations 10 (CONGRATULATIONS10.PSS)
1:36 Extra ball (EXTRABALL.PSS)
1:41 Extra ball (EXTRABALL2.PSS)
1:49 Extra credit (EXTRA_CREDIT.PSS)
1:57 Extra credit 2 (EXTRA_CREDIT02.PSS)
2:05 Game Over 2 (GAME_OVER2.PSS)
2:20 Game Over 3 (GAME_OVER3.PSS)
2:28 Game Over 4 (GAME_OVER4.PSS)
2:40 Game Over 5 (GAME_OVER5.PSS)
2:53 Hungry Monkey (HUNGLY_MONKEY.PSS)
3:02 Lucky Flamingos (LUCKEY_FLAMINGOS.PSS)
3:09 Move On (MOVE_ON01.PSS*)
3:15 Biology Multiball (MULTIBALL.PSS)
3:22 Metallurgy Multiball (MULTIBALL03.PSS*)
3:29 Optics Multiball (MULTIBALL04.PSS)
3:35 Chu-Chu Multiball (MULTIBALL05.PSS)
3:45 You unlocked the next stage (NEXT_STAGE.PSS)
4:05 Point Of No Return (POINT_OF_NO_RETURN.PSS)
4:15 Show Time (SHOWTIME.PSS)
4:19 Tilt (TILT2.PSS)
4:26 UFO Quiz Show (UFO_QUIZ_SHOW.PSS*)
* The game seems to apply an additional black translucent background to these FMVs, which is why they're not opaque enough in this video
This video compiles together FMVs with translucency data from a PlayStation 2 game called Flipnic. This video is a sequel to the last one, as on that video I mentioned that the video omitted displaying any translucency data. Well, this one doesn't! Preview.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,UFO,flamingo,monkey,freeze over,steel ball,weird,surreal,biology,optics,metallurgy,geometry,theology,evolution,puzzle,multiball,see you again,skeleton,skull,invasion,omg,tilt,flying saucer,translucent https://odysee.com/@Press_any_key_to_continue:2/FlipnicAlphaFMV:c MarkusTegelane . 1 /channel_db_lite/web/thumbs/406.jpg N/A /channel_db_lite/web/json/406.json N/A N/A
402 Press any key to continue... Flipnic - All cutscenes (PAL version) 0 2022-01-02 This video shows all cutscenes in Flipnic, a pinball game for the PlayStation 2 games console. This video does not contain any help FMV-s, as I already made a video with those.

I captured all of these cutscenes with a little FMV hack I made - basically I can replace the cutscene that is supposed to play with another one. This game actually has two types of FMVs - the high resone and the low res one.

Some cutscenes contain translucency (e.g. Move On), but this video omits that. The hires cutscenes never have translucency, but the lowres ones do. I have found a hacky way to get translucency data, but it will take some time to actually turn into a full video.
1 1 0 0 https://www.youtube.com/watch?v=BDhZr5ArKoI 0 Flipnic [PAL PS2 Deinterlaced FMV Rip] Flipnic - All cutscenes (PAL version) This video shows all cutscenes in Flipnic, a pinball game for the PlayStation 2 games console. This video does not contain any help FMV-s, as I already made a video with those.

I captured all of these cutscenes with a little FMV hack I made - basically I can replace the cutscene that is supposed to play with another one. This game actually has two types of FMVs - the high res one and the low res one.

Some cutscenes contain translucency (e.g. Move On), but this video omits that. The hires cutscenes never have translucency, but the lowres ones do. I have found a hacky way to get translucency data, but it will take some time to actually turn into a full video.

Related links:
Help FMVs (TUTO.BIN): https://youtu.be/374kqzSBuOA
Game Over 6 (GAME_OVER6.PSS): https://youtu.be/AcqUf014EDQ
Exported MOV files with translucency (W.I.P.): https://bit.ly/FlipnicFMV
V/O RIP w unused sounds: https://youtu.be/o8TtCp63uuo

Timestamps and filenames:
0:00 Intro (SHUKYAKUDEMO.PSS)
1:24 Title screen (TITLE_.PSS)
1:42 Drop of Silver 1 (SILVER_DROOP.PSS)
1:59 Circle of Life 1 (CIRCLE_OF_LIFE.PSS)
2:21 Freeze Over 1 (FREEZE_OVER.PSS)
2:38 Hidden Path Discovery 1 (TAKIWARI.PSS)
2:52 UFO Quiz Show (UFO_QUIZ_SHOW.PSS*)
3:02 Lucky Flamingos (LUCKEY_FLAMINGOS.PSS*)
3:08 Freeze Over 2 (FREEZE_OVER2.PSS)
3:24 Drop of Silver 2 (SILVER_DROP2.PSS)
3:41 Circle of Life 2 (CIRCLE_OF_LIFE2.PSS)
4:02 Hidden Path Discovery 2 (TAKIWARI2.PSS)
4:15 Point of No Return (POINT_OF_NO_RETURN.PSS*)
4:24 Color Puzzle (COLOR_PUZZLE2.PSS*)
4:32 Hungry Monkey (HUNGLY_MONKEY.PSS*)
4:41 Biology Multiball (MULTIBALL.PSS*)
4:49 Metallurgy Multiball (MULTIBALL03.PSS*)
4:55 Optics Multiball (MULTIBALL04.PSS*)
5:01 Geometry Multiball (MULTIBALL05.PSS*)
5:10 Show Time (SHOWTIME.PSS*)
5:15 Move On (MOVE_ON01.PSS*)
5:21 Watch Out! (WATCH_OUT.PSS)
5:26 UFO invasion! (MISSING.PSS)
5:35 Tilt (TILT2.PSS*)
5:42 Extra ball 1 (EXTRABALL.PSS*)
5:48 Extra ball 2 (EXTRABALL2.PSS*)
5:55 Extra credit 1 (EXTRA_CREDIT.PSS*)
6:04 Extra credit 2 (EXTRA_CREDIT02.PSS*)
6:11 You unlocked the next stage (NEXT_STAGE.PSS*)
6:32 Congratulations 1 (CONGRATULATIONS01.PSS*)
6:39 Congratulations 2 (CONGRATULATIONS02.PSS*)
6:46 Congratulations 3 (CONGRATULATIONS03.PSS*)
6:55 Congratulations 4 (CONGRATULATIONS04.PSS*)
7:04 Congratulations 5 (CONGRATULATIONS05.PSS*)
7:14 Congratulations 6 (CONGRATULATIONS06.PSS*)
7:23 Congratulations 7 (CONGRATULATIONS07.PSS*)
7:32 Congratulations 8 (CONGRATULATIONS08.PSS*)
7:39 Congratulations 9 (CONGRATULATIONS09.PSS*)
7:46 Congratulations: cake (CONGRATULATIONS10.PSS*)
7:58 Game Over 2 (GAME_OVER2.PSS*)
8:12 Game Over 3 (GAME_OVER3.PSS*)
8:19 Game Over 4 (GAME_OVER4.PSS*)
8:30 Game Over 5 (GAME_OVER5.PSS*)
8:42 Staff Credits 1 (STAFF_ROLL1.PSS)
10:46 Staff Credits 2 (STAFF_ROLL2.PSS)
12:50 Ubi Soft Logo (UBI.PSS)
13:00 Bad Luck (BAD_LUCK.PSS)
13:39 Small Luck (SMALL_LUCK.PSS)
14:18 Good Luck (GOOD_LUCK.PSS)
14:56 Great Luck (GREAT_LUCK.PSS)
15:34 Miraculous! (MIRACULOUS.PSS)
* These FMVs have translucency effects that are not displayed in this video
This video shows all cutscenes in Flipnic, a pinball game for the PlayStation 2 games console. This video does not contain any help FMV-s, as I already made a video with those.

I captured all of these cutscenes with a little FMV hack I made - basically I can replace the cutscene that is supposed to play with another one. This game actually has two types of FMVs - the high resone and the low res one.

Some cutscenes contain translucency (e.g. Move On), but this video omits that. The hires cutscenes never have translucency, but the lowres ones do. I have found a hacky way to get translucency data, but it will take some time to actually turn into a full video.
flipnic_fmv-6000.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 https://odysee.com/@Press_any_key_to_continue:2/FlipnicFMV:8 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/402.jpg N/A /channel_db_lite/web/json/402.json N/A N/A
382 Press any key to continue... a disturbing "Game over" screen 0 2021-07-10 This is a very weird and somewhat creepy game over screen that depicts an undead skeleton smoking a cigarette. There's also background music and a male voice laughing can also be heard. Finally the words "Game over" and "See you again!" are heard and the clip ends.



This game over screen is from a pinball game called "Flipnic" (a.k.a. "Flipnic: Ultimate Pinball" in NTSC-U [USA] regions), which I've covered before in this channel, but I've never actually seen this clip. This particular game over screen only occours in the original NTSC-J [Japan] version of the game. As far as I can tell, no other version has this game over screen.
1 1 0 1 https://www.youtube.com/watch?v=AcqUf014EDQ 0 . . This is a very weird and somewhat creepy game over screen that depicts an undead skeleton smoking a cigarette. There's also background music and a male voice laughing can also be heard. Finally the words "Game over" and "See you again!" are heard and the clip ends.

This game over screen is from a pinball game called "Flipnic" (a.k.a. "Flipnic: Ultimate Pinball" in NTSC-U [USA] regions), which I've covered before in this channel, but I've never actually seen this clip. This particular game over screen only occours in the original NTSC-J [Japan] version of the game. As far as I can tell, no other version has this game over screen.
. disturbing_gameover.mp4 FMV klipid FMV clips https://odysee.com/@Press_any_key_to_continue:2/disturbinggameover:3 Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/382.jpg N/A /channel_db_lite/web/json/382.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
312 Press any key to continue... Flipnic: In-game help 0 2020-06-15 These are help videos you can find in Flipnic (PS2), when you go to the Help menu. These explain basic mechnics of the game, as well as some more advanced techniques. I like these more than the actual manual included in the case, because of the nice visuals and more detailed explanations. 0 1 0 0 https://www.youtube.com/watch?v=374kqzSBuOA 0 . . These are help videos you can find in Flipnic (PS2), when you go to the Help menu. These videos are from the PAL version, but the NTSC-U has identical videos. The NTSC-J has similar videos, but they are in Japanese (obviously) and are actually placed in the Explain menu.

These videos explain basic mechnics of the game, as well as some more advanced techniques. I like these more than the actual manual included in the case, because of the nice visuals and more detailed explanations.

This video was originally uploaded a few months ago, but due to the fact I didn't verify my account using my phone, I wasn't able to upload it (longer than 15 minutes). And yes, I published 5 videos in a single day (altough 3 of them were unlisted already and uploaded a few months ago).

Timestamps:
0:00 Basic rules
3:20 Missions
7:14 Recovery 1
11:19 Recovery 2
14:02 Multiball
19:14 Defence & offence
22:46 Holding
. flipnic_help.wmv FMV klipid FMV clips Flipnic,pinball,simulator,physics,dynamics,advanced techniques,video game,in-game help,tictactoe,metallic ball,flipper,bumper,gravity,tilting,nudging,algebra,PlayStation,gaming,PS2,Sony Computer Entertainment Europe,coins,arcade,game tutorial,game console,video game console,outhole,bluecoins,red,yellow,mission https://odysee.com/@Press_any_key_to_continue:2/FlipnicHelp:e Press any key to continue... Press any key to continue... 1 /channel_db_lite/web/thumbs/312.jpg N/A /channel_db_lite/web/json/312.json N/A N/A
160 MarkusTegelane Pakkfail: Lobisemine arvutiga (kaugel perfektsusest) 0 2017-11-14 Tegin lihtsa pakkfaili mis genereerib juhuslikke vastuseid teie sõnumitele. Vajalik on Windows 2000 või uuema versiooniga OS (v.a. Millennium Edition).

____________________________________________________
Allalaadimise lingid
____________________________________________________
(pole hetkel saadaval)

____________________________________________________
Ole kursis
____________________________________________________

Ajaveeb: http://www.
Google+: https://plus.google.com/115914313352149705046
Twitter: @MarkusMaal

____________________________________________________
Teised kanalid
____________________________________________________

MarkusTegelane+ : https://www.youtube.com/channel/UCGGM...
MarkusTegelane++ : https://www.youtube.com/channel/UC_ah...
Markuse asjad: https://www.youtube.com/channel/UCMD2...

____________________________________________________
Kasutatud teosed
____________________________________________________
Follow Me - Vibe Tracks
Proctor - Topher Mohr and Alex Elena
Happy Bee - Kevin Macleod
Pinball Spring - Kevin Macleod

Kasutatud teosed on litsenseeritud Creative Commons (autorile viitamine) litsentsi alusel.

Kanali logo või muud materjali võib kasutada ainult isiklikel põhjustel. Kui soovite logo avalikult kasutada, peate sellest mulle märku andma (vastasel juhul pean ma sellest teavitama).

____________________________________________________
Lisainfo
____________________________________________________
Video RAW nimi: computerchat.mp4
Kasutatud tarkvara: Notepad, Vegas Pro 11
Renderdamise aeg: 2 tundi
0 0 0 1 https://www.youtube.com/watch?v=MvjNRX9MvIs 0 Batch file: Chatting with your computer (far from perfect) Pakkfail: Lobisemine arvutiga (kaugel perfektsusest) I made a simple batch file that generates random replies to your messages. Requires at least Windows 2000 or newer version of OS (except Millennium Edition)

____________________________________________________
Download links
____________________________________________________
(not available yet)

____________________________________________________
Stay up to date
____________________________________________________

Blog: http://www.themarkusguy.tk
Google+: https://plus.google.com/115914313352149705046
Twitter: @MarkusMaal

____________________________________________________
Other channels
____________________________________________________

MarkusTegelane+ : https://www.youtube.com/channel/UCGGM...
MarkusTegelane++ : https://www.youtube.com/channel/UC_ah...
Markuse asjad: https://www.youtube.com/channel/UCMD2...

____________________________________________________
Music used
____________________________________________________
Follow Me - Vibe Tracks
Proctor - Topher Mohr and Alex Elena
Happy Bee - Kevin Macleod
Pinball Spring - Kevin Macleod

Licenced under creative commons licence (author credit)

____________________________________________________
Additional information
____________________________________________________
Video RAW nimi: computerchat.mp4
Kasutatud tarkvara: Notepad, Vegas Pro 11
Renderdamise aeg: 2 tundi
Tegin lihtsa pakkfaili mis genereerib juhuslikke vastuseid teie sõnumitele. Vajalik on Windows 2000 või uuema versiooniga OS (v.a. Millennium Edition).

____________________________________________________
Allalaadimise lingid
____________________________________________________
(pole hetkel saadaval)

____________________________________________________
Ole kursis
____________________________________________________

Ajaveeb: http://www.
Google+: https://plus.google.com/115914313352149705046
Twitter: @MarkusMaal

____________________________________________________
Teised kanalid
____________________________________________________

MarkusTegelane+ : https://www.youtube.com/channel/UCGGM...
MarkusTegelane++ : https://www.youtube.com/channel/UC_ah...
Markuse asjad: https://www.youtube.com/channel/UCMD2...

____________________________________________________
Kasutatud teosed
____________________________________________________
Follow Me - Vibe Tracks
Proctor - Topher Mohr and Alex Elena
Happy Bee - Kevin Macleod
Pinball Spring - Kevin Macleod

Kasutatud teosed on litsenseeritud Creative Commons (autorile viitamine) litsentsi alusel.

Kanali logo või muud materjali võib kasutada ainult isiklikel põhjustel. Kui soovite logo avalikult kasutada, peate sellest mulle märku andma (vastasel juhul pean ma sellest teavitama).

____________________________________________________
Lisainfo
____________________________________________________
Video RAW nimi: computerchat.mp4
Kasutatud tarkvara: Notepad, Vegas Pro 11
Renderdamise aeg: 2 tundi
computerchat.mp4 Pakkfailid Batch files Markus Maal,MarkusTegelane,TheMarkusGuy,batch file,batch programming,chat,computer,processor,computer components N/A MarkusTegelane . 1 /channel_db_lite/web/thumbs/160.jpg N/A /channel_db_lite/web/json/160.json N/A N/A