Unknown Jump Gate string
-
That would most likely be in resources.dll, which normally doesn’t appear in FLEd-IDS. You can use FLDev to edit that one.
-
Yeah I figured so, I just found out, then I came here on the forums and saw your post. Thanks anyway.
My mistake was only searching the DLL FLed-ids DLL with the hex editor, I went into solararch.ini and found out it was pointing to a string in resources.dll.
-
Just for Info:
I found out that “FLEd-ids.exe” refers to all DLLs that are defined in
RECOURCES-Section in the “exe/freelancer.ini” of the MOD-folder you choose in FLEd-ids.exe.
If you want to have access to recources.dll with FLEd-ids.exe just define it in freelancer .ini like:
DLL = resources.dll
(be sure that the resources.dll is NOT SET to “read only”)Although I realised some issues when you do this permanently.
I just set it to “;DLL = resources.dll” or delete the entry when my
editing via FLEd-ids is done and everything is fine again to “release”
the MOD.These are are just my two cents.