Real Time Statistics Application v3.4 - (2014/05/24)

Enjoy the fan made guides and experience of fellow players or write your own!
User avatar
JamboWhoDat
Hunter
Posts: 994
Joined: August 26th, 2014, 3:05 pm
Location: Baton Rouge, Louisiana, USA
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by JamboWhoDat »

Thank you very much tbug. This is a big help. I was able to figure out it was texture when comparing a few animals from the "Post your Albino/Piebald/Melanistic!" thread. You just saved me a whole lot of time from doing research. That's not a bad idea to include organs. I would like to have your list organs too. On a side note you wouldn't by chance own or know someone who owns the .300 carbon, royal addition pump action shotgun, or .30-30 lone star lever action rifle, so i can get the ids for those weapons? Thanks again tbug very much for your help. You are a time saver.
tbug wrote:Rares and variants are defined by the texture. Below is a list of textures. I can't find example kills of creme hybrid and common hybrid.

Code: Select all

2	Albino
4	Melanistic
5	Piebald
6	blonde
7 	chocolate
8	Cinnamon
11	silver tipped
12	grey fox
13 	cross fox
16	Leucistic
17 	black hybrid
19	Bald Leucistic
20 	light grey
21	brown Leucistic

Creme hybrid
Common hybrid

If you need a list of animal organs, let me know. I have most of them.
_________________________________
Last edited by JamboWhoDat on January 20th, 2015, 6:20 pm, edited 2 times in total.
User avatar
tbug
Outfitter
Posts: 1134
Joined: January 13th, 2014, 10:30 am
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by tbug »

JamboWhoDat wrote:Thank you very much tbug. This is a big help. I was able to figure out it was texture when comparing a few animals from the "Post your Albino/Piebald/Melanistic!" thread. You just saved me a whole lot of time from doing research. That's not a bad idea to include organs. I would like to have your list organs too. On a side note you wouldn't by chance own or know someone who owns the .300 carbon, royal addition pump action shotgun, or .30-30 lone star lever action rifle, so i can get the ids for those weapons? Thanks again tbug very much for your help. You are a time saver.
You're welcome. Thank you for doing this.

Sorry I don't know anyone with the premium weapons off hand. I'll take a look later and see if I can find some.

I noticed something unusual on the textures. Some species use 0 for common and others such as Ibex use 0 and 1. I cannot tell what is different between the two.

Here are the body parts that I have. Some are missing. Not going to guarantee these are 100% accurate but they are close.

Code: Select all

Body Part ID	Body Part
0x00000000	None or body
0x00000001	Heart
0x00000002	Left Lung
0x00000004	Right Lung
0x00000008	Liver
0x00000010	Unknown 0x00000010
0x00000020	Intestine
0x00000040	Stomach
0x00000080	Unknown 0x00000080
0x00000100	Unknown 0x00000100
0x00000200	Unknown 0x00000200
0x00000400	Rear Spine
0x00000800	Unknown 0x00000800
0x00001000 - 0x00100000	Unknown
0x00200000	Upper Spine
0x00400000	Center Spine
0x00800000	Shoulder
0x01000000	Lower Neck
0x02000000	Mid Neck
0x04000000	Upper Neck
0x08000000	Unknown 0x08000000
0x10000000	Skull
0x20000000	Hip
User avatar
JamboWhoDat
Hunter
Posts: 994
Joined: August 26th, 2014, 3:05 pm
Location: Baton Rouge, Louisiana, USA
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by JamboWhoDat »

No wonder those organ ids looked odd to me. They're hexadecimal. I am curious why the organ ids are hexadecimal while the other ones are integer values. I noticed the two ids for the common texture too. It has to do with the animals that have different common fur variations used mostly between genders. For example with the wild boar, the males are mostly black while the females have that gray black speckle look. At least that's my theory. My plan for the app is to get it back up and running again as quickly as possible. Then to ask all of you for new ideas and suggestions for improvements and enhancements you all would like to see in it.
tbug wrote:
JamboWhoDat wrote:Thank you very much tbug. This is a big help. I was able to figure out it was texture when comparing a few animals from the "Post your Albino/Piebald/Melanistic!" thread. You just saved me a whole lot of time from doing research. That's not a bad idea to include organs. I would like to have your list organs too. On a side note you wouldn't by chance own or know someone who owns the .300 carbon, royal addition pump action shotgun, or .30-30 lone star lever action rifle, so i can get the ids for those weapons? Thanks again tbug very much for your help. You are a time saver.
You're welcome. Thank you for doing this.

