Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 963 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 963 Bytes

Zesty Ultima IV

This is a cleaned up, modernized fork of "xu4".

WARNING

This codebase is probably broken in a lot of ways. I am not looking for code contributions right now, as I am trying to realize my vision for the project before accepting outside assistance. However, any suggestions or bug reports are welcome.

How to Compile

Currently, the following dependencies are required: libsdl2, libxml2

make

Where to Get Game Files

http://ultima.thatfleminggent.com/u4download.html
http://www.moongates.com/u4/upgrade/Upgrade.htm

Direct Links:

http://ultima.thatfleminggent.com/ultima4.zip
http://prdownloads.sourceforge.net/xu4/u4upgrad.zip?download
http://www.moongates.com/u4/upgrade/files/u4upgrad.zip

Project Goals

  • Greatly simplify the codebase
  • Remove all external dependencies from the engine
  • Make the engine simple to plug into any framework
  • Convert from ugly C++ to beautiful C
  • Make it "Just Work"