No fonts edited.

  • ArmaZet
    18th Feb 2020 Member 0 Permalink

    I followed the instructions (https://powdertoy.co.uk/Wiki/W/How_To_Add_an_Icon_to_Menus.html)Downloaded ready exe. 

    After all the actions, I didn't have the game compiled. Then I decided to transfer the numeric value to font.cpp.

    But after that, I got the symbols under the letters.

    Here's a picture.

    Edited 2 times by ArmaZet. Last: 18th Feb 2020
  • Lord_Bowserinator
    18th Feb 2020 Member 1 Permalink

    Those instructions are really outdated and no longer work. There's now a new TPT font editor, you can compile tpt with scons with the --font flag, that makes a new font executable in the build folder you can use to edit fonts. Symbols start somewhere around 0xE100 (off the top my head, just start there and keep going until you find empty slots)

    Edited once by Lord_Bowserinator. Last: 18th Feb 2020
  • ArmaZet
    18th Feb 2020 Member 0 Permalink
  • jacob1
    18th Feb 2020 Developer 1 Permalink
    @ArmaZet (View Post)
    Use the 2nd guide. You will need to install visual studio, but you don't have to open it if you don't want to, you just need it for the compiler. Then install scons and use the --msvc flag to use the visual studio compiler.
    Edited once by jacob1. Last: 18th Feb 2020
  • ArmaZet
    18th Feb 2020 Member 0 Permalink

    @jacob1 (View Post)

     I've got a bug, I'm writing scons and a bug pops up, no powershell.exe found. I installed everything from the first and second instructions. But when I write scons --msvc, it gives you an error.

     

    I can easily compile the powder toy myself with the visual studio.

     

    I can translate the game using transliteration. But I would really like to replace some characters to use the letters of my language. Can you compile a font editor so that I can use it on my computer?