Skip to content

Commit

Permalink
Updated for Hotels&Retrits
Browse files Browse the repository at this point in the history
  • Loading branch information
MacSergey committed May 25, 2023
1 parent 0cf8bc6 commit b87d24f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NoBigTruck/Mod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Mod : BasePatcherMod<Mod>
new ModVersion(new Version("1.0"), new DateTime(2020, 6, 19)),
};

protected override Version RequiredGameVersion => new Version(1, 16, 1, 2);
protected override Version RequiredGameVersion => new Version(1, 17, 0, 3);

#if BETA
public override bool IsBeta => true;
Expand Down
3 changes: 2 additions & 1 deletion NoBigTruck/NoBigTruck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Stable Release' OR '$(Configuration)' == 'Stable Debug'">
<AssemblyVersion>1.3.0.4</AssemblyVersion>
<AssemblyVersion>1.3.0.5</AssemblyVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Stable Release|AnyCPU'">
Expand Down Expand Up @@ -78,6 +78,7 @@
<EmbeddedResource Remove="Properties\Localize.fi-FI.resx" />
<EmbeddedResource Remove="Properties\Localize.fr-FR.resx" />
<EmbeddedResource Remove="Properties\Localize.hu-HU.resx" />
<EmbeddedResource Remove="Properties\Localize.id-ID.resx" />
<EmbeddedResource Remove="Properties\Localize.it-IT.resx" />
<EmbeddedResource Remove="Properties\Localize.ja-JP.resx" />
<EmbeddedResource Remove="Properties\Localize.ko-KR.resx" />
Expand Down
12 changes: 11 additions & 1 deletion NoBigTruck/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
"Normal": {
"commandName": "Executable",
"executablePath": "C:\\Program Files (x86)\\Steam\\steam.exe",
"commandLineArgs": "-applaunch 255710"
"commandLineArgs": "-applaunch 255710 --refreshWorkshop"
},
"No Workshop": {
"commandName": "Executable",
"executablePath": "C:\\Program Files (x86)\\Steam\\steam.exe",
"commandLineArgs": "-applaunch 255710 --noWorkshop"
},
"Release": {
"commandName": "Executable",
"executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\255710\\2953447919\\App\\Skyve.exe",
"commandLineArgs": " -launch -noWindow -profile Release"
},
"Debug": {
"commandName": "Executable",
"executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\255710\\2953447919\\App\\Skyve.exe",
"commandLineArgs": "-launch -noWindow -profile Debug"
}
}
}
2 changes: 1 addition & 1 deletion Workshop/Workshop description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[img]https://i.imgur.com/CYNzkiJ.png[/img]
[img]https://i.imgur.com/a0VrMRr.png[/img]
[HR][/HR]
[img]https://i.imgur.com/2CliKWD.png[/img]
[code][h1]Overview[/h1]
Expand Down

0 comments on commit b87d24f

Please sign in to comment.