Yelo: Halo 2 (Xbox)

Utilities designed primarily for the xbox version of Halo 2.
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

Well thats kind of the grey area of things...depending on the distance from you and the object, things will turn out differently due to lens distortion.
SomeoneX





Posts: 41
Joined: Sun May 22, 2005 7:32 am

Post by SomeoneX »

Aye, that's true. And naturally if the aspect ratio of the screenshot won't come out at 4:3 or 16:9 (depending on your TV settings) it's going to be inaccurate.

Even if the screenshot didn't look the same due to distortion, it'd still be quite useful estimate if it were possible. And if you have a program that can stitch it without any angular distortion like AutoPano, you're sold ;)

Just a thought anyways.
Shalted




Eureka Translator

Posts: 565
Joined: Wed Nov 17, 2004 8:41 am
Location: Vancouver, BC This is where people put their modding team because they feel important.
Contact:

Post by Shalted »

Code: Select all

stringsize db 0
GetStringSize PROC
    pushad
    xor ecx, ecx    ;initializes counter
    findsize:
    cmp byte ptr [esi], 0   ;check for string termination
    je donesizing    ;jump if done reading
    inc esi     ;otherwise read next byte
    inc ecx     ;increase string size count
    jmp findsize    ;and loop until termination
    donesizing:
    mov byte ptr ds:[stringsize+ebp], cl
    popad
    ret
GetStringSize ENDP
<

Code: Select all

;;;;; A little bit more optimized ;)
stringsize db 0
GetStringSize PROC
    pushad
    xor ecx, ecx    ;initializes counter
    findsize:
    or al,al   ;check for string termination
    jz donesizing    ;jump if done reading
    loadsb    ;load a character from esi in to al
    inc ecx     ;increase string size count
    jmp findsize    ;and loop until termination
    donesizing:
    mov byte ptr ds:[stringsize+ebp], cl
    popad
    ret
GetStringSize ENDP
liek red up on som upcodez n00b :twisted:
Awaiting connection...
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

lol I'll take that as a compliment if that's the only optimization you can do :P
Shalted




Eureka Translator

Posts: 565
Joined: Wed Nov 17, 2004 8:41 am
Location: Vancouver, BC This is where people put their modding team because they feel important.
Contact:

Post by Shalted »

Nah, it's the first thing that stuck out.
Awaiting connection...
User avatar
latinomodder





Posts: 1040
Joined: Tue Sep 20, 2005 5:51 pm
Location: Costa Rica

Post by latinomodder »

I was wondering if a simpler trainer could be released that only enabled ai in mp in order to be able to launch it with xbmc, or make a xbox executable designed to do such task. This is not to go into xored evrytime you wanna play ai in mp
Image
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

It's not like its hard to go into xored every time, this trainer is great, you're being to lazy.
User avatar
latinomodder





Posts: 1040
Joined: Tue Sep 20, 2005 5:51 pm
Location: Costa Rica

Post by latinomodder »

Its not layziness is convinience. I have no doubt this is the best trainer ever made.
Image
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

latinomodder wrote:I was wondering if a simpler trainer could be released that only enabled ai in mp in order to be able to launch it with xbmc, or make a xbox executable designed to do such task. This is not to go into xored evrytime you wanna play ai in mp
Yeah I guess I can do that. This will work with all loaders and automatically disables the AU as well as map checksum verification. All credit goes to Kornman00 ;)

http://web.ics.purdue.edu/~davis21/BUNG ... 2aifix.etm
User avatar
r0tten
Readers Club




Recreator Wordewatician 500

Posts: 1734
Joined: Sun Jan 22, 2006 8:41 pm

Post by r0tten »

latinomodder wrote:I was wondering if a simpler trainer could be released that only enabled ai in mp in order to be able to launch it with xbmc, or make a xbox executable designed to do such task. This is not to go into xored evrytime you wanna play ai in mp
actually thats not a half bad idea.
User avatar
jordanimal




Recreator

Posts: 678
Joined: Wed Nov 16, 2005 1:41 pm
Location: Houston, Texas
Contact:

Post by jordanimal »

Gj xbox! This will be handy for many.
Image
User avatar
latinomodder





Posts: 1040
Joined: Tue Sep 20, 2005 5:51 pm
Location: Costa Rica

Post by latinomodder »

THANK YOU!

This is a great I wasnt expecting it so fast!
Image
User avatar
Trulife8342




Orb Commentator Firestorm

Posts: 2403
Joined: Sat Sep 03, 2005 7:04 am
Location: Miami, FL -- Name: Mauro Garcia
Contact:

Post by Trulife8342 »

lol mike you sneaky fox :wink:
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

Trulife8342 wrote:lol mike you sneaky fox :wink:
It's not the one I gave you, I changed some things and recompiled ;P
PPFNOOB101





Posts: 271
Joined: Sat Mar 04, 2006 2:02 pm
Location: Behind you!
Contact:

Post by PPFNOOB101 »

haha
sweet
AI in MP now works for me...
thanks man :oops:
Jubakuba, no its not in the dictionary! {inactive profile: now known as Jubakuba}
Image
Now Hiring
User avatar
Shadow LAG
Readers Club




Articulatist 500

Posts: 676
Joined: Sat Apr 02, 2005 5:47 pm
Contact:

Post by Shadow LAG »

uhm this one doesnt disable the patch nor are any of the dev options enabled. I automaticlly assumed the dev options would come with it but I was sure u said it would disable the patch, which it does not

nvm ignore my ingorance I did not have the tsr set to normal.
Long live Detox
Long live leo
Long live the trust.

Sticking it to the man since 16 Jun 2005
PPFNOOB101





Posts: 271
Joined: Sat Mar 04, 2006 2:02 pm
Location: Behind you!
Contact:

Post by PPFNOOB101 »

Shadow LAG wrote:uhm this one doesnt disable the patch nor are any of the dev options enabled. I automaticlly assumed the dev options would come with it but I was sure u said it would disable the patch, which it does not

nvm ignore my ingorance I did not have the tsr set to normal.
eh...disable it yourself
your DLC maps should be added to your mainmenu anyway
Jubakuba, no its not in the dictionary! {inactive profile: now known as Jubakuba}
Image
Now Hiring
IIMrSneakyII





Posts: 3
Joined: Fri Dec 02, 2005 12:14 pm
Contact:

Post by IIMrSneakyII »

is it possible to make it for the new maps soo i can play with peps on xlink or xbox connect? :oops:
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

Possible yes...within my attention span, no :X
Squid Lord





Posts: 43
Joined: Sun Mar 26, 2006 1:55 pm

Post by Squid Lord »

Ok, i did everything it says to do on like the first few pages, i even went back into the File Explorer and manually un-undid the update, i can only get the Infinite ammo/grenades, and dethless player to work....nothing else, someone tell me wuts up with this?


BTW: on softmodded xbox using UnleashX
Post Reply