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.


Messages - hitman

Pages: [1] 2 3 ... 10
1
Feedback & Suggestions / Re: suggestion social media
« on: Friday, August 14, 2020, 18:47:30 PM »
Given the small size of the community, this is not an issue right now. However, if the community grew exponentially, it could become one.

Man think about it, it would be a strategical mistake on their part to shut Assist down early on in the case of growth.. that's because it would be an asset that they have power over just by being nice.. for example they could create AA2 remake and direct all the players to the new game (which Assist admins would gladly do I suppose) ..

What is the punishment for violating their EULA? .. if it's just a forced shut down then we shouldn't be discouraged.. Assist is kinda lingering because a few dozen of us aren't giving up, but how long will this last..

2
Assist Support / Re: Punkbuster Issue
« on: Wednesday, July 22, 2020, 08:03:03 AM »
WHY DOES PUNK BUSTER KEEP KICKING ME ?...IVE RE-INSTALLED AND UPDATED...IVE STARTED AS ADMIN AND UPDATED......STILL GETS KICKED....WHAT DA HELL IS DA GOIN'S ON?.....lol...help

I feel your frustration.. I was kicked before too. What's the error it gives? (should be visible for very short time before the kick)

3
Server Support / Re: Linux Server Help
« on: Thursday, July 02, 2020, 20:16:22 PM »
We use CentOS 6, but I think it is outdated, any distro might work fine, Ubuntu might be the better, personally I don't like to use the command line at all, so I recommend using remote desktop, also I prefer Windows.
Code: [Select]
AA25.ORG AMERICAS ARMY 2.5ASSIST DEDICATED SERVER README
LINUX SERVER INSTRUCTIONS

First you must have an existing americas army 2.5 installation,
If you do not follow these instuctions to download and install it...
------------
Login to your server on the console or remotely using SSH:
Move into your home folder:
cd ~

Download the installation package:
wget http://ftp.free.fr/mirrors/AmericasArmy/Linux_v2.5.0/armyops250-linux.run << DEAD link

Set executable and execute:
chmod +x armyops250-linux.run
./armyops250-linux.run

When asked for an installation path enter: ~/armyops
Say no to symbolic links
Select Base Install
Say no to startup menu entrys

After some time the installation will complete.
You may now delete the installation package:
rm armyops250-linux.run
------------


2.5ASSIST DEDEICATE SERVER INSTALLATION:
Move into your americas army 'System' folder
On our fresh install you would use:
cd ~/armyops/System

On an existing 25Assist(GUI) Installation use:
cd ~/25Assist/armyops/System

IMPORTANT, Rename server-bin to serverx
mv server-bin serverx
chmod +x serverx

I think you can skip the steps above and get all the game files just by following these:
Download and extract 2.5assist:
wget http://downloads.sourceforge.net/project/aa25assist/Binaries/ldedisrv.zip
unzip ldedisrv.zip
chmod +x server-bin

Now edit the aa25.ini file with your required settings:
nano aa25.ini

Start the Server:
./server-bin GLOBAL map-filename

(replace map-filename with your choosen map, bridge, insurgent_camp, radio_tower, etc.)
(Optional command-line arguments  -Port=1716  -Multihome=0.0.0.0  override settings in aa25.ini)


Additional pb commands can be added by creating ServerMessage.cfg in the "pb" folder and adding them there.

You might have to install this to get it to work:
apt-get install lib32stdc++6

Hi, I'm trying to set up a server on my phone (I know!), but I can't find where to get armyops250-linux.run. What is the replacement for the dead link?

4
Server Support / Re: Trying to run mAAp's maps
« on: Saturday, June 06, 2020, 19:56:20 PM »
Why don't you just changed the map when you are admin in game? F12

5
Server Support / Re: Vlayer server
« on: Friday, June 05, 2020, 15:28:34 PM »
How many are you?

You are welcome to join Discord and ask any questions there too

