What I Learned About Tools Development From Games Industry Legends

  Рет қаралды 22,157

GDC

GDC

Күн бұрын

In this 2021 GDC Showcase session, Ubisoft's David Lightbown shares lessons from over 5 years of interviewing classic game tool creators, in order to help developers working on new game tools today.
Register for the all-digital GDC 2021: gdconf.com/passes-prices?_mc=...
Join the GDC mailing list: www.gdconf.com/subscribe
Follow GDC on Twitter: / official_gdc
GDC talks cover a range of developmental topics including game design, programming, audio, visual arts, business management, production, online games, and much more. We post a fresh GDC video every day. Subscribe to the channel to stay on top of regular updates, and check out GDC Vault for thousands of more in-depth talks from our archives.

Пікірлер: 30
@SeanMcYT
@SeanMcYT 3 жыл бұрын
Brilliant talk! Coming from a different industry, but working closely on delivering change there are definitely parallels! The challenge more often than not is re-educating people to come to you with problems rather than what they think are solutions. Your example of wanting a red NO button is BRILLIANT. Thank you.
@rafael_madureira
@rafael_madureira 3 жыл бұрын
Great presentation. As a beginner game developer, this content is gold.
@GameDesignThinking
@GameDesignThinking 3 жыл бұрын
Great talk! Understanding the 'Why' of users is utterly important to know the 'What'.
@hakimESC
@hakimESC 3 жыл бұрын
Great talk, that can be applied to many other industries
@AFChannelX
@AFChannelX 3 жыл бұрын
I agree :) nice talk!
@vast634
@vast634 2 жыл бұрын
Whats really important about tools is also their data format, that they use for saving state and importing. Best ist to use some kind of storage format that is robust, and could be processed by another tool in the future. Using less convoluted binary formats, and rather well understood formats such as XML, JSON, TXT or common media formats like PNG, WAV etc. Or being linked to an SQL database. If a tool cannot provide a certain function to solve a specific problem, having an open (externally editable) format could solve this problem with manual edits. A closed binary format cannot be edited without a lot of effort.
@SonicFan535
@SonicFan535 3 жыл бұрын
It's great that these videos have subtitles available, but it would be nice if they were made with the captions feature instead of being embedded in the video so that people who find them distracting can toggle them off. They also contained a lot of mistakes in this video ("missed" instead of "Myst", "slowed axe" instead of "Slordax", "drama" instead of "DromEd", "bullying" instead of "Boolean", "torture" instead of "torch", etc.) which doesn't help the situation.
@nyankrauss
@nyankrauss 3 жыл бұрын
nice presentation, well balanced and clean, informative, interesting and also with funny subs :D boolean - bullying; torch - torture; Unreal Engine - in Real Engine XDD
@RodrigoIsaas
@RodrigoIsaas 3 жыл бұрын
Nice talk!
@FerdinandJosephFernandez
@FerdinandJosephFernandez 3 жыл бұрын
16:36 ah yes of course, gotta have torture in the game, very important
@EstrangedEstranged
@EstrangedEstranged 3 жыл бұрын
The torture may have something to do with the "classic bullying" at 16:20 (he meant "classic boolean") This is what happens when you edit auto-generated subtitles...
@SamTheEnglishTeacher
@SamTheEnglishTeacher 2 жыл бұрын
10:24 the talk actually gets on topic. At least I hope. This guy uses so many words to say so little.
@juzzam3
@juzzam3 3 жыл бұрын
google's auto-caption was more accurate
@TNothingFree
@TNothingFree 2 жыл бұрын
I like talks about tools because they are so important however people tend to avoid the use of the term "work-flow". At the end we have a goal we want to reach, the question of "how" we do it is merely an implementation detail. Tools are implementation details in the grand scheme and sometimes even a tool that feels "natural" as he said in the talk isn't really efficient because people tend to settle with how things are done in certain way. Good talk, we need more discussions about tools.
@Komagb
@Komagb 3 жыл бұрын
The talk is great! But I REALLY wish I could turn off the hard-baked CC, very annoying.
@GonziHere
@GonziHere 3 жыл бұрын
Really nice presentation, but I don't agree with the "test of time" argument. Even that example with the context menu - it's in place of click (great) and can be filled easily by the currently possible actions (great). But it also forces user to differentiate between the choices by a small vertical movement and don't get me started on disappearing by leaving the menu area... Which is why we sometimes see the radial menu - because the idea is to choose the direction (which is easier to control) and it's harder to leave the area altogether. Why don't we use it "everywhere" ? because we are already used to the worse method. But it's a solid argument for how dangerous it is to design something new "without care"... because your "proof of concept" will be used forever.
@vux1247
@vux1247 3 жыл бұрын
Neat
@Tudvari
@Tudvari 3 жыл бұрын
Can someone suggest a good level editor for 2D games to have a look on? :D
@GhostManZero
@GhostManZero 3 жыл бұрын
You could try Tiled, it's a 2d tile map editor!
@KlausWulfenbach
@KlausWulfenbach 3 жыл бұрын
Check out Super Mario Maker 2 if you haven't already. It's intended just to make Mario games, but it's one of the best of it's kind.
@hakimESC
@hakimESC 3 жыл бұрын
@@ballswalls8189 stop that fkn spam
@Tudvari
@Tudvari 3 жыл бұрын
@@GhostManZero Thanks, good idea!
@Tudvari
@Tudvari 3 жыл бұрын
@@KlausWulfenbach Ohh, right, thanks, totally forgot about it! :)
@dhruvatilak1987
@dhruvatilak1987 3 жыл бұрын
Really helpful
@RugbugRedfern
@RugbugRedfern 3 жыл бұрын
bruh you haven't even watched it
@kverkagambo
@kverkagambo 3 жыл бұрын
I guess, he means that tools live longer than individual game's development does.
@zephaniahlaertn637
@zephaniahlaertn637 3 жыл бұрын
Sir, I believe you and I both watched the same video. Have a good day!
@DctrBread
@DctrBread 2 жыл бұрын
24:03 That's how things would work if we lived in a rational society
@trudela5398
@trudela5398 2 жыл бұрын
Heh 10:22
@SamTheEnglishTeacher
@SamTheEnglishTeacher 2 жыл бұрын
Talk only useful if you've never made anything for anyone ever
How to Make and Self-Publish a Game in 12 Months
29:58
GDC
Рет қаралды 737 М.
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 7 МЛН
No empty
00:35
Mamasoboliha
Рет қаралды 6 МЛН
Ultimate Indie Gamedev Genre Tierlist
28:58
BiteMe Games
Рет қаралды 207 М.
Konsoll 2018: Raph Koster - Ten Lessons Learned
54:14
Konsoll
Рет қаралды 6 М.
How Two People Created Gaming’s Most Complex Simulation System
38:54
ThatGuyGlen
Рет қаралды 1,4 МЛН
Breaking Down Remedy's Northlight Engine
10:11
Remedy Entertainment
Рет қаралды 48 М.
An Introduction to Situational Game Design
25:36
GDC
Рет қаралды 23 М.
Uncertainty in Games | Randomness, Information and Luck in Game Design
20:13
The Game Overanalyser
Рет қаралды 6 М.
Top 10 Game Development Tools For 2024
16:06
Thomas Brush
Рет қаралды 115 М.
How to Teach 5 Semesters of Game Design in 1 Class
32:46
Why Does Scrum Make Programmers HATE Coding?
16:14
Thriving Technologist
Рет қаралды 511 М.
Why is Game Dev SO HARD?
10:30
Sasquatch B Studios
Рет қаралды 8 М.