-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Character can't move in demo and no explanation why #234
Comments
Hey Cloudy, welcome to COGITO and sorry to hear it gave you some trouble getting it running. I'll look into adding more information in the documentation on what the default controls are. Please let me know how it goes/if the behavior changes if you don't have your game pad plugged in. Cogito itself is setup to support keyboard and mouse AND gamepad at the same time pretty much, certain things switch depending on which is currently active. Invert mouse Y is an in-game setting, so that'll be the first place to adjust this to your liking. This then gets saved in your games config, so it should "stick", but it might revert on build, since build games have their own config file in Godot. |
I'm using a PS3 controller that's been registered to the Xinput, sadly unplugging it doesn't seem to fix the issue.
I assumed this too, played a lot of games where both the keyboard and controller are interchangeable, switching icons in-game whenever either of them are detected. I also wonder if it's because of my controller or not...?
Yeah, I just noticed this in the main menu. I expected that I can change it in-game once I tried it, but seeing as I can't even open the pause menu with the 'ESC' key in-game due to the many errors presenting itself, I'd say this is my fault for associating this as an issue. Turns out there's bigger issues at hand. |
Good news is we found the issue. Your project doesn't have the required input map actions defined. That's also why it looks like so many errors, as there will be several triggered each frame this way. If you create your own project and then just copy COGITO into it, the godot project settings will be missing. I recommend to instead use the whole COGITO project instead (loading a copy of it instead of creating a new Godot project), this way all your input maps (as well as the autoloads and plugins required) will be set up and it should run wihout any extra steps. This should also confirm that your controller is not an issue. |
Would you look at that, it works! My mistake, I guess I really am a beginner, huh? New to this whole Github repository thing since I've always been downloading from the releases and pasting them into my own projects. Turns out it's the other way around, so sorry. I'm more of a 3D designer/modeler and writer than a programmer, so I'll take this as a lesson learned from now on. Anyways, guess I'll close this issue now. And I'll be sure to share my game project or anything related in the discussion in the future, cheers! |
Cogito and Godot Engine Version:
Cogito beta 202406.02/pull request #223
Godot 4.2.1 Stable
Description:
Request for
idiot-proofbeginner-friendly documentation of trying COGITO and its demo. I'm a fairly new user of Godot and can understand the basics of its interface and been coding in GDScript for a while now.Unfortunately, following the documentation still left me puzzled for about 30 minutes until I figured everything out, your helpful video did help, but still doesn't show the step-by-steps.
ALSO, after loading the Lobby demo, the movement isn't working and the up & down mouselook is inverted. Looking up the docs, the movement controls are "self-explanatory", so I assumed it's already bound to the WASD key.
I understand this project is still under active development and the documents aren't always updated. So that's why I wish to update the docs since there might be beginners that could also get stuck getting through the demo.
Or I might just be an idiotReproduction steps:
Expected behavior:
A "more" easy-to-follow guide to setting up COGITO and possibly improving the docs for a more streamline approach. Maybe with screenshots or video for more visualization.
Screenshots:
I would love to show the issue of me being stuck in place in video with keyboard logging/screencast, but my AMD Radeon ReLive crashed while loading the Demo level. I'll try with other recording software if really needed.
The text was updated successfully, but these errors were encountered: