Skip to main content

Out of Beach

Recreating dream scenery in a video game.
Years ago I dreamt of a cove sheltered by impassable cliffs from beyond which merry-making sounds filtered. In a shack on the sand, a book of poetry turned sunshine to darkness, and returned it to day.

Though it was lonely and wistful, I wished to return. For various reasons including time, this goal seemed out of reach. Thanks to Valve software's Half-Life 2 and Source Engine editing tools, I have achieved it. Credit is also due to the army of fellow 'modders' out there who are generous enough to post tutorials. My work has a day-night system, which required some ingenuity on my part and which the game engine does not explicitly support, so I have tried to repay in kind with hints on YouTube.

I also provided hints on how to implement in-game help; scarce on YouTube as the mod audience is usually gamers already proficient with controls. Displaying controls in-game, while considered condescending by the hard-core, was invaluable to my play-testing wife.

Source's runner-up engine was the Cryengine SandBox that ships with the game Crysis. But while Sandbox is newer, more polished, and also has no shortage of online tutors, I had difficulty running and customising it.

I find video games immersive as is. What more being able to paint your own landscapes - literally - using a treasure chest of models, textures, and animations. This is not a game aimed at creating, like Minecraft, but the act of creating using a game, so it is more complex, less forgiving, and involves more math, but I feel it is far more rewarding.

Spending twenty days re-imagining and re-visiting my dream has also provided insight into its personal significance. Thank you for sharing it with me. I invite you to invest in yours.

Comments

Popular posts from this blog

Transcode to PSP using Handbrake

Source: Handbrake 0.9.9.5530 64-bit edition Target: (Phat) Playstation Portable PSP-1000 , System Software: 6.60 Many internet articles on how to transcode video to PSP using Handbrake have not worked for me. Even the most helpful are incomplete. I hope this post will help fill in the blanks. There is no longer any PSP preset for Handbrake, but from what I can gather, the preset had only limited success as the x264 encoder would change syntax and settings between versions. Other presets that may have worked before, like 'iPod' and 'Apple-Universal' now do not. Here is what worked for me, step by step:

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.

Bloomberg JSON data into Libreoffice Calc

LibreOffice Calc has no inbuilt stock market functions, and a popular plugin which offered those has stopped working along with changes to Yahoo Finance. Luckily, we can get the latest quotes from Bloomberg. [2018-12-15] Bloomberg Finance is, understandably, blocking multiple simultaneous requests. A more flexible solution is using a Python Stock Scraper .