Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Sharlikran
Forum: General Authoring Discussion 04/20/24, 02:05 PM
Replies: 17
Views: 5,528
Posted By Sharlikran
@Verling

https://github.com/Rhyono/CraftStore/issues/47

I was going to update the fonts after you mentioned there was an issue with CraftStore. However, I have been able to look into it a bit and there is no...
Forum: General Authoring Discussion 04/18/24, 07:59 AM
Replies: 17
Views: 5,528
Posted By Sharlikran
I work with balgamov and I did correct some of...

I work with balgamov and I did correct some of the issues but initially he changed Turkish letters like ğşı with gsi which I recommend he not do in the future because that's not how you resolve the...
Forum: General Authoring Discussion 04/17/24, 10:25 AM
Replies: 17
Views: 5,528
Posted By Sharlikran
@Verling

I looked at your Links to Ru Fonts mod and other mods to see which language you are using. Are you having issues with only Cyrillic Glyphs or fonts?

I noticed you had mentioned in the past that some...
Forum: General Authoring Discussion 01/31/24, 08:43 PM
Replies: 17
Views: 5,528
Posted By Sharlikran
Process one single mod folder @echo off setlocal...

Process one single mod folder
@echo off
setlocal enabledelayedexpansion

rem Store the starting directory in a variable
set "StartingDirectory=%CD%"

echo Processing fonts...

rem Use the starting...
Forum: General Authoring Discussion 01/29/24, 10:13 PM
Replies: 17
Views: 5,528
Posted By Sharlikran
Process all mod folders @echo off setlocal...

Process all mod folders
@echo off
setlocal enabledelayedexpansion

echo Processing fonts...

for /d /r %%F in (*) do (
set "parentFolder=%%F"
set "parentFolder=!parentFolder:%CD%\=!"
echo...
Showing results 1 to 5 of 5