Search found 10 matches

by Wonder
Tue May 31, 2016 2:30 pm
Forum: General Help
Topic: How to bind Shift+C for example?
Replies: 9
Views: 2630

Re: How to bind Shift+C for example?

Ok, i will try and check which way is better. For that moment i binded free keys. Like C - +Showhookcoll, but ALT+C - +toggle inp_mousesens 1 130. So by pressing C i've got collision lines but ALT-C results as collision lines + precise aiming with 1 sens. Very comfortable. :) Or E - zoom-, but ALT+E...
by Wonder
Mon May 30, 2016 7:07 pm
Forum: General Help
Topic: How to bind Shift+C for example?
Replies: 9
Views: 2630

Re: How to bind Shift+C for example?

Oh, i've got a bug. For instance, i made a zoomout bind to Alt+D. When i press Alt+D, D button also presses. And tee moves right. I got 2 functions pressed at 1 time. And for my purposes i need all keys in combinations was free. Like Alt - do nothing. And E - do nothing. In that case i can use Alt-E...
by Wonder
Mon May 30, 2016 4:35 pm
Forum: General Help
Topic: How to bind Shift+C for example?
Replies: 9
Views: 2630

Re: How to bind Shift+C for example?

Godbless you, deen. :mrgreen: I added all right side of the keyboard into these lines. bool LastQ = false; bool LastW = false; bool LastE = false; bool LastR = false; bool LastA = false; bool LastS = false; bool LastD = false; bool LastF = false; bool LastZ = false; bool LastX = false; bool LastC = ...
by Wonder
Mon May 30, 2016 4:05 pm
Forum: General Help
Topic: How to bind Shift+C for example?
Replies: 9
Views: 2630

Re: How to bind Shift+C for example?

Ok, i've got it. Could you give a little example how to initialize Console command via this construction? Is it correct? if(CtrlShiftKey(KEY_Z, LastZ)) m_pConsole->ExecuteLine("kill") And for Ctrl+z i may use analogically: if(CtrlKey(KEY_Z, LastZ)) m_pConsole->ExecuteLine("kill")...
by Wonder
Mon May 30, 2016 3:37 pm
Forum: General Help
Topic: How to bind Shift+C for example?
Replies: 9
Views: 2630

Re: How to bind Shift+C for example?

May you give me a hint please. Which file do i need to modify to insert direct bindings like CTRL+SHIFT+D for debug? If it impossible to do via console it must be possible to make it by source editing. I'll do it similarly like it done with ALT+SHIFT+Q. :) Or may be i could insert into key list word...
by Wonder
Mon May 30, 2016 2:30 pm
Forum: General Help
Topic: How to bind Shift+C for example?
Replies: 9
Views: 2630

How to bind Shift+C for example?

I see SDL support in the client but confused how to bind key modifiers + key. Like CTRL + S, SHIFT + W, ALT + Z, etc. May somebody explain please? :oops: Or is it possible only by hard coding in sources? :roll: I wanna bind dummy keys, zoom toggles, emotes, team switch, and so on via modifiers. Just...
by Wonder
Sun May 29, 2016 1:38 pm
Forum: General Help
Topic: 2 ideas.
Replies: 16
Views: 4841

Re: 2 ideas.

Hey i did useful toggle nubmers-on-tele for edgehooks, use it if you want:

Console:
bind f6 "toggle gfx_text_overlay 25 50"

First press - Numbers off.
Second press - Numbers on.

:)

Entities only.
by Wonder
Sat May 28, 2016 11:28 pm
Forum: General Help
Topic: [SOLVED] Compiling. (0xc0000007b error).
Replies: 3
Views: 1802

Re: Compiling. (0xc0000007b error).

Oh, yes, i compiled 32-bit version, but copied dll's from x64 downloaded version.

Now client works.
So i'm prepared to make my own superclient ^^

Thank you. Solved.
by Wonder
Sat May 28, 2016 10:49 pm
Forum: General Help
Topic: [SOLVED] Compiling. (0xc0000007b error).
Replies: 3
Views: 1802

Re: Compiling. (0xc0000007b error).

Win 7
Visual Studio 11
Python 3.x
bam 0.4.0

Compiling via bam.
by Wonder
Sat May 28, 2016 9:13 pm
Forum: General Help
Topic: [SOLVED] Compiling. (0xc0000007b error).
Replies: 3
Views: 1802

[SOLVED] Compiling. (0xc0000007b error).

Hey, i'm new to all this stuff. I do everything by guide. So i've got that error: libopusfile-0.dll is missing. I copied all dll files from binaries package. Compiling process was finished succefully. And when i run ddnet_d.exe i've got - 0xc0000007b error. I changed nothing, just want to compile it...