There are no bin patches for OS X in dfhack r5?
Most of the binary patches were only written for Windows and Linux - considerable extra effort is required in order to port them to OSX, so it hasn't been done yet.
[edit] For the record, I've located all of the patch points for the various patches, though I currently don't have the means to write the patches myself.
Excellent. I checked the list, and there are 2 more binpatches that could make the list:
User2's manager unlimiterUrist Da Vinci's weapon velocity patchI see that jj is wrinting the .dif-s. Should I send the PM with this?
And a bit noob question. The patch that jj posted looks like this:
see linux patch for info
- .text:00111776 jnz loc_111750
+ .text:00111776 nop
+ .text:00111777 nop
sub_660360
osx stores pointer in edi instead of ebx
- .text:006612C3 mov eax, [eax+edx*4]
+ .text:006612C3 mov edi, [eax+edx*4]
- .text:006612CD mov eax, [eax+74h]
+ .text:006612CD mov eax, [edi+74h]
---8<---
Dwarf_Fortress
00110776: 75 90
00110777: D8 90
006602C4: 04 3C
006602CE: 40 47
Do I need to use it as it is, or only the lines with the plus signs? I'm asking because I've seen github patches that marked the line changes with minus and plus signs, and I'm unsure about this one. The game accepts the binpatch either way, but I can't confirm if it's working correctly or not.
