Skip to content

Commit

Permalink
README update, small logic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ScorpioGameKing committed Mar 14, 2024
1 parent da738eb commit 80799f4
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 5 deletions.
60 changes: 58 additions & 2 deletions README.md
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)
Binary file added images/maps/map_dropsanity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"name": "Wand of Power",
"type": "toggle",
"img": "images/items/ele_enigma.png",
"codes": "wop, ele_blood, ele_light, ele_fire, ele_dark, ele_poison"
"codes": "wop, ele_light, ele_fire, ele_dark, ele_poison"
},
{
"name": "Terminus Prison Key",
Expand Down
3 changes: 3 additions & 0 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,9 @@
},
{
"name": "Give Josiah's Skull",
"access_rules": [
"jo_skull"
],
"item_count": 1
}
],
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Lunacid Pack for PopTracker",
"name": "Lunacid Pack",
"game_name": "Lunacid",
"package_version": "0.4.0.0",
"package_version": "0.4.1",
"package_uid": "1f1dbd3f-bf6c-45a4-9ff7-f841a0b0ebe2",
"author": "ScorpioGameKing",
"variants": {
Expand Down

0 comments on commit 80799f4

Please sign in to comment.