• Source Filmmaker Videos Thread v1
    2,704 replies, posted
I'm nearly done my movie, it's about 3 minutes long, I've struggled a bit but it's nearly completed. Pretty happy so far
[QUOTE=goon165;36597031]This seems to have become explosively popular [media]http://www.youtube.com/watch?v=1YrrAroK6bI[/media] AH I AM KING OF PAGES ONCE MORE! A Gift! [t]http://img502.imageshack.us/img502/1153/gonnagiveittoya.jpg[/t] [sp]Yes that's from a video[/sp][/QUOTE] That video shows how good Source Filmmaker is. I also like that video, I'm glad that you made it repeat.
[QUOTE=goon165;36597031]This seems to have become explosively popular [media]http://www.youtube.com/watch?v=1YrrAroK6bI[/media] AH I AM KING OF PAGES ONCE MORE! A Gift! [t]http://img502.imageshack.us/img502/1153/gonnagiveittoya.jpg[/t] [sp]Yes that's from a video[/sp][/QUOTE] Is this going to be a full video?
[video=youtube;B8dBKnE3LpA]http://www.youtube.com/watch?v=B8dBKnE3LpA&feature=plcp[/video] i put gilbert gottfried in tf2 lol ! make sure to rate it funny!
[QUOTE=redBadger;36606796]Is this going to be a full video?[/QUOTE] I really really hope so. I want to see the whole thing.
[QUOTE=fruxodaily;36606251]I'm nearly done my movie, it's about 3 minutes long, I've struggled a bit but it's nearly completed. Pretty happy so far[/QUOTE] I love that feeling when you make a really long video and it all looks great by the end of like 2-3 days of work. My 3½ minute video is 2/3rds done, can't wait to see it complete.
[QUOTE=Chaotic Lord;36606231]Give me credit and 99% of profits or I'll get my daddy's friend named Gabe Newell to sue you for $2,323,523.65 [editline][/editline] But seriously, glad to know my words on the internet have somewhat inspired you. [B]I hope it turns out good.[/B][/QUOTE] I hope so too. I don't have the Filmmaker, so it might be a while. :v: But I'm documenting my ideas.
[QUOTE=redBadger;36606796]Is this going to be a full video?[/QUOTE] maybe... [img]http://desmond.imageshack.us/Himg526/scaled.php?server=526&filename=79d08311be18f83c7aec68d.png&res=landing[/img]
So made my first very very short video in it. Animating is hard I must admit. [video=youtube;fBRELSEGUOk]http://www.youtube.com/watch?v=fBRELSEGUOk[/video] I tried to use less tutorials as possible, since then you actually learn something.
I made a video similar to this back in 2010 with the old SFM and I wanted to remake it with the new one. [video=youtube;LWndHg4JCjM]http://www.youtube.com/watch?v=LWndHg4JCjM[/video]
-fine-
[QUOTE=Sgt. Lulz;36608610][video=youtube;L2l1I9t5yR4]http://www.youtube.com/watch?v=L2l1I9t5yR4[/video] it's that time again[/QUOTE] I wish I had Source Filmmaker so I can do this too /sarcasm
Honestly that ceased being funny back when the leak was discovered
[QUOTE=Sgt. Lulz;36608610][video=youtube;L2l1I9t5yR4]http://www.youtube.com/watch?v=L2l1I9t5yR4[/video] it's that time again[/QUOTE] Quality work, I can see you're not letting your beta access go to waste.
[QUOTE=wolfincommand;36606203][media]http://www.youtube.com/watch?v=l4CJqyWghUg[/media][/QUOTE] re-render it with [URL="http://www.garrysmod.org/downloads/?a=view&id=100803"]this[/URL]
[video=youtube;3JR3GnxDHew]http://www.youtube.com/watch?v=3JR3GnxDHew&feature=youtu.be[/video] Testing a few things
[media]http://www.youtube.com/watch?v=mNOirPPN0KM[/media] Huge success!
[QUOTE=thefrog;36610263][video=youtube;3JR3GnxDHew]http://www.youtube.com/watch?v=3JR3GnxDHew&feature=youtu.be[/video] Testing a few things[/QUOTE] Next time either have the moving camera slow to a stop before you cut, or have the shot you're cutting to moving in the same direction and have that ease to a stop. That way the cut won't be so jarring.
All these videos are incredible, I need to try and make some when I get SFM
[QUOTE=Chaotic Lord;36611089]Next time either have the moving camera slow to a stop before you cut, or have the shot you're cutting to moving in the same direction and have that ease to a stop. That way the cut won't be so jarring.[/QUOTE] Right, i wasn't trying to transition them, i did the first shot completely in the graph editor. If i was working on a project i wouldn't have the next shot be so similar to the last.
[media]http://www.youtube.com/watch?v=O7CBwR205AE&feature=youtu.be[/media] Lighting and animation are kinda bleh, made this in about 10 minutes to test personality spheres.
If you want to get Portal 2 models in SFM, extract the vpk to a portal2 folder under game. Add the line [code] Game portal2[/code] Just above hl2 in the gameinfo.txt in usermod. Then save this .bat in /portal and run. [url]https://dl.dropbox.com/u/897064/portal2_model_process.bat[/url] [code]@echo off xcopy "models\*.vtx" "models_vt2\*.vt2" /s pause for /r %%a in (*.vtx) do ren "%%a" "%%~na.dx90.vtx" pause for /r %%b in (*.vt2) do ren "%%b" "%%~nb.dx80.vtx" pause xcopy "models_vt2" "models" /s pause del "models_vt2" /s[/code] (I'm not responsible for computer explosions that may occur from use of this, I made it for me, so I thought I'd share, but god knows what might happen for you.) If you want to load maps, ensure you right click on the viewport and Draw Game Entities> Other Entities. The panels and func_brushes count as 'other entities' and without this selected you can end up with gaping holes in your maps. I await your Portal creations. :smile:
[QUOTE=Smashman;36611323]If you want to get Portal 2 models in SFM, extract the vpk to a portal2 folder under game. Add the line [code] Game portal2[/code] Just above hl2 in the gameinfo.txt in usermod. Then save this .bat in /portal and run. [url]https://dl.dropbox.com/u/897064/portal2_model_process.bat[/url] [code]@echo on xcopy "*.vtx" "models_vt2\*.vt2" /s pause for /r %a in (*.vtx) do ren "%a" "%~na.dx90.vtx" pause for /r %a in (*.vt2) do ren "%a" "%~na.dx80.vtx" pause xcopy "models_vt2" "models" pause del "models_vt2"[/code] (I'm not responsible for computer explosions that may occur from use of this, I made it for me, so I thought I'd share, but god knows what might happen for you.) If you want to load maps, ensure you right click on the viewport and Draw Game Entities> Other Entities. The panels and func_brushes count as 'other entities' and without this selected you can end up with gaping holes in your maps. I await your Portal creations. :smile:[/QUOTE] I ran the bat but it says "cannot perform a cyclic copy"
Yeah, I fixed it. Sorry. Redownload now.
[QUOTE=thefrog;36611149]Right, i wasn't trying to transition them, i did the first shot completely in the graph editor. If i was working on a project i wouldn't have the next shot be so similar to the last.[/QUOTE] Just making sure.
[video=youtube;cZoqVdlaAD8]http://www.youtube.com/watch?v=cZoqVdlaAD8[/video]
Trying to get used to animating things [video=youtube;hmJ7N1rMicU]http://www.youtube.com/watch?v=hmJ7N1rMicU[/video]
Made this [video=youtube;UPWgAftbWUk]http://www.youtube.com/watch?v=UPWgAftbWUk[/video]
[video=youtube;MVXOmiW1vNg]http://www.youtube.com/watch?v=MVXOmiW1vNg[/video] My first completely custom animation.
[QUOTE=OneFourth;36608802]re-render it with [URL="http://www.garrysmod.org/downloads/?a=view&id=100803"]this[/URL][/QUOTE] Oh man, will do.
Sorry, you need to Log In to post a reply to this thread.