Dev's Limit Breaking 101 Techniques
-
83FF010F94C2
–>
BA0100000090 freelancer.exe 1B264C cannon keep FL display running when the window doesn’t have focusI believe this is the cause of issues when alt-tab’ing from fullscreen;
WARNING: RenderMgr - failed to create_buffers(1024,768) 32,-1
Basically it flashes to black screen and then stays there, clicking anywhere brings the window back into focus (I presume) without any visuals, just sound.
Sorry if this has already been covered, it’s quite difficult to troubleshoot through this thread xD
Any way to fix this?
-
Alrighty folks, updated the text list with the following:
– Reorganized the categories a little
– Added adoxa’s LODranges double/quadruple hack
– Added adoxa’s show current worth in MP hack
– Added adoxa’s activate missile/torpedo/disruptor purchase / mount hacks
– Added adoxa’s prevent transfer / mounting / selling of various equipment hacks
– Added adoxa’s jump gates / holes reputation test hacks
– Added Helloween’s trade lane speed hacks
– Added Cannon’s formation catchup speed hack
– Added adoxa’s drop cargo timeout hacks
– Added adoxa’s allow 64 simultaneous firings hack
– Added adoxa’s various auto-level / level camera toggling hacks
– Added adoxa’s individual target bracket corner removal hacks
– Added adoxa’s sunspine in nebula/field hacks
– Added adoxa’s drop cruise on 0 power hack
– Added adoxa’s show decimal cargo hackCheck it all out here: http://the-starport.net/freelancer/forum/viewtopic.php?post_id=2081#forumpost2081
I’ve also cleaned up the tutorial a little for readability and ease-of-use.
Any important hacks I missed?
Edit: SIX, SIX SIX, THE NUMBER OF THE BEEAAASST
-
\m/
content.dll 0518C7 34->00 = allow fc_n_grp for randommissions PART 1 ~adoxa content.dll 0519B7 34->00 = allow fc_n_grp for randommissions PART 2 ~adoxa content.dll 0BD2D8 00->01 = allow fc_n_grp to drop (phantom) loot ~adoxa
common.dll 139B74 905332->C0DE26 = use thruster hp_type for cloaking device ~adoxa common.dll 139B74 905332->50DB26 = place cloaking devices on countermeasure hardpoints ~adoxa common.dll 139B74 905332->40172D = use cloaking device as internal equipment ~adoxa, He||oween
I have managed with this by adoxa’s help ))
And …
Freelancer.exe 131D2B 0F94C0->B00190 = activate lightsource_cone ~adoxa
server.dll 06BFA6 E4B4->14B3 = disable encryption on creating MP character server.dll 06E10D E4B4->14B3 = disable encryption on saving character/game server.dll 07399D E4B4->14B3 = disable encryption on creating restart file
-
Yay for Fox being back! Woot!
-
Huh, you may compare two binary files and get offset, but is it l3g@l?
-
FriendlyFire already posted the no-CD patched freelancer.exe in the downloads section: http://the-starport.net/freelancer/download/singlefile.php?cid=1&lid=2649
So I would assume so, yes.
-
No-CD patches are a gray area, but considering many bargain bin (yet still official) versions of FL include one, I don’t think they’d bother anymore
-
Updated. Also, yeah, a hex compare would reveal what’s needed for the no-CD patch, but I’d rather not put that in the offsets list.
Edit: BTW, slick hacks. Didn’t even know fc_n_grp didn’t drop phantom_loot by default. Are there any other factions that do this normally?
-
Doubtful. As far as I know, the original EXE is encrypted to a certain extent. The No-CD EXE has patches on top of a full decryption of said EXE.
-
Just spent the last hour and a half updating the wiki. Pretty sure most things are on there now.
I wrote a simple PHP script to read lines out of a file and convert them into the right format for the wiki. Each one of these lines is assumed to be in the same format as used for Fox’s text file. Obviously, it will not work with Adoxa’s max MP credit hack. Consider it WTFPL licensed.
", "-->", $secondsplit[0]); $comment = substr($secondsplit[1], 0, strpos($secondsplit[1], "~") - 1); $author = substr($secondsplit[1], strpos($secondsplit[1], "~") + 1); echo "|".$defaultvalue."\t||".$file."\t||".$offset."\t||".$author."\t||".$comment."\r\n|-\r\n"; } ?>
-
@FF & @Fox
No one prevents you to unpack/decrypt the CD dependent version.
There are unpackers/decryptors in bulk at the inet. -
@Fox, Sorry I forgot about credits - copy-pasted as is )) Fix please, it is Adoxa:
server.dll 06BFA6 E4B4->14B3 = disable encryption on creating MP character ~adoxa server.dll 06E10D E4B4->14B3 = disable encryption on saving character/game ~adoxa server.dll 07399D E4B4->14B3 = disable encryption on creating restart file ~adoxa