Commit Graph

10 Commits

Author SHA1 Message Date
82db8dce30 Fix default config
It was missing the `randomModels` section and thus crashed upon first run
2020-06-05 21:11:21 +02:00
58ced46d85 Various changes
- Rename original files
- Allow exclusions and blacklist to be disabled completely
- Add "valid locations" option
- Add option to overwrite the files in the output folder ("chaining")
- Add console output for how many models have been replaced, excluded, or are non valid
2020-05-21 21:28:55 +02:00
3993a25e4f Allow exclusion to work as a whitelist as well
That way only the models listed in it will be replaced with other models (e.g. only Kiryu)
2020-05-21 19:21:06 +02:00
32156b09bb Update README with examples 2020-05-21 15:34:20 +02:00
05a3dfb44f Move files to subfolders
Also output the modified files into an `output` directory.
2020-05-21 15:19:26 +02:00
25cde2a22e Add default config
It'll be copied to `config.js` if that file doesn't exist.
SHOULD NOT BE EDITED!
2020-05-21 15:16:34 +02:00
c6be5491d4 Actually run the function to replace models 2020-05-21 01:34:22 +02:00
43aad0d985 Split code to make it easier to edit :) 2020-05-21 01:19:12 +02:00
42d99b249a Push initial set of code 2020-05-21 01:00:06 +02:00
254dd10993 Initial commit 2020-05-21 00:58:25 +02:00