Giter Site home page Giter Site logo

Comments (8)

Phazorknight avatar Phazorknight commented on August 25, 2024 1

Hey, thanks for these flags.

Re github ignores: Yeah, for some reason GitHub Desktop regularly tries to sneak in the .godot folder in my commits.
Once you have the input_helper and quick_audio addons, it is save to just download the /COGITO/ dir as everything is contained in there.
Also it's recommended to stick to main branch, everything's been moved over into main for now.

Menu main scene reference: Thanks for flagging this, will be fixed in BETA 202401.11 coming later today.

Player rotation and torch ammo not reset: Not completely sure I understand what you mean. The ammo/charge of wieldables like the flashlight is currently not being properly saved/loaded when using saves or scene transitions, so it will behave unexpectedly.

Using batteries turns on pain field: Wasn't able to reproduce this. Could you provide more information? Did you use the batteries from inventory or by trying to reload the flashlight? Which buttons did you press? Did you load a save or transition from a different scene before you used the battery? Did just the damage indicator turn on and off or did the player actually take damage?

Rolling battery throwing the player: This is just a case of fun video game physics. Tweaking collision shapes and RigidBody3D settings might help with avoiding this a bit. The roll on landing is part of the Player Controller that gets triggered when falling from a certain height and having a certain speed.

from cogito.

generrosity avatar generrosity commented on August 25, 2024 1

Very nice!

I can definitely hold down forward, hold down shift, hold down space, be bouncing around, and then come to a completely (if wobbly) stop. Without the sprint, I wait and hop, Kill zone works great 😁👌

Feel free to close this off if you have things otherwise tracked :) its great stuff.

from cogito.

generrosity avatar generrosity commented on August 25, 2024

Issues I encountered from the MAIN branch, incase you are interested;

  • the referenced main scene is DEMO_01 rather than 01_DEMO
  • Player rotation and torch ammo not reset
  • 'Using' batteries from inventory turns on a pain field
  • one instance of a rolling battery throwing the player like a skyrim doll, and then ... doing a forward roll on landing I think?

Very excited checking everything out!

from cogito.

generrosity avatar generrosity commented on August 25, 2024

Thanks for all the confirmations!

Off memory;

  • start game, move around, return to main menu, start game, player facing the wall
  • hover over the inventory item for battery and use it several times. Seemed to be consistant after cycling through main menu.

I'll reconfirm tomorrow night from a fresh start incase these were glitched in some other way.

Thanks!

from cogito.

generrosity avatar generrosity commented on August 25, 2024

Thanks again for your work 💚

  • Deleted and Re-downloaded fresh into the same directory.

  • Following warnings on first time loading, but doesn't stop the game from loading.
    image

  • Have you reversed the "invert Y axis"? Or has the previous saved settings swapped it to be opposite to what it was maybe?

  • If you have no stamina, you don't move at all. Just by jumping around a lot.

  • No kill zone under the platform if you fall off 😁

  • There are a couple of places with texture z-fighting like the scene transition doorway and the chest lid (visible in editor). Sorry I don't know much about geometry and if other "material" settings could fix that, but hiding either surface texture didn't help.
    image

  • Confirmed the situation where the Player rotatiton occurs.
    1: Open game - Start - looking at 'Welcome' ✅
    1: Open game - Start - Back to Main Menu - Start - looking at 'Welcome' ✅
    1: Open game - Start - walk into transition zone - Back to Main Menu - Start - looking into the transition zone ⁉
    1: Open game - Start - walk into transition zone - walk back to main zone (end up facing and located correctly) - Back to Main Menu - Start - standing in the gun room, looking at the wall ❌
    1: Open game - Start - walk into transition zone - walk back to main zone BACKWARDS - Back to Main Menu - Start - standing in the gun room, looking into the room (ie remembered the degree angle turn)❌

from cogito.

Phazorknight avatar Phazorknight commented on August 25, 2024

Following warnings on first time loading, but doesn't stop the game from loading.

Ran this on a fresh install and had the same. But as you said everything seems to be working correctly. I kinda suspect this has to do with the Autoloads being set, but not 100% sure.

Have you reversed the "invert Y axis"? Or has the previous saved settings swapped it to be opposite to what it was maybe?

Not sure I understand what the issue is? Works as expected on my end. Invert Y axis can be set via the options and gets saved with the config. Per default it is on.

If you have no stamina, you don't move at all. Just by jumping around a lot.

Could not reproduce, but the Stamina component had a small bug in it that I fixed this morning. Expected behaviour is that when player is sprinting and then runs out of stamina, player speed gets reduced to walking speed. Player is unable to sprint or jump while stamina is 0.

Confirmed the situation where the Player rotatiton occurs.

I was able to reproduce the ones when going back to the Main Menu and then pressing start game (the three cases you list are bascially all the same issue). Have a decent idea on how to fix it and will look into it.

texture z-fighting

Just proof of me being bad at creating assets. Will fix/update when I have some time for it.

No kill zone under the platform if you fall off 😁

Not a bug, but was thinking of adding one already anyway. Will fix/update when I have some time for it.

from cogito.

Phazorknight avatar Phazorknight commented on August 25, 2024

Killzone for when falling off the level is now added in BETA 202401.15, using a HazardZone script.

Confirmed the situation where the Player rotatiton occurs.

This should be fixed in BETA 202401.15.

from cogito.

Phazorknight avatar Phazorknight commented on August 25, 2024

Sweet.
Cheers mate.

from cogito.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.