Sorry I don't know anyone with the premium weapons off hand. I'll take a look later and see if I can find some.

I noticed something unusual on the textures. Some species use 0 for common and others such as Ibex use 0 and 1. I cannot tell what is different between the two.

Here are the body parts that I have. Some are missing. Not going to guarantee these are 100% accurate but they are close.

Code: Select all

Body Part ID	Body Part
0x00000000	None or body
0x00000001	Heart
0x00000002	Left Lung
0x00000004	Right Lung
0x00000008	Liver
0x00000010	Unknown 0x00000010
0x00000020	Intestine
0x00000040	Stomach
0x00000080	Unknown 0x00000080
0x00000100	Unknown 0x00000100
0x00000200	Unknown 0x00000200
0x00000400	Rear Spine
0x00000800	Unknown 0x00000800
0x00001000 - 0x00100000	Unknown
0x00200000	Upper Spine
0x00400000	Center Spine
0x00800000	Shoulder
0x01000000	Lower Neck
0x02000000	Mid Neck
0x04000000	Upper Neck
0x08000000	Unknown 0x08000000
0x10000000	Skull
0x20000000	Hip
_________________________________
Last edited by JamboWhoDat on January 20th, 2015, 6:21 pm, edited 2 times in total.
User avatar
tbug
Outfitter
Posts: 1134
Joined: January 13th, 2014, 10:30 am
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by tbug »

Not sure how you read the organ IDs. When I read them they were decimal. I converted them to hex so that each bit corresponds to a body part.

For example I read 8388620. If you convert this to hex you get 0x0080000C. According to hex table above, this would be Right Lung, Liver, and Shoulder.
User avatar
JamboWhoDat
Hunter
Posts: 994
Joined: August 26th, 2014, 3:05 pm
Location: Baton Rouge, Louisiana, USA
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by JamboWhoDat »

Oh that makes perfect since. I was seeing those large numbers for ids when I hit multiple organs and wasn't understanding it. I was thinking the id was some sort of permutation.

_________________________________
User avatar
tbug
Outfitter
Posts: 1134
Joined: January 13th, 2014, 10:30 am
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by tbug »

Code: Select all

Weapon ID
296          .300 Bolt Action Rifle Carbon
350          12 GA Pump Action Shotgun Royal Edition
351          .30-30 Lever Action Rifle Lone Star

Ammo ID 
163		Cupid Arrows
User avatar
JamboWhoDat
Hunter
Posts: 994
Joined: August 26th, 2014, 3:05 pm
Location: Baton Rouge, Louisiana, USA
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by JamboWhoDat »

Thanks a lot tbug! You've been a HUGE help!

_________________________________
User avatar
Apollo72v
Newbie
Posts: 1
Joined: February 25th, 2012, 12:28 pm
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by Apollo72v »

Hi everyone, has anyone had any issue with not being able to get any hunt history?? just downloaded, UAC is OFF and Running as Admin

Thanks in advance
User avatar
mcbacker
Scout
Posts: 284
Joined: June 5th, 2013, 10:27 am
Location: Cotia, SP - Brazil
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by mcbacker »

Apollo72v wrote:Hi everyone, has anyone had any issue with not being able to get any hunt history?? just downloaded, UAC is OFF and Running as Admin

Thanks in advance
Hello!

Read the previous posts...

Backer


Sent from my iPad using Tapatalk
User avatar
Catafesta
Tracker
Posts: 209
Joined: March 21st, 2014, 3:07 pm
Contact:

Re: Real Time Statistics Application v3.4 - (2014/05/24)

Post by Catafesta »

Hello! Is there any news about this app?
Can't wait to have it working again =( i wish i could help.
Post Reply

Return to “Fan Guides”

Who is online

Users browsing this forum: No registered users and 1 guest