Jump to content
  • 0

Where to put downloaded Sprite/Color Palettes


Marihna

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/28/17
  • Last Seen:  

Hello!

I'm having trouble figuring out where to put my downloaded sprite packages and additional color palettes. I currently have 4 colors available for clothes options and that just doesn't work for me. Haha ^^

I just want to make sure that I'm putting them in the right place. I tried asking in the support forum of the downloads I would like to use but have gotten no response. Any help would be appreciated. 

 

The following are the sprites/colors I would like to implement. 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

you can merge it into your grf/or manually add it since it's in GRF Form. you can use GRF Editor for merging the files.
and as for server side
you need to increase the maximum color/style in conf/battle/client.conf in these following lines. 

 

min_hair_style: 0
max_hair_style: 27
min_hair_color: 0
max_hair_color: 8
min_cloth_color: 0 
max_cloth_color: 4
min_body_style: 0
max_body_style: 1

 

Edited by crazyarashi
Added More Information
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.01
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/28/17
  • Last Seen:  

2 hours ago, crazyarashi said:

you can merge it into your grf/or manually add it since it's in GRF Form. you can use GRF Editor for merging the files.
and as for server side
you need to increase the maximum color/style in conf/battle/client.conf in these following lines. 

 


min_hair_style: 0
max_hair_style: 27
min_hair_color: 0
max_hair_color: 8
min_cloth_color: 0 
max_cloth_color: 4
min_body_style: 0
max_body_style: 1

 

Okay, thank you so much for the response. I'm sorry, I'm super new to this so I have a few more questions. So when I'm adding it to the GRF. Do I need to put them in a specific place? Or can I just make a folder and throw them in under Sprite/Palette?

image.png.037a777c77f4a19e7cfd55777782101a.png

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

If you're adding palette files it should go in the palette folder :))

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...