Advertisement
jam1garner

BotW Armor Actor Editing

May 13th, 2017
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. ---------------------------------------
  2. Info on editing Armor:
  3. 1. Most stuff you want to edit is in "/[ArmorName].sbactorpack/Actor/GeneralParamList/[ActorName].bgparamlist"
  4. 2. structure is as follows
  5. param_root
  6. L Armor
  7. L StarNum
  8. L DefenceAddLevel
  9. L WindScaleMesh
  10. L WindScale
  11. L NextRankName
  12. L AffectTransOffsetShield
  13. L AffectRotOffsetShield
  14. L ArmorEffect
  15. L EffectType
  16. L EffectLevel
  17. L AncientPowUp
  18. L EnableClimbWaterfall
  19. L EnableSpinAttack
  20. L ArmorHead/ArmorUpper (This all depends on where you wear it)
  21. L SeriesArmor
  22. L SeriesType
  23. L EnableCompBonus
  24. L Item
  25. L PlayerUseItem
  26. L SellingPrice
  27. L BuyingPrice
  28. L CreatingPrice
  29. L StainColor
  30. L SaleRevivalCount
  31. L UseIconActorName
  32.  
  33. and here is the breakdown of the position specific params:
  34.  
  35. ArmorHead
  36. L EarRotate
  37. L MantleType
  38. L MaskType
  39. ArmorUpper
  40. L IsDispOffPorch
  41. L ShiekerStoneTransOffset
  42. L ShiekerStoneRotOffset
  43. L DisableSelfMantle
  44. L UseMantleType
  45.  
  46. Pants do not have their own type of this param
  47.  
  48. Here are some of the less self explanatory ones:
  49. -StarNum: Pretty sure this is how much it has been upgraded
  50. -NextRankName: The name of the actor that you get after upgrading from the fairy fountain, blank if there is no upgrade
  51. -AffectTransOffsetX/AffectRotOffsetX: this is how X should be moved if this is worn (used to avoid shield/slate/ears clipping through armor
  52. -EffectType: the effect given by this piece of armor regardless of whether or not the set is complete, None if there is no effect
  53. -AncientPowUp: effectiveness against guardians
  54. -IsDispOffPorch: probably does nothing?
  55. -MaskType: Name of enemy it tricks, left blank if not applicable
  56. -EnableCompBonus: whether or not this is eligible for activating the series' bonus in tandem with others (i.e. if all armors are same series name and have compBonus as 1 then you will get the full set bonus)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement