Skip to content
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed partial class CCVars
/// Guide Entry Prototype ID to be displayed as the server rules.
/// </summary>
public static readonly CVarDef<string> RulesFile =
CVarDef.Create("server.rules_file", "FrontierRuleset", CVar.REPLICATED | CVar.SERVER); // Frontier: Rules
CVarDef.Create("server.rules_file", "HardlightRuleset", CVar.REPLICATED | CVar.SERVER); // Frontier: Rules

/// <summary>
/// Guide entry that is displayed by default when a guide is opened.
Expand Down
51 changes: 51 additions & 0 deletions Resources/Prototypes/_HL/Guidebook/rules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
- type: guideEntry
id: HardlightRuleset
name: guide-entry-frontier-rules
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC0.xml"
priority: -2
ruleEntry: true

- type: guideEntry
id: RuleC1
name: guide-entry-section1
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC1.xml"

- type: guideEntry
id: RuleC2
name: guide-entry-section2
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC2.xml"

- type: guideEntry
id: RuleC3
name: guide-entry-section3
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC3.xml"

- type: guideEntry
id: RuleC4
name: guide-entry-section4
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC4.xml"

- type: guideEntry
id: RuleC5
name: guide-entry-section5
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC5.xml"

- type: guideEntry
id: RuleC6
name: guide-entry-section6
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC6.xml"

- type: guideEntry
id: RuleC7
name: guide-entry-section7
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC7.xml"

- type: guideEntry
id: RuleC8
name: guide-entry-section8
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC8.xml"

- type: guideEntry
id: RuleC9
name: guide-entry-section9
text: "/ServerInfo/_HL/Guidebook/ServerRules/CoreRules/RuleC9.xml"
Loading
Loading