podpisywanie klawiszy 2426 4

O temacie

Autor deckdogz123

Zaczęty 15.08.2014 roku

Wyświetleń 2426

Odpowiedzi 4

deckdogz123

deckdogz123

Labirynt
posty162
Propsy10
ProfesjaLvl designer
  • Labirynt
Witam.
Chciałbym stworzyć modyfikacje lecz mam mały problem.
Szukam tutka lub czegoś co mnie naprowadzi jak podpisywać klawisze pod dana rzecz. Np naciskam 5 i wywołuje to animacje czy co innego. :D
 
Są to moje niektóre prace ! ! !

Nie zajmuje już się modingiem tak jak kiedyś. Od czasu do czasu LvL Designer. Chętnie pomagam.

http://ariathan.wrzuta.pl/wrzucone/obrazy

Splash

Splash

Moderator
posty4209
Propsy3411
ProfesjaNierób
  • Moderator
Ikarus :ok: W pliku Ikarus_Const_G1/G2 masz napisane wszystkie klawisze.
if (MEM_KeyState(KEY_X) == KEY_PRESSED)
{
<funkcja, która ma być wywołana>
};
 
Nie zajmuję się multiplayerami do Gothica. Przestańcie zawracać mi tym głowę...
Ps. Siemekk ma downa i śpi w pufie

deckdogz123

deckdogz123

Labirynt
posty162
Propsy10
ProfesjaLvl designer
  • Labirynt
Hmm.
Wielkie dzięki Splash. A każdy klawisz można podpasywać ?
 
Są to moje niektóre prace ! ! !

Nie zajmuje już się modingiem tak jak kiedyś. Od czasu do czasu LvL Designer. Chętnie pomagam.

http://ariathan.wrzuta.pl/wrzucone/obrazy

Mark56

Mark56

Moderator
som veľký magič
posty1632
Propsy1846
ProfesjaAnimator
  • Moderator
  • som veľký magič
w ikarusie jest plik z nimi Ikarus_Const_G1.d albo Ikarus_Const_G2.d
gdzieś pod koniec jest ich deklaracja

