Jump to content

captain morgan and the golden turtle ps3 *dat file


Go to solution Solved by LinkOFF,

Recommended Posts

Posted

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 

  • Like 1
  • Thanks 1
Posted

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

  • Engineer
  • Solution
Posted (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 by LinkOFF
  • Like 1
Posted
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..

  • Like 1
  • 2 weeks later...
Posted
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..

 

Posted (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 by kosemen_76
Posted
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...