initial commit
This commit is contained in:
commit
2d966b8198
28 changed files with 2901 additions and 0 deletions
34
Pages/Faq.cshtml
Normal file
34
Pages/Faq.cshtml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
@page "/faq"
|
||||
@{
|
||||
ViewData["Title"] = "FAQ";
|
||||
}
|
||||
|
||||
<h1>FAQ</h1>
|
||||
|
||||
<h2>The game warns me the server is "not secure" / has no VAC. Is my account safe?</h2>
|
||||
<p>
|
||||
Yes. VAC bans come from <em>cheat software on your computer</em> — never from joining any server.
|
||||
Our servers deliberately run without VAC because the mod rewrites a large part of the game server-side
|
||||
(damage scaling, stats, abilities, bot behavior), which is exactly the kind of deep modification VAC-secured
|
||||
servers can't run. There are no human opponents here to cheat against anyway — it's you versus the bots.
|
||||
Joining, playing, and leaving changes nothing about your standing on official servers.
|
||||
</p>
|
||||
|
||||
<h2>Is my progress saved?</h2>
|
||||
<p>
|
||||
Yes — XP, levels, prestige, and your stat build are stored per Steam account and shared across all our servers.
|
||||
Match-scoped things (K/D, streaks, your Gun Game ladder position) reset when a match ends.
|
||||
</p>
|
||||
|
||||
<h2>How do I play? What do I press?</h2>
|
||||
<p>See the <a href="/guides">guides</a> — short version: kill bots, type <code>!skills</code>, spend points, repeat.</p>
|
||||
|
||||
<h2>Why can't I find the servers in the CS2 server browser?</h2>
|
||||
<p>
|
||||
Valve's community browser shows a small, ever-changing subset of thousands of servers — sometimes we're in it,
|
||||
usually not. Use the join buttons on the <a href="/">front page</a>, or add a favorite in-game with our
|
||||
address and the port of the server you like.
|
||||
</p>
|
||||
|
||||
<h2>Something's broken / I have an idea</h2>
|
||||
<p>The mod is open source — issues and PRs welcome at <a href="https://git.lo.sh/kamal/cs2-outnumbered">the repository</a>.</p>
|
||||
Loading…
Add table
Add a link
Reference in a new issue