Difference between revisions of "Enhanced Client Modding"
ArrothThaiel (Talk | contribs) |
ArrothThaiel (Talk | contribs) |
||
| Line 14: | Line 14: | ||
* [https://www.gimp.org/downloads/ GIMP] The GNU Image Manipulator Program - a free crowdsourced version of photoshop. Works with the .dds files used in UO's EC. | * [https://www.gimp.org/downloads/ GIMP] The GNU Image Manipulator Program - a free crowdsourced version of photoshop. Works with the .dds files used in UO's EC. | ||
* [https://www.youtube.com/watch?v=1MLnP0OiEkw GIMP Tutorial Video] Davies Media Design 10 Tips for GIMP Beginners | * [https://www.youtube.com/watch?v=1MLnP0OiEkw GIMP Tutorial Video] Davies Media Design 10 Tips for GIMP Beginners | ||
| + | |||
| + | |||
| + | Software | ||
| + | * [https://www.lua.org/ Lua homepage] The language of the EC. | ||
| + | * [https://studio.zerobrane.com/ Zerobrane] An alternate, and quite good, integrated development environment for working with Lua. | ||
Revision as of 23:37, 27 February 2026
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.
Support