plugins help

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
x13igDudex12




Wordewatician 500

Posts: 909
Joined: Sat Mar 05, 2005 3:29 pm
Location: Around.
Contact:

plugins help

Post by x13igDudex12 »

Im trying to make my own plugins but i have a few questions about it.
1. How do I know what i have to make. i.e. ID16. Where do i see that?
2. how do I make the boxes for unlimited numbers? Like for zoom or weight or something.
3. How do I accually use the evil thing. Is there a tut?
4. When im doing the HEx part and I find the offset what if it is something like 12e?

If you can help thanks. i want to try to amke some plugins.
Image
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 »

You can start by opening up meta in a hex editor and looking at it by rows of 16 decimal bytes. values will almost always follow this format....both short (0000) and float (0000 0000) values will be located at decimal offsets with a multiple of 4.

an id16 is just a short value, turned into a visual representation consisting of selectable bullets. your so-called "boxes of unlimited numbers" are just short and float values. Using it is just as simple as plugging in numbers and you will notice the changes in-game and i cant help you with the HEK, ive never used it before
Post Reply