Helpful Halo Appies 1.0 :D

Halo modding and gaming related applications.
Mac Hacker
Ranger
Posts: 1787
Joined: Tue Jul 10, 2007 9:07 pm

Helpful Halo Appies 1.0 :D

Post by Mac Hacker » Fri Feb 29, 2008 12:15 am

I take no credit for what i didnt make myself i compiled this to help others it contains work by me and conure

credits are in the app so i am not gona post them :D

conure hope you do not mind me using your code to add certain apps into one i used it along side some code of mine if anyone wants a windows version just ask and i will compile one

Screeny:Image

Download: http://files.filefront.com/HelpFull+Hal ... einfo.html
TsGh

Yarok
Ranger
Posts: 1391
Joined: Fri Dec 14, 2007 3:01 pm

Post by Yarok » Fri Feb 29, 2008 3:51 am

wait... so this is a few modding apps into 1 application?

good job

but you still need estachon for the newbies + demo hack
TaxiService wrote:I've got no soul
As I surreptitiously put my tallywhacker into the jet

G[v]N
Green Beret
Posts: 3460
Joined: Thu Oct 18, 2007 5:18 am
Location: Ò_ô

Post by G[v]N » Fri Feb 29, 2008 3:55 am

What's HMT/Sparkedit string fixer do?

Anyway, nice!
Image
Moxus wrote:Many thanks to the people who have made my years on MGM and on Halo Demo so memorable.

Excend
Commando
Posts: 2791
Joined: Sun May 06, 2007 3:27 am
Location: SiK x Gh0sTs Rehauled.
Contact:

Post by Excend » Fri Feb 29, 2008 4:04 am

I think you can open one within the app, and inorder to open HMT you have to open it at the same time you open sparkedit string fixer


and yes you do need demo hack... HMT doesnt work (for me anyway) without demohack
TaxiService wrote:Roses are red
Violets are blue
What a shitty thread
Fuck all of you.

Mac Hacker
Ranger
Posts: 1787
Joined: Tue Jul 10, 2007 9:07 pm

Post by Mac Hacker » Fri Feb 29, 2008 10:23 am

you know how when u inport stuff into the scnr then when u open it up in spark edit? the strings are messed up that fixes that'

alt didnt release the source code for demo hack or i would put that into this app i could put eschaton 4 but idk if i can reset that up so it wont interfear with the other apps in thsi

and if altimit can explain how i get patching to work i can add that to so it will function with eschaton! making QPF patches and this could be included with eschaton
TsGh

Fonzeh
Ranger
Posts: 1894
Joined: Tue Oct 16, 2007 3:57 am
Location: "I didn't just take your mom out to dinner. I ate your mom for dinner."
Contact:

Post by Fonzeh » Fri Feb 29, 2008 10:45 am

But... but... but....
G[v]N wrote:HUGE NOTIFICATION
THIS GRAVY HAS BRAINS
Mota-Lev was here 30/4/2010@2:18pm
Image

Altimit01
Eschaton Dev
Eschaton Dev
Posts: 2108
Joined: Sun Apr 15, 2007 7:43 pm

Post by Altimit01 » Fri Feb 29, 2008 10:52 am

Patching is amazingly simple. I've explained how the QPF format works a couple of times, but really all it takes is a little thinking and you could write a patcher pretty easily. QPF is also unbelievably lazy.
Disclaimer: I am no longer active. Any posts, PMs or other communication I use has no guarantee of accuracy or follow up.
Download Eschaton: Mediafire

Mac Hacker
Ranger
Posts: 1787
Joined: Tue Jul 10, 2007 9:07 pm

Post by Mac Hacker » Fri Feb 29, 2008 10:52 am

ƒønz¡£™ wrote:But... but... but....
but what? btw i cant get on aim so please explain

i got your patching source for QPF you gave it to me a while back you mind telling me how to set up a menu item that lets you patch and unpatch a file? and make a patch? or even how to set the buttons up?

