Jump to content

Possible to make character change ingame?


BeastlyBean

Recommended Posts

setTopSprite

public void setTopSprite(IsoSprite topSprite)

  Parameters: topSprite - the topSprite to set

 

getBottomsSprite

public IsoSprite getBottomsSprite()

  Returns: the bottomsSprite

 

getExtraSprites

public java.util.ArrayList<IsoSprite> getExtraSprites()

getHairSprite

public IsoSprite getHairSprite()

setHairSprite

public void setHairSprite(IsoSprite hairSprite)

  Parameters: bottomsSprite - the bottomsSprite to set

 

setBottomsSprite

public void setBottomsSprite(IsoSprite bottomsSprite)

somewhere there I guess?

 

also, does this even work with the upcoming 3d models?

Link to comment
Share on other sites

hey there, robo had sent me the link, however i have not looked at character sprites at all, so i have no idea how they are handled internally.

Also, i dont think youll need new sprites or manipulate the sprites themselves, but just unset/change the hair/beard.

 

Im thinking, perhaps you can find what you need in media/lua/OptionScreens/CharacterCreationMain.lua?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...