Leiti 13 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
643 Press any key to continue... MENU_1.MID [JAM to SF2 conversion (attempt)] 0 2025-09-09 This is my attempt to convert Flipnic's audiobank files (.HD/.BD) to SF2 format, which is a standard file format for MIDI soundfonts. The menu music sounds ALMOST correct, except there is absolutely no reverb, some samples cut off randomly and a few instruments have incorrect fine-tune pitch (basically all of this except for the lack of reverb can probably be fixed).

This voice bank file format is actually used in other games too, such as Ape Escape, Gran Turismo 4 (.INS files), Omega Boost, Wild Arms 2 etc. You can read about the file format here: https://psx-spx.consoledev.net/cdromfileformats/#cdrom-file-audio-other-formats (basically identical in Flipnic, except embedded SSsq is Data 5, not Data 4 and it uses standard .MID files instead of .SQ files). I also created a ImHex pattern for this file format: https://raw.githubusercontent.com/MarkusMaal/FlipnicPatterns/refs/heads/main/patterns/hd.hexpat

The tool to do this (FlipnicFileTools 2.1) is still in development, there's some technical non-sense I still have yet to figure out, but you can get the open source code in the current state here: https://github.com/MarkusMaal/FlipnicFileTools (release version does not contain the SF2 conversion option)

MIDI editor used for the video: https://signalmidi.app
0 0 0 1 https://www.youtube.com/watch?v=DFfbDm0tMNE 0 MENU_1.MID [JAM to SF2 conversion (attempt)] MENU_1.MID [JAM to SF2 conversion (attempt)] This is my attempt to convert Flipnic's audiobank files (.HD/.BD) to SF2 format, which is a standard file format for MIDI soundfonts. The menu music sounds ALMOST correct, except there is absolutely no reverb, some samples cut off randomly and a few instruments have incorrect fine-tune pitch (basically all of this except for the lack of reverb can probably be fixed).

This voice bank file format is actually used in other games too, such as Ape Escape, Gran Turismo 4 (.INS files), Omega Boost, Wild Arms 2 etc. You can read about the file format here: https://psx-spx.consoledev.net/cdromfileformats/#cdrom-file-audio-other-formats (basically identical in Flipnic, except embedded SSsq is Data 5, not Data 4 and it uses standard .MID files instead of .SQ files). I also created a ImHex pattern for this file format: https://raw.githubusercontent.com/MarkusMaal/FlipnicPatterns/refs/heads/main/patterns/hd.hexpat

The tool to do this (FlipnicFileTools 2.1) is still in development, there's some technical non-sense I still have yet to figure out, but you can get the open source code in the current state here: https://github.com/MarkusMaal/FlipnicFileTools (release version does not contain the SF2 conversion option)

MIDI editor used for the video: https://signalmidi.app
This is my attempt to convert Flipnic's audiobank files (.HD/.BD) to SF2 format, which is a standard file format for MIDI soundfonts. The menu music sounds ALMOST correct, except there is absolutely no reverb, some samples cut off randomly and a few instruments have incorrect fine-tune pitch (basically all of this except for the lack of reverb can probably be fixed).

This voice bank file format is actually used in other games too, such as Ape Escape, Gran Turismo 4 (.INS files), Omega Boost, Wild Arms 2 etc. You can read about the file format here: https://psx-spx.consoledev.net/cdromfileformats/#cdrom-file-audio-other-formats (basically identical in Flipnic, except embedded SSsq is Data 5, not Data 4 and it uses standard .MID files instead of .SQ files). I also created a ImHex pattern for this file format: https://raw.githubusercontent.com/MarkusMaal/FlipnicPatterns/refs/heads/main/patterns/hd.hexpat

The tool to do this (FlipnicFileTools 2.1) is still in development, there's some technical non-sense I still have yet to figure out, but you can get the open source code in the current state here: https://github.com/MarkusMaal/FlipnicFileTools (release version does not contain the SF2 conversion option)

