diff options
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 + |
