IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> [SERVER:CONFIG] HELP!! Arty-spam (CMD), Artillery::refresh.cmd
rehhhh
post Sep 6 2012, 03:30 AM
Post #1


Group Icon Sergeant Major

Group: Members

Joined: 28-December 10
From: Germany, MV
Member No.: 95085





hi splatter-dudes, since im in-the-mood wit setting up some fucked-up test server for the lulz (:http://is.gd/4uhQZe) , im in need of yer help ..
Everything works fine so far .. just dis arty-spam doesnt work out pretty much , cant drop endless-arty as you can see in the screenshot above ..
- -
So my question would be as following "could you paste the cmd to spam arty 24/7" (refresh-time) please , since im out of ideas ,,
My config/setting looks like dis so far:

QUOTE
configname "^zConfig ^3test.000.010101"

version 010111-0110 test.000.010101
init
{
setl sv_pure 1
setl sv_cheats 1

setl g_gametype 3
setl g_warmup 2
setl g_doWarmup 0
setl g_voiceChatsAllowed 9999
setl g_spectatorInactivity 0
setl g_friendlyFire 1
setl g_heavyWeaponRestriction 100
setl g_medicChargeTime 0
setl g_LTChargeTime 0
setl g_engineerChargeTime 0
setl g_soldierChargeTime 0
setl g_covertopschargetime 0
setl g_landminetimeout 0
setl g_teamForceBalance 0
setl g_filtercams 1
setl g_fastres 0
setl g_noTeamSwitching 0
setl g_knifeonly 0
setl g_alliedmaxlives 0
setl g_axismaxlives 0
set g_speed 320
set g_gravity 800
set g_knockback 1000


setl team_maxSoldiers -1
setl team_maxMedics -1
setl team_maxEngineers -1
setl team_maxFieldops -1
setl team_maxCovertops -1

setl team_maxMortars -1
setl team_maxFlamers -1
setl team_maxMg42s -1
setl team_maxPanzers -1
setl team_maxMines -1
setl team_maxRiflegrenades -1

setl team_maxplayers 0
setl team_nocontrols 0
setl match_timeoutcount 2
setl match_timeoutlength 240
setl match_minplayers 1
setl match_latejoin 1
setl match_mutespecs 0
setl match_readypercent 100
setl match_warmupDamage 2

setl sv_minping 0
setl sv_maxping 0

setl pmove_fixed 1
setl nextmap ""

setl g_allowVote 1
setl vote_limit 999
setl vote_percent 51
setl vote_allow_balancedteams 0
setl vote_allow_muting 0
setl vote_allow_swapteams 0
setl vote_allow_friendlyfire 0
setl vote_allow_timelimit 1
setl vote_allow_kick 1
setl vote_allow_map 1
setl vote_allow_matchresetl 1
setl vote_allow_mutespecs 0
setl vote_allow_nextmap 0
setl vote_allow_referee 0
setl vote_allow_config 0
setl vote_allow_comp 0
setl vote_allow_gametype 0
setl vote_allow_pub 0
setl vote_allow_shuffleteams 0
setl vote_allow_shuffleteamsxp 0
setl vote_allow_cointoss 0
setl vote_allow_surrender 0
setl vote_allow_warmupdamage 0

setl b_mapscriptdirectory "etpromapscripts"
setl b_mapconfigdirectory ""

setl b_levels_battlesense "-1"
setl b_levels_engineer "-1"
setl b_levels_medic "-1"
setl b_levels_fieldops "-1"
setl b_levels_lightweapons "-1"
setl b_levels_soldier "-1"
setl b_levels_covertops "-1"
setl b_defaultskills "4 4 4 4 4 4 4"
setl b_noskillupgrades 1


setl b_statsaver 1
setl b_intermissiontime 20
setl b_privatemessages 1
setl b_match_warmupjoin 0
setl b_multiview 0
setl b_xpstopwatch 0
setl b_spectatornames 1
set b_shove 100
setl b_shove_noz 1
setl b_stickycharge 2
setl b_damagexp 1
setl b_antiwarp 1
setl b_panzerlevelup 1
set b_headshot 0
setl b_riflegrenades 1
setl b_fallingbugfix 1
setl b_fixedphysics 1
setl b_fixedphysicsfps 125
setl b_campaignfile ""
setl b_defaultbantime 120
setl b_ettv_flags 3

setl b_shrug 0
setl b_wolfrof 0
setl b_flushitems 1
setl b_distancefalloff 1
setl b_helmetprotection 0
setl b_maxmortarpitch 0
setl b_chargetransfer 1
setl b_sv_hitsounds 1
set b_realhead 1

setl b_extendedprone 1
setl b_pronedelay 0

setl lua_modules "stamina.lua combinedfixes.lua wsfix.lua BoonTJ.lua ac2pro.lua"
setl lua_allowedmodules ""

setl g_log ""
setl b_cheatlog ""

setl b_anticheat 0
setl b_cheatkicktime 0


command "pb_sv_disable"
command "pb_sv_kicklen 1"
command "pb_sv_cvarempty"
command "pb_sv_md5toolempty"
command "sv_cvarempty"

command "forcecvar g_friendlyFire 1"
command "sv_cvar g_friendlyFire EQ 1"


}
map default
{
set g_userTimeLimit 999999
setl g_useralliedrespawntime 1
setl g_useraxisrespawntime 1
set b_moverscale 5
setl team_maxMines -1
}



-- Pretty much appreciate any help , thanks in advance


--------------------
Go to the top of the page
 
+Quote Post
StoerFaktoR
post Sep 6 2012, 07:26 AM
Post #2


Group Icon Colonel

Group: Members

Joined: 26-April 10
From: Düsseldorf
Member No.: 91640



You want that all the thrown artys explode?
I thing thats not possible but i´m not realy sure.



--------------------
Go to the top of the page
 
+Quote Post
=Kamil=
post Sep 6 2012, 08:47 AM
Post #3


Group Icon Staff Sergeant

Group: Members

Joined: 18-December 06
From: Barcelona
Member No.: 40819



try messing with g_minArtyTime, g_minAirstrikeTime, both default are 10 , also check flags is g_weapons
Go to the top of the page
 
+Quote Post
rehhhh
post Sep 6 2012, 09:21 AM
Post #4


Group Icon Sergeant Major

Group: Members

Joined: 28-December 10
From: Germany, MV
Member No.: 95085



QUOTE (=Kamil= @ Sep 6 2012, 09:47 AM) *
g_minArtyTime, g_minAirstrikeTime,


Doubt doze are for etpro , ehh ?


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 27th April 2024 - 11:07 PM