Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Component Sandbox 2

Component logic testing and debug tool for Barotrauma. · By Austin

Issue Tracker Sticky Locked

A topic by Austin created 1 day ago Views: 3
This topic is locked
Viewing posts 1 to 1

CS2 has an issue tracker that displays common errors and data type mismatches between signals. Let’s take a look at an example to learn how to read and use the issue tracker.

Below is a working component system. Each component has a tiny green light in its upper right hand corner to mean it’s functioning correctly.

image.png

The Adder component typically only works with numerical values. In the screenshot below I’ve changed one of the constant components values to a non-numerical field like a string.

image.png

You can see that the green light in the upper right hand corner of the Adder component is now a red light. There’s also an error displayed beneath the component. Additionally, there’s an error that appears in the Issue Tracker window in the top left hand corner of the screen.

image.png

Clicking the arrow button on this error will take your camera to the screen position where the error component exists.

From there, you can make corrections as needed. This feature is simply meant for alerting you to when a signal doesn’t appear to be used correctly.