Modding Help Spawning In Objects of Different color

Discussion in 'Starbound Modding' started by GoldenstarArtist, Jan 14, 2017.

  1. GoldenstarArtist

    GoldenstarArtist Cosmic Narwhal

    Does anyone know the command for swapping the color pallets of objects? It was something that was possible pre-1.0 as some items have recolored styles they can be switched too. But I don't see a method of doing it in the current build.
     
  2. geckobud

    geckobud Master Chief

    I believe it's as easy as adding a colorIndex parameter after the item name. Try searching for colorIndex and you should find something.
     
  3. GoldenstarArtist

    GoldenstarArtist Cosmic Narwhal

    Tired:

    /spawnitem tribalbookcase2 1 '{"colorIndex":4}'

    didn't work.

    tired

    /spawnitem tribalbookcase2 1 '{"orientations":"["dualImage" : "tribalbookcase2.png:blue",}]"}'


    ... any ideas?


    Edit: also tried:

    /spawnitem tribalbookcase2 1 '{"orientations":"[{"frames" : 2}]}'
     
    Last edited: Jan 15, 2017
  4. GoldenstarArtist

    GoldenstarArtist Cosmic Narwhal

    Also tired: /spawnitem tribalbookcase2 1 '{"color":"blue"}'
     
  5. lazarus78

    lazarus78 The Waste of Time

    You have to use directives to swap colors. Color index doesn't work on objects.

    Look up how you spawn in custom colored armors.
     
  6. GoldenstarArtist

    GoldenstarArtist Cosmic Narwhal

    I'm not looking to fully customize, just switch the frames to the colored ones. have any links?
     
  7. lazarus78

    lazarus78 The Waste of Time

    You can't. You have to spawn them with directives like I said. Just Google it for spawning custom color armors.
     

Share This Page