-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration and Data Files
SuitIThub edited this page Jun 20, 2026
·
4 revisions
All persistent Sandbox data lives under:
<GameRoot>/BepInEx/config/com.hs2.sandbox/
The folder name is com.hs2.sandbox on all games (HS2, KKS, KK).
One .cfg per plugin GUID, e.g.:
| File | Module |
|---|---|
com.hs2.sandbox.posebrowser.cfg |
Pose Browser |
com.hs2.sandbox.animbrowser.cfg |
Anim Browser |
com.hs2.sandbox.sonscale.cfg |
Son Scale |
com.hs2.sandbox.cfg |
All-in-one (Search Bars section) |
Use Configuration Manager or edit these files while Studio is closed.
| File | Module | Format |
|---|---|---|
notebook.json |
Notebook | Hand-written JSON |
timeline.json |
Timeline | JSON |
persistent_vars.json |
Timeline | JSON (persistent variables) |
pose_browser_options.json |
Pose Browser | Hand-written JSON |
pose_browser_history.json |
Pose Browser | JSON |
pose_stash.json |
Pose Browser | JSON |
pose_browser_filter_presets.json |
Pose Browser | JSON |
pose_browser_character_config.json |
Pose Browser | JSON (Chars lists) |
studio_character_priority.json |
Shared | JSON (Anim Browser Chars) |
pose_tags.tsv |
Pose Browser | TSV v3 |
pose_groups.tsv |
Pose Browser | TSV v5 |
pose_items.tsv |
Pose Browser | TSV v5 |
anim_browser_options.json |
Anim Browser | Hand-written JSON |
anim_browser_groups.json |
Anim Browser | JSON |
anim_preview_diagnostic.txt |
Anim Browser | Text (HS2 preview debug) |
| File | Notes |
|---|---|
pose_tags.json |
Imported once into TSV if present |
pose_groups.json |
Imported once into TSV if present |
| Path | Used by |
|---|---|
UserData/studio/pose/ |
Pose Browser library root |
UserData/chara/ |
Timeline ReplaceCharaCardCommand
|
UserData/coordinate/female|male/ |
Timeline LoadCoordinateCardCommand
|
UserData/Timeline/ |
Default timeline folder hint |
UserData/CopyScript/ |
CopyScript batch path reference |
Section Search Bars → Additional Parent Paths
- One Unity
GameObjectpath per line - Bound in all-in-one config or SearchBarManager plugin config
- See SearchBarManager
Before manual edits or major imports:
- Copy the whole
com.hs2.sandbox/folder - Back up
UserData/studio/pose/when moving large libraries
Section Pose Browser (examples):
| Key | Meaning |
|---|---|
| UI scale | Window/card scaling |
| Card width | Grid minimum card width |
| Items per page | Pagination (0 = all) |
| Auto capture delay | Thumbnail auto-capture pause |
| History max entries | Per-character undo depth |
| Freeze animation on apply | Pause anim when applying pose |
| Compact thumbnail width | List/Mini layouts |
Full list: Configuration Manager → Pose Browser.
Section Anim Browser:
| Key | Meaning |
|---|---|
| UI scale | Whole-browser scaling |
| Card width | Grid thumbnail minimum width |
| Auto translate | XUnity Auto Translator hook |
- Overview
- Folders & library
- Search, filters & sort
- Grid & selection
- Pose groups
- Multi-character apply
- Pose stash
- Pose items
- Import/export ZIP
- Thumbnails
- Options & data