kosemen_76 Posted November 1, 2023 Share Posted November 1, 2023 tr-GBTextCommon.zip I want textool help. Please Link to comment Share on other sites More sharing options...
PixelordTr Posted November 7, 2023 Share Posted November 7, 2023 hello you can use any note editor to edit this file, I use notepad++ I see a lot of text in the bottom lines, it would be good if you edit a short part and try it, it will probably work 1 1 Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 8, 2023 Author Share Posted November 8, 2023 I am aware of the text below and have tried changing it in all text editors, including hex Editor. but the text order is broken. That's why vehicle assistance is needed Link to comment Share on other sites More sharing options...
Engineer Solution LinkOFF Posted November 10, 2023 Engineer Solution Share Posted November 10, 2023 (edited) typedef struct{ char Magic[]; uint32 Version; char Filename[]; uint32 NumOfEntries; uint32 LKEYTableStart; uint32 LSTRTableStart; uint32 Unknown; char LKEYMagic[4]; uint32 LKEYTableSize; } HEADER; typedef struct{ uint32 Unknown; uint32 Offset; local uint32 pos = FTell(); FSeek(startPos + Offset); char LString[]; FSeek(pos); } LKEY_ENTRY; HEADER hdr; local uint32 startPos = hdr.LSTRTableStart; LKEY_ENTRY lkey[hdr.NumOfEntries]<optimize=false>; 010 Editor Template Edited November 10, 2023 by LinkOFF 1 Link to comment Share on other sites More sharing options...
michalss Posted November 10, 2023 Share Posted November 10, 2023 11 minutes ago, LinkOFF said: typedef struct{ char Magic[]; uint32 Version; char Filename[]; uint32 NumOfEntries; uint32 LKEYTableStart; uint32 LSTRTableStart; uint32 Unknown; char LKEYMagic[4]; uint32 LKEYTableSize; } HEADER; typedef struct{ uint32 Unknown; uint32 Offset; local uint32 pos = FTell(); FSeek(startPos + Offset); char LString[]; FSeek(pos); } LKEY_ENTRY; HEADER hdr; local uint32 startPos = hdr.LSTRTableStart; LKEY_ENTRY lkey[hdr.NumOfEntries]<optimize=false>; 010 Editor Template very nice thx.. 1 Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 10, 2023 Author Share Posted November 10, 2023 On 08.11.2023 at 00:16, PixelordTr said: senin How can I use this template? Is there a training video? Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 19, 2023 Author Share Posted November 19, 2023 08.11.2023 saat 00:16'da PixelordTr şunları söyledi: senin Teşekkürler. dll hatası veriyordu. DeniyecemThanks. dll was giving error. I will try Link to comment Share on other sites More sharing options...
michalss Posted November 19, 2023 Share Posted November 19, 2023 27 minutes ago, kosemen_76 said: Teşekkürler. dll hatası veriyordu. DeniyecemThanks. dll was giving error. I will try sorry my bad updated to version 1.2.0. Now it should work.. Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 19, 2023 Author Share Posted November 19, 2023 (edited) Hi, thank you very much for the text tool. I am very sorry for the trouble I have caused you. However, the Text tool did not work on other archive files. What solution do you suggest for this? Belgeler.zip Edited November 19, 2023 by kosemen_76 Link to comment Share on other sites More sharing options...
michalss Posted November 19, 2023 Share Posted November 19, 2023 2 hours ago, kosemen_76 said: Hi, thank you very much for the text tool. I am very sorry for the trouble I have caused you. However, the Text tool did not work on other archive files. What solution do you suggest for this? Belgeler.zip well it is different format... i will have a look but not now Link to comment Share on other sites More sharing options...
michalss Posted November 19, 2023 Share Posted November 19, 2023 ahh i see this is gonna by a problem since text is splitted into multiple files. Can you share all of them ? Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 19, 2023 Author Share Posted November 19, 2023 (edited) Peki çok teşekkür ederim Yeni klasör.zip Edited November 19, 2023 by kosemen_76 Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 19, 2023 Author Share Posted November 19, 2023 That is all Link to comment Share on other sites More sharing options...
michalss Posted November 20, 2023 Share Posted November 20, 2023 ok got it 🙂 i will update the tool soon. Its very strange header... Link to comment Share on other sites More sharing options...
michalss Posted November 20, 2023 Share Posted November 20, 2023 here it is 2 Link to comment Share on other sites More sharing options...
kosemen_76 Posted November 20, 2023 Author Share Posted November 20, 2023 Thank you, the tool worked perfectly. As the first to open a topic, I think I deserve it. I wish you success with your new site. Link to comment Share on other sites More sharing options...
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