ShoddyGameLibs 1.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package ShoddyGameLibs --version 1.3.3                
NuGet\Install-Package ShoddyGameLibs -Version 1.3.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShoddyGameLibs" Version="1.3.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShoddyGameLibs --version 1.3.3                
#r "nuget: ShoddyGameLibs, 1.3.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShoddyGameLibs as a Cake Addin
#addin nuget:?package=ShoddyGameLibs&version=1.3.3

// Install ShoddyGameLibs as a Cake Tool
#tool nuget:?package=ShoddyGameLibs&version=1.3.3                

ShoddyGameLibs - MSBuild Props Extension

ShoddyGameLibs automates the process of hollowing/stripping/zipping reference dlls marked with ShoddyGameLib="true", it also unzips the libs when building on Github Workflows.

The following values should be set either through PropertyGroups or as below on the ShoddyGameLib PackageReference:

Properties

  • GameFilesDir: (Required) Directory path to the game's root.
  • GameLibsFileDir: (Optional) File path to zip into.
    • Defaults: '$(MSBuildThisFileDirectory)ShoddyGameLibs'
  • BuildGameLibs: (Optional 'true') Should we build into that zip?
    • Defaults: 'false'
  • BuildFromGameLibs: (Optional 'true') Should we resolve references from that zip?
    • Defaults: 'false' unless $(CI) == 'true'
<PackageReference Include="ShoddyGameLibs" Version="..."
                  GameFilesDir="\Steam\steamapps\common\Game Name" 
                  BuildGameLibs="false" BuildFromGameLibs="false"/>

GameLib References

Finally, any assembly references in the Managed directory should be added as so:

✅ Make sure not to forget to add 'ShoddyGameLib="true"'!

<Reference Include="Assembly-Name" ShoddyGameLib="true"/>

❌ Don't include .dll in the name.

<Reference Include="Assembly-Name.dll"/>

MSBuild Execution Graph

MSBuild Execution Graph

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 3.5

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.6 127 7/12/2024
1.4.5 92 7/11/2024
1.4.4 95 7/11/2024
1.4.3 96 7/11/2024
1.4.2 100 7/11/2024
1.4.1 97 7/11/2024
1.4.0 97 7/11/2024
1.3.9 136 5/21/2024
1.3.8 106 5/21/2024
1.3.7 121 5/21/2024
1.3.6 103 5/21/2024
1.3.5 115 5/20/2024
1.3.4 94 5/20/2024
1.3.3 100 5/20/2024
1.3.2 76 5/20/2024
1.3.1 91 5/20/2024
1.3.0 96 5/20/2024
1.2.9 93 5/20/2024
1.2.8 92 5/20/2024
1.2.7 91 5/20/2024
1.2.6 93 5/20/2024
1.2.5 96 5/20/2024
1.2.4 95 5/20/2024
1.2.3 117 5/18/2024
1.2.2 81 5/18/2024
1.2.1 76 5/18/2024
1.2.0 82 5/18/2024
1.1.9 82 5/18/2024
1.1.8 80 5/18/2024
1.1.7 78 5/18/2024
1.1.6 88 5/18/2024
1.1.5 113 5/18/2024
1.1.3 96 5/18/2024
1.1.2 90 5/18/2024
1.1.1 98 5/18/2024
1.1.0 96 5/18/2024
1.0.8 89 5/18/2024
1.0.7 90 5/18/2024
1.0.6 101 5/18/2024
1.0.5 94 5/18/2024
1.0.4 92 5/18/2024
1.0.3 94 5/18/2024
1.0.2 91 5/18/2024
1.0.1 102 5/18/2024
1.0.0 93 5/18/2024