Chunk cloner

Utilities designed primarily for Halo PC.
User avatar
Altimit01




Connoisseur Snitch! Literarian 500

Posts: 947
Joined: Sun Jun 04, 2006 12:10 pm

Post by Altimit01 »

Up to date source + plugins and I'll upload a mac version. I haven't gotten to take a hard look at it yet but I'll make sure to soon. Good job so far.
Image
Download Eschaton: Halomods | Filefront | Mediafire
User avatar
swampyevilnut117




Wordewatician 50

Posts: 64
Joined: Thu Dec 06, 2007 1:41 pm
Location: crouched in the corner mumbling to myself

Post by swampyevilnut117 »

This might be a pretty noob question but im dying to know the answer.

By inject a chunk, you mean if i cloned a trigger or something, such as the plasma pistols second trigger, I would be able to inject that cloned trigger into, i don't know, say a plasma riffle?
conure




Enthraller Articulatist 250

Posts: 365
Joined: Sun Apr 17, 2005 8:37 pm
Contact:

Post by conure »

Yes. Also i will get on that mr.alt, but try get on aim some time soon cause i have something even more exceting then this to show you... :)
Halomods member wrote:tags meta? There is no such thing for Halo PC.
User avatar
swampyevilnut117




Wordewatician 50

Posts: 64
Joined: Thu Dec 06, 2007 1:41 pm
Location: crouched in the corner mumbling to myself

Post by swampyevilnut117 »

Ok, I'm going to assume he was not talking to me lol.
I still would REALLY love that importer though. No rush though, just saying it would be a pretty darn good add to the program.
User avatar
super_man916





Posts: 359
Joined: Thu Mar 08, 2007 4:00 pm
Location: Up in your buttocks

Post by super_man916 »

so your saying that i can duplicate the sniper rifle all together? meaning every thing in it? if so i can finaly get back to work on my WWII mod!
Image
Bring it
User avatar
Philly




Collaborator

Posts: 3607
Joined: Thu Oct 12, 2006 9:08 am

Post by Philly »

If you want to duplicate a whole weapon, follow one of my many, many tutorials. :)
For anybody still wondering where FTD has gone, here it is.
User avatar
super_man916





Posts: 359
Joined: Thu Mar 08, 2007 4:00 pm
Location: Up in your buttocks

Post by super_man916 »

yeah i tried it and the hex editing was hard for me because ive never used hex editors so i was just wondering if it was possible it would seem extremely easy with this
Image
Bring it
User avatar
Philly




Collaborator

Posts: 3607
Joined: Thu Oct 12, 2006 9:08 am

Post by Philly »

Correct me if I'm wrong, but this only clones reflexy thingys, no?
For anybody still wondering where FTD has gone, here it is.
conure




Enthraller Articulatist 250

Posts: 365
Joined: Sun Apr 17, 2005 8:37 pm
Contact:

Post by conure »

Philly wrote:Correct me if I'm wrong, but this only clones reflexy thingys, no?
Ya, for a while i had a proggie in the works that injected tags for other maps into a map of your choosing without any rebuilding necessary. Also importer seems pluasable but a lot of work that i am not sure i want to do ATM.
Halomods member wrote:tags meta? There is no such thing for Halo PC.
User avatar
Altimit01




Connoisseur Snitch! Literarian 500

Posts: 947
Joined: Sun Jun 04, 2006 12:10 pm

Post by Altimit01 »

Here's a built version. Sorry it took so long. Have not tested.
Attachments
ChunkCloner0.6.zip
(3.01 MiB) Downloaded 46 times
Image
Download Eschaton: Halomods | Filefront | Mediafire
User avatar
MoDFox





Posts: 1293
Joined: Wed Aug 03, 2005 5:01 pm
Location: Ontario, Canada.

Post by MoDFox »

Exception when I opened the map.

EDIT: It opened the map, nothing showed in the box so I clicked the box and it crashed.
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

