🖥️Custom Improvements

Maybe the plugin doesn't meet all your needs, so with that in mind, here's a guide on how to add some things you might need.

Fries Library | Input | Key

Go to Plugins/FriesLibrary Content/FriesLibrary/Data/Inputs and open DT_InputKeys

Add other row with custom names, key and image.

Fries Library | Internationalization

Step 1: Go to FriesLibraryTypes.h

Step 2: Find EFlLanguages

You can add other languages ​​anywhere within EFlLanguages, like the example below.

Step 3: Go to FriesLibraryBPLibrary.cpp

After this, now go to FriesLibraryBPLibrary.cpp

Step 4: Find GetLanguage() and SetLanguage() function

And add the language you want, how the image below

Last updated