Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ds5678/coordinates-grabber
Utility mod for The Long Dark, allowing to extract item positions and rotations.
https://github.com/ds5678/coordinates-grabber
Last synced: 11 days ago
JSON representation
Utility mod for The Long Dark, allowing to extract item positions and rotations.
- Host: GitHub
- URL: https://github.com/ds5678/coordinates-grabber
- Owner: ds5678
- License: mit
- Created: 2021-01-22T06:52:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T06:17:50.000Z (over 1 year ago)
- Last Synced: 2024-11-03T12:25:39.311Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coordinates-Grabber
This is a utility mod for **The Long Dark** by Hinterland Studio, Inc.
It allows you to see / copy the name, position, rotation and scene of interactive items.
The data will be copied in a format suitable for [gear spawns definitions](https://github.com/ds5678/ModComponent/wiki/Gear-Spawns) for ModComponent.## Usage
* Press `N` to enter name mode where you can see the name of the item under the crosshair.
* Press `P` to enter position mode where you can see the position of the item under the crosshair.
* Press `R` to enter rotation mode where you can see the rotation of the item under the crosshair.
* Press `K` to enter scene mode where you can see the scene name of the item under the crosshair.
* Press `L` to enter loot table mode where you can see the loot table name of the container under the crosshair (does nothing if the item under the crosshair is not a container).
* The scroll wheel can also be used to toggle through the different modes.* While in name, position, or rotation mode, press the `Right CTRL` key to copy a complete item spawn definition for the item under the crosshair to your clipboard.
* While in scene mode, press the `Right CTRL` key to copy a complete scene definition to your clipboard.
* While in loot table mode, press the `Right CTRL` key to copy a complete loot table definition to your clipboard.* Press `Alt` to append the information to the default file instead of copying to the clipboard.
* Clicking the middle mouse button has the same effect as pressing `Alt`.
* Press `Delete` to delete the interactible object under your crosshair. Disabled by default.* ModSettings can be used to customize various aspects of this mod.
## Special Thanks
[WulfMarius](https://github.com/WulfMarius) is the original creator of the Coordinate Grabber. I am very grateful for all the contributions he made to the modding community, and I'm honored to have adopted so many of his mods.
## [Patreon](https://www.patreon.com/ds5678)
I know many people might skip over this, but I hope you don't. You are so special, and I would appreciate your support. Modding takes lots of time, and I have expenses like food, internet, and rent. If you feel that I have improved your playing experience, please consider supporting me on my [Patreon](https://www.patreon.com/ds5678). Your support helps to ensure that I can continue making mods for you at the pace I am :)
## Installation
1. If you haven't done so already, install MelonLoader by downloading and running [MelonLoader.Installer.exe](https://github.com/HerpDerpinstine/MelonLoader/releases/latest/download/MelonLoader.Installer.exe)
2. Download the latest version of `Coordinates-Grabber.dll` from the [releases page](https://github.com/ds5678/Coordinates-Grabber/releases).
3. Download the latest version of `KeyboardUtilities.dll` from the [releases page](https://github.com/ds5678/KeyboardUtilities/releases).
4. Download the latest version of `ModSettings.dll` from the [releases page](https://github.com/zeobviouslyfakeacc/ModSettings/releases).
5. Move `Coordinates-Grabber.dll`, `KeyboardUtilities.dll`, and `ModSettings.dll` into the Mods folder in your TLD install directory.