GRSteelers
Member-
Content Count
13 -
Joined
-
Last visited
-
Medals
Community Reputation
1 NeutralAbout GRSteelers
-
Rank
Private First Class
-
All in Arma (AiA) - TKOH/OA/A2/A1 merge with A3
GRSteelers replied to .kju's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Hello kju, I am attempting to port multiple missions from ArmA 2 to ArmA 3 and using AllInArmA to have an easier editing method as opposed to editing the mission.sqm, and I get the error: No entry 'config.bin/cfgdiary/fixedpages/conversation.type' when attempting to run a mission. I know I have AllInArmA successfully configured, as I used it during the alpha to work on a few early mods. The version I have of AllinArmA is the old manual version, a very early one. Could the numerous updates to ArmA 3 be the cause of this? Thanks G. Riggi -
#beclient was disabled in the past few updates. Please lock/delete this thread.
-
Heli Lift Script - NOT DOMINATION STYLE
GRSteelers replied to GRSteelers's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Exactly. I will check that other one, though. EDIT: That one you posted is in APOKALYPSE DEYZ and DZS. Thanks! -
Heli Lift Script - NOT DOMINATION STYLE
GRSteelers posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Does anyone have the vehicle lift script used in DZS or the old (and weird) APOKALYPSE-DEYZ? It's the simplest lift script I've ever used, and works on every helicopter. It has no hud, just "Lift vehicle" and "Drop vehicle." -
B.E.C. / RCon Questions - Help
GRSteelers replied to GRSteelers's topic in ARMA 2 & OA - Servers & Administration
Really, no one knows anything about BEC? -
Hi guys, I'm trying to use BEC to manage a dedicated I'm running with arma2server.exe. I have all configs correct, I think. However, when I start B.E.C., it says "Failed to login Trying to reconnect.!" This just repeats itself. Any ideas? Server.cfg hostName = "HNSC Official Life Server - [English]"; password = ""; passwordAdmin = ""; maxPlayers = 64; logFile = ""; voteThreshold = 0.67; voteMissionPlayers = 4; reportingIP = "arma2pc.master.gamespy.com"; timeStampFormat = "None"; motd[] = {"Welcome!","","","","Any problems? Let us know! hnsc.webs.com","","","","Enjoy your stay!","","","","If you'd like to join us, head to hnsc.webs.com and fill the form on the homepage!","","","","","Welcome!","","","","Any problems? Let us know! hnsc.webs.com","","","","Enjoy your stay!","","","","If you'd like to join us, head to hnsc.webs.com and fill the form on the homepage!"}; motdInterval = 5; vonCodecQuality = 10; disableVoN = 0; kickduplicate = 1; verifySignatures = 0; persistent = 1; BattlEye = 1; doubleIdDetected = ""; onUserConnected = ""; onUserDisconnected = ""; onHackedData = ""; onDifferentData = ""; onUnsignedData = ""; regularCheck = ""; class Missions { class Mission1 { template = "HNSC%20Life.Chernarus"; difficulty="regular"; }; }; (Cut out the other 72 missions) BEServer.cfg RConPassword I'm_not_telling_you_guys MaxPing 700 BEC Config.cfg #---------------------------------------------------- [bec] #---------------------------------------------------- # Set the ip to your server. normaly 127.0.0.1 will be fine. Ip = 127.0.0.1 #Ip = 67.242.88.237 # Set the port to the server. default port is 2302 Port = 2302 #Ip = 2198 # Set the path to the BattlEye directory that is currently in use by the server. BePath = C:\Program Files (x86)\Steam\steamapps\common\Arma 2\BattlEye # Set the path to your Admins.xml file containing your admins. Admins = Admins.xml # Set the path to your Commands.xml file. Commands = Commands.xml # Set a name for the directory where the logs will be located. # Do not set a path. only a name. since the logs will be in X:\....\Bec\Log\Name\* LogDir = Server1HNSC #---------------------------------------------------- [Misc] #---------------------------------------------------- # Set the color,height and with on bec's console window ConsoleColor = 0f ConsoleHeight = 30 ConsoleWidth = 100 # Only allow english chars. AsciiNickOnly = True # Kick players who has listed chars in their name DisallowPlayerNameChars = ¨ # Max length a player name. kicks players who has to long name. MaxPlayerNameLength = 25 # Set the name of your armaserver.exe if it has been renamed from armaoaserver.exe. if the exe has its originale name. comment it out. #ServerExeName = SomeName.exe # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick Warnings = 1 # 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. IgnoreChatChars = æøå # 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 = WhiteList.txt # Kick people with offensive names NickFilterFile = BadNames.txt # Set the amount of time Bec will wait on the server on startup. Timeout = 50 # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 180 sec. use 0 to disable this function. KickLobbyIdlers = 180 # Set the path to the Scheduer.xml file. #Scheduler = Scheduler.xml # If enabled. Bec will create seperate chat files for each channel along with the main file. ChatChannelFiles = true # Set the amount of Normal players who can connect. Set it to -1 to disable it. # If set to 0 it means only players who are listed in the Admins.xml will be able to connect to the server. # Quick Example 1: server can hole 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45. # Quick Example 2: server can hole 50 players. and you want to reserve 5 slots for admins and 5 slots for friends. # then set SlotLimit to 40. and edit your admins.xml. add in all your frineds and put them in group example 100. SlotLimit = 60 # Flood control system. There are 2 types of flood control and only one can be in use. # Type 1 is based on how many players are in the lobby. # If the player count is greater than what FloodControl is set to the server will autolock until the number of players are less that what FloodControl is set to. # Type 2 is based on the number of connection within given time. The server will also be locked for given time. # Quick Examples: # Type 1 #FloodControl = 5 # Locks the server when there is 5 or more players in the lobby. # Type 2 . #FloodControl = 10 #FloodSampleTime = 3 #FloodLockTime = 5 # Locks the server if 10 or more players connect within 3 sec. the server will be locked for 5 seconds. # Ts3 server query for, pms and pokes regarding, lobby idleing, bans, game hacks etc. check the readme and ts3_example file. #Ts3 = Ts3.xml #---------------------------------------------------- [Reporter] #---------------------------------------------------- # Reporter account. Fill in the username and password for your reporter account. # Gamehack,Hacks will be reported to a database. all players who connect will also be checked against this database. # Set the Username for your account User = GRSteelers # Set the Password for your account Password = ******** #---------------------------------------------------- [ChatRestriction] #---------------------------------------------------- # Set max amount of chat lines a player is allowed to send for each channel. # Going passed the number will result in kick. -1 is disabled, 0 isntant kick. # If the number is higher than 0 players will be sendt warnings. Global = -1 Side = -1 Group = -1 Vehicle = -1 Command = -1 Commander = -1 Direct = -1 #---------------------------------------------------- [ChatSpam] #---------------------------------------------------- # Set max amount of chat lines per channel allowed within given time frame. # Set the values to 0 to disable this function(s) # Quick Example: # Lobby = 5 # Lobby_Time_Lower = 10 # Lobby_Time_Upper = 15 # If the time between each new chatlines from a player is less than CHANNEL_Time_Lower the spam counter increases by + 1. # Consider the CHANNEL (Lobby) as the spam counter. # When a player has (CHANNEL - 1) in spam counting. a warning will be sent to whom it may consern. # If the time between each new chatline from the player is Greater than CHANNEL_Time_Lower and Less than CHANNEL_Time_Upper the spam counter stay as it is. # If the time since the last chatline is greater then CHANNEL_Time_Upper the spamcounter is reset to 1. # To get optimal result play around a bit with the values on your server. Lobby = 0 Lobby_Time_Lower = 0 Lobby_Time_Upper = 0 Global = 0 Global_Time_Lower = 0 Global_Time_Upper = 0 Side = 0 Side_Time_Lower = 0 Side_Time_Upper = 0 Group = 0 Group_Time_Lower = 0 Group_Time_Upper = 0 Vehicle = 0 Vehicle_Time_Lower = 0 Vehicle_Time_Upper = 0 Command = 0 Command_Time_Lower = 0 Command_Time_Upper = 0 Commander = 0 Commander_Time_Lower = 0 Commander_Time_Upper = 0 Direct = 0 Direct_Time_Lower = 0 Direct_Time_Upper = 0 #---------------------------------------------------- [Heartbeat] #---------------------------------------------------- # If your server is running multiple servers, you can add in the path to the other ban files. # Once a ban is done on the current server. the ban will also be added to the other ban files defined. #BanFile1 = c:\Server-2\BattlEye\bans.txt #BanFile2 = c:\Server-3\BattlEye\bans.txt
-
Yeah eddieck, it only shows my ArmA player ID, not my GUID in the server log. Nevermind, I got it. IT showed when I disconnected and joined my server when it was active. I'm also attempting to get BEC (RCon) to work with my dedicated, but it just keeps saying "Failed to login. Trying to reconnect!" If you want to help with that one too, I'll copy my config files in here for you. EDIT: Actually, I'm going to start a new thread for that one. Thanks HNSC General Gavin
-
Hi I can't find my GUID to add to the admins xml in my BEC config. Since the latest BE update, I know that the #beclient GUID doesn't work. Also, when you run a dedicated with BE enabled, it doesn't show the player's GUID like it used to, only their player ID. Anyone have how I can find it? TIA HNSC Gen Gavin
-
Run ArmA 2 OA separate from ArmA 2, or remove all ArmA 2 content from a mission.
GRSteelers replied to GRSteelers's topic in ARMA 2 & OA - MULTIPLAYER
Not what I meant. I mean remove standard ArmA 2 content from an OA mission. -
Run ArmA 2 OA separate from ArmA 2, or remove all ArmA 2 content from a mission.
GRSteelers posted a topic in ARMA 2 & OA - MULTIPLAYER
Hey, I need to find out a way to remove all of the ArmA 2 content from a mission created in CO, or just how to run it as OA only. I know the latter would be difficult, because it automatically detects ArmA 2 now. The problem is my friends can't join my server (missing ca_ammoboxes, etc.) because apparently they are missing ArmA 2 content, even though they also have CO. Thanks ArmA 2 CO on Steam Version 1.62 + latest beta Win7x64 -
Arma 2 CO has odd display-shows green Arma 2 menu when running OA
GRSteelers posted a topic in ARMA 2 & OA - TROUBLESHOOTING
Hi- I recently purchased Arma 2 CO on Steam, and when I run Arma 2 OA and it detects Arma 2, it shows the original Arma 2 green menu and there is an options button highlighted in orange on the right side. Any solutions for this glitch would be appreciated. EDIT Found a solution: Save all of the Misc_fix pbo and bisign files from the ARma 2 addons folder and copy them to a new "addons" folder within another folder in the AO directory (i.e. ./Arma 2 Operation Arrowhead/@MenuFix/addons). Set this folder to load in the shortcut, and then it works. Or, you could delete the game and all registry files and then reinstall. That eliminates the need for the above fix. -
Tophe's Arma Dedicated Server Tool (TADST)
GRSteelers replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
That's just because TA2DST.exe is not in the same folder as arma2coserver.exe. Just move TA2DST.exe to the Arma 2 CO install directory. -
Tophe's Arma Dedicated Server Tool (TADST)
GRSteelers replied to tophe's topic in ARMA 3 - SERVERS & ADMINISTRATION
I also cannot ban players, only kick them. I was wondering- The checkbox that says "Kick Duplicates?" I have that unchecked so I can play with a group of friends or my brother on my own wifi network. However, they cannot connect. Only one person at a time can be in the match. So, after a little looking around, I saw the side script. (doubleIDconnected=) I was wondering if there is an allow script or something. Thanks in advance- Gavin