Every time i re-start Celestia, its turned back off again.
Is this a bug, or am I doing something wrong

Code: Select all
renderflags { set "automag" } # version 1.3.1+
setfaintestautomag45deg { magnitude 6.5 } # If you want to change it
Code: Select all
{
select { object "Sol" }
follow {}
goto { time 4 }
wait { duration 3 }
select { object "Sol/mars" }
follow {}
goto { time 6 }
renderflags { set "automag" } # version 1.3.1+
setfaintestautomag45deg { magnitude 6.5 } # If you want to change it
}
Code: Select all
select { object "Sol" }
follow {}
goto { time 4 }
wait { duration 4 } #<-- CHANGE to 4 <----
select { object "Sol/mars" }
follow {}
goto { time 6 }
wait { duration 6 } #<-- ADD this line <----
renderflags { set "automag" } # version 1.3.1+
setfaintestautomag45deg { magnitude 6.5 } # If you want to change it
don wrote:Darkmiss,
If you are running a pre-release version 1.3.1, add the following lines to the start.cel script (located in the root Celestia directory), on a new line AFTER the "{" character...Code: Select all
renderflags { set "automag" } # version 1.3.1+
setfaintestautomag45deg { magnitude 6.5 } # If you want to change it
-Don G.
Oops, that should probably be reported as a Bug so it can get fixed.Darkmiss wrote:It was working the first time.![]()
But it doesn't put a tick next to it in the menu
so i thought it wasn't working![]()
Darkmiss wrote:But as i said earlyer, it would be nice to select it in the menu and have it stay selected like the rest of the menu commands.
don wrote:Howdy Fridger!
Chris just added this to .cel scripting in July (cmdparser.cpp).
-Don G.
t00fri wrote:'set automag' is not even listed anymore in the CVS browser. ... It's not important, after all...
don wrote:Howdy Fridger,Sure it is. Especially when Chris seems to be trying to keep full backwards compatibility to scripting. In my scripting guide (which mostly came from the code and Selden's prior work), I don't see a prior version of how to turn AutoMag ON and OFF, but only to adjust the actual magnitude value.t00fri wrote:'set automag' is not even listed anymore in the CVS browser. ... It's not important, after all...
Are you saying there used to be a command called "set automag" to turn the function ON and OFF?
-Don G.