Scaling skeletons via hex editing?

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
MileHighGuy
Jedi
Jedi
Posts: 1194
Joined: Fri Dec 19, 2008 7:58 pm

Scaling skeletons via hex editing?

Post by MileHighGuy »

well since i cant munge animations in bf1 i was wondering if its possible to scale zafbin files with a hex editor since they are made up of mshes

*removed [unsolved]* -unnecessary. If it's not marked [solved] it's considered unsloved. --Staff
Darth_Squoobus
General
General
Posts: 760
Joined: Mon Aug 03, 2009 3:21 am
Projects :: No Mod project currently.
Location: over the hills and far away

Re: Scaling skeletons via hex editing?

Post by Darth_Squoobus »

[COMMENT REMOVED BY AUTHOR]
Last edited by Darth_Squoobus on Mon Aug 03, 2009 11:21 pm, edited 2 times in total.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Scaling skeletons via hex editing?

Post by AQT »

Darth_Squoobus wrote:All you have to do is scale the msh files. It's in the FAQ thread.
False. You have to scale the animations as well.
MileHighGuy
Jedi
Jedi
Posts: 1194
Joined: Fri Dec 19, 2008 7:58 pm

Re: Scaling skeletons via hex editing?

Post by MileHighGuy »

well you cant munge animations in bf1 so im wondering if you can hex edit them to scale them
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: Scaling skeletons via hex editing?

Post by Maveritchell »

Have you bothered trying? If you can't get an immediate answer and you know what you want to try, just go ahead and do it. You posted almost a two months ago asking "can it be done?" when surely sometime over those months you could have tried yourself.
BattleBelk
Private First Class
Posts: 77
Joined: Thu Jun 28, 2007 7:08 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Russia
Contact:

Re: Scaling skeletons via hex editing?

Post by BattleBelk »

why you cant munge animations?

BFBuilder\Assets\Shipped Common Animations\

copy a folder to your mod project

BFBuilder\Data<ModId>\Common\Animations\

and then go to animation folder for example

BFBuilder\Data<ModId>\Common\Animations\all_fly_snowspeeder\

and run munge.bat

but before run you can look at this file, for example:

Code: Select all

@call ..\munge_animation.bat "/keepframe0 /specialquathack" ..\..\..\sides\all
that means munged .zaabin and .zafbin will appear in

BFBuilder\Data<ModId>\Sides\ALL\munged\

of course if you have this side folder
MileHighGuy
Jedi
Jedi
Posts: 1194
Joined: Fri Dec 19, 2008 7:58 pm

Re: Scaling skeletons via hex editing?

Post by MileHighGuy »

thanks battlebelk :mrgreen:
Post Reply