You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,16 @@ A modern implementation of 'LocoTool' for Locomotion `dat` file parsing and edit
20
20
1. Click `Objects` -> `Add new folder`, which will open a folder browser window
21
21
2. Navigate to a folder that contains Locomotion object files
22
22
3. Click `Select Folder` to close the folder browser window
23
-
4. The tool will load all objects in that folder (recursively) and display them in the tree view on the left of the tool
23
+
4. The editor will load all objects in that folder (recursively) and display them in the tree view on the left of the editor
24
24
25
25
## 2. Select an object to view/edit
26
26
1. Expand the tree-view of objects to one you wish to view or edit
27
27
2. Click on the object
28
-
3. It will appear in the editor view on the right side of the tool
28
+
3. It will appear in the editor view on the right side of the editor
29
29
30
30
## 3. Play
31
31
* Edit any of the properties and save the object to use in-game
32
-
* Export images from objects with grahics
32
+
* Export images from objects with graphics
33
33
34
34
# Features
35
35
@@ -101,10 +101,10 @@ A modern implementation of 'LocoTool' for Locomotion `dat` file parsing and edit
101
101
- Feel free to inspect it and change it if necessary, or even delete it if you mess things up too much - the editor will recreate a fresh one!
102
102
103
103
## Indexing
104
-
- When the tool first loads a directory containing objects it will scan every file to make an index and save that into `objectIndex.json` in that folder
104
+
- When the editor first loads a directory containing objects it will scan every file to make an index and save that into `objectIndex.json` in that folder
105
105
- This indexing is relatively slow, but only needs to run once/when the folder contents change
106
-
- On subsequent uses of the tool, the index file will be loaded instead, and this is fast
107
-
- The tool will print a log message if it detects changes in the folder and thinks you need to reindex it
106
+
- On subsequent uses of the editor, the index file will be loaded instead, and this is fast
107
+
- The editor will print a log message if it detects changes in the folder and thinks you need to reindex it
0 commit comments