What's new

The Tesseract for MW2 v2.1 (Now Open Source)

CAPiiX

CAPiiX

Getting There
Grammar Nazi Seasoned Veteran Grizzled Veteran
Messages
1,158
Reaction score
276
Points
185
Sin$
0
got it to work but my screen has a big *** red slash across it when my guy walks around?
Screenshot please? Mine worked just fine first try. Maybe some background on what you did could help too.
 
bbbilly

bbbilly

Hi this is my title
Free Hoster Seasoned Veteran Grizzled Veteran
Messages
1,270
Reaction score
237
Points
230
Sin$
0
Screenshot please? Mine worked just fine first try. Maybe some background on what you did could help too.
thanks for trying to help but i solved it i didnt have the default.xexp, default_mp.xexp, patch_mp.ff, dlc1_ui_mp.ff, or the dlc2_ui_mp.ff Maybe he should add that you need those because for the other menus i just needed to patch the default_mp.xex with whatever .dll
 
CAPiiX

CAPiiX

Getting There
Grammar Nazi Seasoned Veteran Grizzled Veteran
Messages
1,158
Reaction score
276
Points
185
Sin$
0
thanks for trying to help but i solved it i didnt have the default.xexp, default_mp.xexp, patch_mp.ff, dlc1_ui_mp.ff, or the dlc2_ui_mp.ff Maybe he should add that you need those because for the other menus i just needed to patch the default_mp.xex with whatever .dll
I already had them in my game directory so I didn't encounter that issue. Glade you got it to work.
 
bbbilly

bbbilly

Hi this is my title
Free Hoster Seasoned Veteran Grizzled Veteran
Messages
1,270
Reaction score
237
Points
230
Sin$
0
rgh i will post some pics and the red thing returned i think it says FX
















Also to get rid of it i changed teams or went into spectating mode
 
bbbilly

bbbilly

Hi this is my title
Free Hoster Seasoned Veteran Grizzled Veteran
Messages
1,270
Reaction score
237
Points
230
Sin$
0
So.. i tried everything but this wont work for me. I patched the default.xex and downloaded like 10 different Tu8's, all of them give me errors.
Phuck this!

Can anyone help me?!
u need to install mw2 in a new folder
 
HotLikeMexico

HotLikeMexico

- The Great Maes -
Modder Seasoned Veteran Grizzled Veteran
Messages
1,640
Reaction score
555
Points
230
Sin$
0
If you are using a float for the green text, I would suggest you use this:
Code:
{ 0.0f, 0.25f, 0.0f , 0.001f }

On topic: Your menu is awesome but about every 2/3 games I fatal just after 'Waiting for other players'.

No offence but nobodys care that you can found a float value for colour..
 
A

AstroModder

Enthusiast
Messages
46
Reaction score
9
Points
55
Sin$
7
this is so much better then hud elements lol This is what people should be doing. much more custom scripting going on in this.
 
CraigChrist8239

CraigChrist8239

VIP
VIP
Hardened Veteran Experienced Veteran Grizzled Veteran
Messages
2,641
Reaction score
3,924
Points
660
Sin$
-7
Ive recorded a video for you:


Thanks for that. I see alot of bugs, I'll go ahead and list them incase anyone cares:
1. Notice how you press noclip and go back and the mFlags Menu button is glowing? But then you go to Weapon Flags and disable your weapons and go back and its not glowing.... it should be...
2. The floats in the keyboard descriptions are like 0.0000000... They should be simpler, just 0.
3. The max inventory count is 0xF, theres nothing I can do about that. But the input for the dvar goes up pretty high (even though it didn't change the dvar when you tried to go passed that max)
4. The glow colors on the players menu flash when you're looking at a player that isn't you. This didn't happen to me :/

Also, if you're dumping the assets, open up xbWatson. It'll tell you when its done dumping. Assets are dumped to "game:\dump\" and most can be used in the "game:\raw\"

EDIT: Lastly, to those who are having trouble installing, heres a quick little guide I wrote up thats helping some...
I hear you're having trouble...

First, you'll need to get the program "XeXTool" and "XePatcher", they can easily be found on google. Then you'll need a stock default_mp.xex from your MW2 ISO. Next open up cmd.exe. Type something like this so the paths lead to your files...
Code:
"G:\Xbox 360\Xextool" "G:\Xbox 360\default_mp.xex"
And it should print out some information. Look for the "Media ID". Should be 8 letters and numbers. Next go here and type in your "Media ID" in the search box. It'll bring up a list of updates for you, just download TU8.

Next you'll need a program like "Le Fluffie" or "Horizon" to open the TU you just downloaded. Open it up and you'll see a list of files. Extract every file except the "default.xexp". Now you'll need to use Xextool again to patch the xex like so...
Code:
"G:\Xbox 360\xextool" -p "G:\Xbox 360\default_mp.xexp" "G:\Xbox 360\default_mp.xex"
Also, open up the DefaultDLLPatches.s file. Make sure you remove the '#' before the 3 lines after the header for MW2 TU8.

Now that you have the TU8 xex and you've edited the DefaultDLLPatches.s, you'll need to use XePatcher in a similar way, like this...
Code:
"G:\Xbox 360\xepatcher" -p "G:\Xbox 360\DefaultDLLPatches.s" -x "G:\Xbox 360\default_mp.xex"
It should run and successfully patch the xex. Now just copy that xex, the Tesseract.dll for JTAG-RGH, the "raw" folder in my .zip, and all the files from the TU that you extracted earlier (except the "default_mp.xexp") to your MW2 folder. After that, launch the default_mp.xex and it should boot up fine. If it works, the "XBOX LIVE" menu option should now say "alterIWnet" instead.
 
Last edited:
bbbilly

bbbilly

Hi this is my title
Free Hoster Seasoned Veteran Grizzled Veteran
Messages
1,270
Reaction score
237
Points
230
Sin$
0
Thanks for that. I see alot of bugs, I'll go ahead and list them incase anyone cares:
1. Notice how you press noclip and go back and the mFlags Menu button is glowing? But then you go to Weapon Flags and disable your weapons and go back and its not glowing.... it should be...
2. The floats in the keyboard descriptions are like 0.0000000... They should be simpler, just 0.
3. The max inventory count is 0xF, theres nothing I can do about that. But the input for the dvar goes up pretty high (even though it didn't change the dvar when you tried to go passed that max)
4. The glow colors on the players menu flash when you're looking at a player that isn't you. This didn't happen to me :/

Also, if you're dumping the assets, open up xbWatson. It'll tell you when its done dumping. Assets are dumped to "game:\dump\" and most can be used in the "game:\raw\"

EDIT: Lastly, to those who are having trouble installing, heres a quick little guide I wrote up thats helping some...
Thanks for adding that you needed those files also i forgot to mention how great this menu is a lot of different and added stuff compared the other ones. Also it stopped freezing on me after i used the menu on different maps. I think their was other reasons to as i was enabling a lot of stuff at in a short time period. Also you said not to extract the default.xexp and afterwards said not to include the default_mp.xexp so that means I should only include the patch_mp.ff and the two dlcs? well i got it to work my main proble was i had a different defaultdllpatches.bin while patching my xex
 
Top Bottom
Login
Register