diff --git a/Resources/Locale/en-US/Nuclear14/guidebooks.ftl b/Resources/Locale/en-US/Nuclear14/guidebooks.ftl new file mode 100644 index 00000000000..9a8eaccf49d --- /dev/null +++ b/Resources/Locale/en-US/Nuclear14/guidebooks.ftl @@ -0,0 +1,26 @@ +# Main +guide-entry-nuclear14 = Nuclear 14 + +# Factions +guide-entry-factions = Factions & Roles + +guide-entry-brotherhoodofsteel = Brotherhood of Steel (BOS) +guide-entry-brotherhoodmidwest = BOS Midwest Chapter +guide-entry-brotherhoodwashington = BOS Washington Chapter + +guide-entry-caravancompany = Caravan Company +guide-entry-ncr = NCR +guide-entry-townsfolk = Townsfolk +guide-entry-tribes = Tribes +guide-entry-vaultdwellers = Vault Dwellers +guide-entry-wastelanders = Wastelanders + +guide-entry-minorfactions = Minor Factions +guide-entry-childrenofatom = Children of Atom +guide-entry-enclave = Enclave +guide-entry-followersoftheapocalypse = Followers of the Apocalypse +guide-entry-zetan = Zetan + +# Weapons and Ammo +guide-entry-weaponsammo = Weapons & Ammo +guide-entry-rangedweapons = Ranged Weapons \ No newline at end of file diff --git a/Resources/Prototypes/Nuclear14/Guidebooks/factions.yml b/Resources/Prototypes/Nuclear14/Guidebooks/factions.yml new file mode 100644 index 00000000000..73c057bd622 --- /dev/null +++ b/Resources/Prototypes/Nuclear14/Guidebooks/factions.yml @@ -0,0 +1,104 @@ +# Guidance: Keep entries alphabetical and grouped with their children. Each entry should have an index with a 5 minute summary - +# and can have additional children pages on roles, RP / lore guidance, background / history, other faction relationships, economics and strength / power projection in this region as well as region specific faction info. + +- type: guideEntry + id: Factions + name: guide-entry-factions + text: "/ServerInfo/Guidebook/Nuclear14/Factions/factions.xml" + children: + - BrotherhoodOfSteel + - CaravanCompany + - NCR + - Townsfolk + - Tribes + - VaultDwellers + - Wastelanders + - MinorFactions + +# Brotherhood of Steel +- type: guideEntry + id: BrotherhoodOfSteel + name: guide-entry-brotherhoodofsteel + text: "/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/index.xml" + children: + - BrotherhoodMidwest + - BrotherhoodWashington + +# Midwest Chapter +- type: guideEntry + id: BrotherhoodMidwest + name: guide-entry-brotherhoodmidwest + text: "/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/midwestmain.xml" + +# Washington Chapter +- type: guideEntry + id: BrotherhoodWashington + name: guide-entry-brotherhoodwashington + text: "/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/washingtonmain.xml" + +# Caravan Company +- type: guideEntry + id: CaravanCompany + name: guide-entry-caravancompany + text: "/ServerInfo/Guidebook/Nuclear14/Factions/CaravanCompany/index.xml" + +# NCR +- type: guideEntry + id: NCR + name: guide-entry-ncr + text: "/ServerInfo/Guidebook/Nuclear14/Factions/NCR/index.xml" + +# Townsfolk +- type: guideEntry + id: Townsfolk + name: guide-entry-townsfolk + text: "/ServerInfo/Guidebook/Nuclear14/Factions/Townsfolk/index.xml" + +# Tribes +- type: guideEntry + id: Tribes + name: guide-entry-tribes + text: "/ServerInfo/Guidebook/Nuclear14/Factions/Tribes/index.xml" + +# Vault Dwellers +- type: guideEntry + id: VaultDwellers + name: guide-entry-vaultdwellers + text: "/ServerInfo/Guidebook/Nuclear14/Factions/VaultDwellers/index.xml" + +# Wastelanders +- type: guideEntry + id: Wastelanders + name: guide-entry-wastelanders + text: "/ServerInfo/Guidebook/Nuclear14/Factions/Wastelanders/index.xml" + +# Minor Factions +- type: guideEntry + id: MinorFactions + name: guide-entry-minorfactions + text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/index.xml" + children: + - ChildrenOfAtom + - Enclave + - FollowersOfTheApocalypse + - Zetan + +- type: guideEntry + id: ChildrenOfAtom + name: guide-entry-childrenofatom + text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/ChildrenOfAtom/index.xml" + +- type: guideEntry + id: Enclave + name: guide-entry-enclave + text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Enclave/index.xml" + +- type: guideEntry + id: FollowersOfTheApocalypse + name: guide-entry-followersoftheapocalypse + text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/FollowersOfTheApocalypse/index.xml" + +- type: guideEntry + id: Zetan + name: guide-entry-zetan + text: "/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Zetan/index.xml" \ No newline at end of file diff --git a/Resources/Prototypes/Nuclear14/Guidebooks/nuclear14.yml b/Resources/Prototypes/Nuclear14/Guidebooks/nuclear14.yml new file mode 100644 index 00000000000..226ae3204f9 --- /dev/null +++ b/Resources/Prototypes/Nuclear14/Guidebooks/nuclear14.yml @@ -0,0 +1,7 @@ +- type: guideEntry + id: Nuclear14 + name: guide-entry-nuclear14 + text: "/ServerInfo/Guidebook/Nuclear14/nuclear14.xml" + children: + - Factions + - WeaponsAmmo diff --git a/Resources/Prototypes/Nuclear14/Guidebooks/weaponsammo.yml b/Resources/Prototypes/Nuclear14/Guidebooks/weaponsammo.yml new file mode 100644 index 00000000000..5962388e658 --- /dev/null +++ b/Resources/Prototypes/Nuclear14/Guidebooks/weaponsammo.yml @@ -0,0 +1,59 @@ +- type: guideEntry + id: WeaponsAmmo + name: guide-entry-weaponsammo + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/index.xml" + children: + - RangedWeapons + - MeleeWeapons +# - Explosives +# - Other + +# Ranged Weapons +- type: guideEntry + id: RangedWeapons + name: guide-entry-rangedweapons + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/index.xml" + children: + - BigGuns + - Laser + - Plasma + - SmallGuns + +- type: guideEntry + id: BigGuns + name: guide-entry-bigguns + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/BigGuns/index.xml" + +- type: guideEntry + id: Laser + name: guide-entry-laser + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Laser/index.xml" + +- type: guideEntry + id: Plasma + name: guide-entry-plasma + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Plasma/index.xml" + +- type: guideEntry + id: SmallGuns + name: guide-entry-smallguns + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/SmallGuns/index.xml" + +# Melee Weapons +- type: guideEntry + id: MeleeWeapons + name: guide-entry-meleeweapons + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/index.xml" + children: + - OneHanded + - TwoHanded + +- type: guideEntry + id: OneHanded + name: guide-entry-onehanded + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/OneHanded/index.xml" + +- type: guideEntry + id: TwoHanded + name: guide-entry-twohanded + text: "/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/TwoHanded/index.xml" \ No newline at end of file diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/midwestmain.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/midwestmain.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/midwestmain.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/washingtonmain.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/washingtonmain.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/BrotherhoodOfSteel/washingtonmain.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/CaravanCompany/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/CaravanCompany/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/CaravanCompany/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/ChildrenOfAtom/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/ChildrenOfAtom/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/ChildrenOfAtom/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Enclave/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Enclave/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Enclave/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/FollowersOfTheApocalypse/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/FollowersOfTheApocalypse/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/FollowersOfTheApocalypse/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Zetan/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Zetan/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/Zetan/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/MinorFactions/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/NCR/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/NCR/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/NCR/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Townsfolk/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Townsfolk/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Townsfolk/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Tribes/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Tribes/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Tribes/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/VaultDwellers/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/VaultDwellers/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/VaultDwellers/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Wastelanders/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Wastelanders/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/Wastelanders/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Factions/factions.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/factions.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Factions/factions.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/Explosives/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/Explosives/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/Explosives/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/OneHanded/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/OneHanded/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/OneHanded/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/TwoHanded/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/TwoHanded/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/TwoHanded/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/MeleeWeapons/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/BigGuns/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/BigGuns/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/BigGuns/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Laser/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Laser/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Laser/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Plasma/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Plasma/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/Plasma/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/SmallGuns/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/SmallGuns/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/SmallGuns/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/RangedWeapons/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/WeaponsOther/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/WeaponsOther/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/WeaponsOther/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/index.xml b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/index.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/Weapons/index.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + + diff --git a/Resources/ServerInfo/Guidebook/Nuclear14/nuclear14.xml b/Resources/ServerInfo/Guidebook/Nuclear14/nuclear14.xml new file mode 100644 index 00000000000..56325107d86 --- /dev/null +++ b/Resources/ServerInfo/Guidebook/Nuclear14/nuclear14.xml @@ -0,0 +1,14 @@ + +# Space Station 14 + +Welcome to the pre-alpha of Space Station 14! We hope you enjoy the game, and this entry will serve to guide you on how to learn to play. There's quite a bit to read, but SS14 is in itself a very large and in-depth game, and hopefully these guides help you enjoy it to it's fullest. + +## What this is +Space Station 14 is a free (forever) open source remake of the infamous Space Station 13, hoping to provide an improved experience for both newcomers and old players alike. Space Station 14 is designed as a fully moddable experience that you can modify to your liking with custom servers, adding entire swaths of new content for people to explore. + +If you're just here to play, that's great! The [color=#a4885c]Where to start[/color] section of this entry will help you out, if you're looking to do a bit more with the game, you can join our discord and find our github page in the lobby. + +## Where to start +It's recommended to start with the [color=#a4885c]Controls[/color] guide, and then read the [color=#a4885c]Character Creation[/color], [color=#a4885c]Roleplaying[/color], and [color=#a4885c]Jobs[/color] guides. Not all jobs or concepts will have guides yet, and it's strongly encouraged to help us write them if you're an experienced player! + +