Welcome to Fractal Forums

Fractal Software => Mandelbulber => Topic started by: meegja on August 21, 2011, 06:43:13 PM




Title: Is there a preferred install method?
Post by: meegja on August 21, 2011, 06:43:13 PM
Is there a preferred method of install or not? Till now I just do the install over the previous version and it all seems to keep on working.
Or is it better to first uninstall the previous version of Mandelbulber and each time a fresh install?

Ok, here is other question: is it correct that's still not possible to let the program memorize what defaults directories have to be used? For example, I can change the directory for where animations frames have to be saved. But when I close and open Mandelbulber again, then that change is gone, the default save directory is back again so I have to change it ... again.


Title: Re: Is there a preferred install method?
Post by: taurus on August 22, 2011, 01:11:23 PM
Is there a preferred method of install or not? Till now I just do the install over the previous version and it all seems to keep on working.
Or is it better to first uninstall the previous version of Mandelbulber and each time a fresh install?

Ok, here is other question: is it correct that's still not possible to let the program memorize what defaults directories have to be used? For example, I can change the directory for where animations frames have to be saved. But when I close and open Mandelbulber again, then that change is gone, the default save directory is back again so I have to change it ... again.

under windows i allways install over without any probs. in suse 64 bit i've got problems with new versions but i'm mostly clouless with linux.

default settings are stored in default.fract. so open mandelbulber, change settings as desired, then save settings back to default.fract. now bulber shoud open with your new settings. afaik only the default image file type allways reverts to jpeg. and new versions kill these settings. so backup before updating.


Title: Re: Is there a preferred install method?
Post by: meegja on August 22, 2011, 05:47:58 PM
@ Taurus66

Okay, thanx for that! Was searching my head off! :p

Edit: did try what you suggested but that doesn't help. If I make the changes to the default file paths and then save the default.fract, the next time I open Mandelbulber the file paths are back to their default state :(


Title: Re: Is there a preferred install method?
Post by: taurus on August 23, 2011, 09:01:42 AM
ok, this might have changed during the last updates. i've seen there is a file called ".defaults". didn't take a look inside, but maybe the solution is here. i'll take a look tonight.


Title: Re: Is there a preferred install method?
Post by: taurus on August 29, 2011, 09:57:03 AM
i think buddhi has changed the program behaviour. it not allways saves the paths in the fract files and returnes to default values i can't locate in any setting. sad, as i don't use the same setup very often :sad1:. here's a little workaround to fix this in windows.
  • open %program files%\Mandelbulber\examples\default.fract in a text editor
  • add or modify the following lines
    file_destination <path_images>;
    file_background <path_backing_image>;
    file_envmap <path_non_raytrace_reflection>;
    file_lightmap <path_ambient_occlusion_image>;
    file_animation_path paths/path.txt; (i don't know what's in, so i recommend to leave it)
    file_keyframes <path_keyframes_fract>;
    <...> means the path of your choice, don't forget the semicolon
  • save file in text editor and reopen mandelbulber
the program should open with the new path settings.

unfortunately bulber overwrites these settings again after opening a fract, where the path is not in use. so this is a weak patch.

regards
taurus