How to change TPT icon in moi mod

  • 0x7
    23rd May Member 0 Permalink

    Idk how to change my unfinished mods tpt icon (my mod is only on my pc rn fyi)

  • LBPHacker
    23rd May Developer 0 Permalink
    The icons are here, you'll have to edit the svg in the parent directory or these directly: https://github.com/The-Powder-Toy/The-Powder-Toy/tree/master/resources/generated_icons

    Moved to Development Assistance.
  • 0x7
    23rd May Member 0 Permalink

    I edited the .svg but when I build it with 

    "meson setup -Dbuildtype=release -Dstatic=prebuilt -Db_vscrt=static_from_buildtype build-release"

    it has the default icon and not the custom one, so how do I make it have the custom one?

  • LBPHacker
    23rd May Developer 0 Permalink
    Please read the readme in the directory I linked. It tells you that you either have to edit the pngs directly, or if you want to edit the svg instead, you'll have to get meson to run inkscape for you. You will have to make inkscape available for meson to find; on windows you can do this by adding it to PATH, for example.