Im working on a game similar to Oni (from bungie) . For the moment, im able to contain the number of logic bricks in a very few and also my python works with very few “if” and no loops
what have done so far :
dynamic camera
commands
adaptative combat system and animations (thats much more work than coding actually …)
shoot with cursor
ragdoll
i will publish a little video in a couple of weeks (coz im really busy right now with my job and have to put the whole stuff together … yeah many .blend’s) but i was wanting to know if some people are interested to make a really nice collaborative project in order to make a complete game easy to mod with aim to make a solid template for any other game : 3d third person, fps, rpg elements … etc … I want to make the game the most modular as possible so people can easily review/remake a module. Once the project is almost done, porting it to upbge could be nice.
those things are purely assets and can be subject of collaboration. For the code,
i think that once things are well documented, it will not be hard for people to improve the game system
Ooohh no Game Art !!! mayn gotta start working theory is good but it takes making the thing that really hurts trust me its what im going through rn just so heavily busy on My Game Project’s!
So try and get something up so that we can give you more feedback on yr progress
Well, this .gif doesn’t shows lot but i have already a good control system where i can control my character + camera like in a FPS but in third person view. I control the characters with the mouse and 4 buttons and using combinations up to 16 animations already.
In what you can see in the .gif, i use exactly 16 bricks (including 4 control brick controlling the mouse, keyboard and the end of action signal and 1 initiating all variables at boot) . Around 100 lines of python . I created something in python which should work like an animation tree with activators . i didn’t my ragdoll system in it yet
I didn’t answer correctly previously. I believe that one can contribute to a same game project by assembling it with like modules. I’m working on the combat system and it should ends up in an autonomous arena fighting game. But this game (and its functionalities) could be included in a larger game (third person adventure game) , then add a story line, add cars one can drive … etc …
I think that the best thing to do in first time it’s aiming to create a very strong template - starter kit so people can learn from it and add modules on it. Then after start add the artistic stuff.
Also, i try to keep the number of logic bricks as low as possible and the code very readable
my character falling down under gravity. I didnt really spent lot of time for good tuning of ragdoll as you can see . But now i have this functionnality in my game.
thx man! Happy to have a feed-back. This week-end i will show the AI. I know my game doesnt look fancy but i prefer to spend more time on the design of the code
I was not really happy with the Navmesh for the NPC as it creates static and angular path.
I created a dynamic navigation system in which the NPC goes softly to “checkpoints” from which he’s briefed on the next checkpoint. For exemple, my character can jump from the bridge for a shortcut if the AI tells him to do so
Nice animation. But I dislike the way you made the character walk like he in fighting stance. lol
Try making him walk like Tyrant (NEST’s ultra specimen) from Resident Evil 2 Remake.
yes, ofc. This is just a demo. First container, then after contenant.
Here below, i changed the combat system previously made (see 1er video) because i didnt like the idea of having the character sticked to a combat place. Now it’s more mobile… and it will be even more soon !
It’s very far from being tuned as i want I use a timer propriety to define the “reaction time” of hits given and i just put a random number. But it’s not important for the moment. Tomorrow i will try to finish the Alpha 00000.01 version of my game my adding a health bar an combat movement system for my npc.
Today i made the npc walk after you for a fight. Did anybody here already made a fighting game on Blender ? I think it will mix a 3th person shooter in it (just like Oni)
Started to dive in the world of mapping and texturing. I started to have a look on UPBGE and really wonder what are the basics to make a good lighting. I’m a total noob with textures, materials, shaders and lighting and stuff For exemple, I put 1 point lighting in each of the 2 rooms
how can i have a global light in the scene ?
why do i have that weird black rectangle near the stairs ?
why the light of the rooms seems to enlight the roof in the middle ?