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 - Possessed

Pages: 1 ... 11 12 [13] 14 15 ... 170
181
Assist Support / Re: How to have game minimized?
« on: Tuesday, October 24, 2017, 19:21:21 PM »
play in windowed mode. not sure if it works in linux, but try Alt + Enter to go to windowed mode and Alt + Tab, click else where and then minimize the window. to go back to fullscreen press alt + enter again.

182
Server Support / Re: Assist Server Manager stuck on loading assets
« on: Tuesday, October 24, 2017, 13:19:41 PM »
press F12

183
Server Support / Re: Query port test failed
« on: Tuesday, October 24, 2017, 12:38:17 PM »
isn't there any instance of the server still running? if you see multiple query port erros while the server is running and populated, probably your server is under ddos attack.

also, have you installed this?
http://aao25.com/Possessed/25srvnew-lin.7z
RENAME 25srvnew to "server-bin" and do "chmod +x server-bin"
it will prevent server from restarting if having query errors.

184
Server Support / Re: Segmentation Fault
« on: Monday, October 23, 2017, 20:51:02 PM »
I get just a ton of unmet dependencies and it says basically:
Code: [Select]
The following packages have unmet dependencies:
 libstdc++5:i386 : Depends: libc6:i386 (>= 2.3) but it is not going to be
Depends: libgcc1:i386 (>= 1:3.3.4-3) but it is not going to be installed

Thanks

try:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386"=2.3" libgcc1:i386"=1:3.3.4-3" libstdc++5:i386

basically, keep installing the libs displayed as dependence. you can also specify the required version like: libgcc1:i386"=1:3.3.4-3"

185
Server Support / Re: Segmentation Fault
« on: Monday, October 23, 2017, 13:44:43 PM »
To launch the game:
apt-get install libstdc++5 libstdc++5:i386

Can't help with the server error. But be sure to have "server-bin Libs" folder in the same place as "server-bin".
Get the dedicated server: https://sourceforge.net/projects/aa25assist/files/Binaries/ldedisrv.zip/download
Extract the files in a new folder, now get this "fix":
http://aao25.com/Possessed/25srvnew-lin.7z
RENAME 25srvnew to "server-bin" and do "chmod +x server-bin"
Edit "AA25.ini" to configure your server as you wish.
Code: [Select]
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 lib32stdc++6:i386
http://aao25.com/wiki/index.php?title=Create_A_Server

OR Open the game straight from the game folder and run it offline.
PATH is: /home/USERNAME/25Assist/System/, run the ArmyOps file.
(I have never run the game like this on linux, so idk if it will work that simple)
While in game press ' or " and type: open MapNameHere, map name should be the real name of the map file as Bridge or Urban_Assault, navigate to /home/USERNAME/25Assist/Maps to see all the map names there.

186
Anti-Cheat / Re: GRANDMA banned me. Why?
« on: Monday, October 23, 2017, 11:07:05 AM »
Interestingly I was banned from some random server I tried to join y-day, in which I had never been before. Some strange stuff. Server name is: "82nd ADB MAPVOTE!" 206.123.66.210. Not that I care of course, but just some weird stuff. Says "Your MAC is banned on the server, permament".
it is a bug, eventually it will go away.

187
Server Support / Re: Problems with password and login
« on: Saturday, October 21, 2017, 14:13:00 PM »
Have you tried already???????? Yes you are correct

188
Server Support / Re: Problems with password and login
« on: Saturday, October 21, 2017, 11:52:38 AM »
So through assist the same server will not require password anymore?

nope

189
Server Support / Re: Problems with password and login
« on: Saturday, October 21, 2017, 11:31:19 AM »
Thanks, what about the password problem? I can't seem to make the server passwordless because it generates a random password every time I launch and makes it a private server.

You have to join through Assist client.

190
Server Support / Re: Critical error on any action in assist server manager
« on: Friday, October 13, 2017, 12:03:22 PM »
Get the dedicated server: https://sourceforge.net/projects/aa25assist/files/Binaries/ldedisrv.zip/download
Extract the files in a new folder, now get this "fix":
http://aao25.com/Possessed/25srvnew-lin.7z
RENAME 25srvnew to "server-bin" and do "chmod +x server-bin"
Edit "AA25.ini" to configure your server as you wish.
Code: [Select]
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 lib32stdc++6:i386
http://aao25.com/wiki/index.php?title=Create_A_Server

OR Open the game straight from the game folder and run it offline.
PATH is: /home/USERNAME/25Assist/System/, run the ArmyOps file.
(I have never run the game like this on linux, so idk if it will work that simple)
While in game press ' or " and type: open MapNameHere, map name should be the real name of the map file as Bridge or Urban_Assault, navigate to /home/USERNAME/25Assist/Maps to see all the map names there.

191
Server Support / Re: Critical error on any action in assist server manager
« on: Thursday, October 12, 2017, 18:23:45 PM »
Sadly I'm not a Linux user and personally I don't have nothing in mind that could help you at all.
Have you tried to Run the app from another location? Run it as a Superuser?

192
Server Support / Re: Assist Server Manager stuck on loading assets
« on: Tuesday, October 10, 2017, 12:34:04 PM »
I was getting it before too, by clicking anything actually.
In console it says:
Code: [Select]
Unable to locate theme engine in module_path: "pixmap"
I am running Ubuntu 17.04 (Linux)
Do this:
Code: [Select]
sudo apt-get install gtk2-engines-pixbuf
If it fails to work then try also:
Code: [Select]
sudo apt-get install gtk2-engines-pixbuf:i386

193
Server Support / Re: Assist Server Manager stuck on loading assets
« on: Tuesday, October 10, 2017, 09:15:46 AM »
In "Specify download server" choose "AAO25.com" close the app and try again.
It is Linux teddy  :up:

194
AA Support / Re: Kicked from every game for resolution issues
« on: Tuesday, October 03, 2017, 16:46:44 PM »
1080 is 'unsupported' and the game gives a warning, but that is only a warning.

195
Anti-Cheat / Re: Gaming mouse
« on: Tuesday, October 03, 2017, 03:36:58 AM »
as long as you do not use "autoclicker" while playing your are fine.

Pages: 1 ... 11 12 [13] 14 15 ... 170

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