Search found 12 matches

by Arya
Thu Sep 03, 2009 7:59 pm
Forum: Beginners Help
Topic: 2D Graphics Engine?
Replies: 9
Views: 843

Just simple things (Tetris, Pong) I'm not looking to finish this in months.. rather years, and it's not going to be that bad because it is at most a decision engine more than a game altogether. Now I need to know how to simulate guerilla warfare :roll:
by Arya
Thu Sep 03, 2009 7:38 pm
Forum: Beginners Help
Topic: 2D Graphics Engine?
Replies: 9
Views: 843

2D Graphics Engine?

Hey guys, Well, I'm back, and the first thing I really want to do is make a 2D Grand Strategy Game based primarily on the War on Afghanistan from 2001 to 2012. The game would allow you to make the leading general (name of your choice) of the American Troops in Afghanistan, and have to deal with NATO...
by Arya
Thu Jul 02, 2009 9:57 pm
Forum: Beginners Help
Topic: I know I'm gonna get flamed for this..
Replies: 4
Views: 524

I know I'm gonna get flamed for this..

This might be the noobiest question ever, but really, what is raycasting? Is there any tutorials about it, and how can I use it to make a simple FPS? Is there any functions I should know about raycasting? I read the CollisionDetection tutorial in the Irrlicht tutorials, and although I have very mino...
by Arya
Thu Jul 02, 2009 4:44 am
Forum: Beginners Help
Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
Replies: 7
Views: 611

Wow man, thanks. I'll commit that to memory. :)
by Arya
Thu Jul 02, 2009 3:31 am
Forum: Beginners Help
Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
Replies: 7
Views: 611

Just one more question about the tutorial. I'm trying to make a cube and see it: #pragma comment(lib, "Irrlicht.lib") #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace gui; int main() { IrrlichtDevice *device = cr...
by Arya
Wed Jul 01, 2009 7:29 am
Forum: Beginners Help
Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
Replies: 7
Views: 611

Thanks man, that dd the job 8)
by Arya
Tue Jun 30, 2009 4:38 pm
Forum: Off-topic
Topic: Michael Jackson's Death
Replies: 18
Views: 2385

Re: Michael Jackson's Death

I'm deeply sad nobody has posted about this yet. Also, before you yell "PEDOPHILE"! (This community is sensible enough not to though), I will remind you that he was proven innocent in 2005. So was OJ Simpson. I'm not saying he's not innocent, I'm just saying there's a chance he can't was ...
by Arya
Tue Jun 30, 2009 4:34 am
Forum: Project Announcements
Topic: [TEAM NEEDED] SimNation
Replies: 6
Views: 2619

I have a question though. Is the game have any economic features? Or is it just enviromentally-based?
by Arya
Tue Jun 30, 2009 3:54 am
Forum: Beginners Help
Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
Replies: 7
Views: 611

Irrlicht Tutorial help: LNK2019 + LNK2028

Hey guys, I'm having a bit of trouble with the Irrlicht tutorial on this forum. Here is the code: #include <irrlicht.h> #pragma comment(lib, Irrlicht.lib); using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace gui; int main() { IrrlichtDevice* devic...
by Arya
Tue Jun 30, 2009 3:47 am
Forum: Project Announcements
Topic: [TEAM NEEDED] SimNation
Replies: 6
Views: 2619

I think this is an amazing idea and I would be more than happy to join the team. Where do I sign up? :)
by Arya
Tue Oct 07, 2008 3:05 am
Forum: Beginners Help
Topic: What now?
Replies: 7
Views: 643

Also, I plan on making a series of FPS games based on turning point wars, such as the Spanish Civil War and the Vietnam, particulary single-player games based heavily on storyline. How long would it take to program a decent AI for the games? What math do I need to know to do it? Is there any AI engi...
by Arya
Tue Oct 07, 2008 2:36 am
Forum: Beginners Help
Topic: What now?
Replies: 7
Views: 643

What now?

Hello folks, After reading the Irrlicht tutorials embedded into the irrlicht 1.4.1 file, I am still quite confused about where to go now, as I don't think it was enough info to really make a full-game. Anyone have any ideas where to go to now? I tried some other tutorials, but it didn't really seem ...