Search found 12 matches
- Thu Sep 03, 2009 7:59 pm
- Forum: Beginners Help
- Topic: 2D Graphics Engine?
- Replies: 9
- Views: 867
- Thu Sep 03, 2009 7:38 pm
- Forum: Beginners Help
- Topic: 2D Graphics Engine?
- Replies: 9
- Views: 867
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...
- Thu Jul 02, 2009 9:57 pm
- Forum: Beginners Help
- Topic: I know I'm gonna get flamed for this..
- Replies: 4
- Views: 547
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...
- Thu Jul 02, 2009 4:44 am
- Forum: Beginners Help
- Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
- Replies: 7
- Views: 627
- Thu Jul 02, 2009 3:31 am
- Forum: Beginners Help
- Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
- Replies: 7
- Views: 627
- Wed Jul 01, 2009 7:29 am
- Forum: Beginners Help
- Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
- Replies: 7
- Views: 627
- Tue Jun 30, 2009 4:38 pm
- Forum: Off-topic
- Topic: Michael Jackson's Death
- Replies: 18
- Views: 2415
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 ...
- Tue Jun 30, 2009 4:34 am
- Forum: Project Announcements
- Topic: [TEAM NEEDED] SimNation
- Replies: 6
- Views: 2653
- Tue Jun 30, 2009 3:54 am
- Forum: Beginners Help
- Topic: Irrlicht Tutorial help: LNK2019 + LNK2028
- Replies: 7
- Views: 627
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...
- Tue Jun 30, 2009 3:47 am
- Forum: Project Announcements
- Topic: [TEAM NEEDED] SimNation
- Replies: 6
- Views: 2653
- Tue Oct 07, 2008 3:05 am
- Forum: Beginners Help
- Topic: What now?
- Replies: 7
- Views: 675
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...
- Tue Oct 07, 2008 2:36 am
- Forum: Beginners Help
- Topic: What now?
- Replies: 7
- Views: 675
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 ...