Search found 78 matches

by gamenovice
Wed Jun 24, 2015 4:38 pm
Forum: General Gaming
Topic: Legend of Zelda: Skyward Sword?
Replies: 20
Views: 25082

Re: Legend of Zelda: Skyward Sword?

the climactic boss battle was what sealed the deal for me in the end. it was just SOO FUCKING AMAZING. also its the one time that FI DIDNT GIVE ANY ADVICE THAT I COULD HAVE USED, GODDAMIT FI! but man it was soo epic. when i finished it, i was at half a heart. half a freaking heart. talk about a clos...
by gamenovice
Wed Jun 24, 2015 1:56 pm
Forum: General Gaming
Topic: FUUUUUUUUUUUUCK
Replies: 4
Views: 14090

Re: FUUUUUUUUUUUUCK

maybe the ps3 knew you were about to beat the game and wouldnt let you have it....
by gamenovice
Wed Jun 24, 2015 12:18 pm
Forum: General Gaming
Topic: i want to get a dreamcast
Replies: 2
Views: 5443

Re: i want to get a dreamcast

i also want to try homebrew on the dreamcast so what should i get for it?
by gamenovice
Wed Jun 24, 2015 12:18 pm
Forum: General Gaming
Topic: i want to get a dreamcast
Replies: 2
Views: 5443

i want to get a dreamcast

so ever since I've followed ES, i've always been curious about the dreamcast, but I never had one in my childhood and i still never played on one. Now that I have a job i'm deciding to rectify the situation. Anyone got any suggestions on what peripherals i should get (I'm going with the TRY ALL THE ...
by gamenovice
Tue Jun 23, 2015 10:26 am
Forum: Game Development
Topic: Website hosts
Replies: 9
Views: 8944

Re: Website hosts

Thanks for the help so far dan. One more question before I commit to a decision, what hosting plan did you use with hostgator? My website will be similar in structure to the elysian shadows site, but will obviously not have as much traffic load. Ill also be using two separate domains, so ill be mana...
by gamenovice
Mon Jun 22, 2015 1:38 pm
Forum: Game Development
Topic: Website hosts
Replies: 9
Views: 8944

Re: Website hosts

yea so far the idea is to register domains through namecheap. i don't know if I'd want to host it there though, so I'd be willing to give host gator a look. It's a new site so i dont expect serious traffic, so ill go for something that gives me the most bang for my buck. for that reason, if its init...
by gamenovice
Sat Jun 20, 2015 10:02 pm
Forum: Game Development
Topic: Your view on Secrecy while in development
Replies: 7
Views: 9394

Re: Your view on Secrecy while in development

so i started looking into copyright and found that [quick disclaimer: im not even close to a lawyer, so you'd have to double check me on this] the united states follows the bernes convention for copyright. this means if you publish your game in a public manner, with obvious way of telling that it wa...
by gamenovice
Sat Jun 20, 2015 4:10 pm
Forum: Game Development
Topic: Website hosts
Replies: 9
Views: 8944

Re: Website hosts

thanks for the reply dan; i was lucky enough to find a couple available domains. and because now i know you guys are using hostgator, im feeling biased towards that because you guys seem to be doing well with it (if there are some gotchas with host gator I should know about, please let me know). I d...
by gamenovice
Fri Jun 19, 2015 9:15 pm
Forum: Game Development
Topic: Website hosts
Replies: 9
Views: 8944

Re: Website hosts

also sorry in advance if this is on an inappropriate discussion board. i wasn't sure where to put it, so since it kinda has to do with marketing the game, which is part of game development, i went with that logic and posted it here. if it's inappropriately placed, please feel free to move it elsewhe...
by gamenovice
Fri Jun 19, 2015 9:12 pm
Forum: Game Development
Topic: Website hosts
Replies: 9
Views: 8944

Website hosts

So I am currently working on a game, and at some point I know I'm going to want a website for centralized promotion. I was wondering which website hosts the team at elysian shadows was using, and if they had to go through any hoops to get the domain name elysian shadows. anyone else is also free to ...
by gamenovice
Wed May 06, 2015 1:08 am
Forum: Programming Discussion
Topic: Compiler talk
Replies: 6
Views: 8235

Re: Compiler talk

so crossplatform aside, what reasons would I choose visual studio over Qt?
by gamenovice
Fri May 01, 2015 5:39 pm
Forum: Programming Discussion
Topic: Compiler talk
Replies: 6
Views: 8235

Re: Compiler talk

Real men write their own compilers. On a more serious note, I've only ever used gcc a few times. Most of my development is done in Visual Studio, so I use the built-in compiler. Funnily enough i found a couple of wikibooks about writing your own compiler, which I'll be going through sometime this s...
by gamenovice
Fri May 01, 2015 5:49 am
Forum: Programming Discussion
Topic: Compiler talk
Replies: 6
Views: 8235

Compiler talk

Hey guys, So I've been using gcc and g++ for god knows how long now, but every now and then I hear terms like clang, and kinda wonder what all compilers are out there (for now only c/c++) and which would be best to use in some cases. If you guys have any info, I'd love to know. Also according to fal...
by gamenovice
Sun Apr 26, 2015 1:52 am
Forum: Programming Discussion
Topic: Newb Question about rpg inventory management
Replies: 11
Views: 6576

Re: Newb Question about rpg inventory management

Loving the way the source code is organized. Makes it really easy to understand how the component system works.... is it ok if i use this code to learn more about components?
by gamenovice
Fri Apr 24, 2015 7:51 am
Forum: Programming Discussion
Topic: Newb Question about rpg inventory management
Replies: 11
Views: 6576

Re: Newb Question about rpg inventory management

so i could use the component model for that instead? well it takes away the need of polymorphism, but it seems like that would solve my big problem of type checking before downcasting