Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit f889c40

Browse files
committed
Update modloader version
1 parent d15736d commit f889c40

File tree

3 files changed

+30
-9
lines changed

3 files changed

+30
-9
lines changed

ModLoader/Loader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Loader : MonoBehaviour
3030
private static FolderPath _modsFolder;
3131

3232
// modlaoder version
33-
private const string modLoderVersion = "v1.1.0";
33+
private const string modLoderVersion = "v1.1.1";
3434

3535
public static FolderPath ModsFolder
3636
{

ModLoader/ModLoader.csproj

+14
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@
3535
<ItemGroup>
3636
<Reference Include="0Harmony, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
3737
<HintPath>..\packages\Lib.Harmony.2.2.0\lib\net45\0Harmony.dll</HintPath>
38+
<Private>False</Private>
3839
</Reference>
3940
<Reference Include="Assembly-CSharp">
4041
<HintPath>..\Dependencies\Assembly-CSharp.dll</HintPath>
42+
<Private>False</Private>
4143
</Reference>
4244
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4345
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
46+
<Private>False</Private>
4447
</Reference>
4548
<Reference Include="System" />
4649
<Reference Include="System.Core" />
@@ -52,36 +55,47 @@
5255
<Reference Include="System.Xml" />
5356
<Reference Include="Unity.TextMeshPro">
5457
<HintPath>..\Dependencies\Unity.TextMeshPro.dll</HintPath>
58+
<Private>False</Private>
5559
</Reference>
5660
<Reference Include="UnityEngine">
5761
<HintPath>..\Dependencies\UnityEngine.dll</HintPath>
62+
<Private>False</Private>
5863
</Reference>
5964
<Reference Include="UnityEngine.AssetBundleModule">
6065
<HintPath>..\Dependencies\UnityEngine.AssetBundleModule.dll</HintPath>
66+
<Private>False</Private>
6167
</Reference>
6268
<Reference Include="UnityEngine.CoreModule">
6369
<HintPath>..\Dependencies\UnityEngine.CoreModule.dll</HintPath>
70+
<Private>False</Private>
6471
</Reference>
6572
<Reference Include="UnityEngine.IMGUIModule">
6673
<HintPath>..\Dependencies\UnityEngine.IMGUIModule.dll</HintPath>
74+
<Private>False</Private>
6775
</Reference>
6876
<Reference Include="UnityEngine.InputLegacyModule">
6977
<HintPath>..\Dependencies\UnityEngine.InputLegacyModule.dll</HintPath>
78+
<Private>False</Private>
7079
</Reference>
7180
<Reference Include="UnityEngine.InputModule">
7281
<HintPath>..\Dependencies\UnityEngine.InputModule.dll</HintPath>
82+
<Private>False</Private>
7383
</Reference>
7484
<Reference Include="UnityEngine.TextCoreModule">
7585
<HintPath>..\Dependencies\UnityEngine.TextCoreModule.dll</HintPath>
86+
<Private>False</Private>
7687
</Reference>
7788
<Reference Include="UnityEngine.TextRenderingModule">
7889
<HintPath>..\Dependencies\UnityEngine.TextRenderingModule.dll</HintPath>
90+
<Private>False</Private>
7991
</Reference>
8092
<Reference Include="UnityEngine.UI">
8193
<HintPath>..\Dependencies\UnityEngine.UI.dll</HintPath>
94+
<Private>False</Private>
8295
</Reference>
8396
<Reference Include="UnityEngine.UIModule">
8497
<HintPath>..\Dependencies\UnityEngine.UIModule.dll</HintPath>
98+
<Private>False</Private>
8599
</Reference>
86100
</ItemGroup>
87101
<ItemGroup>

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
# SFS Modloader
22
_Simple modloader for Space Flight Simulator PC version._
33

4-
## SFS Modloader Wiki
4+
<br/>
5+
6+
## SFS Modloader Wiki 📖
57
There is a Wiki with all the information you need such as:
68
* Installation of the modloader
79
* Installation of mods
8-
* mod development
10+
* Mod development
911

1012
To see the wiki you can do it in this [link](https://github.com/105-Code/SFS-Modloader/wiki)
11-
## Wiki de SFS Modloader
12-
Hay una Wiki con toda la informacion que necesitas tal como :
13-
* Instalacion del modloader
14-
* Instalacion de mods
13+
14+
<br/>
15+
16+
## Wiki de SFS Modloader 📖
17+
Hay una Wiki con toda la información que necesitas tal como:
18+
* Instalación del modloader
19+
* Instalación de mods
1520
* Desarrollo de mods
1621

1722
Para ver la wiki puedes hacerlo en este [link](https://github.com/105-Code/SFS-Modloader/wiki)
1823

24+
<br/>
25+
1926
## Images 📷
20-
![Imgur](https://i.imgur.com/Cps6Gji.png)
21-
![Imgur](https://user-images.githubusercontent.com/100789522/156414850-ad808fc7-bfd6-4dfc-a473-cdce868433fa.png)
27+
<img src="https://i.imgur.com/0OnPcyz.gif" width="100%">
28+
<img src="https://user-images.githubusercontent.com/100789522/156414850-ad808fc7-bfd6-4dfc-a473-cdce868433fa.png" width="100%">

0 commit comments

Comments
 (0)