[Help Wanted] "The First King" - FPS game. PRE-ALP
Hello Christian,
This is just a quick question. Do you plan to actually have an animated character behind the camera, which represents the player. This could allow for shadow outlines of the player as he moves through the world. It would also make a larger target to hit with ray casting (though it is not really an issue). It could also be used for entrance scenes into buildings and for quests.
Though it would take up more processing power, you could always set a low poly mesh that would cast a shadow and just have it as a child of the camera?
Anyway I just thought I would ask because I am interested in this aspect of the game, thanks
This is just a quick question. Do you plan to actually have an animated character behind the camera, which represents the player. This could allow for shadow outlines of the player as he moves through the world. It would also make a larger target to hit with ray casting (though it is not really an issue). It could also be used for entrance scenes into buildings and for quests.
Though it would take up more processing power, you could always set a low poly mesh that would cast a shadow and just have it as a child of the camera?
Anyway I just thought I would ask because I am interested in this aspect of the game, thanks
Programming Blog: http://www.uberwolf.com
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
Hi Dejai.
Yes, I plan (someday) to put a character there. I'm not there yet.
Here another update for today:
added: Sprint accelerator with the SHIFT key (still some details to work on but basicaly work). After a time it can get exhausted, the have to wait a little to sprint again. (discharge and recharge based on a specified time duration in millisecond)
fixed/added: CTRL key for the player be on the knees (crouch move 1), C for a dual mode crouch (mode 1, on the knees, mode 2 chest on ground)
fixed: When the smooth mode was disabled, would have problem with movements.
added: basic waternode (no shaders), with an underwater effect. The player can dive in the water, swim, float and see something.
Here some pics:
Modified: test level to allow for a global fog effect of all surface. (For underwater effect and better mood in the environnement. Made a code that could take the old version of the level and apply the FOGEnable of the surface (not tested). If it don't work, download the testlevel from the sourceforge site.
Here is the link to the sourceforge site:
http://sourceforge.net/projects/first-king/
Here is the direct link to the file release:
http://sourceforge.net/project/platform ... _id=207865
[EDIT] Here is a video demontrating the rig and the water:
http://www.youtube.com/watch?v=DTNr3spVPkk
Yes, I plan (someday) to put a character there. I'm not there yet.
Here another update for today:
added: Sprint accelerator with the SHIFT key (still some details to work on but basicaly work). After a time it can get exhausted, the have to wait a little to sprint again. (discharge and recharge based on a specified time duration in millisecond)
fixed/added: CTRL key for the player be on the knees (crouch move 1), C for a dual mode crouch (mode 1, on the knees, mode 2 chest on ground)
fixed: When the smooth mode was disabled, would have problem with movements.
added: basic waternode (no shaders), with an underwater effect. The player can dive in the water, swim, float and see something.
Here some pics:
Modified: test level to allow for a global fog effect of all surface. (For underwater effect and better mood in the environnement. Made a code that could take the old version of the level and apply the FOGEnable of the surface (not tested). If it don't work, download the testlevel from the sourceforge site.
Here is the link to the sourceforge site:
http://sourceforge.net/projects/first-king/
Here is the direct link to the file release:
http://sourceforge.net/project/platform ... _id=207865
[EDIT] Here is a video demontrating the rig and the water:
http://www.youtube.com/watch?v=DTNr3spVPkk
Last edited by christianclavet on Sat Jan 19, 2008 8:55 am, edited 1 time in total.
Hey Christian,
I have downloaded your updated project, its looking really good I like the minor adjustments, and the sprinting feature. I also like the water, but if I could make a suggestion, to use the water colour found in the special effects tutorial? I think it would add a better effect or illusion of real water.
The gloss on the items in the train station is looking nice.
I really want to be able to compile this project do you think you could attach the lib and the include as an extra for downloading, it does not have to be included in the main pack.
Thanks. I am not sure why it won't compile on my computer, it says something about a gcc resource file?
Thanks. Keep up the great work!~
I have downloaded your updated project, its looking really good I like the minor adjustments, and the sprinting feature. I also like the water, but if I could make a suggestion, to use the water colour found in the special effects tutorial? I think it would add a better effect or illusion of real water.
The gloss on the items in the train station is looking nice.
I really want to be able to compile this project do you think you could attach the lib and the include as an extra for downloading, it does not have to be included in the main pack.
Thanks. I am not sure why it won't compile on my computer, it says something about a gcc resource file?
Thanks. Keep up the great work!~
Programming Blog: http://www.uberwolf.com
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
-
- Posts: 362
- Joined: Sun Dec 16, 2007 9:25 pm
Looks awesome
Post this userbar I made on other websites to show your support for Irrlicht!
http://img147.imageshack.us/img147/1261 ... wernq4.png
http://img147.imageshack.us/img147/1261 ... wernq4.png
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
As promised:
You can tweak and see how that affect the camera rigs.
You only have to press TAB to show the menu.
This gave me an excuse to start and have ideas to work on; for the GUI aspects.
I'll still have to work on putting numeric values UI elements for tweaking some of the aspects (smooth factor, slide factor etc.)
[EDIT] Found a little bug in the GUI revealing. Fixed, will be in the next release (with the new GUI requests).
The download link
Sourceforge: http://sourceforge.net/projects/first-king/
Direct Download link:http://downloads.sourceforge.net/first- ... ze=3606396
You can tweak and see how that affect the camera rigs.
You only have to press TAB to show the menu.
This gave me an excuse to start and have ideas to work on; for the GUI aspects.
I'll still have to work on putting numeric values UI elements for tweaking some of the aspects (smooth factor, slide factor etc.)
[EDIT] Found a little bug in the GUI revealing. Fixed, will be in the next release (with the new GUI requests).
The download link
Sourceforge: http://sourceforge.net/projects/first-king/
Direct Download link:http://downloads.sourceforge.net/first- ... ze=3606396
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
Humm, mega strange, I've not even applied shaders to the engine. i'm using the basic surfaces all around and the standard IRRlicht fog.
JP, the application is running? The GUI work? What is working?
Can you provide me a screenshot and more details?
That work PC has support for 3D cards? (Directx 9.0)?
What is the current config of that PC? (OS, Videocard support & type, video memory, etc.)
What is that:
JP, the application is running? The GUI work? What is working?
Can you provide me a screenshot and more details?
That work PC has support for 3D cards? (Directx 9.0)?
What is the current config of that PC? (OS, Videocard support & type, video memory, etc.)
What is that:
And you see this where?:seems like i'm just falling through black space
i can see a sort of messed up quad at some points
I'm running XP here, 1gb ram, not sure what the gfx is but it'll handle any irrlicht app i think.
The app runs and i can bring up the GUI fine but other than that the whole screen is black. If i move the camera around then i can see a quad in the distance...
I deleted the download but if you think a screenshot would be helpful then i can download it again.
The app runs and i can bring up the GUI fine but other than that the whole screen is black. If i move the camera around then i can see a quad in the distance...
I deleted the download but if you think a screenshot would be helpful then i can download it again.
-
- Posts: 331
- Joined: Sat Sep 02, 2006 4:11 am
- Location: Michigan
- Contact:
-
- Posts: 1638
- Joined: Mon Apr 30, 2007 3:24 am
- Location: Montreal, CANADA
- Contact:
Hi, Yes. Thanks lostclimategames for clearing that up. I never attempted to run the program without the level.
Just download the ZIP file of the application AND if you don't have it already; get the file "station.pk3" from the sourceforge site. Just put this file in the folder LEVELS and it should work.
I put the level separately, since the one I have now is only for testing (the one from my level demo) and also will limit the download size each time I update the engine.
I've started it without having any level. Understand now what you where telling me.
The quad you see is the water surface. I think I'll try to do something to warn the user that the level is not present or found.
Just download the ZIP file of the application AND if you don't have it already; get the file "station.pk3" from the sourceforge site. Just put this file in the folder LEVELS and it should work.
I put the level separately, since the one I have now is only for testing (the one from my level demo) and also will limit the download size each time I update the engine.
I've started it without having any level. Understand now what you where telling me.
The quad you see is the water surface. I think I'll try to do something to warn the user that the level is not present or found.
Hello Christian,
I have some concepts for the game you may like. Ha in terms of textures I mean
I have an irrlicht dedicated section of my site http://irrlicht.dejaigames.com/
and in the http://irrlicht.dejaigames.com/downloads/Textures/ you can find my work.
Here is a concept of an Egyptian wall:
All images are in a 512 x 512 format. This is my first try at textures. All the textures are .pngs and made with open source software (Gimp). I release all my work under the GNU, but you cannot claim you created the textures yourself.. (They are pretty bad but I was doing it from a programmers perspective).
A cloud
But my favorite by far is the particles section.
I have also used some of the background texture images from the gimp editor to make cracked mud etc. That is just default with the editor so I don't take credit for those ones.. But all that I have shown you here are mine. Feel there to have a look. You can just download the whole 5 - 6 mb thing to your desktop if you click the compressed archive. Located below:
http://irrlicht.dejaigames.com/download ... 0Packages/
Enjoy
I have some concepts for the game you may like. Ha in terms of textures I mean
I have an irrlicht dedicated section of my site http://irrlicht.dejaigames.com/
and in the http://irrlicht.dejaigames.com/downloads/Textures/ you can find my work.
Here is a concept of an Egyptian wall:
All images are in a 512 x 512 format. This is my first try at textures. All the textures are .pngs and made with open source software (Gimp). I release all my work under the GNU, but you cannot claim you created the textures yourself.. (They are pretty bad but I was doing it from a programmers perspective).
A cloud
But my favorite by far is the particles section.
I have also used some of the background texture images from the gimp editor to make cracked mud etc. That is just default with the editor so I don't take credit for those ones.. But all that I have shown you here are mine. Feel there to have a look. You can just download the whole 5 - 6 mb thing to your desktop if you click the compressed archive. Located below:
http://irrlicht.dejaigames.com/download ... 0Packages/
Enjoy
Programming Blog: http://www.uberwolf.com