File: defaults.cfg

package info (click to toggle)
redeclipse-data 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 969,652 kB
  • sloc: sh: 230; makefile: 21
file content (24 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
loopfiles curmod . zip [ addzip $curmod ]
loopfiles curmod maps zip [ addzip (concatword "maps/" $curmod) ]
loopfiles curmod mods zip [
    mntmod = (concatword "mods/" $curmod)
    addzip $mntmod $mntmod
    exec (concatword "mods/" $curmod "/package.cfg")
]

exec "config/keymap.cfg"

exec "config/engine.cfg"
exec "config/brush.cfg"
exec "config/setup.cfg"
exec "config/legacy.cfg"

exec "config/sounds/package.cfg"
exec "config/vanities.cfg"

exec "config/usage.cfg"
exec "config/tips.cfg"

exec "config/menus/package.cfg" // keep this here, it uses some of the stuff above
exec "config/voice.cfg"
exec "config/compass.cfg"