Skip to content

Releases: KenR9001/AUTOTEST_Worldspace_Location_Generator

V2

25 Nov 19:01
a76f83e
Compare
Choose a tag to compare

This is a small console script executable for generating a AutoTest_Locations_Run.json file for use with AUTOTEST(https://www.nexusmods.com/skyrimspecialedition/mods/42520). The file will be generated wherever the executable is run. This file only works for Worldspace locations

V2 Changes-
Coordinates are now spaced out in grids of 5x5. This is because skyrim loads those cells in addition to the one you're in. Thanks to RRTenshi for pointing this out. If you would like to include every coordinate in the list anyway, then you can activate strict mode by typing in "strict".

I have also added new options for after you generate the coordinate list.
You can run a new set of coordinates to add to your current list,
run a new set of coordinates and clear your current list,
see your current list,
save your current list to the file then clear your current list and run a new set of coordinates
or you can save your current list to the file and close the program.
If you want to close the program without saving the list then click the X in the corner.

I have also added in commandline arguments. The first argument will change the directory in which to save the file. Following arguments will be applied as if you typed them into the console.
For user cases this might be useful by creating a .bat file next to the .exe with the following line:
start AUTOTEST_Worldspace_Location_Generator.exe "C:\Program Files (x86)\Steam\steamapps\common\Skyrim Special Edition\Data\SKSE\Plugins\StorageUtilData"
This will save the file in the default skyrim se directory when run through this batch file.
For someone looking to integrate this program into another program they could list all the commands they want to be executed.

V1

23 Nov 17:43
e78d724
Compare
Choose a tag to compare
V1

This is a small console script executable for generating a AutoTest_Locations_Run.json file for use with AUTOTEST(https://www.nexusmods.com/skyrimspecialedition/mods/42520). The file will be generated wherever the executable is run. This file only works for Worldspace locations