Today I Learned - Rocky Kev

TIL Breath of the Wild's many parameters

POSTED ON:

TAGS:

One of my favorite things to do is dig into how games are made on the data side.

This repo from leoetlino has Breath of the Wild parameters and data!

https://github.com/leoetlino/botw

Some real neat examples:

This stuff is fun to dig into!


Related TILs

Tagged:

TIL Dwarf Fortress Game Design

'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

One of my favorite things to do is dig into how games are made on the data side.

TIL what a Shader is

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