-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
52 lines (36 loc) · 1.94 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
## Pose Picker Concept
There are two pose slots. Each slot may contain one pose collection, you can select and put any pose collection into the slot.
- Edit-slot - to edit pose collection. (delete, duplicate, rename etc)
- View-slot - to view poses, add (favorite) or remove current pose into Edit-slot's pose collection
I have added bunch of hotkeys, everything must be pressed in conjunction with left Alt key:
- L - load poses from esp/esm, creates pose list, put in into the View-slot
- P - pick pose collection, put in into the 'view' slot
- left & right arrow keys - move back or forth, view poses from View-slot
- A - various actions to be performed on the pose list in the Edit-slot
- X - select pose list, put it into the Edit-slot
- G - fav. current pose. Add current pose into the pose list from Edit-slot
- U - unfav. current pose. Remove the pose from the pose list from Edit-slot
- F2 - dump poses and etc data into "Data/Scripts/Source/PSM_PosePickerStruct.json". I know that this is wrong location for such kind of files
- F3 - load, replace your data completely with the data from "Data/Scripts/Source/PSM_PosePickerStruct.json"
Just in case, JContainers 3.2.5, SKSE is required
## Legal stuff
I'm, Earen at <[email protected]>, the author of the following mod. Don't reupload, sell the mod without my permission
## Ideas, plans etc
What to sync:
- pose lists
- collection name
Not sync:
- current pose index
- selected active collections
- It's probably bad idea to share currently selected pose collection & the collection in the Edit-slot
- because we stopped, saved state and we expect that the state will be the same next time the save will be loaded (or almost the same)
- i.e. we expect the same active pose collections
- Move pose lists into SEPARATE files (due to possible performance issues?)
- such files will contain pose list only!!
- main json file will still contain collection entries??
-
main json:
{
collections: [
]
}