3D Beowulf adventure game

I’m making a Beowulf game, based on a translation of the poem that I recently read in english class. It’s very early right now, but I’ll have an update soon. (Probably tomorrow) I’m trying to make it runnable on my school’s archaic computers which is why it looks like its from 2002. There are no shaders, shadows, normal or specular maps, ect. in the game. It is using GLSL shading but only because multitexture mode has not been very stable on my PC.

Implemented:
Basic Motion
Basic Materials

To Do:
Combat
Sprinting
Cutscenes
Locations
Other characters

Any and all feedback/advice is appreciated. :slight_smile:

I cant see the video, it says it is set to private :confused:

I fixed it :slight_smile:

Looks good so far man :slight_smile:

Models and textures seem to be well done, and the motion animations look pretty smooth too :slight_smile:

Do you have any plans for a story yet? and is this going to be an RPG styled game? or will it have a linear story based on the poem you mentioned?

Interested to see more :slight_smile:

Are you using normal maps with your textures?Because the ground looks only like a textured plane.In my opinion i do not like that look.

He has mentioned that the materials are just placeholders for now… i’m assuming he is going to implement more detailed tex maps along with spec/normals at a later date

Thanks :slight_smile:
Im thninking of making it a linear hack n slash that is more or less based on the poem. I can take some creative freedoms however, because unfortunately over time large sections of the poem were forgotten, and Beowulf likely originally had several adventures that never made it into the written version (The poem wasn’t written down until several hundred years after bards first began telling it).

@LostScience
I’m going to make some normal maps for the terrain, but I’m not going to make specular maps because I have shaders disabled. (The graphics cards on my schools computer hate GLSL shaders)

Thanks for all the feedback!

One thing that kinda bothers me (just my opinion maybe) – the character always has his back to you when you rotate the in game camera. I know it may be difficult to fix in BGE, but usually in 3rd person games you can rotate the camera around the character and see what he/she looks like from the front. I know it’s an early WIP, so ignore my petty observations.

the character always has his back to you when you rotate the in game camera. I know it may be difficult to fix in BGE, but usually in 3rd person games you can rotate the camera around the character and see what he/she looks like from the front. I know it’s an early WIP, so ignore my petty observations.

I think this is just a style. It works sometimes. I.E. KRUM

My plan is to make a system like Skyrim, where if you stand still you can freely rotate the camera around the player, but when you start moving, the camera glides back to it’s position behind the character’s back.

Speaking of back, I’m back with an update!:wink:

Any and all feedback/advice is appreciated. :slight_smile:

Update number 3!
I added a new location, added some combat, and worked some more on Heorot Hall:

Any and all feedback/advice is appreciated. :slight_smile:

The hills background/skydome is a bit dark, also maybe using a 3rd person mouselook with obstacle avoidance could be cool, or just using backfacing on materials so you can see through them if the camera goes behind an object.
Apart from that it looks great!

Yay, update number 4!
I’m dubbing this the “Combat Update”, because it adds some (Basic) combat mechanics when there previously were none. If you’re wondering why Beowulf is so intent on killing Suzzane (The Blender monkey) it’s because I’m just using her as a placeholder model for my giant spiders. :wink:

the animations are very nice

Thanks for the feedback!
The hills in the background are dark because I ripped them from a public domain image where the ambient lighting was pretty dark. In my latest update, I changed the camera to a Witcher 3 style system where you have full control over it outside of combat and it moves around on its own when you are near an enemy.

The animations took me by surprise, they do not match the graphical quality of the game at all hahaha

Look like a fun project - I’ll be following this thread.

those animations are so so so smooth! hs!. you should add a idle animation so when the character is not walking his foot dont stay in a middle walk stand of the walk anim.

Thanks for the feedback! I’d be lying if I took credit for all the animations, most of them are from a free moCap repository. I just tweak them and import them into blender.

Wow, looks really good