An Intro to my Project - game3 core

i do not like how the chassis of the buggy goes through the terrain as I drive.

ive been contemplating solutions, but its a low priority right now. that will come with fine tuning gameplay dynamics, and that wont happen until my game starts to take shape.

right now im focusing on creating a stable and expandable system. :slightly_smiling_face:

1 Like

thanks to @Lostscience, the HUD system got an upgrade! failures should be handled more gracefully.

latest improvements to the attachment system include stability and options for boxes and drop graphics: from left to right, non-uniform scale, normalize, halos.

4 Likes

all the big changes committed to master! still not quite feature parity with the old camera.
https://github.com/DaedalusMDW/bge_game3_core

TODO:

  • camera needs more features, like state switching (fps, shoulder, etc) and orbiting view in vehicles
  • camera orientations dont save and restore
  • vehicles need mounting/dismounting animation states
  • attachments need children. example: parent weapon controls children for two handed or vehicle weapon arrays.
  • launcher GUI
  • vehicle mouse controls when not orbiting.

(not in that order…)

2 Likes

This is long awaited feature! Can’t wait for new updates!

more stability fixes into master. i think i need to start updating the demo repo soon.

little video showing how the new camera orbits and transitions. probably need to download since the g drive player is kinda broken.
new camera test.mp4

2 Likes

embedded player support improved! the template will load only some basic elements, but no objects are spawned. this allows for easy testing of game elements not game3 associated, like shaders or animations.

also, camera features are fully restored. save load works properly. still need to work on camera state switching.

2 Likes

Mann the lighting just makes me love your scene so much and those cast’d shadows as well you really did something amazing there buddy!

Fred/K.S

1 Like

Its Official! Powerups are locked and loaded! These not only apply to players, but vehicles, attachments, or any class associated with an advanced class. Powerups that have an “effect over time” are part of the save load, so enhancements wont get lost after switching blends.

  • Lots of bug fixes have been made as well.
  • Early health system WIP with fall height damage.
  • Camera now has its own “CAMERA” property to filter collision.
  • async libloading is now an option, but ive found it conflicts with “Use Framerate”
  • Shoulder camera view added, fps soon.

Github repo now has the latest updates:
https://github.com/DaedalusMDW/bge_game3_core

1 Like

if you want the earliest and exclusive dev stuff, this is where i post day to day stuff sometimes.

Blender

Upbge

1 Like

Time for the official announcement: Im shutting down this project. I knew it was a long shot when i started.

Due to the questionable state the (up)bge is in and a lack of interest in using the template, i feel my efforts are better spent on personal projects.

I however will continue to update the bge_game3_core github repo since i use it as a backup. The demo may get updated once with the new style.

Pictures, videos and other download links will stay online to the best of my knowledge.

By personal projects, do you mean that you’ll keep working on UPBGE?

the project which i created the template for, yes.

1 Like

Thank you for your work Deadalus. Your template is best for BGE.

1 Like

i added the long awaited fps camera to the player, vehicles should be soon following.

im looking into adding some blends to the core so theres a barebones of assets required to get the template running “out of the box”, possibly reducing the need for a demo.

all the objects required now is:

  • the camera structure
  • a character
  • player physics box
  • some hud objects (if default layouts are used)
  • attachment/ power up boxs and halos (if default values are used)

and an assumed naming convention.

2 Likes

@Lostscience and @Fred_K.S have been asking about planetary gravity.

well its here! its still an early prototype, but it appears most functions have been adapted to work with dynamically changing, per object gravity vectors.

that includes ledge grabbing, vehicles, friction sim, etc.

fixed quite a few little bugs and oddities too.

2 Likes

Massive release update is finally here! A blend with core objects has been added to supply a working player controller right out of the box.

  • download source and rename folder to “game3”
  • put “game3” in the same place as blend
  • add an empty and add bricks Always(true pulse) -> Module("game3.base.GAME")
  • press play

vehicles and etc can be added easy enough on inactive layer. see CoreAssets.blend for examples on creating game objects.

https://github.com/DaedalusMDW/bge_game3_core/releases/tag/2.0.0-prealpha

2 Likes

I could not get it to work.here is the zip.

new games.zip (236.8 KB)

this should be game3.base.GAME (delete “s”)
untitled

also, the game3 files should be directly in the game3 folder. no subfolders.

1 Like

I did what you said but it did not work.i get a error in the console.here is the zip.
gamer.zip (253.6 KB)