-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da738eb
commit 80799f4
Showing
5 changed files
with
64 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,58 @@ | ||
# Lunacid-Poptracker | ||
Poptracker pack for Lunacid tracking | ||
# Lunacid-Poptracker Guide | ||
The Lunacid poptracker pack for all your needs. Intended for use with the Lunacid Archipelago Randomizer. | ||
|
||
## Requirements | ||
- [Poptracker Version 0.25.8+](https://github.com/black-sliver/PopTracker/releases) | ||
- [Lunacid AP Randomizer](https://github.com/Witchybun/LunacidAPClient/releases) | ||
|
||
## Install & Setup | ||
If you just intend to just use the tracker and not set up the randomizer the process will be quick and simple. | ||
- Start off by downloading Poptracker and the latest version of this pack. | ||
- Once you've downloaded both, extract Poptracker somewhere you can easily access and find the folder "packs" inside. | ||
- Extract the "Lunacid-Poptracker-x.x.x" folder into the "packs" folder and then run Poptracker. | ||
- Click on the folder icon in the upper left, look for "Lunacid Pack" and select your variant. | ||
- If it doesn't show there then make sure that the "Lunacid-Poptracker-x.x.x" folder isn't nested i.e: | ||
|
||
_**WRONG**_ | ||
- packs | ||
- "Lunacid-Poptracker-x.x.x" | ||
- "Lunacid-Poptracker-x.x.x" | ||
- pack files | ||
|
||
_**RIGHT**_ | ||
- packs | ||
- "Lunacid-Poptracker-x.x.x" | ||
- pack files | ||
|
||
|
||
If you intend to use the Archipelago Randomizer then head over to the [installation guide](https://github.com/Witchybun/LunacidAPClient/blob/main/Documentation/Setup.md) to setup the mod and generate a seed. | ||
|
||
## Current and Planned Features | ||
|
||
- [x] Map Tracker | ||
- [x] Maps | ||
- [x] Locations | ||
- [x] Sphere 1 Logic | ||
- [x] Sphere 2 Logic | ||
- [x] Sphere 3 Logic | ||
- [x] Sphere 4 Logic | ||
- [x] Sphere 5 Logic | ||
- [x] Item Tracker | ||
- [x] Progression Items | ||
- [x] Quest Items | ||
- [x] Elements/Spells | ||
- [x] Logic/Access Toggles | ||
- [ ] Variants + Logic | ||
- [x] Shopsanity | ||
- [ ] Dropsanity | ||
- [x] Element Rando | ||
- [ ] Switch Locks | ||
- [ ] AP Auto Tracking | ||
|
||
The above list is will be subject to change as randomizer features are added/removed but will stand as the goal for what a 1.0.0 build will contain. | ||
|
||
## Closing Thanks & Links | ||
I just want to make sure to thank Witchybun for making the LunacidAPClient, and Boreal for making the amazing maps and Guide I used to learn the game. | ||
- [Boreal's Guide](https://steamcommunity.com/sharedfiles/filedetails/?id=2922297772) | ||
- [Archipelago Main Site](https://archipelago.gg/) | ||
- [The Check Spreadsheet](https://docs.google.com/spreadsheets/d/1vO7fT7tx9j9PCL5QLdcS3aFXruq0qrL1KXMEsywe1yk/edit?usp=sharing) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -871,6 +871,9 @@ | |
}, | ||
{ | ||
"name": "Give Josiah's Skull", | ||
"access_rules": [ | ||
"jo_skull" | ||
], | ||
"item_count": 1 | ||
} | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters