|

Kren Devlog #1 – Upgrade System and Level Specific Items

This post is outdatedThe following (quite naive) ideas and methods have now been replaced. This post was written when I was just starting out with game development (I was learning GameMaker Studio). Player now has data (like energy, starting_x and starting_y positions, starting direction and so on) and a nice inventory of permanent upgrades. I’ve…

How I positioned the tileset in my tech demo

In the earlier tech demo, I had positioned a truckload of similar tilesets. Those bluish/greyish square blocks are not hand picked. I did not make that work in the level editor. I got inspired by the Smart Tile Objects tutorial by HeartBeast. I simply downloaded the Square Blocks Textures from OpenGameArt.org, cut and pasted a bit in…

|

My Game Development setup

Not relevant anymoreThings changed quite a bit and thought I’m still using the same notebook, I’m now a happy Windows 10 user running GameMaker Studio 2. I use Linux only when compiling via VirtualBox. I’ll keep this short and sweet. Whenever I tell people that I have a notebook, they usually reply with something like…

Xubuntu 16.04 Xenial Xerus out now. RAM usage Minimal vs Desktop

Xubuntu 16.04 Xenial Xerus out now. RAM usage Minimal vs Desktop

Before downloading the Desktop image of Xubuntu 16.04 take a look at these pictures. Notice the RAM usage. Full Xubuntu Desktop is 270 MB while the Minimal Xubuntu setup is 192 MB. I’m not a math genius, but I can see what’s going on here… This is the mini.iso with Xubuntu Minimal installed. My choice I…

Ubuntu 10.04 Lucid – Issues with external monitor and Ati Radeon card

I’m re-posting this because, apparently, there’s still someone who’s looking for this post. So here it is, from the original post I made some years ago. After an upgrade I had issues with tearing and waves corrupting the desktop on my external monitor (no issues on my laptop screen). I decided to format and reinstall…

How to rename your WordPress database tables prefix after the installation
|

How to rename your WordPress database tables prefix after the installation

It’s really easy. You just need a plugin: Change DB Prefix Make a backup of your database (and maybe your wp-config.php) Make sure the webserver owns the whole WordPress directory (i.e. if you’re using Apache Web Server and your WordPress files resides inside /var/www/webdomain.com/public_html/, just make sure to sudo chown -R www-data:www-data /var/www/webdomain.com/public_html/ Also issue a sudo…