Re: custom image for scroll or note - some help? spell scrol
Posted: Sat Dec 29, 2012 7:22 am
I have been working with this.
My script to create the scroll OR note [Here I added a NEW note in my items.lua named "Map_Piece"]:
For the DDS - What I do is:
Create in Photoshop - save .psd
Open .psd with GIMP - Export it from GIMP as .dds - Format:RGBA8 and compression:DXT1
My script to create the scroll OR note [Here I added a NEW note in my items.lua named "Map_Piece"]:
Code: Select all
local message = spawn("Map_Piece")
message:setScrollImage("mod_assets/textures/SW_map.dds")
bookshelf_SW_Map:addItem(message)
Create in Photoshop - save .psd
Open .psd with GIMP - Export it from GIMP as .dds - Format:RGBA8 and compression:DXT1