Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluffynuts/stalker-weather-tweaker
Weather variables tweaker for S.T.A.L.K.E.R weather files
https://github.com/fluffynuts/stalker-weather-tweaker
Last synced: 20 days ago
JSON representation
Weather variables tweaker for S.T.A.L.K.E.R weather files
- Host: GitHub
- URL: https://github.com/fluffynuts/stalker-weather-tweaker
- Owner: fluffynuts
- License: bsd-3-clause
- Created: 2018-11-21T19:36:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T13:26:52.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T05:59:08.920Z (2 months ago)
- Language: JavaScript
- Size: 587 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# weather-tweaker
Weather variables tweaker for S.T.A.L.K.E.R weather files# Usage:
## Simplest
1. Install NodeJS on your machine (at least 8.12)
2. `npm install -g stalker-weather-tweaker`
3. `stalker-weather-tweaker --help`## If you have node and this source, do:
1. `npm install`
2. `npm run tweak -- --help` to find out how to use the tool
3. `npm run tweak -- ...args` to run the tool as desired## Building stand-alone versions using `pkg`
```
npm run build-tweak
```
The output files are rather large since they embed node, but it means you don't
need node at the computer where you want to use these tools.