Skip to content

Commit 5089f6f

Browse files
R3FR4GR3FR4G
authored andcommitted
Added path file
1 parent f6e16f2 commit 5089f6f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

SRB2-Emblem-Displayer/Project1/Project1.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@
4444
<ItemGroup>
4545
<Content Include="icon.ico" />
4646
</ItemGroup>
47+
<ItemGroup>
48+
<None Include="path.ini">
49+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
50+
</None>
51+
</ItemGroup>
4752
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4853
</Project>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
4+
//1st line : Gamedata file path (i.e : C:\SRB2\gamedata.dat)
5+
//2nd line : Output file path (use your livesplit's component folder if you're using the autosplitter (i.e : C:\LiveSplit\Components\SRB2 Emblems.txt))

0 commit comments

Comments
 (0)