EDIT actually i think i know how idk tho
TsGh

Altimit01
Eschaton Dev
Eschaton Dev
Posts: 2108
Joined: Sun Apr 15, 2007 7:43 pm

Post by Altimit01 » Fri Feb 29, 2008 10:59 am

I should hope so...
Your protection app is pretty bad. All it does is blank the first 1000 bytes (give or take) of the file. That doesn't really protect anything. It just kills the map file.
Disclaimer: I am no longer active. Any posts, PMs or other communication I use has no guarantee of accuracy or follow up.
Download Eschaton: Mediafire

Mac Hacker
Ranger
Posts: 1787
Joined: Tue Jul 10, 2007 9:07 pm

Post by Mac Hacker » Fri Feb 29, 2008 11:08 am

Altimit01 wrote:I should hope so...
Your protection app is pretty bad. All it does is blank the first 1000 bytes (give or take) of the file. That doesn't really protect anything. It just kills the map file.
this one is a fixed version that i gave to root a while ago i got 2 diffrent codes for it i uploaded the wrong one last time but this one shouuld work it is set to null the index

btw when i set up buttons i get 5 errors

Image
the properties and methods are there tho? so i am confused

EDIT NVM i had to dim as folderitem

EDIT EDIT: Didnt work i dont get any error but it wont work
TsGh

Altimit01
Eschaton Dev
Eschaton Dev
Posts: 2108
Joined: Sun Apr 15, 2007 7:43 pm

Post by Altimit01 » Fri Feb 29, 2008 1:59 pm

That's too vague to give any indication of what's wrong. Errors without context have no meaning.
Disclaimer: I am no longer active. Any posts, PMs or other communication I use has no guarantee of accuracy or follow up.
Download Eschaton: Mediafire

Mac Hacker
Ranger
Posts: 1787
Joined: Tue Jul 10, 2007 9:07 pm

Post by Mac Hacker » Fri Feb 29, 2008 2:02 pm

Altimit01 wrote:That's too vague to give any indication of what's wrong. Errors without context have no meaning.
you know the error you get on most apps? like eschaton if you fuck sonmething up with a msgbox that pops up? thats the one i get
TsGh

Altimit01
Eschaton Dev
Eschaton Dev
Posts: 2108
Joined: Sun Apr 15, 2007 7:43 pm

Post by Altimit01 » Fri Feb 29, 2008 2:29 pm

No I don't know that error. I know about NilObjectException errors, but again they have no context. They simply mean somewhere you're trying to access something that doesn't exist. Without knowing the code there's no way to know what caused the situation. That's what debuggers are for. Segfaults and Stackoverflows are just as tricky to find. Again CONTEXT matters.
Disclaimer: I am no longer active. Any posts, PMs or other communication I use has no guarantee of accuracy or follow up.
Download Eschaton: Mediafire

Mac Hacker
Ranger
Posts: 1787
Joined: Tue Jul 10, 2007 9:07 pm

Post by Mac Hacker » Fri Feb 29, 2008 3:22 pm

Altimit01 wrote:No I don't know that error. I know about NilObjectException errors, but again they have no context. They simply mean somewhere you're trying to access something that doesn't exist. Without knowing the code there's no way to know what caused the situation. That's what debuggers are for. Segfaults and Stackoverflows are just as tricky to find. Again CONTEXT matters.
that was the error i was getting but it was becuase i used the method as the action i got it working kinda now
TsGh

BRIMSTONE
Ranger
Posts: 724
Joined: Mon Aug 27, 2007 2:13 pm
Location: performing dark rituals on halo...

Post by BRIMSTONE » Fri Feb 29, 2008 6:27 pm

ahhhhh.............the programming jargon of the programing Gods.......so different from the moding gods........................
"One Death Is An Anomaly. One Hundered
Thousand Deaths Is an statistic"

Post Reply

Who is online

Users browsing this forum: Baidu 2 [Spider] and 5 guests