-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME.txt
63 lines (43 loc) · 2.36 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
--------------------------------------------------------------------------------
UO Machine 0.3.2.4 (03/15/2010)
.Net Framework 3.5 SP1 required
UO Machine is a scripting utility for Ultima Online. Scripts are
written in C# and execute as native code.
Supported clients:
All Mondain's Legacy/Stygian Abyss 2D clients.
How to write scripts:
It's recommended to use the included Visual Studio 2008 templates
to take advantage of code completion and refactoring features of
the Visual Studio IDE. Don't forget to add a reference to
UOMachine.exe in your project.
A GUI template is also included so that you can use the VS 2008
form designer to easily create a GUI script.
Acknowledgements:
Thanks to Artaxerxes, lead developer of UOAI (http://www.uoai.be). His
assistance has proved invaluable and I appreciate it dearly.
A big thanks to Cheffe. Though he isn't involved with the project
in any way, UO Machine wouldn't exist without his hard work. I've
learned much of what I know regarding UO internals by reverse
engineering EasyUO and the UO client.
Thanks to Christoph Husse for EasyHook, a brilliant API hook library.
Thanks to the SharpDevelop team for the nice AvalonEdit library.
Thanks to Daniel 'Necr0Potenc3' Cavalcanti for his hard work on
UO encryption routines which he generously shared with the world.
Licenses:
UO Machine is free open source software licensed under the GPL
license, for more information see the included text in the
\Licenses folder or visit http://www.gnu.org/licenses/gpl-3.0.txt
EasyHook is free open source software licensed under the LGPL license,
for more information see the included text in the \Licenses folder or
visit http://www.gnu.org/licenses/lgpl-3.0.txt
SharpDevelop libraries including AvalonEdit are free open source
software licensed under the LGPL license, for more information see the
included text in the \Licenses folder or visit
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
zlib is copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler,
please see the included text in the \Licenses folder or visit
http://www.zlib.net/zlib_license.html
--------------------------------------------------------------------------------
http://uomachine.pbworks.com/
http://code.google.com/p/uo-machine/
--------------------------------------------------------------------------------