(Halo 2) -~! h2x 4.20 !~- --*UPDATED*-- 4/30/05

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




Bloodhound Acolyte Orb Commentator
Pyre Socialist

Posts: 9320
Joined: Sun Jun 06, 2004 7:27 pm
Location: Lincoln, NE

Post by GametagAeonFlux »

:shock: AWESOME update.
MXC





Posts: 567
Joined: Thu Apr 07, 2005 3:51 pm
Location: heh heh, i farted ^_^

Post by MXC »

how do i use this and wats it 4 pc or ce? also wat does it let me do?
Image
mind flayer





Posts: 13
Joined: Wed Dec 22, 2004 9:20 pm
Location: seattle

Post by mind flayer »

every time i try to up the spawn count and i save i cannot select anouthe(sp) thing or it gives me this index was outside the bound of the array
User avatar
TheTyckoMan




Artisan Socialist Decryptor Droplet

Posts: 854
Joined: Fri Apr 02, 2004 11:22 am
Location: Tea co not Tie co...

Post by TheTyckoMan »

mind flayer wrote:every time i try to up the spawn count and i save i cannot select anouthe(sp) thing or it gives me this index was outside the bound of the array
looking at it now, might've be something poke added last minute (or it could be that I messed up on one of the values in the scnr plugin)
Sweetness.......Visual Security: 9-block IP Identification
"Teenagers, plus anonymity, plus microphone = idiot."-Bungie
Gabs





Posts: 132
Joined: Thu Apr 08, 2004 11:22 pm
Location: Australia

Post by Gabs »

Update is s-e-x. Nice one

(Sorry about the cesor bypass, but it looked like i was badmouthing the app cause it said ***)
Last edited by Gabs on Fri Apr 29, 2005 2:57 pm, edited 1 time in total.
User avatar
TheTyckoMan




Artisan Socialist Decryptor Droplet

Posts: 854
Joined: Fri Apr 02, 2004 11:22 am
Location: Tea co not Tie co...

Post by TheTyckoMan »

ok there is a bug with the index stuff, so if you want to do stuff in the scnr use this until poke gets it fixed :wink:
Attachments
scnr.rar
(1.24 KiB) Downloaded 41 times
Sweetness.......Visual Security: 9-block IP Identification
"Teenagers, plus anonymity, plus microphone = idiot."-Bungie
mind flayer





Posts: 13
Joined: Wed Dec 22, 2004 9:20 pm
Location: seattle

Post by mind flayer »

thx very mutch
[edit] :?
ok so I open new mobassa go in to the scnr tag then i click on meta editor. next I go to ai si and i click on the box and slelct
1 - e14_mars_inf0 and increase the spawn count then I click save changes but after it saves and i try to slect anouther groupe of chars it gives me the error index was outside the bound of the array so im wondering if it could be because the map isint clean (has a few wep mods on it nothing major) or is it a problum(sp) with the process im useing. but i have also tryed this on some maps that i think are clean but I will try replacing them and trying over
[edit]
User avatar
TheTyckoMan




Artisan Socialist Decryptor Droplet

Posts: 854
Joined: Fri Apr 02, 2004 11:22 am
Location: Tea co not Tie co...

Post by TheTyckoMan »

mind flayer wrote:thx very mutch
[edit] :?
ok so I open new mobassa go in to the scnr tag then i click on meta editor. next I go to ai si and i click on the box and slelct
1 - e14_mars_inf0 and increase the spawn count then I click save changes but after it saves and i try to slect anouther groupe of chars it gives me the error index was outside the bound of the array so im wondering if it could be because the map isint clean (has a few wep mods on it nothing major) or is it a problum(sp) with the process im useing. but i have also tryed this on some maps that i think are clean but I will try replacing them and trying over
[edit]
what version of halo 2 do you have? pal or ntsc?
Sweetness.......Visual Security: 9-block IP Identification
"Teenagers, plus anonymity, plus microphone = idiot."-Bungie
mind flayer





Posts: 13
Joined: Wed Dec 22, 2004 9:20 pm
Location: seattle

Post by mind flayer »

ntcs
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Post by kornman00 »

Not trying to be mean or anything, but that plugin design and syntax has to be the worst I've ever seen (and the slowest :\). Why not use XML? Alot easier, parser already made (which is very fast) and a shit load of .NET classes for interfacing with XML.
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 »

