18,700
edits
(→Text: specific tag codes be gone) |
m (wording) |
||
Line 79: | Line 79: | ||
Modders have their own preferred bitmap editors for changing/creating textures. On one end of the scale are expensive programs such as Photoshop, and on the other end are free editors like [https://www.gimp.org/ Gimp] and [https://www.getpaint.net/ Paint.NET]. | Modders have their own preferred bitmap editors for changing/creating textures. On one end of the scale are expensive programs such as Photoshop, and on the other end are free editors like [https://www.gimp.org/ Gimp] and [https://www.getpaint.net/ Paint.NET]. | ||
Textures have dimensions | Textures always have dimensions of "power of 2": typically 32, 64, 128 or 256 pixels on a side. Mac Oni supports a maximum of 1024x1024 textures. Windows Oni supports textures up to 512x512. | ||
These textures can be static, animated, transparent or have a reflection map (usually used for armor). | These textures can be static, animated, transparent or have a reflection map (usually used for armor). Splashscreens (chapter start screens), win-level and lose-level screens are actually composite images made up of smaller textures due to Oni's limitation in texture size. | ||
* Tutorial: [[Modifying textures]] | * Tutorial: [[Modifying textures]] |