Complete ID list for everything
Posted: February 23rd, 2013, 7:57 pm
So I heard you like ID lists :3. I decided to made a list of IDs as a reference. This includes the hidden items and storyline items, so don't look if you don't want spoilers. I may add pictures for some stuff eventually.
Use ctrl+f (cmd+f on a Mac) to find the specific ID you are looking for.
Items:
Replace {ID} with the desired item's ID (put an "x" in front of an item's ID to disable it), and paste this code into the level:
Tiles:
Replace {ID} with the desired tile's ID (the "1,1" are the x and y sizes of the area you want to be filled with the tile), and paste this code into the level:
For some reason, all the tiles on page 2 of the designer don't have in-game names, so I put their names in the "description" column.
Equipment:
Sounds:
For the "Play Sound" trigger function.
(Table auto-generated from game source code)
Screen Text:
You can change the background color on signs in the "Screen Text" trigger function.
Subtitle Text:
You can change the position of subtitle text in the "Subtitle Text On" trigger function.
Music:
For direct code editing.
Far Background:
For direct code editing.
Close Background:
For direct code editing.
Anything I missed? Please tell me!
Use ctrl+f (cmd+f on a Mac) to find the specific ID you are looking for.
Items:
Replace {ID} with the desired item's ID (put an "x" in front of an item's ID to disable it), and paste this code into the level:
- Code: Select all
llitem:{ID}
Tiles:
Replace {ID} with the desired tile's ID (the "1,1" are the x and y sizes of the area you want to be filled with the tile), and paste this code into the level:
- Code: Select all
lltile:1,1;{ID}
For some reason, all the tiles on page 2 of the designer don't have in-game names, so I put their names in the "description" column.
Equipment:
Sounds:
For the "Play Sound" trigger function.
(Table auto-generated from game source code)
Screen Text:
You can change the background color on signs in the "Screen Text" trigger function.
Subtitle Text:
You can change the position of subtitle text in the "Subtitle Text On" trigger function.
Music:
For direct code editing.
Far Background:
For direct code editing.
Close Background:
For direct code editing.
Anything I missed? Please tell me!