Skip to content

Commit bf698fb

Browse files
committed
chore: improved texts and cs2update for today
1 parent f2a248b commit bf698fb

File tree

6 files changed

+30
-28
lines changed

6 files changed

+30
-28
lines changed

cs2update/2024-08-25.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 🚀 CS2Pro Update | 25th August
2+
title: 🚀 CS2Pro Update - 25th August
33
hide_table_of_contents: true
44
date: 2024/08/25
55
---

cs2update/2024-11-02.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

cs2update/2024-11-10.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 🚀 CS2Pro Update
3+
hide_table_of_contents: true
4+
date: 2024-11-10 09:05
5+
---
6+
7+
In today's news, we've made some small changes and additions.<br/>
8+
9+
## ✏️ Changes
10+
**MatchZy**
11+
- Reintroduced the `.playout` command and added `.po` as aliases. (You can continue using `.scrim` as usual; nothing has changed.)
12+
- Added a new scrim mode/config, `.hill`, which provides full buy money ($16,000 per round).
13+
14+
There is no difference between `.playout` and `.scrim` they perform exactly the same function.

docs/cs2/rcon.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ title: "RCON Commands"
55
---
66

77
::::danger[RCON Info]
8-
<span style={{color: 'white'}}>**RCON supplied by Valve is currently broken/non-functional. Please use `fake_rcon` or other options as directed below.**</span>
8+
<span style={{color: 'white'}}>**The RCON provided by Valve is currently broken and non-functional. Please use `fake_rcon` or follow the alternative options provided below.**</span>
99
::::
1010

1111
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>PRO only</span>
1212
:::tip
13-
If you have a Pro server, you do NOT need to use `fake_rcon` on your game's console.
13+
If you have a Pro server, you do not need to use `fake_rcon` in your games console.
1414

15-
You can already add yourself as a server admin on your Pro server.
15+
You can directly add yourself in-game as a server admin on your Pro server.
1616
\
1717
\
1818
Click here > [CS2Pro: Become an Server Admin](https://help.fshost.me/docs/cs2/becomeadmin)
1919
:::
2020

2121

2222
## Log into RCON
23-
Open your in-game console and run one of the following commands to log in to your server as admin.
23+
Open your in-game console and enter one of the following commands to log in as an admin on your server.
2424

2525
The RCON password will be displayed on your [free server panel](https://fshost.me/free-panel) or within your [Pro area](https://fshost.me/pro).
2626

27-
**Temporary Admin on Free Server** - using Fake RCON
27+
**Temporary Admin Access on Free Server** - using Fake RCON
2828
<br />`fake_rcon_password type_rcon_pass_here`
2929
<br />`fake_rcon say hi`
3030

@@ -41,7 +41,7 @@ You can change the current map to any stock one.
4141

4242
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>FREE only</span>
4343

44-
To restart the game after X amount of seconds.
44+
To restart the game after X seconds.
4545
<br /> `fake_rcon mp_restartgame seconds`
4646

4747
This command sets how much money players are given at the beginning of a half. The default is 800.
@@ -50,17 +50,17 @@ This command sets how much money players are given at the beginning of a half. T
5050
The maximum amount of rounds that the server will play before restarting.
5151
<br /> `fake_rcon mp_maxrounds Amount`
5252

53-
This command, if set to 1, will make you automatically bunny hop by holding down the space bar. Default is disabled (1).
53+
This command, if set to 1, will make you automatically bunnyhop by holding down the space bar. Default is disabled (1).
5454
<br /> `fake_rcon sv_autobunnyhopping <0 / 1>`
5555

5656
**Password** <br />You can change or remove the password to join your server by leaving the value empty.
5757
<br /> `fake_rcon sv_password ""`
5858

5959
**Hostname** <br />You can change the hostname on the request form or if you want to change it after you've started it, you can do so using this command. **Please note that you must keep the advert part in the hostname.**
60-
`fake_rcon hostname "CUSTOM HOSTNAME - free @ fshost.me"`
60+
<br />`fake_rcon hostname "CUSTOM HOSTNAME - free @ fshost.me"`
6161

6262
**Cheats** <br />Do you want to enable sv_cheats?
63-
`fake_rcon sv_cheats 1`
63+
<br />`fake_rcon sv_cheats 1`
6464

6565

6666

@@ -70,9 +70,9 @@ This command, if set to 1, will make you automatically bunny hop by holding down
7070

7171
| Chat Command | Description |
7272
| ------------ | ----------- |
73-
| !esl5on5 | This is a default esl5on5 file (No Ready system!) |
74-
| !scrim | Scrim config with all rounds enabled (None pause/unpause command!) |
75-
| !prac | Default Practice CFG (**There are no public commands available! - If you need .throw, .bot and other commands - you'll need a Pro server**)
73+
| !esl5on5 | This is a default esl5on5 file (**No ready system available.**) |
74+
| !scrim | Scrim config with all rounds enabled (**No pause/unpause command is available!**) |
75+
| !prac | Default Practice CFG (**No public commands are available! To access commands like `.throw`, `.bot`, and others, a Pro server is required.**)
7676
| !dm | Deathmatch Gamemode |
7777
| !retake | Retake Gamemode |
7878
| !wingman | Wingman Gamemode |

docusaurus.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
55

66
/** @type {import('@docusaurus/types').Config} */
77
const config = {
8-
title: 'FSHOST Help',
8+
title: 'FSHOST Docs',
99
tagline: 'FREE game server hosting for CS2, CoD4, CoD2, CS1.6, CSS, and more! We also offer paid game servers via Pro.',
1010
favicon: 'img/favicon.ico',
1111

@@ -177,8 +177,9 @@ const config = {
177177
blogDescription: 'A little blog for CS2 updates for our Pro',
178178
blogSidebarTitle: 'All CS2 updates posts',
179179
blogSidebarCount: 'ALL',
180-
showReadingTime: true,
180+
showReadingTime: false,
181181
truncateMarker: /<!--\s*(truncate)\s*-->/,
182+
onUntruncatedBlogPosts: 'ignore',
182183
feedOptions: {
183184
type: 'all',
184185
title: 'CS2 Update @ FSHOST.me',

sidebars.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ const sidebars = {
7474
},
7575
],
7676

77-
7877
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
7978
gameserverSidebar: [
8079
{

0 commit comments

Comments
 (0)