kornman00 wrote:Not trying to be mean or anything, but that plugin design and syntax has to be the worst I've ever seen (and the slowest :\). Why not use XML? Alot easier, parser already made (which is very fast) and a shit load of .NET classes for interfacing with XML.
because i guess it was easier to code and it has nested support along with scripts and a bunch of other useful things. i actually think its pretty organized and its easier to write plugins using it(especially when dealing with nested meta). so what if it sacrafices speed, it works....and until promethius comes out, this program has by far, the best plugin system yet :smile:
pokecancer




Socialist Revivalist Construct Wave
Firestorm ONI

Posts: 226
Joined: Wed Mar 10, 2004 10:37 am

Post by pokecancer »

Fixed the index error.

Also, I think it's a lot easier to make a plugin with my program than with the tradtitional XML format...
mind flayer





Posts: 13
Joined: Wed Dec 22, 2004 9:20 pm
Location: seattle

Post by mind flayer »

wooooooot I love you
Last edited by mind flayer on Sat Apr 30, 2005 12:38 pm, edited 3 times in total.
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Post by kornman00 »

xbox7887 wrote:because i guess it was easier to code and it has nested support along with scripts and a bunch of other useful things. i actually think its pretty organized and its easier to write plugins using it(especially when dealing with nested meta). so what if it sacrafices speed, it works....and until promethius comes out, this program has by far, the best plugin system yet :smile:
The ability to allow nested block editing and string id changing shouldn't rely on the plugins structure.
And I don't see how you find that organized, with XML, you can EASILY tell what thing belongs to what (ie, block 2 belongs to block 1) without looking for some ".--!" or whatever it is again.
And if i'm not mistaken, the reason its slow is because he reparses the plugin everytime a block editor's index gets changed, and reloadgs the data, and repositions all the controls again. Very inefficent.
But I'm not here to tell people how to program.

But if you want my advice poke, learn XML, and .NET's XML classes, I really thing you'll like them. And once (if) you do all that, and implement all that into your app, make a byte buffer for the tag your editing and just edit that byte buffer, instead of reloading and saving to the map all the time. Also, with XML, you only need to parse the XML file once (which is super fast), and then can get xml element data (like say a block's offset) by using some object fields in a XmlNode object.

XML also allows you to add comments that don't really affect parsing (it just skips the comments) and allows you to tab out your XML code, so its easier to read.

Prometheus will be using XML ;)
pokecancer




Socialist Revivalist Construct Wave
Firestorm ONI

Posts: 226
Joined: Wed Mar 10, 2004 10:37 am

Post by pokecancer »

Great... It seem's that the Prometheus team loves to offer me advice, only when I don't want it though. I will make it more effective soon and yes i do reparse it each time but i dont need to keep it like that so expect it to just keep getting better.
btw: my program skips over anything thats not a recognized command so you can put all the comments you like
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Post by kornman00 »

I don't represent the team ;). And I was only trying to help, XML is very powerful, and IMHO is the best solution for things like tag plugins, just look at HMT :P

But I see that what ever I say won't mean jackshit, so I'll shutup now.
pokecancer




Socialist Revivalist Construct Wave
Firestorm ONI

Posts: 226
Joined: Wed Mar 10, 2004 10:37 am

Post by pokecancer »

Actually, I listened to some of what you had to say and made it not refresh the controls every time. It's a lot faster now.
EvilMidget





Posts: 313
Joined: Tue Nov 16, 2004 2:07 pm
Contact:

Post by EvilMidget »

I converted some of the xml plug-ins for those who want them and those who are complaining. They lack a few objects, but they will work for now. Props to xbox7887 and TheTyckoMan for helping me out.
Attachments
Plugins-Release1.rar
(3.25 KiB) Downloaded 44 times
Evolved




Snitch! Vector

Posts: 450
Joined: Tue Jun 15, 2004 9:14 am

Post by Evolved »

Plugins = Good

evilmidget222, GJ man.
Image
EvilMidget





Posts: 313
Joined: Tue Nov 16, 2004 2:07 pm
Contact:

Post by EvilMidget »

Evolved wrote:Plugins = Good

evilmidget222, GJ man.
Thank you.
Post Reply