-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEverloreEngine.uplugin
More file actions
52 lines (52 loc) · 1.44 KB
/
Copy pathEverloreEngine.uplugin
File metadata and controls
52 lines (52 loc) · 1.44 KB
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0.0",
"EngineVersion": "5.8.0",
"FriendlyName": "Everlore Engine — AI Quest & Dialogue Director",
"Description": "Schema-enforced, validated, game-safe AI quests, dialogue and NPC roleplay. Bring your own backend (Google Gemini, Ollama, llama.cpp, or any HTTP endpoint) — generated content is validated, repaired and falls back to deterministic templates, so it can never put your game into an invalid state.",
"Category": "Code Plugins",
"CreatedBy": "Silvan Teufel",
"CreatedByURL": "https://silvan.teufel-engineering.com",
"DocsURL": "https://wiki.teufel-engineering.com/en/EverloreEngine/documentation",
"SupportURL": "mailto:teufelsilvan@gmail.com",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"Name": "EverloreCore",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "EverloreTransport",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "EverloreLlamaLocal",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "EverloreEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
}
],
"MarketplaceURL": "https://www.fab.com/listings/9071cfba-70d8-4a7f-8c1e-957e4a11f3ab"
}