Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ELiZ

Pages: 1 2 [3] 4 5 ... 9
31
AA Support / New admin command ASS
« on: Thursday, January 29, 2015, 13:25:39 PM »
Nothing extra need to be loaded in the ini, all an admin has to do is to type
Code: [Select]
assin the console, and all players will swap teams.

Code: [Select]
final exec function ass()
{
local PlayerReplicationInfo PRI;
if (ViewportOwner !=None)
{
if (myLevel !=None)
{
ForEach myLevel.AllActors(Class'PlayerReplicationInfo',PRI)
{
if (! PRI.bIsSpectator || PRI.bWaitingPlayer)
{
log(ViewportOwner.Actor.ConsoleCommand("admin A_SwitchTeam" @ PRI.PlayerName));
}
}
}
}
}

Function will be available tomorrows file update I have planned.


I found inspiration for the new function here:
http://aao25.com/forum/games-programming/team-swap/

32
General Chat / SF Hospital - Better WITH or WITHOUT 203? The thread
« on: Wednesday, January 28, 2015, 06:05:04 AM »
If you haven't already, cast your vote in the 25Asisst Client about the future of 203 on SF Hospital.
Use this thread to discuss it.

33
Games & Programming / ArmyOpsChatViewer v1.0
« on: Monday, January 12, 2015, 20:28:02 PM »
For some reason I felt to code a little program that allows you to drag and drop a ArmyOps.log file onto the GUI and output a table with the chat lines from the log file.

Download:
https://dl.dropboxusercontent.com/u/62876385/ArmyopsLog%20Chatviewer%20v1.0.zip
I've included the code if you wish to compile it your self.
It was written in VB.Net 2008.

It's similar in function as the chatlogger that can be installed on a server, but instead of running in the background on the server, you do it on the client after you played.

Some functions of the 25Assist client clears the ArmyOps.log and renames it to ArmyOps.Backup.log and deletes when you shut down the Assist client, so you might have to copy the file before that, or drag and drop it while 25Assist is running.
 
Here is a screenshot of the GUI(I've redacted the text itself in this picture with my leet mspaint skillz)



I'm almost 100% sure that none will use it, but thought that I might as well put it out there.


34
News / 25Assist v8.17 has been released.
« on: Saturday, October 25, 2014, 00:57:11 AM »
Included:
Tracking should now work again.

35
News / Battletracker.com has problems tracking user sessions.
« on: Tuesday, October 21, 2014, 10:27:23 AM »
Since a few days Battletracker.com has been experiencing problems tracking user sessions.
And since the problems happened at the same time as a update we did(8.15), the first thoughts were that the update had caused the problems. So we released a follow up update(8.16) where we reverted the only change in the data sent to Battletracker.com, but that didn't help.

It has also been said that Battletracker.com did a maintenance around the same time as the troubles began.
We are still experimenting and trying to pinpoint under what circumstances Battletracker.com have problems so that hopefully we can give the admins at Battletracker.com a possible solution.

We have no control over Battletracker.com, and if the problem really lies there, we cant fix it.

For a more technical discussion, here is we are discussing it:
http://aao25.com/forum/aa-support/tracking-problems/msg80014/?topicseen#new

36
AA Support / Tracking problems
« on: Monday, October 20, 2014, 12:05:25 PM »
With the last release we restored the MinHonor/MaxHonor that was the only real change that might have caused the problem, so that in the data that it reports to BT, it will always report 8/100.

That didn't seem to have helped.

The GameSpy query that OUR serverlist used seem to work:
http://aao25.com/servers/

Is there any other active tracker?

I tried to reachout to frankof to deliver the problems to Homer, since direct contact with him seem impossible,


Anyone got any other ideas?


37
News / 25Assist version 8.16 has been released.
« on: Sunday, October 19, 2014, 23:57:27 PM »
8.16 includes this:

All 25Assist servers will report that Maxhonor=100, even if the Maxhonor is set to something else(Like 110 or 130) to Battletracker.com. Hopefully this will allow all servers be tracked again. If this don't help there is something major wrong with Battletracker,com

On a server, if MaxHonor=XXX is missing in aa25.ini, system will assume MaxHonor=130, same with MinHonor=8

38
Feedback & Suggestions / Winter Uniforms on Winter maps
« on: Sunday, October 19, 2014, 20:16:30 PM »
This is voted on right now, here is some gfx.


Old classic to the left, new ACU to the right

39
AA Support / New anti spam 203/Frags/Flashes
« on: Sunday, October 19, 2014, 18:32:23 PM »
if you edit aa25.ini and add these two lines

Code: [Select]
spamprotecttimenades=0
spamprotecttime203=0

And increase the values to how many seconds you want the protection to be active from round start.
If a user still nades/203 he will get a warning. after 5 warnings player will be kicked.
The 203/Nades used before timer, will be without any damage.

Tell us if you use it.

40
Assist Support / Version 8.16 Pre release topic.
« on: Sunday, October 19, 2014, 17:26:17 PM »
8.16 includes this:
1) 25Assist servers will report that Maxhonor=100, even if the Maxhonor is set to something else(Like 110 or 130). Hopefully this will allow all servers be tracked again.

