summaryrefslogtreecommitdiff
path: root/data/game_fps.cfg
diff options
context:
space:
mode:
authorxolatile2025-07-21 12:59:59 +0200
committerxolatile2025-07-21 12:59:59 +0200
commit6de153293f0ba70aed1f7714f626bc5652a9bd32 (patch)
treedd7adba486447aba5aa2e60ab6e20b37a0e3fa29 /data/game_fps.cfg
parentd085675aaa6ea427fa6417745387ebc9d2e77afc (diff)
downloadxolatile-badassbug-6de153293f0ba70aed1f7714f626bc5652a9bd32.tar.xz
xolatile-badassbug-6de153293f0ba70aed1f7714f626bc5652a9bd32.tar.zst
Removed steep fur, changed script names, grass textures...
Diffstat (limited to 'data/game_fps.cfg')
-rw-r--r--data/game_fps.cfg31
1 files changed, 0 insertions, 31 deletions
diff --git a/data/game_fps.cfg b/data/game_fps.cfg
deleted file mode 100644
index 1720ccc..0000000
--- a/data/game_fps.cfg
+++ /dev/null
@@ -1,31 +0,0 @@
-// fps specific cfg stuff goes here
-
-togglezoom = [ zoom (if (= $zoom 1) -1 1) ]
-sayteamcommand = [inputcommand (if (>= $numargs 1) [result $arg1] [result ""]) [sayteam $commandbuf] "[team]"]
-
-mapcomplete = [ complete $arg1 packages/maps ogz ]
-mapcomplete map
-
-modenames = "ffa coop teamplay insta instateam effic efficteam"
-loop i (listlen $modenames) [
- mname = (at $modenames $i)
- alias $mname [ if (mode @i) [if (> $numargs 0) [map $arg1] [map]] ]
- mapcomplete $mname
-]
-
-demo = [ stopdemo; if (mode -1) [if (> $numargs 0) [map $arg1] [map]] ]
-varcomplete demo demodir dmo
-
-playermodelnum = 1
-
-playermodeldir0 = "mrfixit"
-playermodelicon0 = "mrfixit"
-playermodelname0 = "Mr. Fixit"
-playermodelstory0 = [Which orc do you choose when the mission calls for an all-purpose wrecking machine? Who do you call when the odds are stacked against you? Mr. Fixit, that's who. Gifted with the ability to perform deconstructive surgery with any weapon, this orc gets the job done fast and with extreme prejudice.]
-
-playermodeldir = [getalias (concatword "playermodeldir" (if (> $numargs 0) [result $arg1] [result $playermodel]))]
-playermodelicon = [getalias (concatword "playermodelicon" (if (> $numargs 0) [result $arg1] [result $playermodel]))]
-playermodelname = [getalias (concatword "playermodelname" (if (> $numargs 0) [result $arg1] [result $playermodel]))]
-playermodelstory = [getalias (concatword "playermodelstory" (if (> $numargs 0) [result $arg1] [result $playermodel]))]
-
-playsong = [ music (concatword "music/1.ogg") playsong ]