Skip to content

Commit

Permalink
Clarify information about tags vs labels and add LBP1 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed Jul 26, 2024
1 parent fa96a6b commit fe86abf
Showing 1 changed file with 133 additions and 53 deletions.
186 changes: 133 additions & 53 deletions Docs/topics/lbp/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,72 +4,102 @@

This is a list of labels/tags that can be applied to a level for each game.

I'm not sure the difference/purpose of what tags are from labels. They were removed in LBP3, which is why they are not present.
Labels are applied by the creator, while tags are applied by the players.
Tags were removed in LBP3, which is why they are not present. LBP2 is the first game to have labels.

These were extracted from the EBOOT.bin file from each game.

## Files

### LittleBigPlanet 1

~~Tags for LittleBigPlanet~~ (TODO)
#### LBP1 Tags {collapsible="true"}
```
TAG_Boss
TAG_Vehicles
TAG_Machines
TAG_Hoists
TAG_Machinery
TAG_Ramps
TAG_Toys
TAG_Stickers
TAG_Gas
TAG_Fiery
TAG_Electric
TAG_Spikes
TAG_Secrets
TAG_Collectables
TAG_Braaains
TAG_Musical
TAG_Empty
TAG_Multi-Path
TAG_Single-Path
TAG_Co-op
TAG_Competitive
TAG_Race
TAG_Puzzler
TAG_Platformer
TAG_Points-Fest
TAG_Timing
TAG_Long
TAG_Short
TAG_Speedy
TAG_Fast
TAG_Quick
TAG_Slow
TAG_Horizontal
TAG_Vertical
TAG_Swingy
TAG_Balancing
TAG_Floaty
TAG_Springy
TAG_Frustrating
TAG_Relaxing
TAG_Varied
TAG_Repetitive
TAG_Difficult
TAG_Easy
TAG_Boring
TAG_Annoying
TAG_Satisfying
TAG_Fun
TAG_Tricky
TAG_Perilous
TAG_Nerve-wracking
TAG_Hectic
TAG_Moody
TAG_Cute
TAG_Mad
TAG_Beautiful
TAG_Weird
TAG_Funny
TAG_Pretty
TAG_Ugly
TAG_Creepy
TAG_Daft
TAG_Hilarious
TAG_Artistic
TAG_Funky
TAG_Mechanical
TAG_Bubbly
TAG_Complex
TAG_Simple
TAG_Ingenious
TAG_Brilliant
TAG_Great
TAG_Good
TAG_Rubbish
TAG_Splendid
TAG_Lousy
```

~~Labels for LittleBigPlanet~~ (TODO)
#### LBP1 Labels
Labels are unavailable for LBP1.

### LittleBigPlanet 2

#### LBP2 Tags {collapsible="true"}
```
LABEL_SinglePlayer
LABEL_Multiplayer
LABEL_Quick
LABEL_Long
LABEL_Challenging
LABEL_Easy
LABEL_Scary
LABEL_Funny
LABEL_Artistic
LABEL_Musical
LABEL_Intricate
LABEL_Cinematic
LABEL_Competitive
LABEL_Fighter
LABEL_Gallery
LABEL_Puzzle
LABEL_Platform
LABEL_Race
LABEL_Shooter
LABEL_Sports
LABEL_Story
LABEL_Strategy
LABEL_SurvivalChallenge
LABEL_Tutorial
LABEL_Retro
LABEL_Collectables
LABEL_DirectControl
LABEL_Explosives
LABEL_Glitch
LABEL_GrapplingHook
LABEL_JumpPads
LABEL_MagicBag
LABEL_LowGravity
LABEL_Paintinator
LABEL_PowerGlove
LABEL_Sackbots
LABEL_Vehicles
LABEL_Water
LABEL_Brain_Crane
LABEL_Movinator
LABEL_Paint
LABEL_ATTRACT_GEL
LABEL_ATTRACT_TWEAK
LABEL_HEROCAPE
LABEL_MEMORISER
LABEL_WALLJUMP
```

#### LBP2 Labels {collapsible="true"}
```
TAG_Boss
TAG_Vehicles
TAG_Machines
Expand Down Expand Up @@ -148,6 +178,56 @@ TAG_Splendid
TAG_Lousy
```

#### LBP2 Labels {collapsible="true"}
```
LABEL_SinglePlayer
LABEL_Multiplayer
LABEL_Quick
LABEL_Long
LABEL_Challenging
LABEL_Easy
LABEL_Scary
LABEL_Funny
LABEL_Artistic
LABEL_Musical
LABEL_Intricate
LABEL_Cinematic
LABEL_Competitive
LABEL_Fighter
LABEL_Gallery
LABEL_Puzzle
LABEL_Platform
LABEL_Race
LABEL_Shooter
LABEL_Sports
LABEL_Story
LABEL_Strategy
LABEL_SurvivalChallenge
LABEL_Tutorial
LABEL_Retro
LABEL_Collectables
LABEL_DirectControl
LABEL_Explosives
LABEL_Glitch
LABEL_GrapplingHook
LABEL_JumpPads
LABEL_MagicBag
LABEL_LowGravity
LABEL_Paintinator
LABEL_PowerGlove
LABEL_Sackbots
LABEL_Vehicles
LABEL_Water
LABEL_Brain_Crane
LABEL_Movinator
LABEL_Paint
LABEL_ATTRACT_GEL
LABEL_ATTRACT_TWEAK
LABEL_HEROCAPE
LABEL_MEMORISER
LABEL_WALLJUMP
```

### LittleBigPlanet 3

#### LBP3 Tags
Expand Down

0 comments on commit fe86abf

Please sign in to comment.