]> git.jsancho.org Git - lugaru.git/blob - DEBUG-OPTIONS.txt
945f09915401ea934c0ce7652ccde4d4b0648880
[lugaru.git] / DEBUG-OPTIONS.txt
1 Lugaru
2
3 ---------Pass --debug option to the binary for these to work----------
4
5 Note: debug key must be pressed as if on a qwerty
6
7 ~=console (map mapname, save mapname, quit)
8 tab=minimap
9
10 super+z = restart level
11 shift+k = win level
12
13 alt+h = give 2000 health
14 alt+j = toggle snow/grass/desert
15 alt+c = toggle cameramode
16 alt+b = slow motion (with motion blur that might work)
17 alt+n = ragdoll
18 alt+x = change weapon of nearby player (main player if ctrl is pressed)
19 alt+f = spontaneously combust
20 alt+o = change enemy's skin (main player if ctrl is pressed)
21 alt+shift+o = change enemy's type (rabbit/wolf) (main player if ctrl is pressed)
22 alt+i = explode nearby head
23 alt+shift+i = explode nearby enemy
24
25
26 Map editor:
27 alt+m = toggle editor mode
28 m = place object
29 p = place enemy
30 shift-p = place waypoint
31 delete = delete most recently made object
32 shift-delete = delete most recently made player
33 up/down = change size of next object
34 control+up/down = change tilt of next object
35 left/right = change rotation of next object
36 shift+left/right = change type of next object
37
38 control+p = make/connect pathfind waypoint
39 period/comma = select pathfind waypoints
40 shift+comma = delete pathfind waypoint
41
42 Console commands:
43 f is floating point, i is integer, b is boolean, str is string.
44
45 Map mapname where mapname is the name of a map in the maps folder
46 Save mapname where mapname is an unused filename
47 Cellar door, rambo, kungfu, white, brown, black = change skins
48
49 Tintr f = red clothes color from 0 to 1
50 Tintg f = green clothes color from 0 to 1
51 Tintb f = blue clothes color from 0 to 1
52 Tint f f f = r,g,b clothes colors from 0 to 1
53 Noclothes = remove all clothes
54 Clothes str = add clothes str.png
55
56 Included clothes include:
57 shirt
58 longsleeve
59 earwrap
60 footwrap
61 pants
62 fancypants
63 scar
64 headband
65 leatherwristleft
66 leatherwristright
67 leatherarmor
68 leatherpants
69
70 Skybox = toggle skybox (i.e. turn off to get fog)
71 Sky Tint f f f =  r,g,b colors from 0 to 1 for the sky
72 Sky Light f f f =  r,g,b colors from 0 to 1 for the lighting
73
74 Speed f = set player speed
75 Strength f = set player power
76 Power f = set player power
77 Protection f f f = set high,medium,low resistance to blunt attacks
78 Armor f f f = set high,medium,low resistance to sharp attacks
79
80 slomo f = set the slomo speed
81 slofreq i = set the slomo sound frequency
82
83 tutorial b = toggle tutorial mode on/off
84 hostile b = toggle hostility
85
86 type active/sitting/sitting wall/sleeping/dead1/dead2/dead3/dead4 = set initial state
87 path keepwalking/pause = determine whether enemies walk through the next pathpoint or pause briefly
88
89 mapkilleveryone = set the map objective to kill everyone
90 mapgosomewhere = set the map objective to go somewhere
91 mapkillsomeone = set the map objective to kill a specific enemy
92 mapkillmost = set the map objective to kill everyone but one
93
94 hs f i str = set the size, type, and text for a hotspot
95 (type 0 = static, display text
96 type 1-10 = attached to player 1-10, display text
97 type 11-20 = attached to player 1-10, must kill to win
98 type -1 = win if approached)
99
100 dhs = delete last hotspot
101
102 dialogue str = load the dialogue str.txt and enter directing mode (fly around, press numpad 1-10 to change their head target, press 1-10 for who is saying each line and to go to next line)
103
104 ddialogue = delete last dialogue
105
106 play i = play dialogue #i
107
108 immobile = make immobile; this can increase fps
109 mobile = make mobile
110
111 proportion f f f f = set head, body, arm and leg proportion (1 is default)
112
113 viewdistance x= set the far clipping plane (1 is default)
114 fadestart x= set what fraction of the viewdistance an object must pass to begin fading (1 is default)
115
116 funnybunny = set player to rabbit
117 wolfieisgod = set player to wolf
118
119 quit = quit