Artikash / Textractor

Extracts text from video games and visual novels. Highly extensible.
GNU General Public License v3.0
2.09k stars 203 forks source link

[Eiyu*Senki] can't get a text #1080

Closed linakima closed 1 year ago

linakima commented 1 year ago

1

Game: https://vndb.org/v12033 Direct download: https://pixeldrain.com/u/5DoUZNGB This is the final English version from the Steam store "Eiyu*Senki Gold – A New Conquest" Can't get the game text. Problem with vnreng:NekoPack pattern Can you add this game to Textractor?

Blu3train commented 1 year ago

It's beyond my capabilities. Let's see if someone more experienced than me can find a valid hook.

linakima commented 1 year ago

It's beyond my capabilities. Let's see if someone more experienced than me can find a valid hook.

I managed to get the text. 2A:43E8:15E2C648:0:0: Search (RS932#@15E2C648) But there are special characters that I would like to get rid of. How can I do this? I mean the & sign next to the full stop, the comma and the <BR> line break tag. I can use the Regex Filter for the & sign. But I don't know how to add the <BR> tag.

1

Blu3train commented 1 year ago

User Regex Replacer

|REGEX|&|BECOMES||MODIFIER|g|END|
|REGEX|<BR>|BECOMES| |MODIFIER|g|END|
linakima commented 1 year ago

Everything works perfectly now. Thank you!

1