Show pageOld revisionsBacklinksBack to top You've loaded an old revision of the document! If you save it, you will create a new version with this data. Media Files====== Cubemap ====== Copy and paste the code below into a text editor (notepad for example) Replace “C:/” with the path to the destination directory of your choice Script to be placed in the “script” directory of stellarium. Your file must have the extension .ssc Scripts can be launched in stellarium > general config > scripts tab. <code> StelMovementMgr.zoomTo(90, 0); core.wait(1); core.moveToAltAzi(0,0,0); core.wait(1); core.screenshot("cubemap_",false,"C:/"); core.moveToAltAzi(0,90,0); core.wait(1); core.screenshot("cubemap_",false,"C:/"); core.moveToAltAzi(0,180,0); core.wait(1); core.screenshot("cubemap_",false,"C:/"); core.moveToAltAzi(0,270,0); core.wait(1); core.screenshot("cubemap_",false,"C:/"); core.moveToAltAzi(89.99,0,0); core.wait(1); core.screenshot("cubemap_",false,"C:/"); </code>Please solve the following equation to prove you're human. 92 +11 = Please keep this field empty: SavePreviewCancel Edit summary Note: By editing this page you agree to license your content under the following license: CC Attribution-Share Alike 4.0 International tools/recherches/stellarium/scripts.1738364372.txt.gz Last modified: 2025/02/11 14:37(external edit)