Code Monkey home page Code Monkey logo

Comments (3)

BanCrash avatar BanCrash commented on June 16, 2024 2

Hello!

This is not difficult to do only editing one file. However, you will need:

  • Font Name

  • RGB decimal colour number (for example 255,255,255)

  • Add and adjust a font scaler. This is because the skin automatically calculates the font size that will be the best for the actual font, but each font has its own size, so the best thing is to add a scaler to easy adjust the font without removing the automatic font size calculation process.

Steps:

  • Adding the font size scaler:
  1. In this line pulse Enter and then add this line: 'FontSizeScaler=1',. The result will be like this:

    image

  2. In this line and in this line too replace 'FontSize=#SlotOverlayTextSize#', with 'FontSize=(#SlotOverlayTextSize#*#FontSizeScaler#)',. The result will be like this:

    image

  • Adding the font name:
  1. Below the FontSizeScaler added in 1. of the previous step (in this line) add this line: 'FontName=Berlin Sans FB', (replacing Berlin Sans FB with the name of the font you want). The result will be like this:

    image

  2. Below the modified lines in 2. of the previous step (in this line and in this line too) add this line: 'FontFace=#FontName#',. The result will be like this:

    image

  • Modifying the slot text color:
  1. With the RGB decimal code (there are webs where you can find RGB code of whatever colour you want to have) go to this line and replace the three first numbers with the code you have, without modifiying the fourth number. For example: 51,153,255 colour will be SlotOverlayTextColor=51,153,255,255. The result will be like this:

    image

  • After all previous steps are done, go to settings.ini, right click on the skin, and select rebuild main slots. After that load/reload main.ini, and you will have the skin as you want. If the text size is too big or small, go to 1. of the first step, and replace =1 of the FontSizeScaler with other result (for example, 0.8 or 1.2) and repeat this last step until you get the result you want.

Final result:

image

from lauhdutin.

Revadike avatar Revadike commented on June 16, 2024

Thank you a lot for the detailed explanation! Hopefully this will also be useful to other people!

from lauhdutin.

BanCrash avatar BanCrash commented on June 16, 2024

You're welcome 😉

from lauhdutin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.