Skip to content

Commit

Permalink
feat: Assets Folder
Browse files Browse the repository at this point in the history
- Adjusted the structure in the Assets folder to tidy up the folder hierarchies
  • Loading branch information
vawser committed Nov 26, 2024
1 parent 83a9f82 commit 92ebe7f
Show file tree
Hide file tree
Showing 6,741 changed files with 26,499 additions and 2,633 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions Documentation/smithbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

- Update AC6 paramdex to use released AC6 paramdefs + adjust other stuff based on discoveries

FormatInfo/FLVER
FormatInfo/GPARAM
FormatInfo/MSB
Original file line number Diff line number Diff line change
Expand Up @@ -1127,8 +1127,7 @@ public abstract class ObjectBase : Part
/// <summary>
/// Unknown.
/// </summary>
[IgnoreProperty]
public short UnkT18 { get; set; }
public short ModelSfxParamRelativeID { get; set; }

/// <summary>
/// Unknown.
Expand Down Expand Up @@ -1177,7 +1176,7 @@ private protected override void ReadTypeData(BinaryReaderEx br)
AnimID = br.ReadInt16();
br.AssertInt16(-1);
br.AssertInt32(-1);
UnkT18 = br.ReadInt16();
ModelSfxParamRelativeID = br.ReadInt16();
UnkT1A = br.ReadInt16();
br.AssertInt32(-1);
ObjPartIndex2 = br.ReadInt32();
Expand All @@ -1198,7 +1197,7 @@ private protected override void WriteTypeData(BinaryWriterEx bw)
bw.WriteInt16(AnimID);
bw.WriteInt16(-1);
bw.WriteInt32(-1);
bw.WriteInt16(UnkT18);
bw.WriteInt16(ModelSfxParamRelativeID);
bw.WriteInt16(UnkT1A);
bw.WriteInt32(-1);
bw.WriteInt32(ObjPartIndex2);
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26,065 changes: 26,065 additions & 0 deletions src/StudioCore/Assets/MSB/AC6/namelist.csv

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
251 changes: 0 additions & 251 deletions src/StudioCore/Assets/MapGroups/AC6/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/BB/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/DES/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/DS1/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/DS1R/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/DS2/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/DS2S/Groups.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/StudioCore/Assets/MapGroups/DS3/Groups.json

This file was deleted.

Loading

0 comments on commit 92ebe7f

Please sign in to comment.