View Single Post
  #7  
03-16-2011, 12:50 PM
Paul's Avatar
Paul
Outlaw Sniper
 
: Jun 2007
: MilkyWay
: 1,535
Rep Power: 19
Paul  (718)Paul  (718)Paul  (718)Paul  (718)Paul  (718)Paul  (718)Paul  (718)

:
Do you mean a patcher couldn't work because each version of game has different offsets for each string? Or that translating the strings in the .exe wouldn't work because the game uses hardcoded offsets to insert them?

If the former, couldn't the patcher use search/replace?
Search and replace could work but there are more issues. The strings are fixed length so that can/will bugger things up.

There are many versions of the game, search and replace in the French version for example isn't ever going to work.

I think the best way any of this can work is to assume all game versions are not supported, with the exception of the steam version! Since anyone can easily buy the steam version etc.

Only problem is that this means somehow unpacking the game at runtime and then doing the patching, I've got no idea how the steam binary packing protection works..
__________________
[ http://www.paulsapps.com ]

Crawling sligs will shout "Mommy!" while running around and then the slig mommy will appear and help them put their pants on.

Reply With Quote