Stage II picks are now open! You have left to make your picks Make your picks now!
You can submit your stickers today using Lambda Citadel, while we reccommend waiting until the in-game tooling is available, here's a template on creating a .lambda_decal file for use in Citadel
{
"Style": "DECAL_STYLE_GLOSSY",
"DisplayName": "Bish",
"Description": "Description here",
"Sticker": "path/to/my_sticker",
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}
{
"Style": "DECAL_STYLE_GLOSSY_PAPER",
"DisplayName": "Bish",
"Description": "Description here",
"Sticker": "path/to/my_sticker",
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}
{
"Style": "DECAL_STYLE_COLOR_REPLACE",
"DisplayName": "Guardian",
"Description": "Description here",
"Sticker": "ct_logo",
"Color0": [ 141, 155, 165 ],
"Color1": [ 91, 114, 131 ],
"Color2": [ 32, 43, 50 ],
"Color3": [ 12, 16, 19 ],
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}
{
"Style": "DECAL_STYLE_HOLOGRAPHIC",
"DisplayName": "Bish",
"Description": "Description here",
"Sticker": "mystickers/bish",
"HoloMask": "mystickers/bish_holomask",
"HoloSpectrum": "shared/holowarp_default",
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}
{
"Style": "DECAL_STYLE_FOIL",
"DisplayName": "Lucky 13",
"Description": "Description here",
"Sticker": "mystickers/lucky_13",
"BumpMap": "mystickers/lucky_13_normal",
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}
This is the same as Foil but with the Style Changed
{
"Style": "DECAL_STYLE_GOLD",
"DisplayName": "Blazing | Summer Meeutp 2025",
"Description": "Description here",
"Sticker": "meetup2025/blazing_gold",
"BumpMap": "meetup2025/blazing_gold_normal",
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}
{
"Style": "DECAL_STYLE_LENTICULAR",
"DisplayName": "Old School",
"Description": "Description here",
"Sticker": "best_of_cs_1/oldschool",
"HoloMask": "best_of_cs_1/oldschool_holomask",
"HoloSpectrum": "best_of_cs_1/oldschool_holo_spectrum",
"WearBiasIntensity": 1.0,
"WearBiasColor": 1.0,
"WearScratches": 1.0,
}