MIDI editor used for the video: https://signalmidi.app
2025-09-09 00-47-08.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/643.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
408 MarkusTegelane++ How to convert cursor to icons (and vice versa)? 0 2022-02-03 Yes, it's that simple. 1 1 0 1 https://www.youtube.com/watch?v=yHjQbyRFDCk 0 . Kuidas teisendada kursoreid ikoonideks (ja vastupidi)? Yes, it's that simple. You can read more about the header differences here: https://en.wikipedia.org/wiki/ICO_(file_format)#Outline Jep, see on nii lihtne. Saate lugeda veel faili päiste erinevuste kohta siit: https://en.wikipedia.org/wiki/ICO_(file_format)#Outline cursoricon.mp4 Failiformaadid File formats mmaal,markustegelane,cursor,icon,converter,how to,convert,mspaint,HxD,hex editor,hex code,binary data,file format,ICO,CUR https://odysee.com/@hashMarkusTegelane:3/cursoricon:e MarkusTegelane++ MarkusTegelane++ 1 /channel_db_lite/web/thumbs/408.jpg /channel_db_lite/web/stream/408.mp4 /channel_db_lite/web/json/408.json N/A N/A
165 MarkusTegelane Pakkfaili märkmik kasutajaliidese ja hiire toega (versioon 2.0) 0 2018-01-10 See on uus versioon GUI märkmikust. Sellel on palju uuendusi võrreldes eelmise avaliku versiooniga (1.2). 1 1 0 1 https://www.youtube.com/watch?v=qBKqqniXJ9Y 0 Batch file: Notepad with GUI and mouse (version 2.0) . This is a new version of GUI notepad. It has a lot of updates compared to previous public release 1.2.

Changelog:
+ Added a splash screen (can be turned off with a shortcut)
+ Added command line interface ('GUI_notepad /?' for syntax)
+ Added fun facts on the start screen
+ Added light color switch in the color dialog
+ Added find option in the edit menu
+ Added replace option in the edit menu
+ Added .suffix. and .prefix. tags when editing text (use both of them at the beginning of a line to add a suffix or a prefix)
+ Added status prompts (for loading, saving, clearing, etc.)
+ Added built in BG.EXE (only works in command line with Windows Vista or later)
+ Added error message for a missing BG.EXE
- Removed about dialog, replaced with a full screen message
* Improved about screen
* Improved view menu
* Updated tutorial
* Now supports basically unlimited notes
* Bug fixes
? Backwards compatibility with older GUI notepad formats
? Batch file store version (same, but with a different message on splash screen)



Download link(s)

http://goo.gl/YvrLY9


Stay up to date


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


Other channels

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


Additional information

RAW filename: gui_notepad2.mp4
Software used: Sony Vegas Pro 11, Notepad, Notepad++
Rendering time: 2 hours
See on uus versioon GUI märkmikust. Sellel on palju uuendusi võrreldes eelmise avaliku versiooniga (1.2).

Allalaadimise lingid

http://goo.gl/YvrLY9


Ole kursis


Ajaveeb: http://markustegelane.tk
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...
Markus's stuff: https://www.youtube.com/channel/UCMD2...


Lisainfo

RAW-fail: gui_notepad2.mp4
Kasutataud tarkvara: Sony Vegas Pro 11, Notepad, Notepad++
Renderdamise aeg: 2 tundi
gui_notepad2.mp4 Pakkfailid Batch files Markus Maal,MarkusTegelane,TheMarkusGuy,GUI_notepad,graphical notepad,batch file,file format,windows command script,batch file notepad with GUI and mouse,version 2.0 https://odysee.com/@MarkusTegelane:8/batch-file-notepad-with-gui-and-mouse:1 MarkusTegelane . 1 /channel_db_lite/web/thumbs/165.jpg N/A /channel_db_lite/web/json/165.json N/A N/A
328 MarkusTegelane [Tutorial] How to use mouse in batch files 0 2017-05-29 In this tutorial I will show you how you can use mouse in batch files. This tutorial also has a way of doing noflicker system in batch (basically the replacement for CLS).



Code used for this batch file can be found here: https://pastebin.com/vpDCMNxN



