Igor - 3D FPS

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Nikko_Bertoa
Posts: 42
Joined: Wed Feb 18, 2009 5:26 am

Post by Nikko_Bertoa »

I made some modifications to the code.
I updated the download link :)
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Hi, Nikko.

The game basicaly "works". I've been able to reach the end and face the boss.

Got theses remark, theses could surely improve the game.

You had 2 weapons. The pistol and launcher. The pistol seem to fire ok and does a moderate dammage, but I think the launcher serves almost nothing. You got only 1 ammo for that weapon and it does almost no dammage. Having more dammage on the laucher, will have the user use it more. Right now I prefer using only the pistol.

The navigation nodes look weird. I've saw some goblins go thru the walls and come from them. Also they are superposing themselves sometimes (could check with a bounding box so they cannot use the same space). What are the NPC use for navigation? Are you sure the linking is ok for all the coordinates of the nodes?

Sometimes the fire of the weapons seem imprecise. (green is miss, red is hit), is there a way to make the weapon firing more precise?

When the player is killed, you should hide the hand. It look weird. (Perhaps, destroy the hand and replace it with a player body (if you have one asset like that))

You should wait around 10 sec to start the AI. When the player start, It happen often that a "horde" of NPCs are over the player (look weird as they are hitting and still no damage is made)

It's very interesting that the NPC are using blunt weapons instead of firearms, but I think their range is too much. Could you reduce the range of the damage? (Goblins)

Anyway, this is starting to look like a very playable little game. You could put a timer and put that in a "survival mode" (with top score with the longest time)
Pyr0mann
Posts: 5
Joined: Sun Jun 21, 2009 11:21 pm

very interesting

Post by Pyr0mann »

I was wondering what version of Irrlicht you were using? Is it 1.5? Unfortunately there is never any version number info on Irrlicht.dll

I have all but given up trying to figure out IrrWizard enough to get it working under 1.5

Thanks
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

You can always search in the DLL, each version of Irrlicht has a string embedded which tells you the version.
d3jake
Posts: 198
Joined: Sat Mar 22, 2008 7:49 pm
Location: United States of America

Post by d3jake »

Wow... that's pretty smart.
The Open Descent Foundation is always looking for programmers! http://www.odf-online.org
"I'll find out if what I deleted was vital here shortly..." -d3jake
Post Reply