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

Commit 07aabc5

Browse files
committed
github update
1 parent 294b488 commit 07aabc5

File tree

10 files changed

+12
-4
lines changed

10 files changed

+12
-4
lines changed

BUILD/ANDREICSLIB.dll

1.5 KB
Binary file not shown.

BUILD/DwarfFortressModMerger.exe

512 Bytes
Binary file not shown.

INFO/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version 0.2
2+
updated to use GITHub
3+
4+
version 0.1
5+
initial release

INFO/description.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Dwarf Fortress Mod Merger is a program designed to automate the merging of a graphical mod into a vanilla build of df.
2+
This is especially useful when there is a new build of the game, but not an up to date mod version.

INFO/dfmm1.png

32.4 KB
Loading

INFO/dfmm2.png

40.2 KB
Loading

INFO/dfmm3.png

186 KB
Loading

INFO/version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.2

SOURCE/DwarfFortressModMerger.suo

47 KB
Binary file not shown.

SOURCE/DwarfFortressModMerger/Form1.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ public partial class Form1 : Form
2020
#region licensing
2121

2222
private const string AppTitle = "Dwarf Fortress Mod Merger";
23-
private const double AppVersion = 0.1;
23+
private const double AppVersion = 0.2;
2424
private const String HelpString = "";
2525

26-
private const String UpdatePath = "http://www.andreigec.net/games/dfmm/dfmm.zip";
27-
private const String VersionPath = "http://www.andreigec.net/games/dfmm/version.txt";
28-
private const String ChangelogPath = "http://www.andreigec.net/games/dfmm/changelog.txt";
26+
private const String UpdatePath = "https://github.com/EvilSeven/Dwarf-Fortress-Mod-Merger/zipball/master";
27+
private const String VersionPath = "https://raw.github.com/EvilSeven/Dwarf-Fortress-Mod-Merger/master/INFO/version.txt";
28+
private const String ChangelogPath = "https://raw.github.com/EvilSeven/Dwarf-Fortress-Mod-Merger/master/INFO/changelog.txt";
2929

3030
private readonly String OtherText =
3131
@"©" + DateTime.Now.Year +

0 commit comments

Comments
 (0)