6
Server Support / Re: Vlayer server
« on: Thursday, June 04, 2020, 22:13:59 PM »
I am thinking of using Vlayer to run a server. Would you be willing to help me get it set up if I have questions? Myself and many of my coworkers used to play America's Army before it went to AA3. We want to all start playing AA 2.5 together on a private server. Let me know please.

Nice you're getting back in the game. What's Vlayer?

7
Support / Re: How to make the game server open all the time?
« on: Tuesday, April 28, 2020, 14:05:41 PM »
I cannot find can you put me here all source by cd /sample/sample/sample ?

edit/// ok I found but there is no such file like aao25.service

You need to create it with the code that I gave you inside as a text. You can use "nano" to do it like so:
Code: [Select]
sudo nano /etc/systemd/system/aao25.service
Then you need to know the path to your AA installation and choose a map. After you finish editing the file, save it and I think you should restart server, don't remember exactly.

8
Support / Re: How to make the game server open all the time?
« on: Tuesday, April 28, 2020, 10:14:24 AM »
Look into tmux or screen.

At first I thought so too, but now I use systemd service, which makes it a breeze to stop start restart the server. Also view the log real time.

Put this in /etc/systemd/system/aao25.service

Code: [Select]
[Unit]
Description=America's Army

[Service]
ExecStart=<path to your server-bin> GLOBAL <mapname>


Then just:
Code: [Select]
sudo systemctl start aao25
To view the log:
Code: [Select]
sudo journalctl -u aao25

9
Clans, Matches & Scrims / Re: Looking for Scrim/Pugs
« on: Thursday, April 23, 2020, 14:10:07 PM »
I'm running on one virtual CPU core, doesn't say how fast it is anywhere.. but I saw it spike to 60% recently which I don't know how many players on the server.. I doubt it was full.

What's the actual difference between different tick rates? Less stutter when spectating player looking around?

10
General Chat / Re: I'm curious because a lot is unclear ..
« on: Friday, April 10, 2020, 19:48:34 PM »
Lords I see you sticking together,
You can then return 203u hospital and out stupid RPG:)::)
Now you certainly bored with regard to the situation,i mean you have more time..

Would be interesting to play with 203 in hosp .. What happens if you give someone G as an admin?

11
AA Support / Re: Limited Framerate
« on: Wednesday, April 08, 2020, 15:36:00 PM »
Anything above 60fps is unnecessary luxury really in my opinion  :down: .. some pro players might feel the difference, but I personally don't (but then again, my monitor is 60Hz)

12
Support / Re: Registered yesterday but still have no email :(
« on: Monday, April 06, 2020, 15:46:58 PM »
Have you tried simply logging in to 25Assist with the account?

Yeah, about that, it should be noted somewhere that you don't need email confirmation.

13
Server Support / Re: Linux Server Help
« on: Saturday, April 04, 2020, 17:22:03 PM »
https://aao25.com/wiki/index.php?title=Dedicated_server

I don't know how much help you need, so just post if you have questions. You need SSH to connect to you linux console to do all this. If you are using linux on your computer - that works out of the box, if you have Windows - install WSL Ubuntu and you'll have that in Bash

In addition you can create a service that you can easiliy start stop restart. Something like this guide would help https://medium.com/@benmorel/creating-a-linux-service-with-systemd-611b5c8b91d6

If you know the basics of linux it should be a piece of cake ;)

What kind of problem you ran when running the (which?) executable?

14
Clans, Matches & Scrims / Re: Looking for Scrim/Pugs
« on: Saturday, April 04, 2020, 17:02:21 PM »
Great thanks. Changed to 80 tick since I don't know if the 1 virtual cpu that is running the server can handle 100 .. guess I'll only find out if Assist takes off with corona virus and never goes down

15
Clans, Matches & Scrims / Re: Looking for Scrim/Pugs
« on: Thursday, April 02, 2020, 13:41:26 PM »
What kind of .ini mods did you do? Care to point me to it?

Welcome back!

Pages: [1] 2 3 ... 10

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