Model quick check
- John Adams
- Retired
- Posts: 4583
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
Model quick check
On the Targ server, these Risen Farmers in Tursh Village look like robe-wearing ghoulies. I always remembered them being shirtless zombies.
Can someone confirm what the actual model should be? There might be something wrong here. They are both displaying the exact same data for their records (model, race, physics) only Gender is different - Targ has a 3, because apparently zombie farmers can be boys or girls. I need to know if making them a gender=3 is putting a robe on them. That would make no sense.
Can someone confirm what the actual model should be? There might be something wrong here. They are both displaying the exact same data for their records (model, race, physics) only Gender is different - Targ has a 3, because apparently zombie farmers can be boys or girls. I need to know if making them a gender=3 is putting a robe on them. That would make no sense.
You do not have the required permissions to view the files attached to this post.
- John Adams
- Retired
- Posts: 4583
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
Re: Model quick check
Found the difference. While the Actor and Pawn data was identical, the AttachmentGroups for the two spawns is different. The newer data has the attachment
while the original New Telon (aka crappy round 1 data) has an attachment of
So it looks like I have to consolidate spawns based on attachments after all That'll grow our spawn_id list, but will be more accurate I suppose.
Code: Select all
40002, 100, 6Code: Select all
3020, 100, 6Re: Model quick check
Hmm was this perhaps better late than never data that I just sent in?
- John Adams
- Retired
- Posts: 4583
- Joined: Wed Aug 28, 2013 9:40 am
- Location: Phoenix, AZ.
- Contact:
Re: Model quick check
Nope, this is my new parser routines vs parsed data from Aug 2014.