Monthly Archives: July 2009

Creating Source Maps with SketchUp

Valve released the Left 4 Dead Authoring Tools recently, which included some plugins for Google SketchUp. In this video, I’ll show you the basics of exporting SketchUp geometry into the .VMF format. The plugins export generic VMF data, so it works with other Source games too. If you don’t have Left 4 Dead, you won’t have the Left 4 Dead Authoring Tools, so I’ve uploaded the SketchUp plugins for anyone who wants them for mapping in other source games:

http://files.nacimota.com/sketchup_plugins.zip Continue reading

Posted in Tutorials | Tagged , , , , | Leave a comment

Upcoming Content

I have some stuff I’m planning to publish within the next few days, starting with an introduction to C#, one of my favourite programming languages. I’m also planning of writing up some walkthroughs for Valve Hammer Editor, which is part … Continue reading

Posted in News | Tagged , | Leave a comment

Budget Builds and So On…

Vito Cassisi has written a guide on his blog for anyone out there looking to build a decent PC for under $1000 (that’s Australian dollars, folks). I’m sure there’s plenty of people out there looking to save cash (I know … Continue reading

Posted in News | Tagged | Comments Off

Working with the Windows Registry

Our website contains many tutorials that require editing the Windows Registry. Rather than summarizing the process in every article, I thought it might be better to make a more in-depth exploration separately. In this tutorial, I will explain what the Windows Registry is, how to edit its contents and the risks associated with doing so.

In the early days of Windows, applications would often store their configuration data in text documents called initialization files. Typically, these files would use an extension like .ini, .txt, .cfg, etc. One of the major problems with this particular system was that with the sheer number of applications installed, the .ini files would become scattered across the file system, making them difficult to track. After the release of Windows 95, in an effort to further standardize and manage configuration for applications and Windows, Microsoft encouraged software developers to use the Windows Registry as an alternative to INI files for storing configuration data. In the years that followed, the Windows Registry became the standard repository for application settings. Continue reading

Posted in Tutorials | Tagged , | Leave a comment

Hiding User Accounts on Windows

On Windows XP, it is possible to hide user accounts from both the Welcome Screen and the User Accounts control panel. In this tutorial, I’ll show you how. I’m sure people have various reasons for wanting to do this, so here we go. Continue reading

Posted in Tutorials | Tagged , | Leave a comment