-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdev.html
More file actions
115 lines (112 loc) · 3.34 KB
/
Copy pathdev.html
File metadata and controls
115 lines (112 loc) · 3.34 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Exult: Development
</title>
<meta charset="utf-8" />
<link href="default.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="favicon.png" type="image/png" sizes="96x96" />
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="centered">
<table class="borderless site-width">
<tr>
<td class="centered">
<table class="borderless full-width">
<tr>
<td class="centered">
<div class="exult_logo">
</div>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
<tr>
<td class="centered">
<b>
<a href="index.html">Home</a>
|
<a href="download.html">Download</a>
|
<a href="docs.html">Documentation</a>
|
<a href="faq.html">FAQ</a>
|
<a href="studio.html">Studio</a>
|
<a href="screenshots.html">Screen Shots</a>
</b>
</td>
</tr>
<tr>
<td class="centered">
<b>
<a href="dev.html">Development</a>
|
<a href="https://github.com/exult/exult/discussions">Discussion</a>
|
<a href="about.html">About Us</a>
|
<a href="letters.html">Letters</a>
|
<a href="history.html">History</a>
|
<a href="links.html">Links</a>
</b>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<h1>
Development
</h1>
<p><i>Exult</i> is being developed in C++ under Linux, MacOS and Windows using the SDL library to make porting to other platforms relatively easy. Source code can be found <a href="https://github.com/exult">on GitHub</a>.</p>
<p>The current version is fully playable. This, and further development, is only possible due to the work done by other fans who have decoded the various Ultima VII data files, especially Gary Thompson, Maxim Shatskih, Jakob Schonberg, and Wouter Dijkslag.</p>
<p><i>Exult</i> aims to make the two Ultima VII games playable on modern hardware, in as close to (or perhaps even surpassing) its original splendor as is possible. You need to <em>own</em> either Ultima VII: The Black Gate or Ultima VII - Part 2: Serpent Isle in order to use <i>Exult</i>, and we encourage you to buy a legal copy (you can buy them online from GOG.com or EA's Origin).</p>
<p>None of the people involved are affiliated with Electronic Arts in any way, nor is EA responsible for, or even aware of, this work. Do not contact them about anything to do with <i>Exult</i>.</p>
<p><b>Note:</b> You need to own a copy of Ultima VII to run <i>Exult</i>.</p>
</td>
</tr>
<tr>
<td>
<br />
<hr />
</td>
</tr>
<tr>
<td>
<table class="borderless full-width">
<tr>
<td class="centered"><br /></td>
</tr>
<tr>
<td class="centered">
<address>
<small>
Problems with Exult or this webpage?
<a href="https://github.com/exult/exult/discussions">Contact
us.</a>
</small>
</address>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><br /></td>
</tr>
</table>
</div>
</body>
</html>