Skip to content

Commit ebd88c8

Browse files
committed
Merge branch 'staging'
2 parents 64aa438 + b3ef536 commit ebd88c8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5088
-5226
lines changed

CathodeLib/CathodeLib.csproj

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -10,10 +10,10 @@
1010
<Authors>Matt Filer</Authors>
1111
<Description>Provides support for parsing and writing common Alien: Isolation formats from the Cathode engine.</Description>
1212
<Copyright>Matt Filer 2025</Copyright>
13-
<Version>0.8.3</Version>
13+
<Version>0.9.0</Version>
1414
<OutputType>Library</OutputType>
15-
<AssemblyVersion>0.7.8.3</AssemblyVersion>
16-
<FileVersion>0.7.8.2</FileVersion>
15+
<AssemblyVersion>0.9.0.0</AssemblyVersion>
16+
<FileVersion>0.9.0.0</FileVersion>
1717
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<PackageTags>alien, modding, alien isolation, mod tool, file utility</PackageTags>
@@ -42,19 +42,11 @@
4242
</None>
4343
</ItemGroup>
4444

45-
<ItemGroup>
46-
<None Remove="Resources\NodeDBs\cathode_generic_lut.bin" />
47-
<None Remove="Resources\NodeDBs\cathode_id_map.bin" />
48-
<None Remove="Resources\NodeDBs\cathode_id_map_DUMP_ONLY.bin" />
49-
<None Remove="Resources\NodeDBs\node_friendly_names.bin" />
50-
</ItemGroup>
51-
5245
<ItemGroup>
5346
<Compile Include="..\AlienBML\BML.cs" Link="Scripts\CATHODE\BML.cs" />
5447
</ItemGroup>
5548

5649
<ItemGroup>
57-
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
5850
<PackageReference Include="System.Buffers" Version="4.5.1" />
5951
<PackageReference Include="System.Memory" Version="4.5.4" />
6052
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />

CathodeLib/Properties/Resources.Designer.cs

Lines changed: 2 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CathodeLib/Properties/Resources.resx

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -118,25 +118,10 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121-
<data name="cathode_enum_lut" type="System.Resources.ResXFileRef, System.Windows.Forms">
122-
<value>..\Resources\NodeDBs\cathode_enum_lut.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
123-
</data>
124-
<data name="composite_entity_names" type="System.Resources.ResXFileRef, System.Windows.Forms">
125-
<value>..\Resources\NodeDBs\composite_entity_names.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
126-
</data>
127-
<data name="composite_parameter_info" type="System.Resources.ResXFileRef, System.Windows.Forms">
128-
<value>..\Resources\NodeDBs\composite_parameter_info.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
129-
</data>
130-
<data name="composite_paths" type="System.Resources.ResXFileRef, System.Windows.Forms">
131-
<value>..\Resources\NodeDBs\composite_paths.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
132-
</data>
133-
<data name="cathode_shortguid_lut" type="System.Resources.ResXFileRef, System.Windows.Forms">
134-
<value>..\Resources\NodeDBs\cathode_shortguid_lut.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
121+
<data name="info" type="System.Resources.ResXFileRef, System.Windows.Forms">
122+
<value>..\Resources\info.dat;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
135123
</data>
136124
<data name="sound_names" type="System.Resources.ResXFileRef, System.Windows.Forms">
137125
<value>..\Resources\sound_names.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
138126
</data>
139-
<data name="cathode_entity_lut" type="System.Resources.ResXFileRef, System.Windows.Forms">
140-
<value>..\Resources\NodeDBs\cathode_entity_lut.bin;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
141-
</data>
142127
</root>
-81.2 KB
Binary file not shown.
-21.3 KB
Binary file not shown.
-327 KB
Binary file not shown.
-5.92 MB
Binary file not shown.
-240 KB
Binary file not shown.
-663 KB
Binary file not shown.

CathodeLib/Resources/info.dat

3.39 MB
Binary file not shown.

0 commit comments

Comments
 (0)