Terrain vs. Source
Originally Posted May 17, 2009
So, one of the biggest hurdles with making a mod like Dear Esther in Source is the rather clumsy displacement system which is used to create terrain and smooth surfaces. To have pixel-perfect seamless and smooth terrain in Source I had to build my maps in a very unique, complicated and time-consuming manner. Everything has to align with each other and be built from adjoining quad faced brushes, if that doesn’t make any sense then maybe this image will:
By building the map in this way (previously mentioned here) it will allow me to have one large smoothly subdivided displacement which I’m sure you’ll agree is a lot more easier on the eye and simpler to manage. So far 90% of my preparation work has gone into this but hopefully it will be worth it! I want to get all of the tedious work out of the way before I move back to the UK so I can then concentrate solely on the art (and fun!) side of things.
As a side note some of you may be thinking all these displacements will be a crazy fps killer, well, to Valve’s credit one thing I will say is that displacements handle very well in Source. I recently purchased this nifty laptop so that I could benchmark on what is the equivalent of a mid-range gfx card (based on Valve’s Hardware Survey) and I got 250fps without any optimisation – very promising! My only hurdle could be vertex memory, but I’ll keep an eye on that as things develop.