Chunk cloner
- swampyevilnut117
- Posts: 64
- Joined: Thu Dec 06, 2007 1:41 pm
- Location: crouched in the corner mumbling to myself
![]() |
- swampyevilnut117
- Posts: 64
- Joined: Thu Dec 06, 2007 1:41 pm
- Location: crouched in the corner mumbling to myself
![]() |
- super_man916
- Posts: 359
- Joined: Thu Mar 08, 2007 4:00 pm
- Location: Up in your buttocks
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.
- super_man916
- Posts: 359
- Joined: Thu Mar 08, 2007 4:00 pm
- Location: Up in your buttocks
Correct me if I'm wrong, but this only clones reflexy thingys, no?
For anybody still wondering where FTD has gone, here it is.
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.Philly wrote:Correct me if I'm wrong, but this only clones reflexy thingys, no?
Halomods member wrote:tags meta? There is no such thing for Halo PC.
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
I get 16, so on windows 0x10 = &h10, BUT on a mac
returns 0 cause it cant use "0x".
So random.......
Code: Select all
val(0x10)
Code: Select all
val(0x10)
So random.......
Halomods member wrote:tags meta? There is no such thing for Halo PC.
the data offset is diffrent on mac, andway where do i stick plgins?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
I get 16, so on windows 0x10 = &h10, BUT on a macCode: Select all
val(0x10)
returns 0 cause it cant use "0x".Code: Select all
val(0x10)
So random.......
Signature text exceeded 3 Lines text+Image.
It has already been fixxed.....
Simple replace command
I suppose i could say
"Update soon", but i dont have the time right now....
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
"Update soon", but i dont have the time right now....
Halomods member wrote:tags meta? There is no such thing for Halo PC.
aww, i will wait for you.conure wrote:It has already been fixxed.....
Simple replace command
I suppose i could sayCode: 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
"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 sleepyconure wrote:It has already been fixxed.....
Simple replace command
I suppose i could sayCode: 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
"Update soon", but i dont have the time right now....
Signature text exceeded 3 Lines text+Image.