16
SCI Development Tools / Re: Sierra's Internal SCI Tools
« on: October 24, 2025, 03:28:48 PM »
MAKEVOLS doesn't use a where file as far as I know (it's possible that some versions do). Instead you need to have a section in your resource.txt that defines the resource types:
The one from LSL3 looks like this:
The one from LSL3 looks like this:
Code: [Select]
(setpaths
resource view 0x80 ../../view/view
resource pic 0x81 ../../pic/pic
resource script 0x82 ../../script/script
resource text 0x83 ../../script/text
resource sound 0x84 ../../sound/sound
; resource memory 0x85 ; (can not be loaded from disk)
resource vocab 0x86 ../../script/vocab
resource font 0x87 s:font
resource cursor 0x88 s:cursor
resource patch 0x89 ../../sound/patch
)
Then you reference that in your main section before actually building any volumes.