-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtensionInfo.xml
More file actions
executable file
·28 lines (18 loc) · 973 Bytes
/
ExtensionInfo.xml
File metadata and controls
executable file
·28 lines (18 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<HacknetExtension>
<!-- This project has been abandoned, find the public trello here: https://trello.com/b/ssIPCwwo -->
<Language>en-us</Language>
<Name>Refrained System</Name>
<AllowSaves>true</AllowSaves>
<StartingMission>Missions/RefrainedSystem/01.xml</StartingMission>
<!-- SetUp Action -->
<StartingActions>Actions/StartingActions.xml</StartingActions>
<!-- Description that appears within Hacknet -->
<Description>Welcome to the world of RefrainedSystem.</Description>
<!-- Factions involved in this extension! You can define as many or as few as you like -->
<Faction>Factions/RefrainedSystem.xml</Faction>
<StartsWithTutorial>False</StartsWithTutorial>
<!-- this makes the extension start with the standard restart bootup sequence -->
<HasIntroStartup>true</HasIntroStartup>
<StartingTheme>HacknetMint</StartingTheme>
<IntroStartupSong>Irritations</IntroStartupSong>
</HacknetExtension>