Skip to content

Commit

Permalink
Added GOTV to sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Nov 28, 2024
1 parent f1342dd commit 86c74de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
17 changes: 6 additions & 11 deletions docs/cs2/cstv.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
---
slug: cstv
id: cs2-cstv
title: "CS2: CSTV "
title: "CS2: CSTV"
description: "Information about CSTV for CS2 Server from FSHOST"
sidebar_label: "CSTV"
sidebar_label: "GOTV [Pro]"
---


## Introduction

:::caution
CS2 has just recently been released. The game is currently receiving quite a few updates and changes. This also affects the functionality and structure of the CS2 servers. We do our best to keep the guides as correct and up to date as quickly as possible in case something has changed concerning this.
Due to issues with tv_stoprecord and changemap, we have temporarily set all CS2 Pro servers to use **tv_delay 0**.
:::



## Introduction


CSTV offers the possibility to broadcast games live with a little delay. This means that outsiders who are not involved in the game can also follow what is happening on the server. This technology is also used in the well-known counter-strike tournaments so that the spectators can watch the spectacle. Furthermore, the transmissions can also be saved automatically, so that you can watch them again afterwards.


Expand All @@ -33,7 +28,6 @@ The above commands are mandatory so that the CSTV master server is activated and
| Command | Description |
| :--------------------------: | :----------------------------------------------------------: |
| tv_name "name" | CSTV hostname. Defines the CSTV name as it appears in the server browser and the status bar |
| tv_password "password" | Protects the CSTV transmission with a password |
| tv_record "filename" | Starts recording a CSTV demo |
| tv_stoprecord | Stops recording a CSTV demo |

Expand All @@ -47,5 +41,6 @@ If the function is activated on the server, access is possible via the IP addres
connect SERVERIP:XXXX
```

## Errors

Manual and automatic recorded demos are stored in the main directory /cs2/game/csgo/demos/ServerID) of the CS2 server. These can be downloaded via the HTTP/Discord access provided.
- **[Demo] 2024-11-28_XX-XX-XX_XXXX_de_mirage_team_XXXX_vs_team_XXXXXX.dem: unable to extract addons from file** - [Follow this link](https://www.reddit.com/r/cs2/comments/18ei4n4/cant_play_demos_cs2_unable_to_extract_addons_from/)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ const sidebars = {
"cs2/cs2-rcon",
"cs2/plugins/cs2-plugins-ingamecommands",
"cs2/source-gsltoken",
"cs2/cs2-cstv",
{
type: "category",
label: "Pro Plugins",
Expand Down

0 comments on commit 86c74de

Please sign in to comment.