tools(render): self-gate kit - session config, teleport route, runner
Lead-run visual gate: direct character login through a session config, the owner-supplied /teleloc poses (cathedral floating stairs, Facility Hub stairs, Holtburg house), one screenshot per pose into the automation artifact directory, graceful close-client. The runner refuses to start while any AcDream.App process exists and never hard-kills a client. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
7adbffcb6a
commit
2b40c0bb38
3 changed files with 121 additions and 0 deletions
18
tools/overhaul-selfgate/session.json
Normal file
18
tools/overhaul-selfgate/session.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 1,
|
||||
"process": {
|
||||
"content": {
|
||||
"datDirectory": "C:\\Users\\erikn\\Documents\\Asheron's Call",
|
||||
"preparedAssetPath": "C:\\Users\\erikn\\Documents\\Asheron's Call\\acdream.pak"
|
||||
}
|
||||
},
|
||||
"sessions": [
|
||||
{
|
||||
"id": "overhaul-selfgate",
|
||||
"endpoint": { "host": "127.0.0.1", "port": 9000 },
|
||||
"account": "testaccount",
|
||||
"character": { "name": "+Acdream" },
|
||||
"credential": { "provider": "environment", "reference": "ACDREAM_SELFGATE_PASS" }
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue