Jump to content
soner

battleWarden.net - RCon for ArmA & DayZ!

Recommended Posts

Hi Soner,

I have a question about adding custom kick and ban reasons to appear in the drop down box. I am able to add to the ban messages but not the kick messages. I am not very good with coding so could you give me an idea on what I am doing wrong?

class bWRConSettings{

class BanReasons{

	class reason0{
		Display="Abusive language";
	};

	class reason1{
		Display="Excessive teamkilling";
	};

	class reason2{
		Display="Cheating/Hacking";
	};

	class reason3{
		Display="Example";
	};

	class reason4{
		Display="Example";
	};

	class reason5{
		Display="Example";

};

};


class KickReasons{

	class reason0{
		Display="Example";
	};

	class reason1{
		Display="Example";
	};

	class reason2{
		Display="Example";
	};

	class reason3{
		Display="Example";
	};

	class reason4{
		Display="Example";
	};

	class reason5{
		Display="Example";		

};

};

Thanks, Crip

Share this post


Link to post
Share on other sites

so is this still unable to connect to a localhost? I have tried everything I can think of and it just will not connect locally.

Share this post


Link to post
Share on other sites

Hi,

With the newest version 1.1 I can only see chat message's typed in global, Was able to see everything with the previous versions.

Also I've read you can now see the score/death etc through Rcon, mine still says ?.

This was tested on a stock ARMA2 1.11 server,

OS : Windows XP

Edited by DaleyG

Share this post


Link to post
Share on other sites

battleWarden:RCon 1.1.1 Any word on if and when this will be done? can we please get a change log or something?

Share this post


Link to post
Share on other sites

Hey guys,

a new update was released! The ingame colors are back, bugs were fixed and some new variables for bW:Spy were added. The spy module is now also able to play sounds!

http://battlewarden.net/downloads/

Share this post


Link to post
Share on other sites
Guest

New version frontpaged on the Armaholic homepage.

================================================

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites

That tell me could not connect but i have putted the good ip/port and password ? what's wrong ?

Share this post


Link to post
Share on other sites

Hey Foxhound,

thanks for updating the page!

Share this post


Link to post
Share on other sites

Dear ArmA/DayZ administrators,

today I have to make an important statement regarding the future of battleWarden.

As some of you may know, I have no personal use for battleWarden since I am not running any game servers (and never did). After 4 years of developing/maintaining battleWarden and supporting several administrators in using this tool, I have now reached a point that does not allow me to invest any more free time for this project. I am about to finish my study and have to use a huge part of my "free time" to finance it.

This does not mean that battleWarden will die. Never! And I really enjoy developing this tool. But since the donations lowered from time to time I really can not affort any more free time. However...I do not want to cancel battleWarden after 4 years and thus thought to start developing an extended version with features that never have been available and offer it for a few bucks. For instance I planned to integrate a scripting system to give you full control over the tool enabling you to script your own actions (like vote kicking, custom automated ban actions, own logging system etc.).

I really do not plan to make any "business" with this but to allow me continuing this project besides my engineering study.

I hope that you will approve of this idea and not blame me for my decision.

Please feel free to comment this!

BTW: the development has just begun and the script engine works like a charm. See http://battlewarden.net for a short info on this. I think you guys will love it!

Here is an example code that can be executed with the current alpha version:

function export Main(str as string)
  dim banCount as integer

  Debug "Hey, what's up!"

  banCount = BEGetBanList()

  while BENextBanListElement()
      Print BEGetCurrentBanID() + " : " + BEGetCurrentBanDuration() + " : " + BEGetCurrentBanReason()
  wend

endfunction

This code goes through all the bans and outputs them in the debug console.

Regards

Soner

Edited by Soner

Share this post


Link to post
Share on other sites

I just cant connect locally with battlewarden.

Battlewarden on same box as the A3 dedi server (no router on the box).

With EPM (simular prog as battlewarden), i have no probs connect to 127.0.0.1:2808, but bw says cant connect.

Any sugs ?

Share this post


Link to post
Share on other sites

Hey guys,

a new update (V. 1.2) is out supporting admin names. Also I decided to release the premium features (except battleWarden:Spy) for Non-Premium version.

Enjoy!

http://dev.withsix.com/projects/rcon/files

---------- Post added at 05:14 PM ---------- Previous post was at 05:13 PM ----------

Dorph;2688760']I just cant connect locally with battlewarden.

Battlewarden on same box as the A3 dedi server (no router on the box).

With EPM (simular prog as battlewarden)' date=' i have no probs connect to 127.0.0.1:2808, but bw says cant connect.

Any sugs ?[/quote']

Hey,

please open the settings.ini file and change NetworkModule to 1 (NetworkModule = 1).

Does this work for you?

Share this post


Link to post
Share on other sites
Guest

New version frontpaged on the Armaholic homepage.

================================================

We have also "connected" these pages to your account on Armaholic.

This means in the future you will be able to maintain these pages yourself if you wish to do so. Once this new feature is ready we will contact you about it and explain how things work and what options you have.

When you have any questions already feel free to PM or email me!

Share this post


Link to post
Share on other sites
Hey,

please open the settings.ini file and change NetworkModule to 1 (NetworkModule = 1).

Does this work for you?

Weee thx Soner, that did it - working perfect now :)

Share this post


Link to post
Share on other sites

Hi Soner!

First, as always, thanks for the nice tool and the update!

I use BattleWarden 1.2 and downloaded the, so i think, premium version from you facebook site.

However the bw:spy doesnt do anything on my side :confused:

Here is my bwspysettings.ini

class bWSpySettings{

class Log{
	Enable="1";
	LogPath="Logs\"; 
	FileMask="<ServerDescription>_<Date>_<Type>.txt";
	DateMask="%yyyy-%mm-%dd";
	TimeMask="(%hh:%ii:%ss) : ";
};

class Triggers{
	class trigger0{
		Type="Log";
		Pattern="logged in";
		Title="";
		Message="";
		Call=""; // this parameter takes a URL, you can use <Base64Content>, <Host> and <Port> as variables
		Sound="Resources\siren.wav";
	};

