You are viewing a potentially older version of this package.
View all versions.
ReadmeMaker
Creates a file that lists all new cards/abilities and special abilities to be easily viewed.
| Date uploaded | 4 years ago |
| Version | 0.8.0 |
| Download link | JamesGames-ReadmeMaker-0.8.0.zip |
| Downloads | 300 |
| Dependency string | JamesGames-ReadmeMaker-0.8.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Inscryption
BepInEx pack for Inscryption. Preconfigured and ready to use.
Preferred version: 5.4.1902API_dev-API
The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more.
Preferred version: 2.10.0README
Readme Maker
Creates a file that lists all new and modifier cards/abilities and special abilities to be easiy viewed or even used in your custom mods Readme.
To see what your Readme looks like when its on the store.
- Open your Readme.md in a text editor (Notepad, Sublime... etc)
- Copy everything
- Go to https://markdownlivepreview.com/
- Paste in the left column
Supports:
Example mods
How to use it
Setup
- Install the mod (Through thunderstore is highly recommended)
- Start the game
- Wait for the console to load the ReadmeMaker mod
- Quit game
- Change _ReadmeMaker.Enabled to true in the config
- Restart the game so it can add the rest of the configs for you
Making a Readme
- Start the game
- Wait for console to say that it has dumped the GENERATED_RTEADME.md
!NOTE!
- Thunderstore will not accept a Readme with more than 32,768 characters. So if your mod has a lot of cards and sigils it's likely you'll hit this limit.
Configs
| GUID | Section | Key | Description |
|---|---|---|---|
| jamesgames.inscryption.readmemaker | Cards | Align Cost | Centers the cost of the costs. (Adds a lot of characters) |
| jamesgames.inscryption.readmemaker | Cards | Display By | Changes how the cards, abilities and special abilities are displayed. |
| jamesgames.inscryption.readmemaker | Cards | Join duplicate Sigils | If a card has 2 of the same sigil, it will show as Fledgling(x2) instead of Fledgling, Fledgling. |
| jamesgames.inscryption.readmemaker | Cards | Show Cost Min Collapse Amount | Minimum amount before costs are shown as (icon)5 instead of (icon)(icon)...etc |
| jamesgames.inscryption.readmemaker | Cards | Show Evolutions | Show what each card can evolve into when given Fledgling. (Wolf Cub -> Wolf, Elf Fawn -> Elf... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Frozen Away | Show what each card turns into when killed given the Frozen Away sigil. (Frozen Possum -> Possum... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Sigils | Show what each cards Sigils are. (Waterborne, Fledgling... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Specials | Show what each cards Special Abilities are. (Ouroboros, Mirror, CardsInHand... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Tail | Show what each card will leave behind before attacked. (Skink -> Skink Tail... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Traits | Show what Traits each card has (KillSurvivors, Ant, Goat, Pelt, Terrain... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Tribes | Show what Tribes each card has (Insect, Canine... etc). |
| jamesgames.inscryption.readmemaker | Cards | Show Unobtainable Cards | Show cards that can not be added to your deck. (Trail cards, Frozen Away Cards, Evolutions... etc) |
| jamesgames.inscryption.readmemaker | Cards | Sort Type | Changes the order that the cards will be displayed in. |
| jamesgames.inscryption.readmemaker | Cards | Sort by Ascending | True=Names will be ordered from A-Z, False=Z-A... etc |
| jamesgames.inscryption.readmemaker | Config | Only Show Plugin | If you only want the make to show configs from a specific Mod, put the guid of that mod here. To lsit more than 1 mod separate them with a comma. eg: "jamesgames.inscryption.readmemaker,jamesgames.inscryption.zergmod" |
| jamesgames.inscryption.readmemaker | Config | Show Configs | Should the Readme Maker show a section listing all the new configs added? |
| jamesgames.inscryption.readmemaker | Config | Show GUID | Do you want the Readme Maker to show a column showing the GUID of the mod that the config came from? |
| jamesgames.inscryption.readmemaker | General | Header Size | How big should the header be? (Does not work for type Foldout! |
| jamesgames.inscryption.readmemaker | General | Header Type | How should the header be shown? (Unaffected by Size) |
| jamesgames.inscryption.readmemaker | Modified Cards | Show Modified Cards Section | Show a section that lists all the cards modified. |
| jamesgames.inscryption.readmemaker | Saving | Path | Where to save this location to. If blank will be same folder as ReadmeMaker.dll. See console for exact location after making a readme |
| jamesgames.inscryption.readmemaker | Side Deck | Show Side Deck Section | Show a section that lists all the custom side deck cards. |
| jamesgames.inscryption.readmemaker | Sigils | Show Sigils | Show all new sigils listed on cards in its own section. |
| jamesgames.inscryption.readmemaker | Special Abilities | Show Special Abilities | Show all new special abilities listed on cards in its own section. |
| jamesgames.inscryption.readmemaker | _ReadmeMaker | Enabled | Should the ReadmeMaker create a GeneratedReadme? |
Contributers
- JamesGames
- TeamDoodz
Special Thanks:
- Eri - Eris's Battery Cost icon
- Manta Rain - Manta's Battery Cost icon
- Zepht - Zepht's Battery Cost icon
Update notes:
Version: 0.8.0 - 22/3/2022
General:
- Api v2.0/Kaycees mod support (Modified Cards not supported yet)
Added:
- Tail column added with config
See older changes
Version: 0.7.0 - 12/3/2022
General:
- Power for cards now uses baseDamage instead. No longer modified by the game.
- Health for cards now uses baseDamage instead. No longer modified by the game.
Added:
- Frozen Away column added with config
Fixed:
- Evolution cards not appearing in card list when
Show Unobtainable Cardsis off.
Version: 0.6.0 - 27/2/2022
General:
- Mods can now override the names of custom tribes/traits/SpecialStatInfo to be shown correctly.
- Cards are sorted by name by default
- Unobtainable cards are now shown by default
Added:
- Support for mods to add their own additions to this.
- Config to show a section for custom Configs from specific mods
- Config to enable/disable mod. (Starts off in case mods use this as a dependency)
- Config to change Header Size
- Config to change Header to a dropdown (Doesn't work with sizes)
- Added Bells and CardsInHand SpecialStatInfo support
Fixed:
- Error when trying to show costs that do not have a single image to show.
- Double up costs when larger than a the largest single image.
Version: 0.5.0 - 23/2/2022
General:
- Duplicate Sigils on cards are combiend to be Waterborne(x2) instead of Waterborne, Waterborne.
- Added support for viewing modified cards
- Added support for cards to show vanilla stat modifiers (Ant, Mirror... etc)
- Added support for viewing side deck cards
- Readme is now dumped when starting the game instead of waiting 5 seconds
- Did some refactoring for better understand errors when reported
Added:
- Config to show/hide a side deck card section
- Config to show/hide a modified card section
- Config to combine sigils on cards to be Waterborne(x2) instead of Waterborne, Waterborne.
- Config to show/hide sigil sections
- Config to show/hide special abilities sections
Fixed:
- Potential fix for Readme maker not working when installed manually
- Sigils with no rulebook name are now ignored in their sections
- Special Abilities with no rulebook name are now ignored in their sections
Version: 0.4.0 - 18/2/2022
General:
- Refactored how Config works. So you'll need to delete your config so it makes a new one with the correct options.
- Greatly reduced character count
Added:
- Support for Life Cost
- Config Disable aligning of images
- Config to disable Tribes
- Config to disable Traits
- Config to disable Special Abilites
Removed:
- Removed Manta's Energy icon because there isn't support for multiple image types per cost yet
- Removed Zepht's Energy icon because there isn't support for multiple image types per cost yet
Version: 0.3.0 - 7/2/2022
Added:
- Config to change Display Type (List/Table). Table by Default since it uses less characters and looks better.
- Config to change where the readme is exported to.
- Support for descriptions with
[creature]. Replaced withA card bearing this sigil. Thanks to TeamDoodz.
Version: 0.2.0 - 27/1/2022
Added:
- Config to change how the Readme will be shown
- Added Traits
- Added Tribes
- Added Energy Cost
- Added Mox Gem Costs
- Costs Larger than 4 will now show as (icon)X. Changeable
Changed:
- Compressed URLs to fit in more cards in the Readme
Fixed:
- Icons not aligned
Version: 0.1.0 - 17/1/2022
General:
- Initial Release
CHANGELOG
Version: 1.4.1 - 26/02/2023
General:
- Fixed Opponent names showing as numbers
- Fixed Modified cards section not showing changed display name
General:
- Modified Cards section now shows all of a cards columns instead of only changes.
- Modified Cards section no longer shows a '/' for sigils, special abilities... etc if they have no entries.
- Fixed sometimes traits showing a number instead of their text name.
Version: 1.4.0 - 5/02/2023
Added:
- Added Meta Categories column to all card sections
- Added Config to make the Modified Cards section show only changed columns.
General:
- Modified Cards section now shows all of a cards columns instead of only changes.
- Modified Cards section no longer shows a '/' for sigils, special abilities... etc if they have no entries.
- Fixed sometimes traits showing a number instead of their text name.
Version: 1.3.3 - 25/01/2023
General:
- Updated to API requirement to 2.9.1
- Fixed Descriptions not populating [Define] correctly.
Version: 1.3.2 - 04/01/2023
General:
- Fixed Custom Traits showing as a number instead of a name
Version: 1.3.1 - 20/11/2022
General:
- Fixed error with API 2.7.1's changes to the Pelt Manager
Version: 1.3.0 - 17/11/2022
General:
- Upgraded API to 2.7.0
Added:
General
- Added support for new Pelts
- Added support for new Gramophone Tracks
Region Section
- Added Main Tribes column
- Added Opponents column
- Added Items column
- Added Encounters column
Encounters Section
- Added Min Difficulty column
- Added Max Difficulty column
- Added Regions column
- Added Main Tribes column
- Added Turns column
Changes:
- Replaced Region Specific from Item Section with Available In Regions column
Version: 1.2.0 - 6/11/2022
General:
- The Readme Maker creates a separate GENERATED_README per mod now!
Added:
- Added support for new Consumable Items
Version: 1.1.0 - 2/10/2022
Added:
- Support for custom Sections from mods
- Support for custom card Sections from mods
- Support for custom costs from mods
Version: 1.0.0 - 29/6/2022
General:
- New Icon!
- ReadmeMaker now loads before all other mods but after API.
- Changed mod GUID to _jamesgames.inscryption.readmemaker
- Refactored configs.
Added:
- Added Modified Cards section
- Added GUID column to all sections. Shows when Show GUIDs is on.
- Added Mod Prefix column to all card sections. Shows when Show GUIDs is on.
- Added Card Count to Tribe section
- Added Config to show Show GUIDs for all sections. Off by default
- Added Config to filter mods by GUID
- Added Config to filter mods by Mod Prefix
- Added Config to ignore mods by GUID
- Added Config to sort everything by Ascending or Descending
Fixed:
- Fixed Tribes incorrectly appearing
- Fixed New Cards section disabling when Ascension starer decks disabled
- Fixed Disabling Tribe column not working
- Fixed Disabling Config section not working
- Fixed MapNode Section showing wrong GUID.
- Fixed Patches running when Readme Maker is disabled
- Fixed Extra space appearing for Sigils and Special Abilities
Version: 0.11.0 - 27/3/2022
General:
- Bumped API requirement to 2.4
Added:
- New Boon section
- New Region section
Fixed:
- Fixed new Map nodes not appearing using new API manager
- Fixed new challenges breaking Readme dump
- Fixed new starter deck section appearing even when disabled
Version: 0.10.0 - 27/3/2022
General:
- Bumped API to 2.1
Added:
- New Tribe section
- New Encounter section
Fixed:
- Fixed cards missing a displayName causing a NullReference
- Fixed Map node section not showing
Version: 0.9.0 - 25/3/2022
General:
- Combined Summary and dropdowns
- Removed List display type
Added:
- Added custom Map node section with Config support
- Added custom Ascension Challenge section with Config support
- Added custom Ascension Starter Deck section with Config support
- Added Money cost support
- Added Life cost support
Fixed:
- Fixed LifeMoney cost not working
- Added cards only accessible by tail not showing in list
Version: 0.8.0 - 22/3/2022
General:
- Api v2.0/Kaycees mod support (Modified Cards not supported yet)
Added:
- Tail column added with config
Version: 0.7.0 - 12/3/2022
General:
- Power for cards now uses baseDamage instead. No longer modified by the game.
- Health for cards now uses baseDamage instead. No longer modified by the game.
Added:
- Frozen Away column added with config
Fixed:
- Evolution cards not appearing in card list when
Show Unobtainable Cardsis off.
Version: 0.6.0 - 27/2/2022
General:
- Mods can now override the names of custom tribes/traits/SpecialStatInfo to be shown correctly.
- Cards are sorted by name by default
- Unobtainable cards are now shown by default
Added:
- Support for mods to add their own additions to this.
- Config to show a section for custom Configs from specific mods
- Config to enable/disable mod. (Starts off in case mods use this as a dependency)
- Config to change Header Size
- Config to change Header to a dropdown (Doesn't work with sizes)
- Added Bells and CardsInHand SpecialStatInfo support
Fixed:
- Error when trying to show costs that do not have a single image to show.
- Double up costs when larger than a the largest single image.
Version: 0.5.0 - 23/2/2022
General:
- Duplicate Sigils on cards are combiend to be Waterborne(x2) instead of Waterborne, Waterborne.
- Added support for viewing modified cards
- Added support for cards to show vanilla stat modifiers (Ant, Mirror... etc)
- Added support for viewing side deck cards
- Readme is now dumped when starting the game instead of waiting 5 seconds
- Did some refactoring for better understand errors when reported
Added:
- Config to show/hide a side deck card section
- Config to show/hide a modified card section
- Config to combine sigils on cards to be Waterborne(x2) instead of Waterborne, Waterborne.
- Config to show/hide sigil sections
- Config to show/hide special abilities sections
Fixed:
- Potential fix for Readme maker not working when installed manually
- Sigils with no rulebook name are now ignored in their sections
- Special Abilities with no rulebook name are now ignored in their sections
Version: 0.4.0 - 18/2/2022
General:
- Refactored how Config works. So you'll need to delete your config so it makes a new one with the correct options.
- Greatly reduced character count
Added:
- Support for Life Cost
- Config Disable aligning of images
- Config to disable Tribes
- Config to disable Traits
- Config to disable Special Abilites
Removed:
- Removed Manta's Energy icon because there isn't support for multiple image types per cost yet
- Removed Zepht's Energy icon because there isn't support for multiple image types per cost yet
Version: 0.3.0 - 7/2/2022
Added:
- Config to change Display Type (List/Table). Table by Default since it uses less characters and looks better.
- Config to change where the readme is exported to.
- Support for descriptions with
[creature]. Replaced withA card bearing this sigil. Thanks to TeamDoodz.
Version: 0.2.0 - 27/1/2022
Added:
- Config to change how the Readme will be shown
- Added Traits
- Added Tribes
- Added Energy Cost
- Added Mox Gem Costs
- Costs Larger than 4 will now show as (icon)X. Changeable
Changed:
- Compressed URLs to fit in more cards in the Readme
Fixed:
- Icons not aligned
Version: 0.1.0 - 17/1/2022
General:
- Initial Release