2) if MaxHonor=XXX is missing in aa25.ini, system will assume 130

41
AA Support / New admin command included in 8.15 to Forclass
« on: Sunday, October 19, 2014, 11:20:51 AM »
With the new version we have included a new command for admins to use to Forceclass the seame weapon to all users.

As an admin, use :

afc s24

To FC a m24 to all users.

42
News / 25Assist Version 8.15 has been released.
« on: Saturday, October 18, 2014, 23:09:16 PM »
Server
 Fix for FC being tracked
 Implemented Min and Max honor
 Added the possibility for Server admins to add spam protection(Nades and 203)
 Fixed the Map Cycle function of 25Assist Server

Client
 Added a new command that allow admins to give the same weapon to all players with a single command, afc S24 will give all players the M24 sniper rifle
 Removed the Screenshot functionality from the 25Asisst Client

Assist Server Manager
 All new servers will be set to max honor 130, witch can be set to lower if you want.
 Make sure to update your Assist Server Manager to gain access to Min/Max Honor and to spam protection timers

43
Assist Support / Current TOS
« on: Saturday, October 18, 2014, 18:59:46 PM »
This is the current TOS, hasn't changed in a few versions.
Quote
The Terms of Service Agreement ("TOS") outlined in this document applies to the current release, version 8, of the America's Army version 2.5 Assist program ("Assist") as of 24 December, 2013 and to any and all future versions/updates of Assist. By downloading, installing, running and/or using Assist, you (the "Licensee") are accepting the following Terms of Service. If you do not agree with the Terms of Service, please remove Assist and all related software from your computer and any devices it was installed on.

Assist is 3rd party software created for the sole purpose of playing the online multiplayer first person shooter video game America's Army version 2.5 ("AA"). Assist utilizes a built-in authorization ("Auth") service that allows users to create and use an account to play AA. This account contains personal information that is volunteered by the Licensee as well as collected from the Licensee's computer.

The Licensee is granted a non-transferrable License to use the Assist software. This License allows the Licensee to use any built-in feature and redistribute the software as long as it remains unmodified and whole. Any violation of this License will result in a termination followed by a permanent ban without notice to the Licensee. Should the Licensee's License be terminated, the Licensee is required to uninstall and remove all copies of the Assist software from the Licensee's computer and any other electronic device in the Licensee's possession upon which it was installed.

The Assist Developers ("Devs") consider cheating through the use of "unauthorized third party programs" a violation of this TOS agreement. An "unauhthorized third party program" is defined, but not limited to, any alteration or add-on that:
   (i) enables or facilitates cheating of any type;
   (ii) allows users to modify or "hack" the AA graphical user interface, environment, and/or experience in any
                      way not expressly allowed by the Assist Devs in the TOS agreement;
   (iii) intercepts, mines or otherwise collects information from the Auth server.

