Skip to content

Commit

Permalink
update to resonite
Browse files Browse the repository at this point in the history
  • Loading branch information
astralchan committed Oct 24, 2023
1 parent 226f5d0 commit eb9813f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 30 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
bin/*
obj/*
.vs/*
Empty file.
2 changes: 1 addition & 1 deletion GifImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class GifImporter : ResoniteMod
// Port by LeCloutPanda
public override string Name => "GifImporter";
public override string Author => "astral";
public override string Version => "1.1.4";
public override string Version => "1.1.5";
public override string Link => "https://git.astralchan.xyz/astral/GifImporter";

[AutoRegisterConfigKey]
Expand Down
5 changes: 3 additions & 2 deletions GifImporter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
<ResonitePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite/</ResonitePath>
<!-- windows steam -->
<ResonitePath Condition="Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite\</ResonitePath>
<ResonitePath Condition="Exists('D:\SteamLibrary\steamapps\common\Resonite\')">D:\SteamLibrary\steamapps\common\Resonite\</ResonitePath>
<!-- windows standalone -->
<ResonitePath Condition="Exists('C:\Resonite\app\')">C:\Resonite\app\</ResonitePath>
</PropertyGroup>

<ItemGroup>
<Reference Include="0Harmony">
<HintPath>$(ResonitePath)Libraries\0Harmony.dll</HintPath>
<HintPath>$(ResonitePath)rml_libs\0Harmony.dll</HintPath>
</Reference>
<Reference Include="ResoniteModLoader">
<HintPath>$(ResonitePath)Libraries\ResoniteModLoader.dll</HintPath>
Expand All @@ -46,4 +47,4 @@
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(ResonitePath)rml_mods" />
<Message Text="Copied $(TargetFileName) to $(ResonitePath)rml_mods" Importance="high" />
</Target>
</Project>
</Project>
25 changes: 0 additions & 25 deletions GifImporter.sln

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Install `libgdiplus` for your distro.

## Installation
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
2. Place [GifImporter.dll](https://github.com/LeCloutPanda/GifImporter/releases/latest/download/GifImporter.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
2. Place [GifImporter.dll](https://github.com/astralchanxyz/GifImporter/releases/latest/download/GifImporter.dll) into your `rml_mods` folder. This folder should be at `C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods` for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create the folder for you.
3. Start the game. If you want to verify that the mod is working you can check your Resonite logs.

0 comments on commit eb9813f

Please sign in to comment.