-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
513 lines (513 loc) · 15.3 KB
/
Copy pathmod.json
File metadata and controls
513 lines (513 loc) · 15.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
{
"geode": "5.7.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "entity12208.edit-ai",
"name": "Editor AI",
"version": "v2.1.9",
"developer": "entity12208",
"description": "Generate Geometry Dash levels using AI!",
"dependencies": {
"geode.node-ids": ">=v1.0.0"
},
"incompatibilities": {
"alk.editor-collab": {
"breaking": false,
"version": "*"
}
},
"settings": {
"_general-header": {
"type": "title",
"name": "Generation"
},
"ai-provider": {
"type": "string",
"default": "gemini",
"name": "AI Provider",
"description": "Which backend to call. Configure the matching section below.",
"one-of": [
"gemini",
"claude",
"openai",
"openrouter",
"ministral",
"huggingface",
"deepseek",
"groq",
"ollama",
"lm-studio",
"llama-cpp",
"custom",
"manual"
]
},
"difficulty": {
"type": "string",
"default": "medium",
"name": "Difficulty",
"description": "Target difficulty for the AI. Canned values: easy / medium / hard / extreme. Free-form text is also accepted (e.g. 'demon', 'tutorial')."
},
"style": {
"type": "string",
"default": "modern",
"name": "Style",
"description": "Visual / gameplay style. Canned values: modern / retro / flow / memory. Free-form text is also accepted."
},
"length": {
"type": "string",
"default": "medium",
"name": "Length",
"description": "Approximate level length. Canned values: short / medium / long / xl / xxl. Free-form text is also accepted."
},
"max-objects": {
"type": "int",
"default": 500,
"min": 10,
"max": 1000000,
"name": "Max Objects",
"description": "Upper bound on objects the AI may emit per generation."
},
"target-object-count": {
"type": "int",
"default": 0,
"min": 0,
"max": 20000,
"name": "Target Objects",
"description": "Minimum total objects a generation must reach. The AI is asked to continue until it gets there (or extension rounds run out). <cg>0 = off</c>. Capped by Max Objects."
},
"example-level-ids": {
"type": "string",
"default": "",
"name": "Example Level IDs",
"description": "Up to 5 comma-separated GD level IDs the AI downloads as style references at the start of every generation (requires AI tools). Leave empty for none."
},
"_placement-header": {
"type": "title",
"name": "Placement & Editor"
},
"live-placement": {
"type": "bool",
"default": true,
"name": "Live Block Placement",
"description": "Place each round's blocks into the editor <cg>while the AI is still working</c>, instead of everything at once at the end. Accept/Deny still reviews the whole build when it finishes."
},
"spawn-batch-size": {
"type": "int",
"default": 8,
"min": 1,
"max": 100,
"name": "Spawn Speed",
"description": "Objects placed per editor tick during preview. Higher = faster but jankier."
},
"ai-ground-y": {
"type": "int",
"default": 105,
"min": 15,
"max": 300,
"name": "Ground Y",
"description": "Editor Y of the visible ground line. 105 is default. Lower if blocks float; higher if they bury."
},
"edit-target-ops": {
"type": "int",
"default": 1500,
"min": 0,
"max": 5000,
"name": "Edit Workload Target",
"description": "When the AI reworks an existing level, it must total at least this many edits (objects moved + deleted + added + restyled) before the result stages — it is asked to continue until it gets there. Small follow-up tweaks (under 30 edits) stage immediately. <cg>0 = off</c>."
},
"_behavior-header": {
"type": "title",
"name": "AI Behavior"
},
"enable-ai-tools": {
"type": "bool",
"default": true,
"name": "Enable AI Tools",
"description": "Let the AI call helper tools (web search, level analysis, song lookup, etc.) before composing."
},
"show-goal-tasks": {
"type": "bool",
"default": true,
"name": "Show AI Goal & Tasks",
"description": "When the AI sets itself a goal (<cy>set_goal</c> tool), mirror its goal and task checklist in the status line and session log."
},
"enable-advanced-features": {
"type": "bool",
"default": true,
"name": "Triggers & Colors",
"description": "Allow the AI to emit color/move/pulse triggers and group IDs."
},
"refinement-rounds": {
"type": "int",
"default": 3,
"min": 0,
"max": 10,
"name": "Refinement Rounds",
"description": "How many self-review passes the AI runs after the initial draft. 0 disables refinement."
},
"enable-self-critique": {
"type": "bool",
"default": true,
"name": "Final Self-Check",
"description": "One extra round after refinements where the AI scores its own level and patches the weakest area (or confirms it's good). Costs at most one additional API call."
},
"enable-vision": {
"name": "Vision (level snapshots)",
"description": "When the model supports images (Claude, Gemini, GPT-4o, LLaVA...), attach a rendered snapshot of the level to review and follow-up turns so the AI can SEE what it built.",
"type": "bool",
"default": true
},
"two-pass-generation": {
"type": "bool",
"default": true,
"name": "Two-Pass Generation",
"description": "Generate the gameplay skeleton first; after you accept it, a second pass adds decoration, color triggers, and atmosphere without touching gameplay."
},
"copilot-mode": {
"type": "bool",
"default": false,
"name": "Copilot Mode",
"description": "While you edit, EditorAI watches for death zones and physics problems and automatically proposes a fix blueprint (you still accept or deny). At most one auto-fix every 2 minutes."
},
"subagent-provider": {
"type": "string",
"default": "",
"name": "Subagent Provider",
"description": "Optional second model the main AI can consult via the ask_subagent tool (e.g. a big cloud model asking your local Ollama for object suggestions, or vice versa). Empty disables the tool.",
"one-of": [
"",
"gemini",
"claude",
"openai",
"openrouter",
"ministral",
"huggingface",
"deepseek",
"groq",
"ollama",
"lm-studio",
"llama-cpp"
]
},
"subagent-model": {
"type": "string",
"default": "",
"name": "Subagent Model",
"description": "Model name for the subagent provider. Empty uses that provider's configured model."
},
"_provider-header": {
"type": "title",
"name": "Providers"
},
"gemini-model": {
"type": "string",
"default": "gemini-3-flash",
"name": "Gemini Model",
"description": "Use <cg>Fetch model list</c> in the in-mod Provider tab to pull the live list, or type any Gemini model id."
},
"gemini-api-key": {
"type": "string",
"default": "",
"name": "Gemini API Key",
"description": "From Google AI Studio. Stays on this device in Geode save data."
},
"_provider-claude": {
"type": "title",
"name": "Provider — Claude"
},
"claude-model": {
"type": "string",
"default": "claude-sonnet-4-6",
"name": "Claude Model",
"description": "Use <cg>Fetch model list</c> in the in-mod Provider tab to pull the live list, or type any Claude model id."
},
"claude-api-key": {
"type": "string",
"default": "",
"name": "Claude API Key",
"description": "From console.anthropic.com. Stays on this device."
},
"_provider-openai": {
"type": "title",
"name": "Provider — OpenAI"
},
"openai-model": {
"type": "string",
"default": "gpt-4o",
"name": "OpenAI Model",
"description": "Use <cg>Fetch model list</c> in the in-mod Provider tab to pull the live list, or type any OpenAI model id."
},
"openai-api-key": {
"type": "string",
"default": "",
"name": "OpenAI API Key",
"description": "From platform.openai.com. Stays on this device."
},
"_provider-mistral": {
"type": "title",
"name": "Provider — Mistral"
},
"ministral-model": {
"type": "string",
"default": "ministral-8b-latest",
"name": "Mistral Model",
"description": "Use <cg>Fetch model list</c> in the in-mod Provider tab to pull the live list, or type any Mistral model id."
},
"ministral-api-key": {
"type": "string",
"default": "",
"name": "Mistral API Key",
"description": "From console.mistral.ai. Stays on this device."
},
"_provider-hf": {
"type": "title",
"name": "Provider — Hugging Face"
},
"huggingface-model": {
"type": "string",
"default": "meta-llama/Llama-3.1-8B-Instruct",
"name": "HF Model",
"description": "Repo-style id, e.g. meta-llama/Llama-3.1-8B-Instruct."
},
"huggingface-api-key": {
"type": "string",
"default": "",
"name": "HF Token",
"description": "From huggingface.co/settings/tokens. Stays on this device."
},
"_provider-openrouter": {
"type": "title",
"name": "Provider — OpenRouter"
},
"openrouter-model": {
"type": "string",
"default": "google/gemini-2.5-flash",
"name": "OpenRouter Model",
"description": "Provider/model slug, e.g. google/gemini-2.5-flash or anthropic/claude-3.5-sonnet."
},
"openrouter-api-key": {
"type": "string",
"default": "",
"name": "OpenRouter API Key",
"description": "From openrouter.ai/keys. One key, many hosted models."
},
"_provider-deepseek": {
"type": "title",
"name": "Provider — DeepSeek"
},
"deepseek-model": {
"type": "string",
"default": "deepseek-chat",
"name": "DeepSeek Model",
"description": "Use <cg>Fetch model list</c> in the in-mod Provider tab to pull the live list, or type any DeepSeek model id."
},
"deepseek-api-key": {
"type": "string",
"default": "",
"name": "DeepSeek API Key",
"description": "From platform.deepseek.com."
},
"_provider-groq": {
"type": "title",
"name": "Provider — Groq"
},
"groq-model": {
"type": "string",
"default": "llama-3.3-70b-versatile",
"name": "Groq Model",
"description": "Pick a preset or type any Groq model id in the in-mod Provider tab. Use <cg>Fetch model list</c> to pull the live list."
},
"groq-api-key": {
"type": "string",
"default": "",
"name": "Groq API Key",
"description": "From console.groq.com/keys. Free tier available."
},
"_provider-ollama": {
"type": "title",
"name": "Provider — Ollama"
},
"use-platinum": {
"type": "bool",
"default": false,
"name": "Use Platinum",
"description": "Route Ollama requests through the EditorAI Platinum cloud proxy instead of localhost."
},
"ollama-model": {
"type": "string",
"default": "entity12208/editorai:deepseek",
"name": "Ollama Model Tag",
"description": "Tag as shown by `ollama list`. e.g. entity12208/editorai:v3-7b."
},
"ollama-timeout": {
"type": "int",
"default": 600,
"min": 60,
"max": 1800,
"name": "Ollama Timeout (s)",
"description": "How long to wait for a local Ollama response before giving up."
},
"_provider-lmstudio": {
"type": "title",
"name": "Provider — LM Studio"
},
"lm-studio-url": {
"type": "string",
"default": "http://localhost:1234",
"name": "LM Studio URL"
},
"lm-studio-model": {
"type": "string",
"default": "default",
"name": "LM Studio Model",
"description": "Loaded model name in LM Studio. Start the server before generating."
},
"_provider-llamacpp": {
"type": "title",
"name": "Provider — llama.cpp"
},
"llama-cpp-url": {
"type": "string",
"default": "http://localhost:8080",
"name": "llama.cpp URL"
},
"llama-cpp-model": {
"type": "string",
"default": "default",
"name": "llama.cpp Model",
"description": "Model name (often 'default' unless your server expects something specific)."
},
"_provider-custom": {
"type": "title",
"name": "Provider — Custom (BYOPAK)"
},
"custom-provider-name": {
"type": "string",
"default": "Custom Provider",
"name": "Display Name",
"description": "Cosmetic only. Shown in the AI popup info panel."
},
"custom-provider-url": {
"type": "string",
"default": "",
"name": "Endpoint URL",
"description": "Base URL or full /chat/completions URL. OpenAI-compatible bodies are used."
},
"custom-provider-api-key": {
"type": "string",
"default": "",
"name": "API Key",
"description": "Leave blank if your server needs no auth."
},
"custom-provider-model": {
"type": "string",
"default": "",
"name": "Model",
"description": "Model name expected by your endpoint."
},
"custom-provider-auth": {
"type": "string",
"default": "Authorization: Bearer ${KEY}",
"name": "Auth Header Template",
"description": "${KEY} is replaced with your API key. Clear to send no header."
},
"_interface-header": {
"type": "title",
"name": "Interface"
},
"check-updates": {
"type": "bool",
"default": true,
"name": "Check For Updates",
"description": "Once a day, check GitHub for a newer EditorAI release and offer a one-click install. Nothing installs without your confirmation."
},
"ui-anim-speed": {
"name": "UI Animation Speed",
"description": "How fast the EditorAI panel opens and closes. <cg>1</c> = slow fade (2 seconds), <cg>10</c> = instant.",
"type": "int",
"default": 8,
"min": 1,
"max": 10
},
"show-ai-output": {
"type": "bool",
"default": false,
"name": "Save AI Output",
"description": "Write each generation's full raw AI response to last-ai-response.txt in this mod's save folder. Off by default."
},
"enable-rating": {
"type": "bool",
"default": true,
"name": "Rate Generations",
"description": "Show the thumbs up/down rating prompt after generation."
},
"_advanced-header": {
"type": "title",
"name": "Advanced & Limits"
},
"enable-rate-limiting": {
"type": "bool",
"default": true,
"name": "Rate Limiting",
"description": "Throttle generations. Leave on for hosted APIs to avoid quota burns."
},
"rate-limit-seconds": {
"type": "int",
"default": 3,
"min": 1,
"max": 60,
"name": "Rate Limit (s)",
"description": "Minimum seconds between generations when rate limiting is on."
},
"max-feedback-examples": {
"type": "int",
"default": 3,
"min": 1,
"max": 10,
"name": "Feedback Examples",
"description": "How many past rated generations to use as few-shot context."
},
"bypass-char-filter": {
"type": "bool",
"default": false,
"name": "Character Filter Bypass",
"description": "Let every text box in the game accept any printable character (same behavior as Eclipse Menu's bypass). Off = vanilla filtering."
},
"bypass-char-limit": {
"type": "bool",
"default": false,
"name": "Character Limit Bypass",
"description": "Remove the maximum text length on every text box in the game (same behavior as Eclipse Menu's bypass). Off = vanilla limits."
},
"_privacy-header": {
"type": "title",
"name": "Privacy"
},
"allow-telemetry": {
"type": "bool",
"default": false,
"name": "Auto-Share Generations (Telemetry)",
"description": "Opt-in. While ON, <cy>every generation</c> is uploaded automatically to the community training collector: prompt, settings, generated objects, and ratings (yours and the AI's self-review). Never your identity, never API keys. Levels rated above 5 become training data for the free community models."
}
},
"resources": {
"files": [
"resources/object_ids.json"
]
},
"tags": [
"editor",
"utility",
"content"
],
"links": {
"source": "https://github.com/Entity12208/EditorAI",
"community": "https://discord.gg/5hwCqMUYNj",
"homepage": "https://editorai.pages.dev"
}
}