Check out our latest project ✨ OpenChapter.io: free ebooks the way it was meant to be 📖

COGITO : Immersive Sim Template

An asset by Phazor
The page banner background of a mountain and forest
COGITO : Immersive Sim Template thumbnail image
COGITO : Immersive Sim Template thumbnail image
COGITO : Immersive Sim Template thumbnail image
COGITO : Immersive Sim Template image holder but it is empty

Quick Information

0 ratings
COGITO : Immersive Sim Template icon image
Phazor
COGITO : Immersive Sim Template

COGITO is a first Person Immersive Sim Template Project for Godot Engine 4. In comparison to other first person assets out there, which focus mostly on shooter mechanics, COGITO focuses on providing a framework for creating interactable objects and items.Current Features:- First person player controller with: - Sprinting, jumping, crouching, sliding, stairs handling, ladder handling - Fully customizable attributes like Health, Stamina, Visibility (for stealth), component-based, so easy to add your own. - Lots of exposed properties to tweak to your liking (speeds, headbob, fall damage, bunnyhop, etc.) - Easy-to-use dynamic footstep sound system- Inventory System - Flexible resource-based inventories - Inventory UI separate from inventory logic - Examples for multiple item types (consumables, keys, ammo, weapons, combinable Items) - Base class to easily add your custom item types- Interaction System - Component-based interactions makes it easy to turn your own objects interactive quickly and customize existing ones - Examples for interactive objects like doors, drawers, carryables, turn-wheels, elevators, readable objects, keypads- Basic Enemy - NavigationAgent based enemy with a simple state machine - Simple player detection system that uses detection areas + basic line-of-sight checks- Full gamepad support!- Systemic Properties (very WIP) - Give objects properties like "FLAMMABLE" or "WET" and they will interact with each other depending on their state and properties. - For example FLAMMABLE objects can be ignited by objects that are actively on fire. Can be extinguished by objects that are WET.- Basic Quest System- Save and Load System as well as scene persistency- Fully featured Demo Scene - Set up like a game level including a variety of objects, weapons and quests - In-game helper documents that explain how objects in the scene were set up- Full written documentation with additional video tutorials.Important:COGITO v1.0 is not 100% bug-free. While most features are set, be aware that this is hobbyist open source software. Use at your own risk and check Issues and Discussion pages for more information.

Supported Engine Version
4.3
Version String
1.0.2
License Version
MIT
Support Level
community
Modified Date
29 days ago
Git URL
Issue URL

README COGITO_banner

COGITO

README GodotEngine README COGITO

What is it?

COGITO is a first Person Immersive Sim Template Project for Godot Engine 4. In comparison to other first person assets out there, which focus mostly on shooter mechanics, COGITO focuses on providing a framework for creating interactable objects and items.

COGITO is made by Philip Drobar with help from these contributors.

Principles of this template

The structure of this template always tries to adhere to the following principles:

  • Complete: When you download COGITO and press play, you get a functioning project out of the box. Game menu, save slot select, options and a playable level are all included.
  • Versatile: Whether your game is set in the future, the past or the present, use melee, projectile or no weapons at all, have low poly, stylized or realistic graphics, the template will have features for you.
  • Modular: Do not want to use a feature? You will be able to hide it, ignore it or strip it out without breaking COGITO. At the same time, COGITO is designed to be extendable with your own custom features or other add-ons.
  • Approachable: While there will always be a learning curve, we strive to make COGTIO approachable and intuitive to use, so it doesn't get in your way of making your game.

Current Features

  • First person player controller with:

    • Sprinting, jumping, crouching, sliding, stairs handling, ladder handling
    • Fully customizable attributes like Health, Stamina, Visibility (for stealth) - Component-based, so easy to add your own.
    • Lots of exposed properties to tweak to your liking (speeds, headbob, fall damage, bunnyhop, etc.)
    • Easy-to-use dynamic footstep sound system
  • Inventory System

    • Flexible resource-based inventories
    • Inventory UI separate from inventory logic
    • Examples for multiple item types (consumables, keys, ammo, weapons, combinable Items)
    • Base class to easily add your custom item types
  • Interaction System

    • Component-based interactions makes it easy to turn your own objects interactive quickly and customize existing ones
    • Examples for interactive objects like doors, drawers, carryables, turn-wheels, elevators, readable objects, keypads
  • Basic Enemy

    • NavigationAgent based enemy with a simple state machine
    • Simple player detection system that uses detection areas + basic line-of-sight checks
  • Full gamepad support!

  • Systemic Properties (very WIP)

    • Give objects properties like "FLAMMABLE" or "WET" and they will interact with each other depending on their state and properties.
    • For example FLAMMABLE objects can be ignited by objects that are actively on fire. Can be extinguished by objects that are WET.
    • Straight forward system to add your own properties and behaviours, all handled in one script. Also easy to just ignore.
  • Quest System

  • Save and Load System as well as scene persistency

  • Fully featured Demo Scene

    • Set up like a game level including a variety of objects, weapons and quests
    • In-game helper documents that explain how objects in the scene were set up

