Offset Values

Discuss anything programming related.
User avatar
Aumaan Anubis
Staff
Posts: 1812
Joined: Thu Dec 13, 2007 12:18 am
Contact:

Offset Values

Post by Aumaan Anubis »

Grimdoomer wrote:well I have a small open map demo in C# I can give to you. Every pretty much has a comment on what it does.
That would be awesome. Whenever you can do that, just shoot me a PM or upload it somewhere.
GoldBl4d3
Posts: 18
Joined: Fri Feb 22, 2008 4:20 am

Re: Offset Values

Post by GoldBl4d3 »

Ok this took me a while to understand but, when you are trying to load something like the min rof of a weapon, the weapon could have more that one projectile(plasma pistol), these are (I) refered to as chunks, thats why in h2x or dothalo, you might have to click a chunk "0" or chunk "1". Now to do this is very simple first learn to read a .ent plugin second a while back I made an open source to a simple app that loads min and max rof of any weapon. Now for any questions just ask. and last of all,

to read a chunk/projectiles min and max rof, its: Chunk * struct size(and so on)

Here is the source + app and it will teach you: min and max ROF: (Attachment)

Picture:
Image
Attachments
Loading Weapon Data.rar
(70.81 KiB) Downloaded 275 times
Post Reply