Jump to content
  • 0

Need help with BEC


Pro_Speedy

Question

Hello,

 

Let me first of saying i have looked around and had no luck trying to get this issue. 

 

I am planning on moving over to a dedi box by the end of this month but i don't want to switch with BEC not working i am getting this error

 

 

04:05:42 : No Valid response. Trying to reconnect.!

04:05:46 : No Valid response. Trying to reconnect.!
04:05:50 : No Valid response. Trying to reconnect.!
04:05:54 : Lost Connection!
04:05:54 : Closing socket & exiting!
04:08:53 : Lost Connection!
04:08:53 : Closing socket & exiting!

 

Most of my config.cfg

# This config file is only provided as an example file.
# Edit it to sute your needs.
# For more info on how to edit this file. use the Readme.txt file or visit http://www.ibattle.org/install-and-configure


#--------------------------------------------------------------------------------------------------------
[Bec]
#--------------------------------------------------------------------------------------------------------

# Set the ip to your server. normally 127.0.0.1 will be fine.
Ip = 127.0.0.1


# Set the port to the server. default port is 2302
Port = 2302


# Set the path to the BattlEye directory that is currently in use by the server.
BePath = C:\OverpochServer\instance_11_Chernarus\BattlEye


# Set the path to your Admins.xml file containing your admins.
Admins = A2_Admins.xml


# Set the path to your Commands.xml file.
Commands = Commands.xml


#--------------------------------------------------------------------------------------------------------
[Misc]
#--------------------------------------------------------------------------------------------------------

# Set which type of hacks that will be added to your banlist.
# 0 = none. 1 = GameHack. 2 = Battleye Hack. 3 = both GameHack & Battleye Hack. 
# value 3 is set as default if this parameter is not defined.
Ban = 3

# Set the height & width of Becs console window
ConsoleHeight	= 45
ConsoleWidth	= 165


# Only allow english chars.
AsciiNickOnly = False


# Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more.
AsciiChatOnly = True


# If AsciiChatOnly is set True. you can define none english chars that will be accepted.
# You separate each char with a , "note you need to define lower and upper case of the chars."
IgnoreChatChars	= €,£,æ,Æ,ø,Ø,å,Å,ö,ä,ü,ß


# Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick
# 1 == one warning on a bad word. next bad word results in kick
Warnings = 3


# Kick players who has listed chars in their name
DisallowPlayerNameChars	= []{}()0123456789


# Min length, kicks players who has to short name.
MinPlayerNameLength	= 3


# Max length, kicks players who has to long name.
MaxPlayerNameLength	= 16


# Set the name of your Arma3server.exe if it has been renamed from arma3server.exe to something else!
# if the exe has its original name. comment it out.
# DO NOT SET FULL PATH TO THE EXE FILE
ServerExeName = arma2oaserver.exe


# Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more.
WordFilterFile = BadWords.txt


# Set the path to the file containing whitelisted guids.
WhiteListFile = A2_WhiteList.txt


# Set custom whitelist kick message. Text must be in ascii letters.  MAX 58 CHARS. BE only does ascii on messages
WhileListKickMsg = you are not whitelisted on this server.


# Kick people with offensive names
NickFilterFile = BadNames.txt


# Set the path to the Scheduler.xml file.
Scheduler = Scheduler.xml

I have tried instance_x_x\BattlEye and BattEye in the root no luck. I have bans.txt and beserver.cfg.

 

I have heard people say its better to use older versions but i am unable to find older versions

 

If anyone can help me with this i would really appreciate it

 

Thanks

Link to comment
Share on other sites

Recommended Posts

  • 0

Ok i rebooted the box and now i get wrong password?

 

What is this referring to?

BEServer.cfg(Battleye folder), has your rconpassword and maxping inside

 

Not sure if it matters or not but your 

  1. BePath = C:\OverpochServer\Expansion\BattlEye\ <--- maybe take off the last \
  2. BePath = C:\OverpochServer\Expansion\BattlEye
Link to comment
Share on other sites

  • 0

Ok seems to be working now sort off, if you don't mind helping me here how would i get my shedular to restart my server 

 

this is the bat 

 

 

Can i run bats of the shedular and what does #shutdown actually do?

 

Thanks

 

#shutdown gracefully shuts down the server. (People will get a nice "session lost" message instead of error "no message received for X seconds"), the extra bat taskkill is just there to finish of the job if something went wrong with the scheduler.

These are my last two scheduler jobs. I'm giving #shutdown 30 seconds to finish, then restart.bat kicks in.

 

    <job id="8">
        <day>1,2,3,4,5,6,7</day>
        <start>060000</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>#shutdown</cmd>
    </job>
    
    <job id="9">
        <day>1,2,3,4,5,6,7</day>
        <start>060030</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>C:\zombieland_epoch\zombieland_restart.bat</cmd>
    </job>
Link to comment
Share on other sites

  • 0

 

#shutdown gracefully shuts down the server. (People will get a "session lost" message), the extra bat taskkill is just there to finish of the job if something went wrong with the scheduler.

These are my last two scheduler jobs. I'm giving #shutdown 30 seconds to finish, then restart.bat kicks in.

 

 

    <job id="8">
        <day>1,2,3,4,5,6,7</day>
        <start>060000</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>#shutdown</cmd>
    </job>
    
    <job id="9">
        <day>1,2,3,4,5,6,7</day>
        <start>060030</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>C:\zombieland_epoch\zombieland_restart.bat</cmd>
    </job>

 

Thanks for the help i seem to have it sorted now. For people who are having trouble like me make sure you have all the Visual studio C++ software and try rebooting the box and make sure BE is running correctly

Link to comment
Share on other sites

  • 0

 

#shutdown gracefully shuts down the server. (People will get a nice "session lost" message instead of error "no message received for X seconds"), the extra bat taskkill is just there to finish of the job if something went wrong with the scheduler.

These are my last two scheduler jobs. I'm giving #shutdown 30 seconds to finish, then restart.bat kicks in.

 

    <job id="8">
        <day>1,2,3,4,5,6,7</day>
        <start>060000</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>#shutdown</cmd>
    </job>
    
    <job id="9">
        <day>1,2,3,4,5,6,7</day>
        <start>060030</start>
        <runtime>000000</runtime>
        <loop>0</loop>
        <cmd>C:\zombieland_epoch\zombieland_restart.bat</cmd>
    </job>

 

 

Sorry to bring back an old post but how did you get BEC to shutdown 30 seconds before and then get it to run a batch file if doing #shutdown closes BEC which means it then won't run the batch?

 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...