Skip to content

Commit

Permalink
Update images and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eth0net committed Mar 31, 2023
1 parent 61993cd commit 814f803
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 17 deletions.
14 changes: 7 additions & 7 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ This mod was inspired by the wonderful Mr Samuel Streamer and his Biotech series

== Features ==

- Subcores and mechs store scanned pawn name as pattern
- Pattern is shown in the tooltip for subcores and mechs
- Scanning a pawn saves their pattern to the subcore
- Subcores from traders get a random pattern
- Pattern is kept when disassembling mechs
- Pattern is 'Unknown' for existing or spawned subcores
- Subcores and mechs store info about scanned pawns
- Info is shown in the tooltip for subcores and mechs
- Scanning a pawn saves their info to the subcore
- Subcores from traders get random info generated
- Stored info is kept when disassembling mechs
- Info is 'Unknown' for existing or spawned subcores

== Existing Saves ==

This mod is safe to add or remove from saves!

See the workshop page for how to add patterns to your save!
See the workshop page for how to add data to your save!

== Bugs and Requests ==

Expand Down
Binary file added Images/MechInfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/MechPattern.png
Binary file not shown.
Binary file added Images/Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SubcoreInfo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Images/SubcoreMechPattern.png
Binary file not shown.
Binary file removed Images/SubcorePattern.png
Binary file not shown.
1 change: 0 additions & 1 deletion Languages/English/Keyed/SubcoreInfo.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<LanguageData>
<SubcoreInfo>SubcoreInfo</SubcoreInfo>
<Pattern>Pattern</Pattern>
<Unknown>Unknown</Unknown>
</LanguageData>
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,34 @@

Track which unfortunate pawn your subcores came from!

![Mech Pattern](./Images/MechPattern.png)
![Subcore Pattern](./Images/SubcorePattern.png)
![Subcore Info](./Images/SubcoreInfo.png)
![Mech Info](./Images/MechInfo.png)
![Settings](./Images/Settings.png)

**This mod was inspired by the wonderful Mr Samuel Streamer and his Biotech series!**

## Features

- Subcores and mechs store scanned pawn name as pattern
- Pattern is shown in the tooltip for subcores and mechs
- Scanning a pawn saves their pattern to the subcore
- Subcores from traders get a random pattern
- Pattern is kept when disassembling mechs
- Pattern is 'Unknown' for existing or spawned subcores
- Subcores and mechs store info about scanned pawns
- Info is shown in the tooltip for subcores and mechs
- Scanning a pawn saves their info to the subcore
- Subcores from traders get random info generated
- Stored info is kept when disassembling mechs
- Info is 'Unknown' for existing or spawned subcores

## Existing Saves

This mod is safe to add or remove from saves!

Use this to give patterns to existing mechs or subcores in your save file:
Use this to add data to existing mechs or subcores in your save file:
```xml
<patternName Class="NameTriple">
<first>Poor</first>
<nick>Unfortunate</nick>
<last>Pawn</last>
</patternName>
<titleName>Supreme Leader</titleName>
<factionName>Some Faction</factionName>
```

## Bugs and Requests
Expand Down

0 comments on commit 814f803

Please sign in to comment.