aboutsummaryrefslogtreecommitdiff
path: root/RULES.md
diff options
context:
space:
mode:
authorNidboj132 <28981031+Nidboj132@users.noreply.github.com>2024-09-14 18:02:38 +0200
committerNidboj132 <28981031+Nidboj132@users.noreply.github.com>2024-09-14 18:02:38 +0200
commitb0bddd40b9743f78d48a45ae802fbe4ac3a59961 (patch)
tree932524a95b7510f1fe31ffbb356c3670e795b7e0 /RULES.md
parentrefactor: unofficial rankings implementation (diff)
downloadlphub-b0bddd40b9743f78d48a45ae802fbe4ac3a59961.tar.gz
lphub-b0bddd40b9743f78d48a45ae802fbe4ac3a59961.tar.bz2
lphub-b0bddd40b9743f78d48a45ae802fbe4ac3a59961.zip
refactor: rules
Diffstat (limited to 'RULES.md')
-rw-r--r--RULES.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/RULES.md b/RULES.md
new file mode 100644
index 0000000..99c5a3e
--- /dev/null
+++ b/RULES.md
@@ -0,0 +1,42 @@
1# Rules
2
3To compete on the leaderboard, you must adhere to the following rules. Failure to do so may result in warnings or bans depending on severity.
4
5## Game
6
7All runs must be performed on the latest release of Portal 2. Game files must not be modified in any way (things such as binary or dll files).
8Launch options that alter game behavior (e.g., `-tickrate`) are prohibited
9The use of scripts, cheats, plugins, third-party software, or anything that changes the game's behavior is strictly forbidden.
10The only allowed plugin is SourceAutoRecord and if used it must be latest version.
11
12### Texture Modifications
13
14You may modify texture files as long as it doesn't give you any advantage.
15Both `.vtf` and `.vmt` files associated with these textures can be modified.
16Models cannot be modified as they alter game behaviour
17
18## Runs
19
20### Demos
21
22Proof of your run must be recorded using demos. To start recording, type `record <demoname>` when entering the map, or use the SAR plugin with the command `sar_record_at 0`.
23A valid demo begins when the player can move and ends when the player touches the end flags.
24For cooperative runs, both players must submit their demos.
25
26### Console Commands & Cheats
27
28The use of cheats, including specific console commands, is prohibited. Even if a command is not cheat-protected, it may still invalidate your run. For a full list of banned commands, refer to rules.portal2.sr/#command-list.
29Additionally, commands that affect game behavior (e.g., `net_*` commands) are not allowed.
30
31### Banned Exploits
32
33The following exploits are banned: freezing the game window, pause abuse, packet loss manipulation, intentional internet disconnection, and any glitches requiring setup before the run (e.g., moving portals or EHM).
34If you're unsure whether an exploit is allowed, ask in the Discord server.
35
36### Note
37
38The moderation team has the authority to remove any record they believe to be illegitimate.
39If you accidentally submit an illegitimate run, the moderation team will attempt to contact you, and you may receive a warning.
40However, ignoring their attempts to contact you, deliberately cheating, or receiving too many warnings may result in a ban.
41
42As this is an open beta, we highly encourage players to test the limits and report any exploits they discover. Your feedback is essential to improving the system and ensuring fair competition.