BG.EXE: http://consolesoft.com/p/bg/bg35.zip
1 1 0 1 https://www.youtube.com/watch?v=tX8sH0kiR70 0 . [Õpetus] Kuidas kasutada hiirt pakkfailides In this tutorial I will show you how you can use mouse in batch files. This tutorial also has a way of doing noflicker system in batch (basically the replacement for CLS).

Code used for this batch file can be found here: https://pastebin.com/vpDCMNxN

BG.EXE: https://www.dostips.com/forum/viewtopic.php?t=4094 (copy and paste the code at the bottom into a bat file and run it to build bg.exe)
Selles õpetuses näitan ma kuidas kasutan hiirt enda pakkfailides. Selles õpetuses on ka vilkumise vaba süsteemi loomise õpetus batch failides (põhimõtteliselt CLS asendus)

Selle pakkfaili koodi leiate siit: https://pastebin.com/vpDCMNxN

BG.EXE: http://consolesoft.com/p/bg/bg35.zip
mt_mouse.avi Pakkfailid Batch files resident evil 4 mouse patch,Batch file,.bat,Tutorial,File format,Computer mouse,Mouse,Batch file tricks,batch file tricks,batch file tricks notepad,cool batch file tricks,How,Make,Howto,batch file game tutorial,batch file programming tutorial,batch file programming tutorial full,batch file programming tutorial in hindi,batch file programming tutorial in tamil,batch file tutorial,batch file tutorial for beginners,batch file tutorial windows,batch file tutorials https://odysee.com/@MarkusTegelane:8/tutorial-how-to-use-mouse-in-batch-files:b MarkusTegelane . 1 /channel_db_lite/web/thumbs/328.jpg N/A /channel_db_lite/web/json/328.json N/A N/A
326 MarkusTegelane Minu esimene batch mäng üldse - crazygame.bat (2013) 0 2017-05-19 Selles videos teen ma lühikese ülevaate enda kõige vanemat batch mängust, mille ma leidsin enda Google Drive'st.

Ajaveeb: http://markustegelane.blogspot.com
0 0 0 1 https://www.youtube.com/watch?v=CqLBh2f1y5k 0 My first batch game ever - crazygame.bat (2013) Minu esimene batch mäng üldse - crazygame.bat (2013) In this video I do a short review of my oldest batch game I found from my Google Drive.

Blog: http://markustegelane-en.blogspot.com
Selles videos teen ma lühikese ülevaate enda kõige vanemat batch mängust, mille ma leidsin enda Google Drive'st.

Ajaveeb: http://markustegelane.blogspot.com
mt_mags.avi Pakkfailid Batch files batch game,batch file,advanced batch,first,ever,batch,file,batch mäng,batch fail,file format,.bat,*.bat,batch file game,batch file game tutorial,batch file games,batch game code https://odysee.com/@MarkusTegelane:8/my-first-batch-game-ever-crazygame-bat:5 MarkusTegelane . 1 /channel_db_lite/web/thumbs/326.jpg N/A /channel_db_lite/web/json/326.json N/A N/A
72 MarkusTegelane [Batch file] Notepad with GUI and mouse 0 2016-03-27 Have fun with GUI notepad!



[linkide loend]
1 1 0 1 https://www.youtube.com/watch?v=tBJOFvNfh2I 0 [Batch file] Notepad with TUI and mouse [Batch fail] Märkmik kasutajaliidese ja hiirega Version 2.0 released! Check it out now!

Have fun with GUI notepad!

Download link: https://goo.gl/97yyCj (.zip file)
If the first link doesn't work: https://onedrive.live.com/redir?resid=C9F49698E0C800FC!759&authkey=!AOmBpbf0AbOl0Rg&ithint=file%2czip
Vaata hilisemat versiooni siit: https://www.youtube.com/watch?v=CMuMblpPBWc

Lõbutsege kasutajaliidese märkmikuga!

