Skip to content

Commit

Permalink
new release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorDY committed Jul 16, 2021
1 parent ee4d792 commit acbf6f0
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,26 @@

This is a tool for viewing what clues are available within each map chunk of Old School RuneScape.

![The map of Gielinor](./screenshots/Map-1.png)
![The map of Gielinor showing what clue steps are available in each chunk](./screenshots/Map-1.png)

![Sidebar showing settings](./screenshots/Map-2.png)

![Chunk locking/unlocking mode](./screenshots/Map-3.png)

![Clue data for a chunk](/screenshots/Modal-1.png)

![Searching clue steps and STASH units](/screenshots/Search-1.png)

If you see a mistake or would like to request a feature, please [let us know](https://github.com/okyloky9/osrschunk/issues/new).

## Features

- Click and move your mouse to pan.
- Use your mouse's scroll wheel to zoom in and out.
- Click on a chunk to show the clue data for that chunk.
- Click on the search icon in the top right to open the search modal.
- You can search for clue steps by their clue text or by what items are required.
- You can search for STASH units by what items can be stored in them.
- Turn on "Chunk locking/unlocking mode" then click a chunk to toggle whether it is locked or unlocked.
- Use the "Lock/unlock all chunks" button to toggle the state of all chunks.
- Unlocked chunks will be saved locally.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "osrs-chunk",
"homepage": "https://okyloky9.github.io/osrschunk/",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file modified screenshots/Map-1.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 modified screenshots/Map-2.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 modified screenshots/Map-3.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 modified screenshots/Modal-1.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 screenshots/Search-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/components/InfoModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ const InfoModal: React.FC = () => {
<li>Click and move your mouse to pan.</li>
<li>Use your mouse's scroll wheel to zoom in and out.</li>
<li>Click on a chunk to show the clue data for that chunk.</li>
<li>
Click on the search icon in the top right to open the search modal.
<ul>
<li>
You can search for clue steps by their clue text or by what items
are required.
</li>
<li>
You can search for STASH units by what items can be stored in
them.
</li>
</ul>
</li>
<li>
Turn on "Chunk locking/unlocking mode" then click a chunk to toggle
whether it is locked or unlocked.
Expand Down

0 comments on commit acbf6f0

Please sign in to comment.