Can you change the textures?

Home Forums Wayward Can you change the textures?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3714
    Old
    Member

    If you don’t mind, devs. Is there any way to change the textures? at least for the character?

    #3719

    Yep! You can change the textures for sure. It’s not the easiest in terms of code, but if you provide the new graphics I can perhaps do a tutorial:
    http://www.unlok.ca/wayward/images/character.png

    #3737
    Old
    Member

    Well, I might work on changing the color of the clothing, or just different clothing in general but here it is: Old Guy

    #3750

    For Chrome: Menu > Tools > JavaScript console > Copy paste/hit enter the following:

    character.src = 'http://i.imgur.com/iDKBdS5.png';

    For Firefox: Tools > Web Developer > Web Console > Copy paste/hit enter the following:

    character.src = 'http://i.imgur.com/iDKBdS5.png';

    Want to load it as a mod?
    Copy paste the following into a blank file:

    character.src = 'http://i.imgur.com/iDKBdS5.png';

    Save the file as character.js (or whatever you want it named as), and load it through the mod loading option in the Wayward options.

    #3751
    Old
    Member

    Alright, so loading it on Firefox says: SyntaxError: illegal character

    and loading it on the mod says: An error has occurred.

    #3753

    Hey there @Old,

    It looks like the forum was ruining my quotes “. I have stopped the formatting. Please try again using the new codes.

    #3758
    Old
    Member

    Hey its working great! Thanks!

    But there still is one problem. Do you know an easy way to make the background transparent?

    #3759

    Hey there @Old, this is due to how you exported it from your image editing software. In Photoshop for example, you can save the .png with a transparent background. The original resource has this transparent background in it, so either your software has added the white background, or it may of happened during the saving process.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.