You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AoKHBlacksmith.txt
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ A modded sample empires2_x1_p1.dat is in the "DATA" folder. "Editor" contains a
34
34
[b]Requirements[/b]
35
35
The tech tree view itself was built with Microsoft Visual Studio 2015, so you'll need [url=https://www.microsoft.com/de-de/download/details.aspx?id=48145]the appropiate Visual C++ redistributable[/url].
36
36
37
-
The editor depends on the .NET Framework 4.0. It should already be installed on current windows systems; if not, you can find it [url=https://www.microsoft.com/en-us/download/details.aspx?id=17718]here[/url].
37
+
The editor depends on the .NET Framework 4.5. It should already be installed on current windows systems; if not, you can find it [url=https://www.microsoft.com/en-us/download/details.aspx?id=30653]here[/url].
38
38
39
39
To find out if all requirements are installed just start the programs, they will tell you when some dependencies are not found.
40
40
@@ -45,5 +45,16 @@ This software is published under the MIT/X11 license. Please read the LICENSE fo
45
45
46
46
[b]Updates[/b]
47
47
48
+
[u]1.2.0[/u]
49
+
- Added support for custom tree element backgrounds
50
+
- Upgraded editor to .NET 4.5
51
+
52
+
[u]1.1.1[/u]
53
+
View:
54
+
- Fixed crash when switching civs in the tech tree view
55
+
- Removed leftover vertical line below elements with hidden children
56
+
Editor:
57
+
- Fixed a few crashes when copying, pasting, moving and deleting nodes
58
+
48
59
[u]1.1.0[/u]
49
-
Implemented customizable designs and tree compression.
60
+
Implemented customizable designs and tree compression
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ As a consequence, the DAT tech tree structure used by this implementation is inc
8
8
You can edit it with this tool: https://github.com/Janworks/AoETechTreeTool
9
9
If you want to do more modding than just changing the tech tree view itself, use the TechTreeEditor, which also exports the new tech tree format: https://github.com/Janworks/TechTreeEditor
10
10
11
+
I created this software while working on the (german) Agearena AddOn (http://www.agearena.de/forum/index.php?mode=viewforum&forum_id=7) and will update it periodically.
12
+
11
13
12
14
## USAGE
13
15
14
16
Unpack the EXE and DLL files to the age2_x1 folder of Age of Empires II. If you haven't already created a custom empires2_x1_p1.dat with the new tech tree, you can unpack the empires2_x1_p1.dat of the archive into the DATA folder, replacing the old one (do not forget a backup!).
15
17
16
18
The launcher starts the age2_x1.exe process and injects the TechTree.dll containing the code changes to add a new age.
17
-
I created this software while working on the (german) Agearena AddOn (http://www.agearena.de/forum/index.php?mode=viewforum&forum_id=7) and will update it periodically.
18
19
19
20
> AoETechTree.exe PARAMS
20
21
@@ -30,12 +31,7 @@ As this software is build with Microsoft Visual Studio 2015, you'll need the app
30
31
31
32
This software was tested with the UserPatch v1.4 installed, so there should be no incompabilities.
32
33
33
-
Also some virus scanners may have problems with this software, as it uses DLL injection to patch the running Age of Empires II process. This method is also used by many viruses, so some virus scanners block it by default. If you have problems running this software, try to create an exception in the scanners filter rules.
34
-
35
-
36
-
## TODO
37
-
38
-
* Add another renderer that is easier moddable and less hardcoded than the vanilla one in terms of age count, resolution and background images.
34
+
Also some virus scanners may have problems with this software, as it uses DLL injection to patch the running Age of Empires II process. This method is also used by many viruses, so some virus scanners block it by default. If you have problems running this software, try to create an exception in the scanner's filter rules.
0 commit comments