Steamworks Quick Tips - Steam Game Recording and Steam Timeline API

  Рет қаралды 6,064

Steamworks Development

Steamworks Development

Күн бұрын

Пікірлер: 80
@PhonicUK
@PhonicUK 3 ай бұрын
If someone told me you two were brothers, I wouldn't blink twice.
@MatthiasTTV
@MatthiasTTV 3 ай бұрын
Except they look nothing alike besides being white men?
@RC-1290
@RC-1290 3 ай бұрын
It's a good thing they're wearing slightly differently colored polos
@EthicalAllele
@EthicalAllele 3 ай бұрын
What game is that at 14:09? It’s the one where they show a vehicle with an ice cream cone.
@c.l.magnus6360
@c.l.magnus6360 3 ай бұрын
Mars first logistics im pretty sure
@EthicalAllele
@EthicalAllele 3 ай бұрын
@@c.l.magnus6360 You're correct! Thank you!
@andrewstaidmn
@andrewstaidmn 3 ай бұрын
༼ つ ◕‿◕ ༽つ VOLVO GIVE SEASON 2 AND TOURNAMENTS FOR UNDERLORDS PLEASE ⊂༼ ◕‿◕ ⊂ ༽
@nortonmc6127
@nortonmc6127 3 ай бұрын
I'm not a programmer or anything like that, but after watching this, I'm really looking forward to using this feature in my gameplay. Great job to everyone who worked on this.
@TylerMcVicker1
@TylerMcVicker1 3 ай бұрын
Hey! It's that guy who gave the talk at Digipen about doors in VR! It's Door Guy!
@archlocker
@archlocker 3 ай бұрын
Guess he's opened a new door in valve. 😅
@Robotainment
@Robotainment 3 ай бұрын
„I‘m programming door physics.“
@KetRalus
@KetRalus 2 ай бұрын
This is cool but my game is written in C# with Unity. Guess I'm SOL.
@XDRosenheim
@XDRosenheim 3 ай бұрын
Valve continuing to crush competition. """competition""" I mean.
@Simte
@Simte 3 ай бұрын
This is huge! Thank you Valve.
@Restoe3D
@Restoe3D 3 ай бұрын
It would be really cool if we able to share the clip to the community like we share our screenshots from the game
@DigitalComputingOfficial
@DigitalComputingOfficial 2 ай бұрын
You can.
@Restoe3D
@Restoe3D 2 ай бұрын
@@DigitalComputingOfficial nope, i've tried it, we can only share to our friends via chat
@DigitalComputingOfficial
@DigitalComputingOfficial 2 ай бұрын
@@Restoe3D It also has an option for sharing to Steam, right? I've seen it.
@Restoe3D
@Restoe3D 2 ай бұрын
@@DigitalComputingOfficial i know, but thats only the link, not the clip
@DigitalComputingOfficial
@DigitalComputingOfficial 2 ай бұрын
@@Restoe3D damn
@FranciscoSciaraffia
@FranciscoSciaraffia 3 ай бұрын
Hey, would you guys be into making a video about how to use steamworks natively in the unreal engine? epic has never handled it very well and i'd like to learn how to use it. I'm sure there's a lot of indie devs who'd love a video like that, it has always been such an obscure topic.
@StBlueFire
@StBlueFire 3 ай бұрын
This would be great. We've done it a few times and there are always gotchas that we run into. Or even a native plugin that makes the nodes available in blueprints would be a big add if they wanted to go even farther.
@wizardly
@wizardly 3 ай бұрын
Does the recording have any impact on game performance?
@SebHighDef
@SebHighDef 3 ай бұрын
not really if you do it through the gpu
@cupcaker
@cupcaker 3 ай бұрын
@@SebHighDef maybe worth to mention if someone thinks this cant be true: video encoding runs on a separate chip on the gpu (or cpu) and thats why game performance should not be affected
@YuriSizov
@YuriSizov 3 ай бұрын
To add to what has been said already, disk I/O may be a bigger limiting factor than GPU/CPU. Usually background recorders like that have two ways of keeping your session recorded: on disk and in RAM. Not sure yet what Steam does and whether they offer it as an option, but obviously using disks for cache would be slower and a potential bottleneck. I would probably disable Shadowplay/AMD's thing if I was to use Steam's recorder - to avoid taxing your system double time.
@SebHighDef
@SebHighDef 3 ай бұрын
@@YuriSizov steam is using disk storage only. but it shouldnt really matter with either using an ssd or another drive than the one running the game
@aviatedviewssound4798
@aviatedviewssound4798 3 ай бұрын
@@YuriSizov Yuri! what's up my bro.
@MashedStar
@MashedStar 3 ай бұрын
OH MY GOD ITS REAL?! THANK YOU SO MUCH!!
@Aarkwrite
@Aarkwrite Ай бұрын
Please include streaming to other services in addition to game DVR 🙏🏾
@MatthewMason13
@MatthewMason13 3 ай бұрын
I love this feature. Please allow separate audio tracks for different audio sources!
@sbalazstibor
@sbalazstibor 3 ай бұрын
Do we get VR-support as well? It would be nice if i can start a recording with a button combo on my index controller.
@pledger6197
@pledger6197 3 ай бұрын
There are two modes: first one is "Record in background" which records last X minutes, so you can click some button and save this, or "Record on demand" where you must turn it manually. I think it functions like Nvidia's ShadowPlay where it records your screen, so I doubt that this currently works for VR that is not duplicated to the PC's screen, but I haven't tried it yet.
@sbalazstibor
@sbalazstibor 3 ай бұрын
@@pledger6197 I tried it. I was able to record a 6min clip while playing HL:A. But i only able to start a recording on keyboard. So it's a bit finicky at the moment.
@PastaEngineer
@PastaEngineer 2 ай бұрын
Is there any ways to access those recordings from code in the game? If someone has the feature enabled, I could use it to show replays of the highlights of the round while showing the score screen.
@HDeDeDe
@HDeDeDe 2 ай бұрын
Haven't had the chance to really get into the Steam SDK myself yet but this looks like this is really easy to work with, blows every other DVR service out of the water with the ease of use on both the dev side and from what I've experienced, the user side.
@DrKillerLetsPlay
@DrKillerLetsPlay 3 ай бұрын
Seems like a great feature, specially for challenging or competitive games, love it. This video will be saved on the user PC right? ..is there a way to use a cloud or something like it?
@khall
@khall 3 ай бұрын
guys it is just me or is this guy the same guy on the sfm tutorial series? maybe his voice change a bit I dunno
@alexleonardkrea
@alexleonardkrea 3 ай бұрын
That is very cool!
@davidavidavidavidavi
@davidavidavidavidavi 3 ай бұрын
Adding This feature to L4d2 instead of Tf2... I knew it
@doctaterror
@doctaterror 3 ай бұрын
PLEASE FREE US FROM BROKEN SHADOWPLAY
@ItzBronuz
@ItzBronuz 2 ай бұрын
Tomorrow means the surface
@El-Burrito
@El-Burrito 3 ай бұрын
I didnt even think these were real people at first
@justvid366
@justvid366 3 ай бұрын
So you're not related?
@darkmattergamesofficial
@darkmattergamesofficial 3 ай бұрын
Hmm, I hope this doesn't have a huge performance overhead. Steam overlay already causes problems for some players
@TechnoSyndro
@TechnoSyndro Ай бұрын
Why are my clips just suddenly not being recognized in Steam despite having the files still saved on my deck
@ganonscrub
@ganonscrub 3 ай бұрын
This is sick
@DelGray
@DelGray 3 ай бұрын
I'm still watching the video and I'm not near my home PC, does this work on VR games?
@AyesC9000
@AyesC9000 3 ай бұрын
I don't see any mention of VR support right now so I assume not. I hope we get that in the future though.
@Ascendance2001
@Ascendance2001 3 ай бұрын
It says on the Steam page for it that it works with any Steam game
@Jagerbomber
@Jagerbomber 3 ай бұрын
NICE FRAMERATE
@XDRosenheim
@XDRosenheim 3 ай бұрын
Hey hey... Small indie studio.
@Enemby
@Enemby 3 ай бұрын
How do you record a clip on steam deck? Can't figure it out after enabling the beta
@Moskeeto
@Moskeeto 3 ай бұрын
Go to settings > game recording. If you enable record on demand then Steam + A will start and stop a recording.
@BenLubar
@BenLubar 3 ай бұрын
Hi Kerry! 👋
@thatoneluna
@thatoneluna 3 ай бұрын
huge!
@danx494
@danx494 3 ай бұрын
why do they look like a couple
@person1860
@person1860 3 ай бұрын
Wait, what? More reasons to justify the 30% cut valve takes?
@RealGamingSloth
@RealGamingSloth 3 ай бұрын
As i like to say: those who feel it's too much - are not using Steam to its full potential.
@gdot1803
@gdot1803 3 ай бұрын
And Valve is giving all these features to Steam players for free, same with cloud saves, etc. They deserve the % cut they get because it goes towards making Steam the absolute best gaming platform.
@RealGamingSloth
@RealGamingSloth 3 ай бұрын
Well, not for free, for 30% cut (down to 25-20 for big successful projects), but the point is - everything is included and available for the developer to try out and integrate, you don't need to pay extra, request access, rent servers, be some big studio to be eligible, etc
@TheSh466Y
@TheSh466Y 3 ай бұрын
Justifying the 30% cut. Nice add, Steam!!!
@ussul6524
@ussul6524 3 ай бұрын
is it turned on in TF2 now? I never seen any update.
@alias7goldenletters
@alias7goldenletters 3 ай бұрын
go back to work go back to work go back to work go back to work go back to work
@paulrobertsson8760
@paulrobertsson8760 3 ай бұрын
How about you #FixTF2 while you're at it?
@hazmat7118
@hazmat7118 3 ай бұрын
tf2
@ChibiM11
@ChibiM11 3 ай бұрын
Fix your games and VAC FIRST, @valve! You’re doing this when game recording is easy and free when you could be FIXING YOUR ANTI CHEAT! #FixTF2 #FixCS2
@FleXi2108
@FleXi2108 3 ай бұрын
Almost like there are different teams working on different things 🤯
@nempk1817
@nempk1817 3 ай бұрын
@@FleXi2108 Don't try using logic with TF2 player's they are not the smartest people and the CS2 is getting some similar people.
@ussul6524
@ussul6524 3 ай бұрын
vac is problem with all valve games. It sucks BIG time. Cheaters everywhere. Would be better of with easy anti cheat bc valve cannot make a working one.
@andrewstaidmn
@andrewstaidmn 3 ай бұрын
༼ つ ◕‿◕ ༽つ VOLVO DON'T CHANGE NAME CSGO FOR CS2 PLEASE ⊂༼ ◕‿◕ ⊂ ༽
@andrewstaidmn
@andrewstaidmn 3 ай бұрын
༼ つ ◕‿◕ ༽つ VOLVO SAVE ARTIFACT PLEASE ⊂༼ ◕‿◕ ⊂ ༽
@andrewstaidmn
@andrewstaidmn 3 ай бұрын
༼ つ ◕‿◕ ༽つ VOLVO GIVE DOTA DRAGON'S BLOOD BOOK 4 PLEASE ⊂༼ ◕‿◕ ⊂ ༽
@FleXi2108
@FleXi2108 3 ай бұрын
Volvo
@andrewstaidmn
@andrewstaidmn 3 ай бұрын
༼ つ ◕‿◕ ༽つ VOLVO GIVE HEAVY UPDATE AND TOURNAMENTS FOR TEAM FORTRESS PLEASE ⊂༼ ◕‿◕ ⊂ ༽
@duckymomo360
@duckymomo360 3 ай бұрын
🤡
@mikeb3172
@mikeb3172 3 ай бұрын
Sure laughing about death that's what kids should share amongst each other
@official_kex
@official_kex 3 ай бұрын
What are you on about?
Steam Visibility: How Games Get Surfaced to Players
25:50
Steamworks Development
Рет қаралды 56 М.
I redesigned my game
23:32
jdh
Рет қаралды 6 М.
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 130 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
D5: Computer Instructions: Computer Organization
45:51
Curious InfoTech Solutions
Рет қаралды 2
Every game designer should understand Orthogonal Design
11:45
Steve Lee (Level and Game Design)
Рет қаралды 44 М.
Steam Game Recording is Nearly PERFECT
8:23
EposVox
Рет қаралды 13 М.
How to upload your game to Steam - SteamPipe 2024
6:12
i made this indie game and it changed my life
16:51
Jordy Lakiere
Рет қаралды 1 МЛН
Steamworks Quick Tips - Steam Playtest
14:43
Steamworks Development
Рет қаралды 27 М.
Marketing is NOT Why Most Indie Games Fail
8:59
Eastshade Studios
Рет қаралды 209 М.
The hardest thing about finishing a game
13:01
Game Maker's Toolkit
Рет қаралды 281 М.
Crypto Games Are Beyond Desperate (so we pranked them)
23:53
Jauwn
Рет қаралды 1,4 МЛН
Steam EXPERT teaches you Game Marketing for SUCCESS!
52:22
Code Monkey
Рет қаралды 70 М.
Samsung копирует Apple?
0:36
Не шарю!
Рет қаралды 1,4 МЛН
CRAZY KEYBOARD CHALLENGE 😮How fast could you type?
0:41
Hipyo Tech
Рет қаралды 23 МЛН
Игровой руль - штука годная 👍
0:50
RxFx
Рет қаралды 3,8 МЛН
Что стало с Motorola Razr ?
1:01
МАДНЕСС
Рет қаралды 856 М.
What’s the best iPhone or Android?
0:48
Batyr White
Рет қаралды 7 МЛН