Results 11 to 20 of 20
Thread: How do i get players in server?
-
01-03-2014, 02:04 #11
-
03-03-2014, 02:17 #12
- Join Date
- Jul 2013
- Posts
- 38
Too fast what?
-
03-03-2014, 02:52 #13
-
03-03-2014, 06:52 #14
- Join Date
- Dec 2011
- Posts
- 369
Can you blame him?
-
04-03-2014, 22:21 #15
-
04-03-2014, 22:34 #16
i am running on different PCs, i have 3x Gigabyte Brix MX14
with AutoHotKey, i use this script if i have dedicated graphics (my main pc):
Code:#MaxThreadsPerHotkey 3 #MaxThreadsPerHotkey 1 if KeepWinZRunning { KeepWinZRunning := false return } KeepWinZRunning := true Loop { WinActivate, Battlefield Send {w down} Sleep 300 Send {w up} Sleep 1000 Send {s down} Sleep 300 Send {s up} WinMinimize, Battlefield Sleep 240000 if not KeepWinZRunning break } KeepWinZRunning := false return
Code:random,MinWin,200000,240000 random,StaWait,8000,10000 random,PerWait,500,1000 #MaxThreadsPerHotkey 3 #MaxThreadsPerHotkey 1 if KeepWinZRunning { KeepWinZRunning := false return } KeepWinZRunning := true Loop { WinActivate, Battlefield Sleep %PerWait% Send {w down} Sleep %PerWait% Send {w up} Sleep %PerWait% Send {s down} Sleep %PerWait% Send {s up} Sleep %MinWin% if not KeepWinZRunning break } KeepWinZRunning := false return
Feeding is my job.
-
04-03-2014, 22:45 #17
-
06-03-2014, 05:15 #18
- Join Date
- Mar 2014
- Posts
- 9
More plugin=less players
Not even kidding if you overwhelm players they leave to something simple and tell your friends about your server make a advertise on YouTube and make some videos sponsoring your server showing the cool and fun stuff on it.
-
14-03-2014, 23:26 #19
- Join Date
- Mar 2014
- Posts
- 1
Hello,
I am the author of one of the AutoHotkey anti-idle scripts that's out there. It's now available on github (both as source and compiled EXE as a release) here:
https://github.com/NTolerance/bf4-seeder
I created this for our BF4 community at dontcamp.com. Hopefully it will be of use for those who need to seed their server.
-
14-03-2014, 23:34 #20