	class trigger1{
		Type="Chat";
		Pattern="!admin";
		Title="";
		Message="";
		Call="";
		Sound="Resources\siren.wav";
	};
	class trigger2{
		Type="Chat";
		Pattern="!cheater";
		Title="";
		Message="";
		Call="";
		Sound="Resources\siren.wav";
	};
	class trigger3{
		Type="Chat";
		Pattern="!hacker";
		Title="";
		Message="";
		Call="";
		Sound="Resources\siren.wav";
	};

};

};

I put the soundfile siren.wav in the Resources folder so that should not be the problem.

What i dont get is, it dosnt log anything in the LOGS folder and doesnt trigger on any condition i set for the log or chat triggers.

Isnt bw:spy included in the facebook site download?

Thought its the premium version when i "like" and download it from facebook site.

Thanks for you time to answer this, maybe, noob question ^^

Otter

Share this post


Link to post
Share on other sites
Hi Soner!

First, as always, thanks for the nice tool and the update!

I use BattleWarden 1.2 and downloaded the, so i think, premium version from you facebook site.

However the bw:spy doesnt do anything on my side :confused:

Here is my bwspysettings.ini

class bWSpySettings{

class Log{
	Enable="1";
	LogPath="Logs\"; 
	FileMask="<ServerDescription>_<Date>_<Type>.txt";
	DateMask="%yyyy-%mm-%dd";
	TimeMask="(%hh:%ii:%ss) : ";
};

class Triggers{
	class trigger0{
		Type="Log";
		Pattern="logged in";
		Title="";
		Message="";
		Call=""; // this parameter takes a URL, you can use <Base64Content>, <Host> and <Port> as variables
		Sound="Resources\siren.wav";
	};

	class trigger1{
		Type="Chat";
		Pattern="!admin";
		Title="";
		Message="";
		Call="";
		Sound="Resources\siren.wav";
	};
	class trigger2{
		Type="Chat";
		Pattern="!cheater";
		Title="";
		Message="";
		Call="";
		Sound="Resources\siren.wav";
	};
	class trigger3{
		Type="Chat";
		Pattern="!hacker";
		Title="";
		Message="";
		Call="";
		Sound="Resources\siren.wav";
	};

};

};

I put the soundfile siren.wav in the Resources folder so that should not be the problem.

What i dont get is, it dosnt log anything in the LOGS folder and doesnt trigger on any condition i set for the log or chat triggers.

Isnt bw:spy included in the facebook site download?

Thought its the premium version when i "like" and download it from facebook site.

Thanks for you time to answer this, maybe, noob question ^^

Otter

Bumping this for justice. I'm having the same exact problem, got 1.2 from the facebook link / passworded .rar as well. Can't get logs or spy to work.

Share this post


Link to post
Share on other sites

Hey guys,

just wanted to notice you that a new XMAS update has been released for battleWarden:RCon EX!

Changelog:

FIX: issue when connecting to localhost

FIX: path for logs

FIX: ingame chat colors

FIX: crash due to bW:Script

FEATURE: admin name support

FEATURE: searching feature for banlist

FEATURE: removed limitation of character number for ban reason

FEATURE: GUI enhancements

A new update for the other version will follow fixing the localhost problem! Hope you will enjoy!

Share this post


Link to post
Share on other sites

Hey guys,
there is a video tutorial available on YouTube explaining the Trigger functionality of battleWarden

Share this post


Link to post
Share on other sites

I have created a new video tutorial for battleWarden showing on how to use shortcuts for quick connections:

 

 

Enjoy!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×