Skip to content

Commit

Permalink
Update Readme, Lethal Company, paths (#23)
Browse files Browse the repository at this point in the history
* Add Status descriptions and note about Discord Pings

Add descriptions from the Docs and note about pinging Isaac

* Update lethal-company.md

Add fix for sluggish gameplay

* Update README.md

Fix numbering error

* Update paths.md

Add note for finding logs
  • Loading branch information
hahayupgit committed May 6, 2024
1 parent b370eb2 commit 1fc4232
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,16 @@ Documentation for Whisky.
- Ensure proper grammar, capitalization, spelling, spacing, and general professionalism. Jokes and such are allowed, but lets prioritize helping others before all else.
- Ensure accuracy. Don't upload misleading information, false reports, guesses, or improper research.
- Cite your sources. Found a guide from somewhere else? Found a solution or other thing online? Provide a link in your page. This isn't a requirement that's going to get your PR rejected, but simply one that future-proofs things and ensures that if a game suddenly breaks, we can check our sources and see if there are any updates to the solutions found.
- Add status ratings to your game based on the following scale. We leave this up to general author interpretation, but please make sure you're still following these general guidelines:

| Status | Description |
| ------- | ---------------------------------------------------------------------------------------------- |
| Gold | Game works out-of-the-box with no issues and/or requires minimal workarounds. |
| Silver | Game requires some workarounds, but they are simple and/or there are minor in-game issues |
| Bronze | Game is very difficult to get working and/or has severe in-game issues that limit playability. |
| Garbage | Game does not work at all. |

1. Create a new markdown file in `~/whisky-book/src/game-support` with the name of the game
1. Create a new markdown file in `~/whisky-book/src/game-support` with the name of the game.
- Format your file in all lowercase, using only alphabetical, numerical, and dash characters, and use abbreviations where possible. i.e:
```
Metal Gear Solid V: The Phantom Pain -> mgs-5.md
Expand Down Expand Up @@ -76,3 +84,5 @@ Documentation for Whisky.
6. Sit back, wait for PR reviews, and make changes as necessary.

Have any questions about this process or anything Whisky-related? Stop by the [Discord](https://discord.gg/CsqAfs9CnM) and ask us a question! We're more than happy to help.

**Please do not ping Isaac for general support or requests to view your PR. He is a busy person, has likely seen what you have said/submitted, and will reply when he can.**
5 changes: 5 additions & 0 deletions src/game-support/lethal-company.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

{{#template ../templates/rating.md status=Gold date=04/16/24 installs=Yes opens=Yes}}

## Sluggish Gameplay Fix

- Open Settings
- Change `Frame rate cap:` to anything other than `VSync`.

> [!NOTE]
> If you want to use mods with Lethal Company, consider following the [r2modman](https://docs.getwhisky.app/game-support/r2modman.html) guide to install the mod launcher.
> Don't forget to follow the instructions to enable BepInEx if you are using that mod.
Expand Down
2 changes: 2 additions & 0 deletions src/paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Whisky installs files to the following locations:
| Logs | `~/Library/Logs/com.isaacmarovitz.Whisky` |
| WhiskyCmd | `/usr/local/bin/whisky` |

Note that you may need to press `⌘ + Shift + .` to view hidden files, and that `com.isaacmarovitz.Whisky` may show up as a folder simply titled `Whisky`.

# Uninstalling Whisky

If you're looking to do a complete uninstall, remove the following files and folders:
Expand Down

0 comments on commit 1fc4232

Please sign in to comment.