MAC problems (setfont and mp3 as sample)

Report any Hollywood bugs here
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: MAC problems (setfont and mp3 as sample)

Post by airsoftsoftwair »

Bugala wrote:is this "FromDisk" setting only available from Hollywood 6 on?

For I see in documentation this option mentioned only in @ANIM, and when i tried adding {fromdisk=true} after using @MUSIC, it says: "...Unknown tag "fromdisk"!"
Looks like you've misread my last comment. I tried to explain that in general preprocessor commands preload the entire file with the following exceptions:

Code: Select all

@FILE
@VIDEO
@MUSIC
@ANIM --> but only if "FromDisk" is set to TRUE, otherwise @ANIM will also preload the entire file
As you can see, @VIDEO and @MUSIC will never prebuffer any larger amount of data so "FromDisk" isn't supported by them because it would be nonsense.
Bugala
Posts: 1180
Joined: Sun Feb 14, 2010 7:11 pm

Re: MAC problems (setfont and mp3 as sample)

Post by Bugala »

Ah, understood now. Better this way than how i thought.
Post Reply