Difference between revisions of "Enhanced Client Modding"

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


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