Skip to content

Commit

Permalink
Added TerrainMeshResource
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarNYC committed Jun 29, 2018
1 parent 0ee84f3 commit 80ceb08
Show file tree
Hide file tree
Showing 5 changed files with 561 additions and 3 deletions.
1 change: 1 addition & 0 deletions s4pi Extras/Extensions/Extensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
0xAD366F95 THUM .png
0xAD366F96 THUM .png
0xAD6FDF1F _XML .xml
0xAE39399F TMSH .terrainmesh
0xAFADAC48 _XML .xml
0xB0118C15 TMLT .bnry
0xB0311D0F CRTR .rooftrim
Expand Down
40 changes: 40 additions & 0 deletions s4pi Wrappers/TerrainMeshResource/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Terrain Mesh Resource wrapper")]
[assembly: AssemblyDescription("Wrapper for Sims4 Terrain Mesh resources.")]
#if DEBUG
[assembly: AssemblyConfiguration("[DEBUG]")]
#else
[assembly: AssemblyConfiguration("")]
#endif
[assembly: AssemblyCompany("Peter L Jones")]
[assembly: AssemblyProduct("sims4tools")]
[assembly: AssemblyCopyright("Copyright © 2017 Peter L Jones. Released under GPL 3. See gpl-3.0.txt")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("3392691f-2547-45a8-8e54-fbc9e455555c")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
//[assembly: AssemblyVersion("1.0.0.0")]
//[assembly: AssemblyFileVersion("1.0.0.0")]
Loading

0 comments on commit 80ceb08

Please sign in to comment.