blackdiamond wrote:i did not have an xml for the html, so i just call it html.xml, right? ( by the way, (OH JEEZ) i said i couldnt find a program TO OPEN IT! i saw that notepad did, and copied the adlg thing and pasted it over i shall try it now
EDIT: nope, didnt work. could someone send me theirs?!?!?
wtf.
Read:
Whenever you load up a map you see a list of
tag classes that are within the map:
+ weap
+ itmc
+ bloc
+ hlmt
etc
Each class contains within it
tags:
+ weap
|---- objects\weapons\rifle\smg\smg
|---- objects\weapons\rifle\sniper_rifle\sniper_rifle
+ itmc
|--- multiplayer\single_weapons\battle_rifle
|--- multiplayer\single_weapons\energy_sword
etc
Each tag has its own
meta. Meta is like another word for 'defining properties' - It is where you would find how much ammo an SMG has or how high an elite can jump etc.
Now every weapon tag can be found under the tag class
weap, and so the layout of their meta is the same. For example if the 1st byte in the
SMG's meta told you how much ammo the
SMG can carry, the 1st byte in the
Sniper Rifle's meta would also tell you how much ammo the
Sniper Rifle can carry, and so on for every single weapon. This is because they are all in the weap class, every classes tags each have the same meta layout.
This is not hard to understand.
But of course how do we find out what the 2nd byte in the weap tags meta is? or the third or the fourth? This is where plugins come in. Clever, nice people (dont read into that

) have combed through the meta and found out what does what. They then put this information in a plugin.
With entity the plugins are in an xml format, but their extension is
.ent - this is why your computer does not know what it is, it does not recognise the extension.
So just set it so your computer understands to open in notepad.
Whenever you use the meta editor in entity, the plugin for that tag class is loaded and displayed on screen. You can then easily edit that weapon.
But of course with so many plugins flying about and the haloplugins website going down, getting a hold of the latest plugins is starting to become a nightmare.
So here is your problem. You have an outdated
hlmt plugin. You need the latest hlmt plugin to make bipd lockonable. So as you can see in my last post, i quoted the latest plugin for you. So simply copy it, open up your hlmt plugin and paste over it. Done.
If you do not understand what i just said. You phail at life.