Altimit01 wrote:Here's a built version. Sorry it took so long. Have not tested.
it wont work crashes on map load and clicking in a box
Signature text exceeded 3 Lines text+Image.
User avatar
bcnipod





Posts: 3580
Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:

Post by bcnipod »

this is what mine looks like after i load the map:

Image
Twitter: Dirk Gently | Major lulz
Mr. Brightside: Worst mod I've seen since 'Nam.
Website
conure




Enthraller Articulatist 250

Posts: 365
Joined: Sun Apr 17, 2005 8:37 pm
Contact:

Post by conure »

Need plugins, also due to some random-like error on macs i dont expect it to work.... The error is SSSOOOOOO odd, in windows when i do

Code: Select all

val(0x10)
I get 16, so on windows 0x10 = &h10, BUT on a mac

Code: Select all

val(0x10)
returns 0 cause it cant use "0x".
So random.......
Halomods member wrote:tags meta? There is no such thing for Halo PC.
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

conure wrote:Need plugins, also due to some random-like error on macs i dont expect it to work.... The error is SSSOOOOOO odd, in windows when i do

Code: Select all

val(0x10)
I get 16, so on windows 0x10 = &h10, BUT on a mac

Code: Select all

val(0x10)
returns 0 cause it cant use "0x".
So random.......
the data offset is diffrent on mac, andway where do i stick plgins?
Signature text exceeded 3 Lines text+Image.
User avatar
Altimit01




Connoisseur Snitch! Literarian 500

Posts: 947
Joined: Sun Jun 04, 2006 12:10 pm

Post by Altimit01 »

Not really, the data offsets aren't different for tags...that's why HMT plugins work in Eschaton. It was just a bug in the code.
Image
Download Eschaton: Halomods | Filefront | Mediafire
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

Altimit01 wrote:Not really, the data offsets aren't different for tags...that's why HMT plugins work in Eschaton. It was just a bug in the code.
i want to see a fix all mighty expert
Signature text exceeded 3 Lines text+Image.
conure




Enthraller Articulatist 250

Posts: 365
Joined: Sun Apr 17, 2005 8:37 pm
Contact:

Post by conure »

It has already been fixxed.....
Simple replace command

Code: Select all

for i as integer = 0 to TopNode.childcount - 1
dim tempnode as xmlnode = TopNode.child(i)
val(Tempnode.getattribute("offset").replace("0x", "&h"))
//fill in BS code info here
next
I suppose i could say
"Update soon", but i dont have the time right now....
Halomods member wrote:tags meta? There is no such thing for Halo PC.
User avatar
bcnipod





Posts: 3580
Joined: Tue May 15, 2007 8:52 am
Location: 45 Minutes outside Boston
Contact:

Post by bcnipod »

conure wrote:It has already been fixxed.....
Simple replace command

Code: Select all

for i as integer = 0 to TopNode.childcount - 1
dim tempnode as xmlnode = TopNode.child(i)
val(Tempnode.getattribute("offset").replace("0x", "&h"))
//fill in BS code info here
next
I suppose i could say
"Update soon", but i dont have the time right now....
aww, i will wait for you.
Twitter: Dirk Gently | Major lulz
Mr. Brightside: Worst mod I've seen since 'Nam.
Website
Tyler777





Posts: 570
Joined: Fri May 25, 2007 12:19 pm
Location: K-Town
Contact:

Post by Tyler777 »

conure wrote:It has already been fixxed.....
Simple replace command

Code: Select all

for i as integer = 0 to TopNode.childcount - 1
dim tempnode as xmlnode = TopNode.child(i)
val(Tempnode.getattribute("offset").replace("0x", "&h"))
//fill in BS code info here
next
I suppose i could say
"Update soon", but i dont have the time right now....
btw i didnt meen to be rude that was because of tiredness and medications that the doctor gave me for coughing co-deen makes me really sleepy
Signature text exceeded 3 Lines text+Image.
Post Reply