Dev's Limit Breaking 101 Techniques
-
/autobuy
F88 Features (as EXAMPLE !)
/save (to save game in space ^^)
And of course other new options (for instance, dynamic economy - ok, this can be done even without FLHook)
-
Ok hotshot thanks for that reply:P
I did miss a few things out bas
but still thats alot of effort to put in for just single player. when there are other programmes out there. ok sure you wont get auto buy or such but thats not a issue really. i never ever used auto buy didnt see the point in it. As for the other stuff meh:P
-
Cloaks, target marking, hull-regen items, selective docking restrictions, etc. would all still be applicable in SP. Seeing as 88 Flak makes rather extensive use of these features, it nearly cripples the OpenSP compatibility of the mod - OpenSP is supported in Flak, but only barely (you can not cloak ships, any āunlockableā areas are simply unlocked, etc.)
-
Found something hereā¦
ā 1.25f in freelancer.exe, 0x1C9804, 0x1C9804 = multiplier for distance at which brackets around non-targeted ships in space will appear (1.25 = ~3km, 37.5 = ~93km, etc)
I wanted to remove the brackets completely from no targetted ships, so I set this multiplier to 0, but that made the tractorbeam effect dissappear!
So this multiplier is used for more than one thingā¦
Does anyone know another way around to remove those brackets? I did see the hack below this one on the list, but I donāt want to remove all that!
-
Thatās the problem; those images apparently donāt exist. At least, nobody found them to my knowledge.
Iām believing they arenāt images, theyāre actual meshes of some sort defined through VMeshRef and VMeshData.
-
-
Brackets are in buttontextures.txm, it is a single corner that is mirrored using UV mappingā¦
-
Turns out you were modifying the wrong value - you want 0.0004f at 0x1d954c in Freelancer.exe. Thatās the reciprocal of the distance at which the brackets will be drawn. Change it to 1 (00 00 80 3F) and the brackets disappear. Alternatively, patch the code itself at 0xec1b3 (0x7A0A to 0x9090) to always succeed the below zero test.
-
**Iāve been checking some of the values listed here, you need to verify the NPC spawning stuff, its incorrect for both unpatched and patched content.dll files, at least for the American version.
ā 1775d in content.dll, 0x11AC80, 0x11BC80 = initial NPC max spawn distance in SP and MP (such as after respawn)
1.0 - 00 00 00 00
1.1 - 00 00 00 00** -
**Here is a snapshot of both files side by side in my hex editor
As you can see that isnāt the only one that isnāt thereā¦
Both of these were installed yesterday directly from the CD, BTW this is the original CD that came out in 2003, not any of the new ones released after MS stopped selling them.** -
**My mistake on the original one, I accidentally used the patched version, updated the pic to the correct filesā¦
Left - Original, stuck in patched folder to make it easier to compare
Right - Patched versionIn both the 11(a)(b)c80 is 00 00 00 00, could someone send me a copy of theirs so I can check it?**
-
Fox, are you using the original 1.1 or a modified version? I had another sent to me by FF and it is exactly like my version of content.dllā¦
-
**That is the missing key, thanks!
When I do doubles, its usually shortened to dbl, the way it was listed here looked like 1775 (d) decimal, maybe a legend in the first post will alleviate this misunderstanding.
Thanks again!**