Skip to content

Commit

Permalink
Change "animlimit" to "mset" when exporting bar files
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed Dec 8, 2020
1 parent 4f1dbef commit 2918f55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OpenKh.Command.Bar/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Helpers
[EntryType.Anb] = "anb",
[EntryType.Pax] = "pax",
[EntryType.MapCollision2] = "owa",
[EntryType.AnimationLimit] = "animlimit",
[EntryType.Motionset] = "mset",
[EntryType.BgObjPlacement] = "bop",
[EntryType.AnimationLoader] = "animload",
[EntryType.ModelCollision] = "coctmodel",
Expand Down
4 changes: 2 additions & 2 deletions OpenKh.Kh2/Bar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class Bar
[EntryType.Anb] = 0x10,
[EntryType.Pax] = 0x10,
[EntryType.MapCollision2] = 0x10,
[EntryType.AnimationLimit] = 0x10,
[EntryType.Motionset] = 0x10,
[EntryType.Imgd] = 0x10,
[EntryType.Seqd] = 0x10,
[EntryType.Layout] = 0x10,
Expand Down Expand Up @@ -66,7 +66,7 @@ public enum EntryType
Anb = 17,
Pax = 18,
MapCollision2 = 19,
AnimationLimit = 20,
Motionset = 20,
BgObjPlacement = 21,
AnimationLoader = 22,
ModelCollision = 23,
Expand Down
2 changes: 1 addition & 1 deletion OpenKh.Tools.BarEditor/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Helpers
[EntryType.Anb] = "anb",
[EntryType.Pax] = "pax",
[EntryType.MapCollision2] = "owa",
[EntryType.AnimationLimit] = "animlimit",
[EntryType.Motionset] = "mset",
[EntryType.BgObjPlacement] = "bop",
[EntryType.AnimationLoader] = "animload",
[EntryType.ModelCollision] = "coctmodel",
Expand Down
2 changes: 1 addition & 1 deletion docs/kh2/file/type/bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Keep in mind that this list is still incomplete and will be changed over the cou
| 17 | [Animation Binary Archive (ANB)](../anb/anb.md) | `obj/*.mset`, `anm/*`
| 18 | `PAX` Effect | A.FM - MAG - MDLX
| 19 | `OWA` Map Collision Data | MAP
| 20 | Moveset | MSET - limit/*
| 20 | Motionset | MSET - limit/*
| 21 | [`BOP` Background Object Placement](../map.md#bop) | MAP
| 22 | Animation Loader | ARD - A.FM - limit/*
| 23 | Model Collision | MDLX
Expand Down

0 comments on commit 2918f55

Please sign in to comment.