Difference between revisions of "Enhanced Client Modding"
ArrothThaiel (Talk | contribs) |
ArrothThaiel (Talk | contribs) |
||
| Line 1: | Line 1: | ||
* [[Enhanced Client Mod List | List of Mods]] | * [[Enhanced Client Mod List | List of Mods]] | ||
| + | |||
| + | ==Walkthroughs== | ||
| + | * [[Enhanced Client Custom Icons |How to create a custom icon]] | ||
| Line 27: | Line 30: | ||
* [https://community.stratics.com/forums/reference-library.614/ Stratics Resource Library] | * [https://community.stratics.com/forums/reference-library.614/ Stratics Resource Library] | ||
* [https://uo.com/wiki/ultima-online-wiki/technical/enhanced-client-custom-user-interface/ UO.com Wiki] | * [https://uo.com/wiki/ultima-online-wiki/technical/enhanced-client-custom-user-interface/ UO.com Wiki] | ||
| + | |||
| + | ====See Also==== | ||
| + | * [[Enhanced Client]] | ||
Revision as of 13:52, 28 February 2026
Walkthroughs
Resources
Color Design
- Color Code Converter Easily switch between Hex RGB and HSL. HTML color names.
- Color Dictionary Hundreds of colors with names and html codes for each hue.
- Stratics Hues Dictionary UO Hue colors and codes
Image Processing Software
- GIMP The GNU Image Manipulator Program - a free crowdsourced version of photoshop. Works with the .dds files used in UO's EC.
- GIMP Tutorial Video Davies Media Design 10 Tips for GIMP Beginners
Software
- Lua homepage The language of the EC.
- Zerobrane An alternate, and quite good, integrated development environment for working with Lua.
- EC SuperViewer Built by Pinco to comb through the EC's art and sound files. Downloaded from Pinco's Discord.
- Mythic Package Editor Built out by Pinco to extract, modify, and reinsert files into the EC's .uop files. Downloaded from Pinco's Discord.
Support