I didn't know my dad was so well known here! I like metal though I'm no where near as obsessed with it as he is. I grew up in a household where that kind of music is constantly blasting at full volume so it was inevitable that it would become the genre of music I listen to. I've got head-banger genes I guess. My favorites are Black Sabbath and Motorhead.
Loath to admit it I did used to like mainstream crap music. But that was years ago during my pre-pubescent years. I got that from my mother who still likes that garbage to this day. I love my mom and everything but her music sucks. Thankfully my father was able to cure my musical tastes.
Quote: "If so, check out some of my 'homemade' metalsongs in the 'Music discussion' thread in 'Geek culture'. Maybe you'll like them.
I think it starts from here. "
I actually remember when my dad was first listening to your stuff. He told me "Hey come listen to this music from this random guy on the internet. It's actually really good." And it was/is. Personally I prefer more NWOBHM style metal but your stuff is still good.
Quote: "You're an RPGamer, we can get along."
RPGs are my favorite. I actually used to play tabletop D&D with my dad and some of his friends so I really can say I am an RPG fan. I also like shooters but I'm very picky about what shooters I play. I have no interest in all these Call of Duty military shooters. They're all the same "Oh no! There's some terrorists/Nazis with a bomb! Stop them!" It gets really old really quickly. I like games with good storylines and/or characters. Like Half Life, Bioshock, and DUKE NUKEM! I know Duke doesn't have the best story, but nothing beats an Evil Dead quoting ultra-badass.
Another genre that I've been getting more and more into is stealth. I've played the Thief seires, the first two Metal Gear Solid games (I wish I could play the rest, but they don't have PC versions), and I'm in the process of playing the Splinter Cell games (I just started the second one). I've also played Assassin's Creed and the first Hitman game but I didn't like those as much. My favorites thus far are Thief 3, Metal Gear Solid 1, and Splinter Cell 1.
Sadly there don't seem to be as many stealth games being made nowadays. All I can think of is Splinter Cell Conviction (which I've read isn't as stealthy, though I'll judge that for myself when I play it), and the upcoming Thief 4 and Metal Gear Rising (which is going to focus on
Raiden *vomit*). I'm trying to remedy that situation with my game.
Speaking of which I'm still trying to get it working. I have this code:
#include "DarkGDK.h"
// Globals
int ObjID;
// Function to load world objects
int Load_3D_World ()
{
int Local_ID;
Local_ID = ObjID;
++ObjID;
dbLoadObject ("Data/3D/World/test/mesh.x", Local_ID);
return Local_ID;
}
// Main function
void DarkGDK (void)
{
// Initialization
dbSyncOn ();
dbSyncRate (60);
// Load test level
int Test_Level = Load_3D_World ();
// Main Loop
while (LoopGDK ())
{
dbSync ();
}
return;
}
and it now compiles. But all I get is a completely blank screen. Is there a specific board on this forum I have to go to in order to get help for this?
Hail to the king baby
I love Evil Dead.