<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Part of my weapon switch cfg doesn&#039;t work - Help would be awesome!&#8221;</title>
	<link>https://staging.etf2l.org/forum/customise/topic-27101/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by accless</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468991</link>
    	    <description><![CDATA[I found the problem! :D
It was the logitech driver overwriting the mousewheel being "Mouse3" and instead just assigning Auto Scroll as a function. I'm pretty sure someone could phrase that more adequately but it's solved now. Thanks for your time, everyone! I wouldn't have found this without you!]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468991</guid>
    	    <pubDate>Wed, 04 Sep 2013 14:59:18 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468990</link>
    	    <description><![CDATA[<i>Quoted from ondkaja</i>
		<blockquote>[...]

<code>bind mouse3</code> doesn't actually unbind anything, it just prints out in the console what the key is bound to, if the third argument is missing. You need the <code>unbind</code> command specifically to unbind something.</blockquote>

Yep, you're right. My bad. I am useless.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468990</guid>
    	    <pubDate>Wed, 04 Sep 2013 14:56:20 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by accless</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468989</link>
    	    <description><![CDATA[
		<blockquote>
(which is still silly - why make an alias if it only does 1 thing?)</blockquote>

Because melee is bound to other keys in other configs but anyway, nothing worked :T
I think I didn't approach this the right way. I haven't scripted anything since the steam pipe update but I thought I moved everything to the right folders. Maybe that assumption was wrong.

EDIT: Might be a hardware thing. I can't bind voice commands either. The mouse works fine outside of TF2 though.
EDIT2: and Mouse 3 can't be assigned to any command in the options. Weird.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468989</guid>
    	    <pubDate>Wed, 04 Sep 2013 14:36:08 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Ond kaja</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468988</link>
    	    <description><![CDATA[<i>Quoted from Spike Himself</i>
		<blockquote>[...]

The bit in bold unbinds it:
[...]

So when you press mouse3, the melee alias is called, which in turn unbinds mouse3.

I think you should be good with just deleting the bit I put in bold above, so that line becomes:
<code>alias melee "slot 3"</code>

(which is still silly - why make an alias if it only does 1 thing?)</blockquote>

<code>bind mouse3</code> doesn't actually unbind anything, it just prints out in the console what the key is bound to, if the third argument is missing. You need the <code>unbind</code> command specifically to unbind something.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468988</guid>
    	    <pubDate>Wed, 04 Sep 2013 14:14:06 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468987</link>
    	    <description><![CDATA[<i>Quoted from accless</i>
		<blockquote>[...]

It's executed right away...I think http://puu.sh/4iJsr.png . How do I get rid of the unbinding? And what does that, anyway, I can't see it :T</blockquote>

The bit in bold unbinds it:

		<blockquote>alias melee "slot 3; <strong>bind MOUSE3</strong>"
bind "MOUSE3" "melee"</blockquote>

So when you press mouse3, the melee alias is called, which in turn unbinds mouse3.

I think you should be good with just deleting the bit I put in bold above, so that line becomes:
<code>alias melee "slot 3"</code>

(which is still silly - why make an alias if it only does 1 thing?)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468987</guid>
    	    <pubDate>Wed, 04 Sep 2013 13:42:28 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Schmuse</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468986</link>
    	    <description><![CDATA[<i>Quoted from accless</i>
		<blockquote> my basic cfg http://puu.sh/4iIWQ.png</blockquote>
Looks like your basic cfg has a syntax error
Currently "melee" does both "slot3" and "bind MOUSE3" (whatever that is!) and then you bind "MOUSE3" to "melee".

Try

alias "melee" "slot3"
bind "MOUSE3" "melee"


Also in the future try to define your aliases in a seperated aliases.cfg file that is part of your autoexec so you don't get conflicting definitions like this. Your config will also look less messy (currently the weapon switch script is apparently being executed both when you join soldier and when you load your basic config, that's useless)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468986</guid>
    	    <pubDate>Wed, 04 Sep 2013 13:39:50 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Raikubmx</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468984</link>
    	    <description><![CDATA[cycle through them ?

bind ''mwheelup'' ''slot1; r_drawviewmodel 0''
bind ''mwheeldown'' ''slot2; r_drawviewmodel 0''
bind ''MOUSE3'' ''slot3; r_drawviewmodel 1''(this is melee)

Doesn't that work ^]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468984</guid>
    	    <pubDate>Wed, 04 Sep 2013 13:20:44 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by accless</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468983</link>
    	    <description><![CDATA[<i>Quoted from Spike Himself</i>
		<blockquote>When is your 'basic' cfg executed? Currently what it seems to do is unbind mouse3 as soon as you press it the first time.</blockquote>

It's executed right away...I think http://puu.sh/4iJsr.png . How do I get rid of the unbinding? And what does that, anyway, I can't see it :T]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468983</guid>
    	    <pubDate>Wed, 04 Sep 2013 13:18:11 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Spike Himself</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468982</link>
    	    <description><![CDATA[When is your 'basic' cfg executed? Currently what it seems to do is unbind mouse3 as soon as you press it the first time.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468982</guid>
    	    <pubDate>Wed, 04 Sep 2013 13:11:17 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Created by accless</title>
    	    <link>https://staging.etf2l.org/forum/customise/topic-27101/page-1/?recent=468991#post=468981</link>
    	    <description><![CDATA[A friend of mine gave me an awesome config about a year ago that allowed me to switch weapons with my mousewheel (and not just cycle uselessly through them), pressing Mouse 3 used to be my switch to melee weapons but now it doesn't work anymore.

This is what my soldier cfg looks like http://puu.sh/4iIVF.png and my basic cfg http://puu.sh/4iIWQ.png

Help would be much appreciated!]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=customise&#038;topic=27101&#038;post=468981</guid>
    	    <pubDate>Wed, 04 Sep 2013 12:52:52 +0200</pubDate>
    	</item>
    </channel>
</rss>