[!IMPORTANT]
COGITO v1.0 is not 100% bug-free. While most features are set, be aware that this is hobbyist open source software. Use at your own risk and check Issues and Discussion pages for more information.

Full documentation here!

Credits, Contributors and License

COGITO is a first Person Immersive Sim Template Project for Godot Engine 4. In comparison to other first person assets out there, which focus mostly on shooter mechanics, COGITO focuses on providing a framework for creating interactable objects and items.

Current Features:

- First person player controller with:
- Sprinting, jumping, crouching, sliding, stairs handling, ladder handling
- Fully customizable attributes like Health, Stamina, Visibility (for stealth), component-based, so easy to add your own.
- Lots of exposed properties to tweak to your liking (speeds, headbob, fall damage, bunnyhop, etc.)
- Easy-to-use dynamic footstep sound system

- Inventory System
- Flexible resource-based inventories
- Inventory UI separate from inventory logic
- Examples for multiple item types (consumables, keys, ammo, weapons, combinable Items)
- Base class to easily add your custom item types

- Interaction System
- Component-based interactions makes it easy to turn your own objects interactive quickly and customize existing ones
- Examples for interactive objects like doors, drawers, carryables, turn-wheels, elevators, readable objects, keypads

- Basic Enemy
- NavigationAgent based enemy with a simple state machine
- Simple player detection system that uses detection areas + basic line-of-sight checks

- Full gamepad support!

- Systemic Properties (very WIP)
- Give objects properties like "FLAMMABLE" or "WET" and they will interact with each other depending on their state and properties.
- For example FLAMMABLE objects can be ignited by objects that are actively on fire. Can be extinguished by objects that are WET.

- Basic Quest System

- Save and Load System as well as scene persistency

- Fully featured Demo Scene
- Set up like a game level including a variety of objects, weapons and quests
- In-game helper documents that explain how objects in the scene were set up

- Full written documentation with additional video tutorials.

Important:
COGITO v1.0 is not 100% bug-free. While most features are set, be aware that this is hobbyist open source software. Use at your own risk and check Issues and Discussion pages for more information.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
COGITO : Immersive Sim Template icon image
Phazor
COGITO : Immersive Sim Template

COGITO is a first Person Immersive Sim Template Project for Godot Engine 4. In comparison to other first person assets out there, which focus mostly on shooter mechanics, COGITO focuses on providing a framework for creating interactable objects and items.Current Features:- First person player controller with: - Sprinting, jumping, crouching, sliding, stairs handling, ladder handling - Fully customizable attributes like Health, Stamina, Visibility (for stealth), component-based, so easy to add your own. - Lots of exposed properties to tweak to your liking (speeds, headbob, fall damage, bunnyhop, etc.) - Easy-to-use dynamic footstep sound system- Inventory System - Flexible resource-based inventories - Inventory UI separate from inventory logic - Examples for multiple item types (consumables, keys, ammo, weapons, combinable Items) - Base class to easily add your custom item types- Interaction System - Component-based interactions makes it easy to turn your own objects interactive quickly and customize existing ones - Examples for interactive objects like doors, drawers, carryables, turn-wheels, elevators, readable objects, keypads- Basic Enemy - NavigationAgent based enemy with a simple state machine - Simple player detection system that uses detection areas + basic line-of-sight checks- Full gamepad support!- Systemic Properties (very WIP) - Give objects properties like "FLAMMABLE" or "WET" and they will interact with each other depending on their state and properties. - For example FLAMMABLE objects can be ignited by objects that are actively on fire. Can be extinguished by objects that are WET.- Basic Quest System- Save and Load System as well as scene persistency- Fully featured Demo Scene - Set up like a game level including a variety of objects, weapons and quests - In-game helper documents that explain how objects in the scene were set up- Full written documentation with additional video tutorials.Important:COGITO v1.0 is not 100% bug-free. While most features are set, be aware that this is hobbyist open source software. Use at your own risk and check Issues and Discussion pages for more information.

Supported Engine Version
4.3
Version String
1.0.2
License Version
MIT
Support Level
community
Modified Date
29 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers