fodev.net

FOnline Development => Questions and Answers => Topic started by: Demenise on April 08, 2013, 09:10:24 am

Title: How do I change Animations?
Post by: Demenise on April 08, 2013, 09:10:24 am
Ok I want to change Leather Armor MK2 animations with some new armor animations but I have no idea where to put them and what scripts to change any guidance is greatly appreciated.
Title: Re: How do I change Animations?
Post by: JovankaB on April 08, 2013, 09:20:31 am
The animations are packed in Critters.dat, get DatExplorer to check them out. Leather armor ones start with "hflthr" and "hmlthr", so you must put new animations with the same filenames in data\art\critters in your FOnline folder. Then FOnline will use those files instead of those in Critter.dat.
Title: Re: How do I change Animations?
Post by: Demenise on April 08, 2013, 11:15:23 am
I also want to keep the original leather armor as well is there a script file that assigns which animations to use?
Title: Re: How do I change Animations?
Post by: JovankaB on April 08, 2013, 12:07:13 pm
Original is packed in Critters.dat, so you will keep it.
If you just put the same files unpacked in data folder with the same path, they will be used instead.
If you delete them later, FOnline will use files from Critters.dat
Title: Re: How do I change Animations?
Post by: Demenise on April 08, 2013, 12:25:56 pm
oh ok thanks what files tell what animations to use?
Title: Re: How do I change Animations?
Post by: JovankaB on April 08, 2013, 01:01:51 pm
I think it's hardcoded, not sure. Check info on critter naming conventions here
http://modguide.nma-fallout.com/#Graphics011
Title: Re: How do I change Animations?
Post by: Demenise on April 08, 2013, 01:11:53 pm
thanks I also want to add sand robes to my sdk also.
Title: Re: How do I change Animations?
Post by: JovankaB on April 08, 2013, 02:44:21 pm
Check out CritterTypes.cfg in server\data
Title: Re: How do I change Animations?
Post by: Demenise on April 08, 2013, 03:27:03 pm
Ok thanks big help looks pretty complicated.
Title: Re: How do I change Animations?
Post by: Wind_Drift on April 08, 2013, 06:36:08 pm
Just keep at it, I promise it gets easier the more you mess with it.

Don't be afraid to break it ( and backup your files... )