Allalaadimise link: https://goo.gl/97yyCj (.zip fail)
Kui esimene link ei töötanud: https://onedrive.live.com/redir?resid=C9F49698E0C800FC!759&authkey=!AOmBpbf0AbOl0Rg&ithint=file%2czip
GUI notepad.mp4 Pakkfailid Batch files GUI (Graphical User Interface),Batch file (File Format),Notepad N/A MarkusTegelane . 1 /channel_db_lite/web/thumbs/72.jpg N/A /channel_db_lite/web/json/72.json N/A N/A
47 MarkusTegelane Batch mäng - Movement Batch 2.1 0 2015-09-01 See on väike batch mäng, kus sa saad teha enda mänguväljasid või mängida teiste loodud mänguväljasid. 1 0 0 1 https://www.youtube.com/watch?v=kD4wtRJzxUc 0 Batch game - Movement Batch 2.1 Batch mäng - Movement Batch 2.1 This is litle batch game where you can make your own maps or play ohter players made maps. See on väike batch mäng, kus sa saad teha enda mänguväljasid või mängida teiste loodud mänguväljasid. Batch game - Movement Batch 2.1.mp4 Pakkfailid Batch files Games (TV Genre),Board Game (Game Genre),Movement Batch,Batch game,Batch File (File Format) https://odysee.com/@MarkusTegelane:8/batch-game-movement-batch-2-1:3 MarkusTegelane . 1 /channel_db_lite/web/thumbs/47.jpg N/A /channel_db_lite/web/json/47.json N/A N/A
41 MarkusTegelane Batch file : The Chatroom [UPDATE] [May 2015] 0 2015-05-05 My made batch file called The Chatroom has got a big update. Watch video if you want to know more... 1 1 0 1 https://www.youtube.com/watch?v=c8RpFrHMVas 0 . Pakkfail : The Chatroom (jututuba) [UUENDUS] [Mai 2015] . Minu enda loodud pakkfail nimega "The Chatroom" (jututuba) on saanud suure uuenduse. Vaadake videot, kui soovite rohkem teada... The Chatroom May 2015 update.mp4 Pakkfailid Batch files Batch File (File Format),Computer File,Update,Windows,Maker,Chatroom,The Chatroo,Markus Maal,Room,Living,People,Bed,Software (Industry),Bedroom,Tub,Locker,Software (album),Stone,Cold,Bath,Logging Time,Industry (Organization Sector),Meet,Austin,Steve,Lap,Quick,Updates,Bypass,Post,Update (Jane Zhang Album),Weekly,Zhang Liangying (Musical Artist),Loss,End,Weight,Band,Greet,The Band (Musical Group),Steve Austin,Week Part,Lap Dance,Cold Steve https://odysee.com/@MarkusTegelane:8/batch-file-the-chatroom-update-may-2015:4 MarkusTegelane . 1 /channel_db_lite/web/thumbs/41.jpg N/A /channel_db_lite/web/json/41.json N/A N/A
40 MarkusTegelane Batch mäng: Movment Batch fail 2.0 [Kasutajaliides, paroolid ja MUUDKI] 0 2015-04-28 Tutvustades Movement Batch-i uut versiooni! Siin on palju uusi funktsioone ja veaparandusi tulistamiskontrollidele Laadi alla Markuse asjade poest: [link] 1 0 0 1 https://www.youtube.com/watch?v=EGwpH16ypBc 0 Batch game : Movement Batch file 2.0 [UI, Shootchecks, Passwords + MORE!] Batch mäng: Movment Batch fail 2.0 [Kasutajaliides, paroolid ja MUUDKI] Introducing new version of Movement Batch!



Here are a lot of new features and bug fixes for ifchecks



Download at Markus's stuff store : [link]