In an effort to combat the efforts of those individuals who are willing to violate the TOS agreement, Assist utilizes "anti-cheating" software that performs background tasks. This "anti-cheating" utility performs the following functions:
   (i) scans the Random Access Memory ("RAM") that is occupied by Assist and AA to confirm that AA has not
                     been altered or "hacked" in violation of the TOS Agreement;
   (ii) scans the Assist and AA "processes" to determine if any unauthorized third-party programs or computer
        code has been attached to the Assist and AA processes;
   (iii) scans the Windows Process List to determine if any confirmed hacking or cheating programs are presently
          open in violation of the TOS Agreement;
   
The Assist program gathers information about a Licensee and their computer. This information is not public and is limited to:
   (i) The username, password, IP address and e-mail address used to register an account,
   (ii) A hardware identifier ("HWID") that is generated using the Licensee's computer components to
                      uniquely identify the Licensee,
   (iii) Information about the Licensee's account such as dates when the Licensee logged in or out of
                       Assist, any errors or violations seen by Assist and IP addresses used on the account.
   
The information that is obtained from Assist is communicated to the Assist Devs, who use it solely to determine if the computer that a user is using to log on to the Auth server has any unauthorized third-party programs, "hacks," or "cheats" that violate the TOS Agreement and is not used for any marketing purposes, and will never be sold, leased, or otherwise transferred to any other third party.

In the event that Assist detects an unauthorized third-party program, the Devs may in their sole determination:
   (a) communicate information to other Devs, including without limitation your account name, details about
          the unauthorized third party program(s) detected, and the time and date the unauthorized third
                      party program was detected; and/or
   (b) terminate the License agreement without prior notice to you.
   
The Licensee is considered violating the Terms of Service if you, the Licensee:
   (i) Harass, threaten, embarrass, or do anything else to another player that is unwanted, such as repeatedly
        sending unwanted messages or making personal attacks or statements about race, sexual orientation,
                     religion, heritage, etc.
   (ii) Transmit or facilitate distribution of content that is harmful, abusive, racially or ethnically offensive,
                       vulgar, sexually explicit, defamatory, infringing, invasive of personal privacy or publicity rights, or in
                       a reasonable person's view, objectionable. Hate speech is not tolerated.
   (iii) Disrupt the flow of chat in AA with vulgar language, abusiveness, use of excessive shouting [all caps] in
                       an attempt to disturb other users, "spamming" or flooding [posting repetitive text].
   (iv) Impersonate another person (including celebrities); indicate falsely that you are a Dev, or attempt to
                       mislead users by indicating that you represent Assist or it's Devs.
   (v) Attempt to get a password, account information, or other private information from anyone else on Assist
                      or AA.
   (vi) Promote or encourage any illegal activity including hacking, cracking or distribution of counterfeit software.
   (vii) Upload files that contain a virus or corrupted data.
   (viii) Use or distribute "auto" software programs, "macro" software programs or other "cheat utility"
                        software program or applications.
   (ix) Modify any part of the Assist service.
   (x) Post and/or distribute any player's real-world personal information inside Assist or AA.
   (xi) Attempt to interfere with, hack into or decipher any transmissions to or from the Assist or AA servers.
   (xii) Use and/or distribute exploits to gain an unfair advantage in a game.
   (xiii) Interfere with the ability of others to enjoy playing AA.

Licensees are encouraged to donate money to Assist. This is solely used to cover server costs associated with running Assist and it's associated services. These donations are never absolved by any of the staff, current or previous.

44
Feedback & Suggestions / New Admin Forceclass..
« on: Monday, October 13, 2014, 13:36:18 PM »
A issue with current Admin forceclass exec's is that they take very long to execute.
What about a single command that would give all players the same weapon..

Like
afc AR

Would give all a m249.

45
Feedback & Suggestions / Improve less played maps.
« on: Monday, October 13, 2014, 08:42:03 AM »
What maps do you think can be improved?
This topic is about the less played maps, so no suggestions for Hospital, Bridge, or Pipeline(Both official versions).


Pages: 1 2 [3] 4 5 ... 9

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager