



bind mouse1 "+weapon1;+fire"
doesn't work in sequence? (it fires at first then switches) (edited)+weapon1; +fire fires before switching, for some reason that I don't know, +prevweapon; +fire will land the hammer, you might be able to work with that. There's a gores bind that's gotten passed around that uses that, where mouse2 hooks and swaps to pistol, and mouse1 swaps to hammer and fires. lmk if you're looking for that I can find it

+weapon1; +fire fires before switching, for some reason that I don't know, +prevweapon; +fire will land the hammer, you might be able to work with that. There's a gores bind that's gotten passed around that uses that, where mouse2 hooks and swaps to pistol, and mouse1 swaps to hammer and fires. lmk if you're looking for that I can find it 














add_favorite 192.168.72.154:8301 allow_ping;
add_favorite 192.168.72.154:8302 allow_ping;
add_favorite 192.168.72.154:8303 allow_ping;
add_favorite 192.168.72.154:8304 allow_ping;
add_favorite 192.168.72.154:8305 allow_ping;
add_favorite 192.168.72.154:8306 allow_ping;
add_favorite 192.168.72.154:8307 allow_ping;
add_favorite 192.168.72.154:8308 allow_ping;
add_favorite 192.168.72.154:8309 allow_ping;
add_favorite 192.168.72.154:8310 allow_ping;
add_favorite 192.168.72.154:8311 allow_ping;
add_favorite 192.168.72.154:8312 allow_ping;
add_favorite 192.168.72.154:8313 allow_ping;
add_favorite 192.168.72.154:8314 allow_ping;
add_favorite 192.168.72.154:8315 allow_ping;
add_favorite 192.168.72.154:8316 allow_ping;
add_favorite 192.168.72.154:8317 allow_ping;

add_favorite 192.168.72.154:8301 allow_ping;
add_favorite 192.168.72.154:8302 allow_ping;
add_favorite 192.168.72.154:8303 allow_ping;
add_favorite 192.168.72.154:8304 allow_ping;
add_favorite 192.168.72.154:8305 allow_ping;
add_favorite 192.168.72.154:8306 allow_ping;
add_favorite 192.168.72.154:8307 allow_ping;
add_favorite 192.168.72.154:8308 allow_ping;
add_favorite 192.168.72.154:8309 allow_ping;
add_favorite 192.168.72.154:8310 allow_ping;
add_favorite 192.168.72.154:8311 allow_ping;
add_favorite 192.168.72.154:8312 allow_ping;
add_favorite 192.168.72.154:8313 allow_ping;
add_favorite 192.168.72.154:8314 allow_ping;
add_favorite 192.168.72.154:8315 allow_ping;
add_favorite 192.168.72.154:8316 allow_ping;
add_favorite 192.168.72.154:8317 allow_ping; 







add_favorite 192.168.72.154:8301 allow_ping
add_favorite 192.168.72.154:8302 allow_ping
add_favorite 192.168.72.154:8303 allow_ping
add_favorite 192.168.72.154:8304 allow_ping
add_favorite 192.168.72.154:8305 allow_ping
add_favorite 192.168.72.154:8306 allow_ping
add_favorite 192.168.72.154:8307 allow_ping
add_favorite 192.168.72.154:8308 allow_ping
add_favorite 192.168.72.154:8309 allow_ping
add_favorite 192.168.72.154:8310 allow_ping
add_favorite 192.168.72.154:8311 allow_ping
add_favorite 192.168.72.154:8312 allow_ping
add_favorite 192.168.72.154:8313 allow_ping
add_favorite 192.168.72.154:8314 allow_ping
add_favorite 192.168.72.154:8315 allow_ping
add_favorite 192.168.72.154:8316 allow_ping
add_favorite 192.168.72.154:8317 allow_ping (edited)






add_favorite 192.168.72.154:8301 allow_ping
add_favorite 192.168.72.154:8302 allow_ping
add_favorite 192.168.72.154:8303 allow_ping
add_favorite 192.168.72.154:8304 allow_ping
add_favorite 192.168.72.154:8305 allow_ping
add_favorite 192.168.72.154:8306 allow_ping
add_favorite 192.168.72.154:8307 allow_ping
add_favorite 192.168.72.154:8308 allow_ping
add_favorite 192.168.72.154:8309 allow_ping
add_favorite 192.168.72.154:8310 allow_ping
add_favorite 192.168.72.154:8311 allow_ping
add_favorite 192.168.72.154:8312 allow_ping
add_favorite 192.168.72.154:8313 allow_ping
add_favorite 192.168.72.154:8314 allow_ping
add_favorite 192.168.72.154:8315 allow_ping
add_favorite 192.168.72.154:8316 allow_ping
add_favorite 192.168.72.154:8317 allow_ping (edited)src/engine/client/favorites.cpp you can call the Entry() method to add them and also call AllowPing(), see Con_AddFavorite. Even easier without source code modification you can add a autoexec_client.cfg next to DDNet.exe and put the lines in there. It should be autoloaded on each start
ddnet-serverlist-urls.cfg to the data directory, pointing to your masterserver URLs

src/engine/client/favorites.cpp you can call the Entry() method to add them and also call AllowPing(), see Con_AddFavorite. Even easier without source code modification you can add a autoexec_client.cfg next to DDNet.exe and put the lines in there. It should be autoloaded on each start 

+weapon1; +fire fires before switching, for some reason that I don't know, +prevweapon; +fire will land the hammer, you might be able to work with that. There's a gores bind that's gotten passed around that uses that, where mouse2 hooks and swaps to pistol, and mouse1 swaps to hammer and fires. lmk if you're looking for that I can find it 

+weapon1; +fire fires before switching, for some reason that I don't know, +prevweapon; +fire will land the hammer, you might be able to work with that. There's a gores bind that's gotten passed around that uses that, where mouse2 hooks and swaps to pistol, and mouse1 swaps to hammer and fires. lmk if you're looking for that I can find it 


















+prevweapon; +fire you can just stay on hammer and mouse1 will be +fire

+prevweapon; +fire you can just stay on hammer and mouse1 will be +fire 





gores_hammer.cfg into the bind mouse1 line in gores.cfg, but for some reason +prevweapon doesn't work. +weapon1 does but ofc same issue where it fires before hammering. Don't know why that happens, but it works fine as 2 files (edited)

