Modding Help Projectile color

Discussion in 'Starbound Modding' started by WuZuMaX, Aug 20, 2014.

  1. WuZuMaX

    WuZuMaX Void-Bound Voyager

    Hey guys!
    I would like to know how do I change gun projectile color...
    When i place for example ?setcolor=ffffff after projectile name my gun turns into perfectly generic item...
    Is there any way to do it?
    Thanks.

    EDIT: I did it.
     
    Last edited: Aug 21, 2014
  2. Takuat-Z95

    Takuat-Z95 Void-Bound Voyager

    How???
     
  3. Takuat-Z95

    Takuat-Z95 Void-Bound Voyager

    JESUS CHRIST I HATE PEOPLE WHO JUST SAY I DID IT. WHY CAN'T YOU SAY HOW???!!!
     
  4. agmoyer

    agmoyer Cosmic Narwhal

    I use a longer method, I take the projectile frames being use and edit those images with asprite (pixel animator, kinda like flash but I use for drawing) My method works just takes longer to do.
     
  5. Febilian

    Febilian Cosmic Narwhal

    As far as I know, you do actually need a different colored sprite for every differently-colored projectile.

    Looking in the base files, there are different images/projectile types for every color of "plasma bullet", and the only colored thing that can be changed through the config is the color of light/glow emitted from the projectile(if any).
     
  6. WuZuMaX

    WuZuMaX Void-Bound Voyager

    Ohh sorry, I wasn't looking on forums for some time but solution is simple. When you make for example gun then in projectile config add "processing". After it you can just add things like ?replace etc.
    Example:
    "processing": "setcolor=ffffff"
     
  7. Matyruchas

    Matyruchas Void-Bound Voyager

    Wait, so if I want to spawn in custom weapon, with let's say custom traveling slash I have to input it like this ? :

    "altAbilityType":"travelingslash",
    "altAbility":{
    "baseDps": 15,
    "projectileType": "energytravelingswoosh",
    "projectileParameters":{
    "processing": "setcolor=ff0000"
    }
    }
     
  8. DrPvtSkittles

    DrPvtSkittles Master Astronaut

    Dude this post is like 3 years old
     

Share This Page