RIP3roni
Member-
Content Count
58 -
Joined
-
Last visited
-
Medals
Everything posted by RIP3roni
-
So recently I switched over to the arma3server.exe just like most dedi server owners. One of the things I was anticipating was server console logging. Initially I was disappointed to find there were none in my Arma root by default. I searched both old and new posts all over the web and was able to figure it out. I compiled the instructions to get it done and felt it would be usefull for other server owners who don't know as well. This is something that should be more strait forward for server owners, so here is my attempt at doing so. Note that I used the steam updater batch file that is out there to download my files directly from steam via command line, and the server_console.log & .rpt files were not included, nor did they generate on their own. PLEASE NOTE: Default folder location is C:\Users\YOURPROFILENAME\AppData\Local\Arma 3 Alpha Now if you use the arma3server.exe you can get server_console.log which has a list of all the GUIDs and other helpful admin info. It also creates additional files including .rpt files. If you follow the instructions below, the rest of the files will auto-create themselves when you launch the server. Create server_console.log & .rpt (For Use with arma3server.exe Servers) create an additional folder named "profiles" in your arma3 root. Example: c:\games\Arma3\profiles add -names -profiles=profiles to your Server Launch parameters. Example: C:\Servers\ARMA3\arma3server.exe -name -profiles=profiles -config=server_.cfg -cfg=basic.cfg Next time you launch the server files will automatically be created like image below. ENJOY!
-
[Multiplayer] ArmA 3 Stratis Life [W.I.P / Release this weekend]
RIP3roni replied to Caiden's topic in ARMA 3 - USER MISSIONS
This Mission is outdated. Needs severe updating to function. The Mission has been further developed by other communities and moved over to MySQL DB saving. The two communities actively developing won't share the DB or files in hopes to monopolize on donations for their communities. While numerous other communities are attempting to update this mission, to be blunt, shit ain't easy. -
B.E.C. "Battleye Extended Controls" - Admin Tool
RIP3roni replied to nuxil's topic in ARMA 2 & OA - Servers & Administration
@nuxil, in getting the TS3 setup config done, I keep getting Login Failures when using my TS3 serveradmin creds. Should I make a unique user for this? and do you know of any communication blocks that could potentially be enabled via TS3 by default? BEC see's TS3 via query, just can't maintain the log in... -
Stratis-RP:Ultimate is not dead quite yet...
RIP3roni replied to austin_medic's topic in ARMA 3 - USER MISSIONS
All I want is a copy of the blank DB. All most of us need really. -
B.E.C. "Battleye Extended Controls" - Admin Tool
RIP3roni replied to nuxil's topic in ARMA 2 & OA - Servers & Administration
Yay!! it works. Ok so I am going to post this here. Cause it was crucial to my resolution. Additionally it's a total newb error, and yet I "want" to say I'm no server admin newb, but yes I made this error. Basically if I did, then other people are doing it for sure..... When you updated your server last and included BattlEye, you need to also make your "BEserver.cfg" file. It is very simple to do and you can follow these instructions off the wiki http://community.bistudio.com/wiki/BattlEye#Sample_beserver.cfg Long story short, once you define your RCon PW you are good to go. Mainly the reason why you have to define your path to the BE folder in the Config.cfg for BEC. xD "Triple Face-Palm" Thanks again nuxil for the great support , even if they're stupid questions at times. I'll be pitching a donation ur way. -
B.E.C. "Battleye Extended Controls" - Admin Tool
RIP3roni replied to nuxil's topic in ARMA 2 & OA - Servers & Administration
Hey that worked! Now Bec sees the server at least. Now gettting this error Making progress for sure though! -
B.E.C. "Battleye Extended Controls" - Admin Tool
RIP3roni replied to nuxil's topic in ARMA 2 & OA - Servers & Administration
I completely removed my starting batch files from the equation. Still get the "Waiting for Server". I've verified my BE path, tried local & public ip's. Scaled down the Config.cfg to make sure no errors. Updated and reinstalled twice to 1.55 Verified my firewall had exception for Bec.exe FFS THIS IS MAKING ME CRAZY -
B.E.C. "Battleye Extended Controls" - Admin Tool
RIP3roni replied to nuxil's topic in ARMA 2 & OA - Servers & Administration
c1aw, I know that I got the same error, so I dropped Bans.txt into my BattlEye folder (Arma3\BattlEye). Didn't show up there after. I'm assuming you already have that done but still having issues with it being visible. In the event that you haven't, just though I mention it since it got rid of the error for me. -
B.E.C. "Battleye Extended Controls" - Admin Tool
RIP3roni replied to nuxil's topic in ARMA 2 & OA - Servers & Administration
Hey guys, I'm rocking v1.54 and I'm getting the "Waiting for server startup" Here's an example of my config, and I currently get no errors. Any help would be appreciated. # 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. normaly 127.0.0.1 will be fine. Ip = 173.208.235.75 # Set the port to the server. default port is 2302 Port = 2322 # Set the path to the BattlEye directory that is currently in use by the server. BePath = C:\Servers\ARMA3\A3_Wasteland\BattlEye # Set the path to your Admins.xml file containing your admins. Admins = A3_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 = Wasteland #-------------------------------------------------------------------------------------------------------- [Misc] #-------------------------------------------------------------------------------------------------------- ConsoleHeight = 50 ConsoleWidth = 80 # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more. # Only allow english chars. AsciiNickOnly = True AsciiChatOnly = True # If AsciiChatOnly is set True. you can define none english chars that will be accepted. 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 = !@#$%^&*() # Max length a player name. kicks players who has to long name. MaxPlayerNameLength = 16 # Set the name of your armaserver.exe if it has been renamed from armaoaserver.exe to something else! # if the exe has its originale name. comment it out. #ServerExeName = arma3server_wl.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 = A3_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 Scheduer.xml file. #Scheduler = Scheduler.xml # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 90 sec. use 0 to disable this function. KickLobbyIdlers = 360 # 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, (or whatever you call it) will be able to connect to the server. # Quick Example 1: server can holed 50 players. and you want to reserve 5 slots for admins. then set SlotLimit to 45. # Quick Example 2: server can holed 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 guid and remaining data, put them in group example 100. or whatever you feel likt. # by using this method you can give some of your friends some access to some commands if you like. # in general this is works like .Whitelisting X player slots for admins and friends, while leaving the remaining Y slots for public. SlotLimit = -1 # Set the messahe people will get when they try to connect and is not whitelisted. Text must be in ascii letters. MAX 58 CHARS. SlotLimitKickMsg = The Server has reached its player limit. #-------------------------------------------------------------------------------------------------------- [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 = # 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. Lobby = -1 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 = 3 Lobby_Time_Lower = 3 Lobby_Time_Upper = 5 Global = 0 Global_Time_Lower = 0 Global_Time_Upper = 0 Side = 0 Side_Time_Lower = 0 Side_Time_Upper = 0 Group = 2 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 and my restart bat: :: note - I only run one server. taskkill /im arma3server_wl.exe taskkill /im bec.exe timeout 10 :: do something here,, example move logs :: start the server.. set server="C:\Servers\ARMA3\A3_Wasteland\arma3server_wl.exe" set ip="173.208.235.75" set world="empty" set cpuCount="6" set maxMem="8192" set cfg="-cfg=C:\Servers\ARMA3\A3_Wasteland\basic.cfg" set config="-config=C:\Servers\ARMA3\A3_Wasteland\server_wl.cfg" set profiles="-profiles=C:\Servers\ARMA3\A3_Wasteland\profiles" set port="-port=2322" ::set bepath="-bepath=C:\Servers\ARMA3\A3_Wasteland\BattlEye" set mod="-mod=@iniDB" start "" %server% %ip% %world% %cpuCount% %maxMem% %cfg% %config% %profiles% %port% %mod% timeout 30 :: start bec set becpath="C:\Servers\ARMA3\A3_Wasteland\bec\" cd /d %becpath% start "" "Bec.exe" -f Config.cfg -
How to secure server??? Rcon takeover
RIP3roni replied to m0dg0d's topic in ARMA 2 & OA - Servers & Administration
Change the name of your server.cfg to something random like server198273912379.cfg or try even ilovetacos.cfg If you leave it as server.cfg, they have ways to get that file and then see your server PW. That's how they're doing it. -
Copy that.
-
Oh I know. Was shooting for 1 of 3 maybe ;) All good in the hood Also worth mentioning, we cleared our ban list for this server. So it's completely empty atm. We had a list from one of our other servers, and on RP had only banned one dude who wanted to get cray cray cause he got frozen and I didn't have time to put up with his BS at that very moment. You've been unbanned just so you know. Note no one should take the RP aspect too seriously just yet since this mod isn't finished. There WILL be a complete refresh including funds upon "Official Launch" of this mission on our server, so don't feel bad if you lose EVERYTHING in the time being. We'll be more then happy to hand out funds in-game so you can get a feel for the construction tools etc. Server is dead most of the time, but every evening around 9PM PST USA I am on getting familiar with the Mission to document out everything for the community upon launch. Hope to see some of you out there including the Super-Villain who wasted no time at stealing a cop car. lulz
-
:( , :( , and................ :(
-
I forgot to ask, and I'll know later when i get on, but is structure saving enabled? I noticed the construction editor acknowledges what "I" placed only and will allow me to move/edit etc. So there is some sort of memorization and I'm hopeful that it is or will cover saving of construction projects. Also I know you were going to use garages to save vehicles, I think it may just be better to use helipads to save vehicles. Covers air/land vehicles. Boats are little more difficult but I would assume you would use a hangar in water to cover boats. Just a thought...
-
Yes, we spawned some in for the photo :)
-
http://i.imgur.com/gPWY8pB.png (408 kB) ' We were working on our Torture Camp / Fortress tonight
-
If you're getting hit with that hack then you must have NO antihacks whatsoever. That is original off Shadow's Hack menu and it one of the more popular hack menu's out there like wookies & others. Get some antihacks, there is a thread for em somewhere on here. Not too hard to implement either. "Having a server without antihacks is like having sex without protection" Eventually u will get burned
-
Tonight at 9PM we'll be hosting a kick off as we begin building on our Dedicated server. Anyone who's interested is welcome to join in. This is the very beginning of something big. We'll be another dedicated host of this mission and we encourage those interested to join. Server info in the sig below.
-
New Fussion Wasteland Server - Ultimate Edition | Player Saves | Dedicated | 1Gbit
RIP3roni posted a topic in ARMA 3 - MULTIPLAYER
Hey everyone. Wanted to spread the word about GangstaGaming's new Wasteland Server. We're recruiting some new players in hopes to build our community. We've been around for a few years with Arma 2 & DayZ servers under a different name MCL33T. We've recently re-branded and are looking to find some players who need a good,reliable home. Come check us out on our site, or simply just join the server ;D If you visit the server, save your inventory once, and then post "Gimme Mah MONEY!" below, we'll hook you up with $2000 in-game. Check us out and help spread the word about our Forth of July Kick Off event! -
New Fussion Wasteland Server - Ultimate Edition | Player Saves | Dedicated | 1Gbit
RIP3roni replied to RIP3roni's topic in ARMA 3 - MULTIPLAYER
Was one of those things back on Arma 2 Wasteland that I always wanted. I see too that the GoT version which alot of this version is based off of will now have persistant building saves between restarts. Should be in version 2.3 so we'll be able to benefit from alot of that. This mission is obviously a cut and chop of alot of different mission versions out there atm, just like Wasteland is to begin with. -
New Fussion Wasteland Server - Ultimate Edition | Player Saves | Dedicated | 1Gbit
RIP3roni replied to RIP3roni's topic in ARMA 3 - MULTIPLAYER
We definitely aren't the first, but we are damn proud to have the features. -
We're up to date if anyone wants to check it out
-
Up to date once again :D
-
Current build from 9 hours ago is up and live. Visit the IP in my signature below. I'll be keeping this mission running 24/7 on this ip/port now. You can join anytime. Current build info will be indicated in the server list.