Skip to content

Commit

Permalink
2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
innominata committed Nov 3, 2022
1 parent aee33c6 commit 498ee19
Show file tree
Hide file tree
Showing 7 changed files with 1,489 additions and 623 deletions.
2 changes: 1 addition & 1 deletion Bootstrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public partial class GS2
}


[BepInPlugin("dsp.galactic-scale.2", "Galactic Scale 2 Plug-In", "2.8.4")]
[BepInPlugin("dsp.galactic-scale.2", "Galactic Scale 2 Plug-In", "2.8.6")]
[BepInDependency("space.customizing.console", BepInDependency.DependencyFlags.SoftDependency)]
[BepInDependency("dsp.nebula-multiplayer-api", BepInDependency.DependencyFlags.SoftDependency)]
public class Bootstrap : BaseUnityPlugin
Expand Down
16 changes: 14 additions & 2 deletions GalacticScale3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PropertyGroup>
<AssemblyName>GalacticScale</AssemblyName>
<Description>Galaxy Customization for Dyson Sphere Program</Description>
<Version>2.8.4</Version>
<Version>2.8.6</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>9.0</LangVersion>
<OutDir>bin/$(Configuration)</OutDir>
Expand All @@ -20,7 +20,7 @@
<PackageReference Include="BepInEx.Core" Version="5.*" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
<PackageReference Include="UnityEngine.Modules" Version="2018.4.12" IncludeAssets="compile" />
<PackageReference Include="DysonSphereProgram.GameLibs" Version="0.9.27.14553-r.0" IncludeAssets="compile" />
<!-- <PackageReference Include="DysonSphereProgram.GameLibs" Version="0.9.27.14659-r.0" IncludeAssets="compile" />-->
<PackageReference Include="DysonSphereProgram.Modding.NebulaMultiplayerModApi" Version="*" IncludeAssets="compile" />
</ItemGroup>

Expand All @@ -29,9 +29,21 @@
</ItemGroup>

<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\assemblypublicizer\publicized_assemblies\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="GSUI">
<HintPath>Package\GSUI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\SteamLibrary\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\SteamLibrary\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\SteamLibrary\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.UIModule.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions GalacticScale3.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005Cassemblypublicizer_005Cpublicized_005Fassemblies_005CAssembly_002DCSharp_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CSteamLibrary_005Csteamapps_005Ccommon_005CDyson_0020Sphere_0020Program_005CDSPGAME_005FData_005CManaged_005CAssembly_002DCSharp_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CSteamLibrary_005Csteamapps_005Ccommon_005CDyson_0020Sphere_0020Program_005CDSPGAME_005FData_005CManaged_005CUnityEngine_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CSteamLibrary_005Csteamapps_005Ccommon_005CDyson_0020Sphere_0020Program_005CDSPGAME_005FData_005CManaged_005CUnityEngine_002EUIModule_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CSteamLibrary_005Csteamapps_005Ccommon_005CDyson_0020Sphere_0020Program_005CDSPGAME_005FData_005CManaged_005CUnityEngine_002EUI_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/Environment/AssemblyExplorer/XmlDocument/@EntryValue">&lt;AssemblyExplorer&gt;&#xD;
&lt;Assembly Path="C:\Users\inno\.nuget\packages\dysonsphereprogram.gamelibs\0.9.25.11989-r.0\lib\net45\Assembly-CSharp.dll" /&gt;&#xD;
&lt;PhysicalFolder Path="C:\Users\tony\.nuget\packages\unityengine.modules\2018.4.12" Loaded="True" /&gt;&#xD;
&lt;PhysicalFolder Path="C:\Users\tony\.nuget\packages\unityengine.modules\2019.4.3" Loaded="True" /&gt;&#xD;
&lt;PhysicalFolder Path="C:\Users\tony\.nuget\packages\unityengine.modules\2019.4.31" Loaded="True" /&gt;&#xD;
&lt;/AssemblyExplorer&gt;</s:String></wpf:ResourceDictionary>
1 change: 1 addition & 0 deletions Package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# BACKUP YOUR SAVES. SERIOUSLY.

- Version 2.8.6 - Update for DSP 0.9.27.14659
- Version 2.8.4 - Attempt at fixing mod compatibility. Reverts 2.8.3.
- Version 2.8.2 - Remove non existing vegetation "Jungle Tree 3"
- Version 2.8.1 - Fix Logistic Bot Speed. For games created on 2.8.0 a button is added under Settings/GalacticScale/Debug that should fix the issue.
Expand Down
Loading

0 comments on commit 498ee19

Please sign in to comment.