diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /openparsec-assets/init.con | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
Diffstat (limited to 'openparsec-assets/init.con')
| -rwxr-xr-x | openparsec-assets/init.con | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/openparsec-assets/init.con b/openparsec-assets/init.con new file mode 100755 index 0000000..b6b2f56 --- /dev/null +++ b/openparsec-assets/init.con @@ -0,0 +1,25 @@ + +;--------------------- +; parsec init script +;--------------------- + +; exec rc script +parsecrc + +; misc config +;aux_allow_cache_texture_evict 0 +;aux_enable_console_message_log 0 +aux_draw_cockpit_crosshair 2 + +; exec user script +user + +; load the starmap loader con +strmpldr + +; enable console +enable + +; display build info +build x + |
