Modding Help Help Spawning "custom-random" monster

Discussion in 'Starbound Modding' started by AlbertoRota, Oct 8, 2016.

  1. AlbertoRota

    AlbertoRota Scruffy Nerf-Herder

    Hello everyone!
    I'm trying to spawn a random monster ("smallBiped", "largeQuadruped", etc.) specifying it's parts ("Head : X", "Wings : Y", etc.).

    The only parameter that seems to affect the monster appearance is the "seed" and the "colors":
    Code:
    parameters:{
      seed:3336881097975494358,
      colors:garden
    }
    But that means that FIRST I need to find the perfect monster (Perfect head, body, tail, etc.), and the i can re-spawn it from it's seed.

    Is it possible to control the spawn in a way that allows me to decide the parts? Both lua and admin commands are acceptable.

    Thank you!
     
  2. Eviance

    Eviance Void-Bound Voyager

    The seed might be an encoded version of a creatures parts and parameters. Perhaps try iterating the Seed code and see if it changes things.
     

Share This Page