Modding Help Gender Bending Stim help with lua

Discussion in 'Starbound Modding' started by thakyZ, Jul 28, 2015.

  1. thakyZ

    thakyZ Cosmic Narwhal

    I am making a stim that allows me to change genders for a short amount of time, although I cannot seem to access the player class and I am fairly new to Lua. I see in the new API documentation that there is such a function, here. Also, I cannot seem to access the variable that returns what gender the player is, here. I would very much appreciate it if someone could help me figure out how to access these functions/parameters.
     
  2. Kayuko

    Kayuko Oxygen Tank

    Those are in the star namespace, you have no access to those.

    For modding, you're pretty much limited to everything in here.

    The Star namespace contains various things, iirc it even contains most of the variables used for development (by the way, what you wanted to change is a const, so it wouldn't work anyways).
    Those are things the devs need to worry their little head about, not the players / modders.

    So yeah, that basically also answers the possibility, it likely isn't, unless you overlay the character with a new sprite, but that'd kinda only work without armor I think.
     
  3. thakyZ

    thakyZ Cosmic Narwhal

    Darn because that would be really cool but thanks!
     

Share This Page