-
Notifications
You must be signed in to change notification settings - Fork 7
/
config-manager.html
121 lines (112 loc) · 5.99 KB
/
config-manager.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE HTML>
<html>
<head>
<title>Celestia: Config Manager</title>
<meta name="description" content="If you have difficulty fine-tuning Celestia, then you can use Celestia Config Manager to facilitate this task. You can easily change the configuration file settings and other parameters." />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="/">Celestia</a></h1>
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="news.html">News</a></li>
<li>
<a href="#">Documentation</a>
<ul>
<li><a href="guides.html">Celestia Guides</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="sites.html">Related Sites</a></li>
</ul>
</li>
<li>
<a href="#">Add-Ons</a>
<ul>
<li><a href="addons.html">Download Links</a></li>
<li>
<a href="#">LUA Tools</a>
<ul>
<li><a href="lua-universal-tools.html">LUA Universal Tools</a></li>
<li><a href="lua-other.html">Other</a></li>
</ul>
</li>
<li><a href="#">Utilites</a>
<ul>
<li><a href="config-manager.html">Celestia Config Manager</a></li>
<li><a href="utilites.html">Other</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="/forum">Forum</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Celestia Config Manager</h2>
<p>Celestia Config Manager was developed for Celestia and Celestia Educational. It’s designed to make Celestia configuration easy, and for managing its addons. It supports most of the spacecraft, and following Lua-tools. Program has the possibility of translation into other languages, as well as an automatic check for updates.</p>
</header>
<!-- Content -->
<section id="content">
<p>
<b>Main Tab</b>
<br/>
<span class="image left"><img src="images/manager-main.png" alt="Celestia Config Manager"></span>
The main tab allows the editing of all the settings of the celestia.cfg file. The user does not need to open the file manually to learn the syntax and to read the description of all the parameters. You can easily change the add-ons folders, configure scripts, render orbit parameters, rotate the camera and much more.
<br/><br/><br/><br/><br/><br/><br/><br/>
</p>
<hr>
<b>Objects and Time</b>
<p>
<span class="image left"><img src="images/manager-ot.png" alt="Celestia Config Manager"></span>
This tab allows you to edit or disable some add-ons that may not always be necessary or may load the system. This will save you from having to remove and re-download these add-ons. Also you can optionally enable and disable the real-time display of spacecraft which have ceased to exist (for example, "Mir" station or "Galileo").
<br/><br/><br/><br/><br/><br/><br/><br/>
</p>
<hr>
<b>Lua Tools</b>
<p>
<span class="image left"><img src="images/manager-lua.png" alt="Celestia Config Manager"></span>
This tab allows you to manage the settings of Lua-tools, such as Lua Edu Tools and Lua Universal Tools. The user does not need to open config.lua file manually to learn the syntax and to read the description of all the parameters. You can choose which toolbars display by default, enable/disable add-ons, and edit advanced settings.<br/><br/><br/><br/><br/><br/><br/><br/>
</p>
<hr>
Celestia Config Manager can export and import settings, as well as restore the default settings.<br/><br/>
<ul>
<li><a href="/forum/viewtopic.php?p=135983#p135983" target="_blank">Detailed description</a></li>
<li><a class="icon fa-download" href="/cc/cel-config-manager"> Download latest version</a></li>
</ul>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/CelestiaProject" target="_blank" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/CelestiaProject/Celestia" target="_blank" class="icon alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Celestia is Copyright © 2001-<script type="text/javascript">document.write(new Date().getFullYear())</script>, Celestia Development Team.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>