X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Docs%2FDEVTOOLS.txt;h=9e7f9731479eeb180e8ddc1f6557d68e9f7102a8;hb=265236f7b4d05d576a4a6fd81823abff5f3f757b;hp=7312be8d63f4cf148285c71cb568886b0453d1ac;hpb=ddbdc1a8a7b22f7a4c03667672436d8744f45c90;p=lugaru.git diff --git a/Docs/DEVTOOLS.txt b/Docs/DEVTOOLS.txt index 7312be8..9e7f973 100644 --- a/Docs/DEVTOOLS.txt +++ b/Docs/DEVTOOLS.txt @@ -124,9 +124,8 @@ cellophane - makes everyone invisible, except for the shadows. Character appearance ~~~~~~~~~~~~~~~~~~~~ -cellar door, rambo, kungfu, white, brown, black - changes your skin to the - respective outfit. Note: this command is a little glitchy sometimes. You - may have to enter it multiple times before it changes. +lizardwolf, darko - changes your skin to the respective easter egg texture. + Normal skins are available via the ctrl+alt+t hotkey. tintr (float) - sets the redness of your clothes. This only affects the color of future clothes, so you must set it in advance. It must be a value from 0 to 1. @@ -234,7 +233,10 @@ fixdialog (int) (string) - replaces the dialog of given index by the one described in the "string.txt" file. ddialog (int) - deletes given dialog (if no argument or -1, deletes the last dialog). Does not work when actually playing a dialog. +fixtype (int) (int) - fixes the type (2nd arg) of the given dialog (1st arg). play (int) - plays given dialog. +fixrotation - when playing a dialog, sets the in-dialog yaw of the current + participant to its out-of-dialog yaw value. Graphics ~~~~~~~~