Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

TripleTroubleLoc

3
Posts
A member registered 50 days ago · View creator page →

Creator of

Recent community posts

Hi! Did you by chance figured out how to make the game compatible with Thai font? We've tried everything we could think of, but to no avail :(

The new regular expression still didn't work for me, but the two-step method did! Thank you very much for your help!

Hi! Could you please point out where I went wrong?
The text editor didn't find any matches for the pattern ^(t[\d+]\s+=\s+")(.*)("\s+--), so I changed it to ^(t.[\d]+.\s+=\s+")(.*)("\s+--) which seemed to work (I by no means know what I'm doing when it comes to regex, so the issue probably lies here). I replaced the matches with $1\t$2\t$3 and converted the file to TSV.
However, when I opened it as a TSV in Excel, all the lines were in one long row (see the screenshot).
How do I fix this? Is there another regex pattern I could try?