about summary refs log tree commit diff stats
path: root/data/maps/the_talented/rooms/Back Room.txtpb
blob: 9dce48f0985a60a35cc732417fc87cefc368a8f4 (plain) (blame)
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
name: "Back Room"
panels {
  name: "FEAR"
  path: "Panels/Plum Room/panel_1"
  clue: "fear"
  answer: "deer"
  symbols: ZERO
}
panels {
  name: "FLEECE"
  path: "Panels/Plum Room/panel_2"
  clue: "fleece"
  answer: "geese"
  symbols: ZERO
}
panels {
  name: "SHRINE"
  path: "Panels/Plum Room/panel_3"
  clue: "shrine"
  answer: "swine"
  symbols: ZERO
}
panels {
  name: "STRIVES"
  path: "Panels/Plum Room/panel_4"
  clue: "strives"
  answer: "wives"
  symbols: ZERO
}
panels {
  name: "FILED"
  path: "Panels/Plum Room/panel_5"
  clue: "filed"
  answer: "child"
  symbols: ZERO
}
panels {
  name: "RELEVANT"
  path: "Panels/Plum Room/panel_6"
  clue: "relevant"
  answer: "elephant"
  symbols: ZERO
}
panels {
  name: "LONE"
  path: "Panels/Plum Room/panel_7"
  clue: "lone"
  answer: "drone"
  symbols: ZERO
}
lass="se">\out\build\x64-Debug\vcpkg_installed\x64-windows\tools\protobuf\protoc.exe -Iproto\ ^ --python_out=apworld\generated\ .\proto\data.proto ``` The exact path to `protoc.exe` is going to depend on where vcpkg installed its packages. The above location is where Visual Studio will probably put it. After generating those two files, the apworld should be functional. You can copy it into an Archipelago source tree (rename the folder `apworld` to `lingo2` if you do so) if you want to edit/debug the code. Otherwise, you can zip up the folder and rename it to `lingo2.apworld` in order to package it for distribution.