How to Make Video Cutscenes in GZDoom

Поделиться
HTML-код
  • Опубликовано: 26 янв 2025

Комментарии • 39

  • @OsmosisBones
    @OsmosisBones  7 месяцев назад +6

    UPDATE: apparently it's possible to use webm files too, which is cool cuz IVFs kinda look like doodoo anyway

    • @xXmuiri2007Xx
      @xXmuiri2007Xx 7 месяцев назад +2

      How do i get them to work i tried to import it and no luck

  • @DuckscoutTF2
    @DuckscoutTF2 Год назад +6

    Thank you so much for making a tutorial for this! I've really wanted to make a doom mod with an actual story for a really long time, and FMV cutscenes will really help!

  • @mrstick_9220
    @mrstick_9220 Год назад +13

    The extended potential for Terry Traps.........

  • @inkoalawetrust
    @inkoalawetrust Год назад +7

    2:50 video cutscenes will be useful for mods like mapsets and partial or total conversions, obviously something like a gameplay mod will probably not have much use for video cutscenes. Also there's a script API for controlling cutscenes too, but it's entirely undocumented like GZDoom features tend to be.

  • @spectral_cow2005
    @spectral_cow2005 11 месяцев назад +5

    how do i make this so the video shows after the boot up

  • @zigmund03
    @zigmund03 Год назад +1

    Great and funny tutorial. Thank you for making this :)

  • @flatfacefumo
    @flatfacefumo Год назад +5

    i think i will eat things off the floor

  • @LOC-Ness
    @LOC-Ness Месяц назад

    Jerma Robo Blast

  • @fabriceaube4975
    @fabriceaube4975 7 месяцев назад

    Man you are our savior! Thx

  • @LexAllenProductions
    @LexAllenProductions 8 месяцев назад +1

    can someone please have someplace to copy and paste the code that plays the cutscene

  • @thegreatnahwhaile
    @thegreatnahwhaile Год назад

    Praise you man

  • @flashn00b
    @flashn00b 6 месяцев назад +1

    Does this mean that we can finally have Hexen PSX cutscenes on PC?

  • @ynawt
    @ynawt 13 дней назад

    is there a way to create an intro for TITLEMAP? and also how would you use a webm file to replace from using a ivf and ogg

  • @orca1361
    @orca1361 10 месяцев назад +1

    What tools and programs I would need to make a game in GZdoom?

    • @OsmosisBones
      @OsmosisBones  10 месяцев назад +1

      Ultimate Doom Builder for making maps and Slade for adding sprites, sounds, etc.
      Theres dozens of tutorials to get you up to speed

    • @orca1361
      @orca1361 10 месяцев назад

      @@OsmosisBones awesome thank you

  • @ComplexYTOfficial
    @ComplexYTOfficial 5 месяцев назад

    wait is it only for doom 2 or is it for both because when i try to make the video play when u boot it up it says "Intro: Unknown top level keyword"

  • @Kuba18i
    @Kuba18i Год назад +1

    May I ask, what's the name of the Pizza Tower combo mod shown throughout the video?

    • @OsmosisBones
      @OsmosisBones  Год назад +2

      www.moddb.com/mods/pizza-tower-score-system-in-doom

  • @lightytf2
    @lightytf2 7 месяцев назад

    how do i make it play when the player opens the pk3 im a bit stupid

    • @OsmosisBones
      @OsmosisBones  7 месяцев назад

      Make a ZMAPINFO lump and in the gameinfo block write:
      intro
      {
      video = "filename"
      sound = "filename"
      }

  • @ComplexYTOfficial
    @ComplexYTOfficial 5 месяцев назад

    can you please tell me how to create a intro cutscene for E1M1 in doom 1 pretty please with a cherry on top

    • @OsmosisBones
      @OsmosisBones  5 месяцев назад

      It's impossible for an intro to play on the first level of an episode. But you can make an intro play upon starting the episode by typing:
      episode e1m1
      {
      picname = "M_EPI1"
      intro
      {
      video = "file name"
      sound = "file name"
      }
      }

    • @ComplexYTOfficial
      @ComplexYTOfficial 4 месяца назад

      @@OsmosisBones it isnt working, i did the exact steps, but it says it wasnt able to load, did i have to edit something in the code you gave me besides the "file name" stuff?

    • @OsmosisBones
      @OsmosisBones  4 месяца назад

      @@ComplexYTOfficial are the files located in a folder? If so you need to type "foldername/filename"
      When you type the file name make sure you include the ".ivf" or whichever type of file it is
      Also make sure your version of GZDoom is up to date

    • @ComplexYTOfficial
      @ComplexYTOfficial 4 месяца назад

      @@OsmosisBones thank you so much!!!!! it actually worked, i guess one of my friend that worked on the mod made some configuration so I had to delete the movies folder and just left the files out without being in any folder and it actually loaded!!!!!!! thanks a billion!!!!!!!

  • @Skibidituahrizz
    @Skibidituahrizz 10 месяцев назад

    how do you make an intro ?

  • @Leon_Portier
    @Leon_Portier 8 месяцев назад

    nice

  • @Idkwhattoputhere325
    @Idkwhattoputhere325 9 месяцев назад

    0:29 WHY TF IS THE UTTP HERE

    • @ComplexYTOfficial
      @ComplexYTOfficial 5 месяцев назад

      yeah its just a generic police officer image

  • @SolFogoDarkBrasil
    @SolFogoDarkBrasil Месяц назад

    Gzdoom e Lzdoom => Mods => Tas SpeedRun Tool Assisted OK!!!!! :') 👻👻

  • @MarkKaminari00
    @MarkKaminari00 Год назад

    Don’t work

  • @Ordon_
    @Ordon_ Год назад

    ok

  • @MittensTea
    @MittensTea Год назад +1

    Thanks for this tutorial man! Had a bit of an issue downloading FFMPEG, but besides that my intro IVF. is working perfectly. If anyone needs the BAT.FILE code its right here
    @echo off
    ffmpeg -i cutscene.mp4 -an -vcodec libvpx -crf 8 -b:v 2M cutscene.ivf
    ffmpeg -i cutscene.mp4 -vn -codec:a libvorbis -b:a 128k cutscene.ogg

    • @dzenisdzenis5100
      @dzenisdzenis5100 11 месяцев назад

      I tried it and it doesnt work myb i did something wrong so if anyone can help me would be nice

  • @ScrippsTobey
    @ScrippsTobey 3 месяца назад

    8852 Bill Ridge