diff options
Diffstat (limited to 'openparsec-assets/cons')
| -rw-r--r-- | openparsec-assets/cons/.bindings.con.swp | bin | 0 -> 12288 bytes | |||
| -rw-r--r-- | openparsec-assets/cons/bindings.con | 12 | ||||
| -rwxr-xr-x | openparsec-assets/cons/strmpldr.con | 32 | ||||
| -rw-r--r-- | openparsec-assets/cons/user.con | 18 |
4 files changed, 62 insertions, 0 deletions
diff --git a/openparsec-assets/cons/.bindings.con.swp b/openparsec-assets/cons/.bindings.con.swp Binary files differnew file mode 100644 index 0000000..cbf814d --- /dev/null +++ b/openparsec-assets/cons/.bindings.con.swp diff --git a/openparsec-assets/cons/bindings.con b/openparsec-assets/cons/bindings.con new file mode 100644 index 0000000..b1c81e3 --- /dev/null +++ b/openparsec-assets/cons/bindings.con @@ -0,0 +1,12 @@ + +key akc_f2 say2 +key akc_f3 say4 +key akc_f4 say8 + +bind akc_f9 vid.setmode windowed +bind akc_f10 vid.setmode fullscreen + +bind akc_home aux_enable_elite_radar 0 +bind akc_end aux_enable_elite_radar 1 +bind akc_pageup radar.range ++4096 +bind akc_pagedown radar.range --4096 diff --git a/openparsec-assets/cons/strmpldr.con b/openparsec-assets/cons/strmpldr.con new file mode 100755 index 0000000..2526b4f --- /dev/null +++ b/openparsec-assets/cons/strmpldr.con @@ -0,0 +1,32 @@ +load texture (infobar11) file infbar11.tga +load texture (infobar12) file infbar12.tga +load texture (infobar21) file infbar21.tga +load texture (infobar22) file infbar22.tga +load texture (hilite) file hilite.jpg +load texture (navbar11) file navbar11.tga +load texture (navbar12) file navbar12.tga +load texture (navbar21) file navbar21.tga +load texture (navbar22) file navbar22.tga +load texture (symbol) file symbol.tga +load texture (mn_blank_a) file nbactbln.png +load texture (mn_connect_a) file nbactcnt.png +load texture (mn_down_a) file nbactdwn.png +load texture (mn_exit_a) file nbactext.png +load texture (mn_left_a) file nbactlft.png +load texture (mn_refresh_a) file nbactrfh.png +load texture (mn_reset_a) file nbactrst.png +load texture (mn_right_a) file nbactrgt.png +load texture (mn_up_a) file nbactup.png +load texture (mn_zin_a) file nbactzi.png +load texture (mn_zout_a) file nbactzo.png +load texture (mn_blank_i) file nbiatbln.png +load texture (mn_connect_i) file nbiatcnt.png +load texture (mn_down_i) file nbiatdwn.png +load texture (mn_exit_i) file nbiatext.png +load texture (mn_left_i) file nbiatlft.png +load texture (mn_refresh_i) file nbiatrfh.png +load texture (mn_reset_i) file nbiatrst.png +load texture (mn_right_i) file nbiatrgt.png +load texture (mn_up_i) file nbiatup.png +load texture (mn_zin_i) file nbiatzi.png +load texture (mn_zout_i) file nbiatzo.png diff --git a/openparsec-assets/cons/user.con b/openparsec-assets/cons/user.con new file mode 100644 index 0000000..646757f --- /dev/null +++ b/openparsec-assets/cons/user.con @@ -0,0 +1,18 @@ + +; assign text macros +set0 hi there +set1 i'm coming after you +set2 you're gonna die now +set3 i'm out and away... +set4 good shot +set5 damn, i'm hit +set6 good riddance +set7 you're gonna pay for that +set8 am i cool or what +set9 my granny's tougher than you + +; keyboard bindings +bindings + +bkgn.add sample back2 +aud.volume 128 |
