This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| developer_integration [2020/01/03 19:23] – [In-game Tracking] b0ardface | developer_integration [2024/07/14 02:26] (current) – Updated for 4.6.0 wylem | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Developer Integrations ====== | ====== Developer Integrations ====== | ||
| - | Development of Free Enterprise | + | // |
| + | |||
| + | FE also exposes | ||
| Line 16: | Line 18: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | * '' | ||
| * '' | * '' | ||
| Line 72: | Line 75: | ||
| | 0x003A | D.Lunar/ | | 0x003A | D.Lunar/ | ||
| | 0x003B | Ogopogo/ | | 0x003B | Ogopogo/ | ||
| - | | 0x003C | Tower of Zot trapped chest | | + | | 0x003C | Tower of Zot monster-in-a-box |
| - | | 0x003D | Eblan trapped chest 1 | | + | | 0x003D | Eblan monster-in-a-box |
| - | | 0x003E | Eblan trapped chest 2 | | + | | 0x003E | Eblan monster-in-a-box |
| - | | 0x003F | Eblan trapped chest 3 | | + | | 0x003F | Eblan monster-in-a-box |
| - | | 0x0040 | Lower Bab-il | + | | 0x0040 | Lower Bab-il |
| - | | 0x0041 | Lower Bab-il | + | | 0x0041 | Lower Bab-il |
| - | | 0x0042 | Lower Bab-il | + | | 0x0042 | Lower Bab-il |
| - | | 0x0043 | Lower Bab-il | + | | 0x0043 | Lower Bab-il |
| - | | 0x0044 | Cave Eblan trapped chest | | + | | 0x0044 | Cave Eblan monster-in-a-box |
| - | | 0x0045 | Upper Bab-il | + | | 0x0045 | Upper Bab-il |
| - | | 0x0046 | Cave of Summons | + | | 0x0046 | Cave of Summons |
| - | | 0x0047 | Sylph Cave trapped chest 1 | | + | | 0x0047 | Sylph Cave monster-in-a-box |
| - | | 0x0048 | Sylph Cave trapped chest 2 | | + | | 0x0048 | Sylph Cave monster-in-a-box |
| - | | 0x0049 | Sylph Cave trapped chest 3 | | + | | 0x0049 | Sylph Cave monster-in-a-box |
| - | | 0x004A | Sylph Cave trapped chest 4 | | + | | 0x004A | Sylph Cave monster-in-a-box |
| - | | 0x004B | Sylph Cave trapped chest 5 | | + | | 0x004B | Sylph Cave monster-in-a-box |
| - | | 0x004C | Sylph Cave trapped chest 6 | | + | | 0x004C | Sylph Cave monster-in-a-box |
| - | | 0x004D | Sylph Cave trapped chest 7 | | + | | 0x004D | Sylph Cave monster-in-a-box |
| - | | 0x004E | Giant of Bab-il | + | | 0x004E | Giant of Bab-il |
| - | | 0x004F | Lunar Path trapped chest | | + | | 0x004F | Lunar Path monster-in-a-box |
| - | | 0x0050 | Lunar Core trapped chest 1 | | + | | 0x0050 | Lunar Core monster-in-a-box |
| - | | 0x0051 | Lunar Core trapped chest 2 | | + | | 0x0051 | Lunar Core monster-in-a-box |
| - | | 0x0052 | Lunar Core trapped chest 3 | | + | | 0x0052 | Lunar Core monster-in-a-box |
| - | | 0x0053 | Lunar Core trapped chest 4 | | + | | 0x0053 | Lunar Core monster-in-a-box |
| - | | 0x0054 | Lunar Core trapped chest 5 | | + | | 0x0054 | Lunar Core monster-in-a-box |
| - | | 0x0055 | Lunar Core trapped chest 6 | | + | | 0x0055 | Lunar Core monster-in-a-box |
| - | | 0x0056 | Lunar Core trapped chest 7 | | + | | 0x0056 | Lunar Core monster-in-a-box |
| - | | 0x0057 | Lunar Core trapped chest 8 | | + | | 0x0057 | Lunar Core monster-in-a-box |
| - | | 0x0058 | Lunar Core trapped chest 9 | | + | | 0x0058 | Lunar Core monster-in-a-box |
| | 0x0059 | Rydia' | | 0x0059 | Rydia' | ||
| | 0x005A | Fallen Golbez (vanilla Crystal location) | | | 0x005A | Fallen Golbez (vanilla Crystal location) | | ||
| Line 193: | Line 196: | ||
| / | / | ||
| - | Along with these additional parameters in the query string or POST data: | + | The body of this request should be a JSON object |
| - | flags : the desired flag string | + | following format: |
| - | seed : the randomization | + | |
| + | | ||
| + | "flags" | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | |||
| + | NOTE: For backwards compatibility, | ||
| + | passed as URL query parameters or formdata values in the body instead. | ||
| + | To use metaconfigurations, | ||
| + | |||
| + | The metaconfiguration object, and all fields within it, are optional. | ||
| + | Note that when a metaconfiguration is specified, a " | ||
| + | generated -- rerunning the same generation parameters later will | ||
| + | result in a different seed. | ||
| + | |||
| + | The metaconfig object has this format: | ||
| + | |||
| + | { | ||
| + | " | ||
| + | } | ||
| - | This will return a JSON response in one of the following formats: | + | The generate call will return a JSON response in one of the following |
| + | formats: | ||
| // If the generation process started correctly | // If the generation process started correctly | ||