Skip to content

Instantly share code, notes, and snippets.

View withgod's full-sized avatar
💭
I may be slow to respond.

takumi withgod

💭
I may be slow to respond.
View GitHub Profile
javascript:(function(){var a=0,b=0,c=0,d=0,e=0;$("tr[data-link-to]").each(function(){var f=$(this);var g=$(f.find("td"));if($(g[2]).find("a").hasClass("won")){d++}else{e++}var h=$(g[5]).find("div").first().text().replace(/\s+/,"").split("/");a+=parseInt(h[0]);b+=parseInt(h[1]);c+=parseInt(h[2])});var f=Math.round(a/b*100)/100;var g=Math.round(c/b*100)/100;var h="k/d: "+f+"\n";h+="a/d: "+g+"\n";h+="win rate:"+Math.round(d/(d+e)*100)+"%";alert(h)})()
//スキルレンジ表示
dota_disable_range_finder 0 //default=1
// ミニマップ上に常にヒーローを表示(default 0)
dota_minimap_always_draw_hero_icon "1"
dota_minimap_hero_size "500" // ミニマップ上のヒーローサイズ(default 600)
hostname "[JP] withgod's public server 01[CP+Badwater][PREMIUM only][TEST]"
sv_password "love2god"
rcon_password ""
tf_server_identity_account_id 56949
tf_server_identity_token
tf_clamp_airducks 1
tf_use_fixed_weaponspreads 1
tf_weapon_criticals 1
withgod's public server.
mapcycle
official cp(-cp_dustbowl) + badwater
server settings
tf_clamp_airducks 1
tf_use_fixed_weaponspreads 1
tf_weapon_criticals 1
sv_restrict_aspect_ratio_fov 0
cp_well
cp_granary
cp_gravelpit
cp_badlands
cp_fastlane
pl_badwater
cp_junction_final
cp_yukon_final
cp_gorge
cp_freight_final1
L 09/12/2012 - 22:50:44: server_cvar: "sv_tags" "_registered,cp,increased_maxplayers"
L 09/12/2012 - 22:50:44: server_cvar: "sv_tags" "_registered,cp,increased_maxplayers"
L 09/12/2012 - 22:50:44: [MaxClass.smx] Loading class config for default
SourceTV is disabled on this server.
Cannot change maxplayers while the server is running
Server logging enabled.
L 09/12/2012 - 22:50:44: Log file closed
Server logging data to file logs/L0912046.log
L 09/12/2012 - 22:50:44: Log file started (file "logs/L0912046.log") (game "/media/hdb/game_server/srcds_tf2/servers/tf2_2/orangebox/tf") (version "5056")
--------------------------------------------------------
hostname "[JP] withgod's public server 01[CP+Badwater][PREMIUM only]"
sv_password "love2god"
rcon_password "yamamotoyuji"
tf_server_identity_account_id 56949
tf_server_identity_token "D.o9f%kfQVxG.m~"
tf_clamp_airducks 0
tf_use_fixed_weaponspreads 1
tf_weapon_criticals 1
tv_enable 1
tv_name "[JP][TV] godtv 01"
tv_delaymapchange 1 // (1 | 0)
tv_maxrate 0 // (default 5000[bps], 0:unlimited)
//tv_autorecord 0
tv_delay 1
con_enable "1" // コンソールを有効にする
chat_join "japan" //「Japan」チャットに入る
//voice_mixer_mute "1" // 声が返ってくる場合無効化する
cl_showfps "1" //FPSの表示(1:On 0:Off)
mat_vsync "0" // 垂直同期(0:Off/1:On)
mat_triplebuffered "0" // FPSが60未満の場合、垂直同期を有効にする(0:Off/1:On)
fps_max "120" // FPSの最大値(Default:120/無制限:0)
dota_force_right_click_attack "1" // 右クリックでdenyが出来るようになる(default 0)
dota_player_units_auto_attack "0" // heroのオートアタックのONOFF(default 1)
if has('mouse') " ターミナルでマウスを使用できるようにする
" set mouse=a
endif
set guioptions+=a
set ttymouse=xterm2
"---------------------------------------------------------------------------
" コンソール版で環境変数$DISPLAYが設定されていると起動が遅くなる件へ対応
if !has('gui_running') && has('xterm_clipboard')
set clipboard=exclude:cons\\\|linux\\\|cygwin\\\|rxvt\\\|screen
endif