const int KEY_ESCAPE          = 01;
const int KEY_1               = 02;
const int KEY_2               = 03;
const int KEY_3               = 04;
const int KEY_4               = 05;
const int KEY_5               = 06;
const int KEY_6               = 07;
const int KEY_7               = 08;
const int KEY_8               = 09;
const int KEY_9               = 10;
const int KEY_0               = 11;
const int KEY_MINUS           = 12;
const int KEY_EQUALS          = 13;
const int KEY_BACK            = 14;
const int KEY_TAB             = 15;
const int KEY_Q               = 16;
const int KEY_W               = 17;
const int KEY_E               = 18;
const int KEY_R               = 19;
const int KEY_T               = 20;
const int KEY_Y               = 21;
const int KEY_U               = 22;
const int KEY_I               = 23;
const int KEY_O               = 24;
const int KEY_P               = 25;
const int KEY_LBRACKET        = 26;
const int KEY_RBRACKET        = 27;
const int KEY_RETURN          = 28;
const int KEY_LCONTROL        = 29;
const int KEY_A               = 30;
const int KEY_S               = 31;
const int KEY_D               = 32;
const int KEY_F               = 33;
const int KEY_G               = 34;
const int KEY_H               = 35;
const int KEY_J               = 36;
const int KEY_K               = 37;
const int KEY_L               = 38;
const int KEY_SEMICOLON       = 39;
const int KEY_APOSTROPHE      = 40;
const int KEY_GRAVE           = 41;
const int KEY_LSHIFT          = 42;
const int KEY_BACKSLASH       = 43;
const int KEY_Z               = 44;
const int KEY_X               = 45;
const int KEY_C               = 46;
const int KEY_V               = 47;
const int KEY_B               = 48;
const int KEY_N               = 49;
const int KEY_M               = 50;
const int KEY_COMMA           = 51;
const int KEY_PERIOD          = 52;
const int KEY_SLASH           = 53;
const int KEY_RSHIFT          = 54;
const int KEY_MULTIPLY        = 55;
const int KEY_LMENU           = 56;
const int KEY_SPACE           = 57;
const int KEY_CAPITAL         = 58;
const int KEY_F1              = 59;
const int KEY_F2              = 60;
const int KEY_F3              = 61;
const int KEY_F4              = 62;
const int KEY_F5              = 63;
const int KEY_F6              = 64;
const int KEY_F7              = 65;
const int KEY_F8              = 66;
const int KEY_F9              = 67;
const int KEY_F10             = 68;
const int KEY_NUMLOCK         = 69;
const int KEY_SCROLL          = 70;
const int KEY_NUMPAD7         = 71;
const int KEY_NUMPAD8         = 72;
const int KEY_NUMPAD9         = 73;
const int KEY_SUBTRACT        = 74;
const int KEY_NUMPAD4         = 75;
const int KEY_NUMPAD5         = 76;
const int KEY_NUMPAD6         = 77;
const int KEY_ADD             = 78;
const int KEY_NUMPAD1         = 79;
const int KEY_NUMPAD2         = 80;
const int KEY_NUMPAD3         = 81;
const int KEY_NUMPAD0         = 82;
const int KEY_DECIMAL         = 83;
const int KEY_OEM_102         = 86;
const int KEY_F11             = 87;
const int KEY_F12             = 88;
const int KEY_F13             = 100;
const int KEY_F14             = 101;
const int KEY_F15             = 102;
const int KEY_KANA            = 112;
const int KEY_ABNT_C1         = 115;
const int KEY_CONVERT         = 121;
const int KEY_NOCONVERT       = 123;
const int KEY_YEN             = 124;
const int KEY_ABNT_C2         = 125;
const int KEY_NUMPADEQUALS    = 141;
const int KEY_PREVTRACK       = 144;
const int KEY_AT              = 145;
const int KEY_COLON           = 146;
const int KEY_UNDERLINE       = 147;
const int KEY_KANJI           = 148;
const int KEY_STOP            = 149;
const int KEY_AX              = 150;
const int KEY_UNLABELED       = 151;
const int KEY_NEXTTRACK       = 153;
const int KEY_NUMPADENTER     = 156;
const int KEY_RCONTROL        = 157;
const int KEY_MUTE            = 160;
const int KEY_CALCULATOR      = 161;
const int KEY_PLAYPAUSE       = 162;
const int KEY_MEDIASTOP       = 164;
const int KEY_VOLUMEDOWN      = 174;
const int KEY_VOLUMEUP        = 176;
const int KEY_WEBHOME         = 178;
const int KEY_NUMPADCOMMA     = 179;
const int KEY_DIVIDE          = 181;
const int KEY_SYSRQ           = 183;
const int KEY_RMENU           = 184;
const int KEY_PAUSE           = 197;
const int KEY_HOME            = 199;
const int KEY_UPARROW         = 200;
const int KEY_PRIOR           = 201;
const int KEY_LEFTARROW       = 203;
const int KEY_RIGHTARROW      = 205;
const int KEY_END             = 207;
const int KEY_DOWNARROW       = 208;
const int KEY_NEXT            = 209;
const int KEY_INSERT          = 210;
const int KEY_DELETE          = 211;
const int KEY_LWIN            = 219;
const int KEY_RWIN            = 220;
const int KEY_APPS            = 221;
const int KEY_POWER           = 222;
const int KEY_SLEEP           = 223;
const int KEY_WAKE            = 227;
const int KEY_WEBSEARCH       = 229;
const int KEY_WEBFAVORITES    = 230;
const int KEY_WEBREFRESH      = 231;
const int KEY_WEBSTOP         = 232;
const int KEY_WEBFORWARD      = 233;
const int KEY_WEBBACK         = 234;
const int KEY_MYCOMPUTER      = 235;
const int KEY_MAIL            = 236;
const int KEY_MEDIASELECT     = 237;

const int MOUSE_BUTTONLEFT = 524; //linke Maustaste
const int MOUSE_BUTTONRIGHT = 525; //rechte Maustaste
const int MOUSE_BUTTONMID = 526; //mittlere Maustaste
const int MOUSE_XBUTTON1 = 527; //Sonderbuttons...
const int MOUSE_XBUTTON2 = 528;
const int MOUSE_XBUTTON3 = 529;
const int MOUSE_XBUTTON4 = 530;
const int MOUSE_XBUTTON5 = 531;
 


deckdogz123

deckdogz123

Labirynt
posty162
Propsy10
ProfesjaLvl designer
  • Labirynt
Dobra dzięki wielkie.
 
Są to moje niektóre prace ! ! !

Nie zajmuje już się modingiem tak jak kiedyś. Od czasu do czasu LvL Designer. Chętnie pomagam.

http://ariathan.wrzuta.pl/wrzucone/obrazy


0 użytkowników i 1 Gość przegląda ten wątek.
0 użytkowników
Do góry