custom image for scroll or note - some help? spell scrolls?

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
undeaddemon
Posts: 157
Joined: Fri Mar 02, 2012 3:38 pm

Re: custom image for scroll or note - some help? spell scrol

Post by undeaddemon »

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"]:

Code: Select all

local message = spawn("Map_Piece")
message:setScrollImage("mod_assets/textures/SW_map.dds")
bookshelf_SW_Map:addItem(message)
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
Post Reply