If you don't understand where is download then the download button is fir...
Tutvustades Movement Batch-i uut versiooni! Siin on palju uusi funktsioone ja veaparandusi tulistamiskontrollidele Laadi alla Markuse asjade poest: [link] Batch file Movement Batch 2.0.mp4 Pakkfailid Batch files Computer File,Batch File (File Format),Update,Batch Processing,Windows,Game,Maker,Software (Industry),GameMaker: Studio (Video Game Engine),Software (album),Batch game,Batch,Movement Batch,Markus Maal,connect,connected,Markus Maal - Connected,Through,Tutorial,Play https://odysee.com/@MarkusTegelane:8/batch-game-movement-batch-file-2-0-ui:7 MarkusTegelane . 1 /channel_db_lite/web/thumbs/40.jpg N/A /channel_db_lite/web/json/40.json N/A N/A
27 MarkusTegelane Minu parimad batch failid 0 2015-03-24 Ma näitan enda parimaid batch faile! Allalaadimise lingid on peagi tulekul! 1 0 0 1 https://www.youtube.com/watch?v=MxVKVQ-vxms 0 Best my made batch files Minu parimad batch failid I show my best batch files!



Download links are coming soon!
Ma näitan enda parimaid batch faile! Allalaadimise lingid on peagi tulekul! Best my made batch files.mp4 Pakkfailid Batch files Batch Processing,Batch File (File Format),Computer File,LogOS,Markus Maal,Windows,Ever,Best,Greatest https://odysee.com/@MarkusTegelane:8/best-my-made-batch-files:0 MarkusTegelane . 1 /channel_db_lite/web/thumbs/27.jpg N/A /channel_db_lite/web/json/27.json N/A N/A
23 MarkusTegelane Movement Batch 1.9 Järjekordne LAHE! uuendus! HD 0 2015-03-03 Yup, I made a little bigger update! Movement batch version 1.9 What's new: All features you saw in video (new finish design, little editor updates,multiplayer updates, readme updates and so on) 0 0 0 1 https://www.youtube.com/watch?v=uOoGP636mh8 0 Movement batch 1.9 Another COOL! update! HD Movement Batch 1.9 Järjekordne LAHE! uuendus! HD Mis on uut : Kõik funktsioonid, mida nägid videos (uus finiši disain, väikesed redigeerija uuendused, mitmikmängija uuendused, loemind uuendused ja nii edasi) Yup, I made a little bigger update! Movement batch version 1.9 What's new: All features you saw in video (new finish design, little editor updates,multiplayer updates, readme updates and so on) Movement batch 1.9 - Another COOL! update! [HD].mp4 Pakkfailid Batch files Cool,Funny,Fun,Another,Family,Fun (Composer),Update,Lol,Movement,Batch File (File Format),Markus Maal,connect,connected,ühendama,ühendatud https://odysee.com/@MarkusTegelane:8/movement-batch-1-9-another-cool-update:2 MarkusTegelane . 1 /channel_db_lite/web/thumbs/23.jpg N/A /channel_db_lite/web/json/23.json N/A N/A
19 MarkusTegelane Kuidas teha minu loodud Movement batch sarnast mängu 0 2015-02-25 See video õpetab kuidas teha minu loodud mängu samast mängu. Mõned stseenid on kiirvõttes või vahele jäetud kuna see muudaks video 3 korda pikemaks (üle 15 min). 1 0 0 1 https://www.youtube.com/watch?v=Q-KwN_ksMVA 0 How to make similar game to my "Movement Batch" Kuidas teha minu loodud Movement batch sarnast mängu This video shows how to make game similar to mine. Some scenes are fast forwarded or skipped, because this would make video longer (over 15 minutes). See video õpetab kuidas teha minu loodud mängu samast mängu. Mõned stseenid on kiirvõttes või vahele jäetud kuna see muudaks video 3 korda pikemaks (üle 15 min). Kuidas teha movement batch sarnast mängu.mp4 Pakkfailid Batch files Batch File (File Format),Liikumine,Teadus,Markus Maal,ühendama,ühendatud,esitleb,programmeerimine,Programming Language (Software Genre),How to,make similar,batch game,to Movement Batch,Movement Batch https://odysee.com/@MarkusTegelane:8/kuidas-teha-minu-loodud-movement-batch:1 MarkusTegelane . 1 /channel_db_lite/web/thumbs/19.jpg N/A /channel_db_lite/web/json/19.json N/A N/A