george2222 Posted June 6 Posted June 6 I need to extract every single line of text from The Thaumaturge game files using DragonZH, but I believe the current list of scripts is not suitable for this. Could you please let me know what kind of script we should create in such cases? These are just examples - each file has a different title. script_list.txt 1 string english = " "\r\n 0 0
Supporter Solution EmOo Posted June 7 Supporter Solution Posted June 7 1.Line: ": " 2.Line: ", script_list.rar 1
george2222 Posted June 7 Author Posted June 7 First of all, thank you EmOo. How can I find script examples? I donโt want to keep bothering you all the time. Or how can we create scripts? Could you help me a little?
Supporter EmOo Posted June 7 Supporter Posted June 7 6 hours ago, george2222 said: First of all, thank you EmOo. How can I find script examples? I donโt want to keep bothering you all the time. Or how can we create scripts? Could you help me a little? I wrote it here... Just change the file. With Notepad++.
Supporter EmOo Posted June 12 Supporter Posted June 12 22 hours ago, EmptyMan said: Compensatory loss.. ๐ But yes, really.. โค๏ธย 1
Dodi Posted June 12 Posted June 12 1.)ย @george2222ย ,ย why are you using JSON format? This game stores its text in .locres files. You can extract the โcleanโ text with this tool: UE4LocalizationsTool by Amr Shaheen 2.) @EmOoย (and @EmptyMan)ย , I donโt see the point or benefit of using this tool (especially without basic regex knowledge), but hereโs a working script.list that losslessly extracts the texts: script_list.zip
Supporter EmOo Posted June 13 Supporter Posted June 13 10 hours ago, Dodi said: 1.)ย @george2222ย ,ย why are you using JSON format? This game stores its text in .locres files. You can extract the โcleanโ text with this tool: UE4LocalizationsTool by Amr Shaheen 2.) @EmOoย (and @EmptyMan)ย , I donโt see the point or benefit of using this tool (especially without basic regex knowledge), but hereโs a working script.list that losslessly extracts the texts: script_list.zip I'm not teaching anyone to regex. ๐
Dodi Posted June 14 Posted June 14 On 6/13/2025 at 6:47 AM, EmOo said: I'm not teaching anyone to regex. ๐ thats... just course... you can't teach something you don't know... ๐ Did you know? the tool itself is also capable of a lot more. ex.. did you know that you can apply not just 1regex but many as you want? Or that there's an automatic replacer in it that lets you swap out characters like \n \r \t etc. for custom text, so they don't interfere with real line breaks (XML_IN.txt and XML_OUT.txt)? And it can do quite a few other unique things too... I suppose DragonZH forgot to mention that when you bought the tool from him.. ๐ Oh... or wait.. did you buy or steal the tool? Did you ask for and receive permission from DragonZH to publish a private and/or paid tool? Doesn't that violate the rules? Do you even have the source code, or are you seriously sharing dubious origin tool of a Russian programer blindly? ๐ฎ 1
Supporter EmOo Posted June 14 Supporter Posted June 14 25 minutes ago, Dodi said: thats... just course... you can't teach something you don't know... ๐ Did you know? the tool itself is also capable of a lot more. ex.. did you know that you can apply not just 1regex but many as you want? Or that there's an automatic replacer in it that lets you swap out characters like \n \r \t etc. for custom text, so they don't interfere with real line breaks (XML_IN.txt and XML_OUT.txt)? And it can do quite a few other unique things too... I suppose DragonZH forgot to mention that when you bought the tool from him.. ๐ Oh... or wait.. did you buy or steal the tool? Did you ask for and receive permission from DragonZH to publish a private and/or paid tool? Doesn't that violate the rules? Do you even have the source code, or are you seriously sharing dubious origin tool of a Russian programer blindly? ๐ฎ Yes.. ๐ Yes. And yes. Don't worry, I know the rules. 1
Supporter Noob Posted June 15 Supporter Posted June 15 On 6/14/2025 at 3:32 PM, Dodi said: thats... just course... you can't teach something you don't know... ๐ Did you know? the tool itself is also capable of a lot more. ex.. did you know that you can apply not just 1regex but many as you want? Or that there's an automatic replacer in it that lets you swap out characters like \n \r \t etc. for custom text, so they don't interfere with real line breaks (XML_IN.txt and XML_OUT.txt)? And it can do quite a few other unique things too... I suppose DragonZH forgot to mention that when you bought the tool from him.. ๐ Oh... or wait.. did you buy or steal the tool? Did you ask for and receive permission from DragonZH to publish a private and/or paid tool? Doesn't that violate the rules? Do you even have the source code, or are you seriously sharing dubious origin tool of a Russian programer blindly? ๐ฎ This tool public... https://forum.zoneofgames.ru/topic/36240-unityex/?page=18 ย But yes.. you're right that it's not worth much without regex knowledge. Fortunately, with the help of chatgpt, even a noob can solve this. 1
Supporter EmOo Posted June 15 Supporter Posted June 15 Ahj.. ๐ The truth is out... Relax I'm not mad at you. The charges are serious but forgivable. I told you I know the rules. โค๏ธ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now