Difference between revisions of "Enhanced Client Modding"
ArrothThaiel (Talk | contribs) |
ArrothThaiel (Talk | contribs) (→Walkthroughs) |
||
| Line 2: | Line 2: | ||
==Walkthroughs== | ==Walkthroughs== | ||
| + | * [[Enhanced Client Custom Mods |How to create a custom mod]] | ||
* [[Enhanced Client Custom Icons |How to create a custom icon]] | * [[Enhanced Client Custom Icons |How to create a custom icon]] | ||
| − | |||
==Resources== | ==Resources== | ||
Revision as of 14: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