Tagged “gamedev”
-
TIL Dwarf Fortress Game Design gamedev gamedesign
'Do not design for your experienced players' and some more tips from one of the most complicated games ever
-
TIL Breath of the Wild's many parameters gamedev zelda
One of my favorite things to do is dig into how games are made on the data side.
-
TIL what a Shader is gamedev steam
Modern GPUs are incredibly flexible. Developers use shaders - to program the GPU to perform effects and complex rendering techniques. Devs write code in a shader language from an API (such as OpenGL) and a shader compiler in the video driver translates that code into binaries that your PC's GPU can run
-
TIL a junior dev who programmed a World Heroes Genesis by himself gamedev history
Yeah, World Heroes (even the original) wasn't anything to write home about. I had to squeeze 82M into a 16M cartridge. The source code was in assembly with absolutely no documentation. There were no testers. There was no one to help me port the artwork.
-
TIL Korok seed puzzle pattern gaming gamedev
Why I love this is that the designers thought up a few puzzle categories, and sprinkled the open world with these. It creates a very effective piece of optional game play.
-
TIL High Resolution Time gamedev javascript
The Date object is no longer the recognized method for timing events because it is very imprecise and can be modified by the system clock.
-
TIL about Oil in Game dev gamedev video
It 'feels' wrong when Link gets stuck on a block. Nintendo is fantastic at 'oiling', smoothing out this process so Link automatically moves downwards when he hits a block.
-
TIL about Edios-Montreal's dialog system gamedev tools
These are the top-level goals the team needed to create with Codex. String IDs needed to be easily readable. Game scripts needed to be playable fast. Pain-free iteration. Ensemble recording. Fast audio importing. Easily provide context and error-checking for localization.
-
TIL these game design resources from Alex (@TychoBolt) twitter gamedev
These two massive docs that contain a wealth of info.
-
TIL that Xbox has a accessibility Guidelines gamedev accessibility
The guideline also provides `gamer personas', types of gamers who are affected by that specific issue and how your accessibility solution will help them.
-
TIL about 'chumps' in BioShock gamedev hacks
In Bioshock Infinite, they have 'chumps' without AI, without the ability to pathfind around - just bodies looping animations with a few flourishes like voice lines.
-
TIL World of Warcraft had a Developer Island in production code gamedev hacks
This developer island was only for devs, and was used because some bugs couldn't be reproduced on dev servers
-
TIL how competitive shooters make maps gamedev maps
For multiplayer fps games a la counterstrike, use node graphs.
-
TIL how a dev cut GTA Online load times by 70% gamedev optimization videogames
In all, t0st estimates that 1,984,531,500 checks take place (nearly two billion!), again taking up a ton of CPU time.
-
TIL Creating save file versions and a update path gamedev
Check save version. If less than current version, update the save data.
-
TIL how Monster Rancher generates monsters gamedev
In Monster Rancher, monsters can be generated by inserting any CD into the game system. How does that work?
See all tags.