|
-
Nov 13th, 2001, 02:06 AM
#1
Thread Starter
Lively Member
Getting text from "Ultima Online" ..??
Hello.
I've posted before about using ReadProcessMemory() to get text from this Online RPG, but so far, that method has proved to be somewhat tricky. There must be another way to grab text from this game. It has no textboxes..API cannot be used..and ReadProcessMemory returns broken text that is filled with nonsensical characters---(i.e. §§§ÄÄ***)
The game can log all the text in the game (i.e. Player chat, status text..etc.) but it will only write to a .txt file AFTER the user exits the program. Knowing this, there must be some place the game is storing the text, before it writes to the .txt file. I've searched up and down for a temporary cache file, but have found nothing. there must be another way. Anyone have any thoughts or advice on this subject??? Any help is MUCH appreciated as my colleague and I are very frustrated with this task. Thank you.
-
Nov 13th, 2001, 04:21 AM
#2
Thread Starter
Lively Member
Well, I figured that the text was sent in unicode, so Im using StrReplace(mystring, vbFromUnicode),,,but it doesnt seem to be making a difference. Will this method even work??? It's a tricky project, but I've always beleived anything can be done in VB. Thx for the input AIS_DK.
-
Nov 13th, 2001, 05:13 AM
#3
Thread Starter
Lively Member
^Bump^
Plz help, someone,, anyone!!!!
-
Nov 13th, 2001, 03:41 PM
#4
Thread Starter
Lively Member
^BUMP^
I'm still lost. Plz help me.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|