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 ... 5 6 [7] 8 9 10
91
Server Support / Re: Some interesting options, what are those?
« on: Friday, October 27, 2017, 10:17:56 AM »
No as in "Don't change these!!" or No as in "They don't do anything"?

No.
No.
No.

92
Server Support / Some interesting options, what are those?
« on: Friday, October 27, 2017, 00:20:42 AM »
from aao25srv.ini:

gorelevel=0   // is there more blood implemented?
autoaim=0.93   // ?
WeaponStay=False   // preserves weapon between rounds?

Thanks

93
AA Support / A way to kill a player as an admin?
« on: Friday, October 27, 2017, 00:01:12 AM »
Hey,

Is there a way to kill a player instead of kicking him? (as a lighter punishment)

Thanks

94
Events / Steamroller Tournament Saturday
« on: Wednesday, October 25, 2017, 22:30:51 PM »
It was really fun today to play Steamroller with full server of 20 people! .. I think it needs some experimenting with gun loadouts, but otherwise it's great.

I would like to do a Tournament (no clans, just constant teams throughout). This Saturday 6pm CET.

Let me know if you want to be in.

95
Feedback & Suggestions / Respawn
« on: Wednesday, October 25, 2017, 22:18:33 PM »
Would it be easy to add respawn? Possible?

96
Feedback & Suggestions / Advertising?
« on: Wednesday, October 25, 2017, 14:35:33 PM »
Hey,

I suppose it wouldn't take much to say double the playerbase on AA Assist. Should we consider doing some advertising? Like Facebook ad for 20 bucks, that would do it I think..

A.

97
Assist Support / Re: How to have game minimized?
« on: Wednesday, October 25, 2017, 14:08:47 PM »
Have not tried it yet, but since non of the shortcuts defined in Keyboard Shortcuts work, wouldn't that mean that I can't actually set a custom shortcut that would not be hijacked? Maybe xbindkeys.

Btw, your answer with xdotools is simplier than the one askubuntu asnwer with getactivewindow, thanks

Try:
Option 1:
Bind it to some shortcut key:
System>>Preferences>>Keyboard Shortcuts
pick a key, as command add:
Code: [Select]
xdotool getactivewindow windowminimize(If you are using Compiz you can set custom keyboard and mouse shortcuts using CCSM (Compiz Config Settings Manager) and the Commands plugin.)

Option 2:
Make a "minimize.sh"
Code: [Select]
#!/bin/bash
xdotool getactivewindow windowminimize
#if this does not work, use the other command below by removing the "#" and add "#" to the command above.
#xdotool windowminimize $(xdotool getactivewindow)
exec $SHELL
After that use chmod to make this file executable:
Code: [Select]
sudo chmod 744 minimize.shBind it to some shortcut key:
System>>Preferences>>Keyboard Shortcuts
pick a key, as command add:
Code: [Select]
bash /full/path/to/minimize.sh <edit the correct path
Optional keybinding:
using xbindkeys-config
If you do not have xbindkeys:
Code: [Select]
sudo apt-get install xbindkeys xbindkeys-confighttp://xahlee.info/linux/linux_xbindkeys_tutorial.html

98
Server Support / Port test problem
« on: Wednesday, October 25, 2017, 13:45:59 PM »
Hey,

My server crashes to AAO login screen from time to time. The server has this output:
Code: [Select]
Oct 25 19:44:03 server server-bin[1439]: 25AssistSM: Running PB Scheduled Task (slot #1) say 2.5 Assist SM - Private PB Scripts for AA v2.5 - aao25.com
Oct 25 19:44:03 server server-bin[1439]: CommoHandler MP_Steamroller.CommoHandler (Function AGP.CommoHandler.AllowsBroadcast:0122) Accessed None 'broadcaster'
Oct 25 19:44:03 server server-bin[1439]: -----------WARNING-----------
Oct 25 19:44:03 server server-bin[1439]: CommoHandler::AllowsBroadcast()        Unknown broadcaster! None 62
Oct 25 19:44:03 server server-bin[1439]: -----------WARNING-----------
Oct 25 19:44:03 server server-bin[1439]: CommoHandler MP_Steamroller.CommoHandler (Function AGP.CommoHandler.Broadcast:0029) Accessed None 'Sender'
Oct 25 19:44:03 server server-bin[1439]: CommoHandler MP_Steamroller.CommoHandler (Function AGP.CommoHandler.Broadcast:0069) Accessed None 'Sender'
Oct 25 19:44:03 server server-bin[1439]: CommoHandler MP_Steamroller.CommoHandler (Function AGP.CommoHandler.Broadcast:00CB) Accessed None 'Sender'
Oct 25 19:44:03 server server-bin[1439]: -----------WARNING-----------
Oct 25 19:44:03 server server-bin[1439]: CommoHandler::Broadcast()        Received message from unknown Sender( None ) Message( .5 Assist SM - Private PB Scripts for
Oct 25 19:44:03 server server-bin[1439]: -----------WARNING-----------
Oct 25 19:44:03 server server-bin[1439]: CommoHandler MP_Steamroller.CommoHandler (Function AGP.CommoHandler.Broadcast:029D) Accessed None 'PRI'
Oct 25 19:44:04 server server-bin[1439]: Ongoing port test error
Oct 25 19:44:04 server server-bin[1439]: Ongoing port test trying
Oct 25 19:44:06 server server-bin[1439]: Auth retry
Oct 25 19:44:09 server server-bin[1439]: Ongoing port test error
Oct 25 19:44:09 server server-bin[1439]: Ongoing port test trying
Oct 25 19:44:14 server server-bin[1439]: Ongoing port test error
Oct 25 19:44:14 server server-bin[1439]: Ongoing port test trying
Oct 25 19:44:19 server server-bin[1439]: Ongoing port test error
Oct 25 19:44:19 server server-bin[1439]: Ongoing port test trying
Oct 25 19:44:24 server server-bin[1439]: Ongoing port test error
Oct 25 19:44:24 server server-bin[1439]: Ongoing port test trying
Oct 25 19:44:29 server server-bin[1439]: Ongoing port test error
Oct 25 19:44:29 server server-bin[1439]: Ongoing port test trying

Would it help to change the port? Is this DDoS attack?

When I restart the server it gets Query port test problem again, so as it seems the problem suddenly becomes permament:
Code: [Select]
Oct 25 19:44:44 server server-bin[1692]: Game Port OK
Oct 25 19:44:52 server server-bin[1692]: QUERY PORT TEST FAILED

What's the solution?

UPDATE: I modified the port to 1726, which allowed the server to start. Might it be that the server provider blocked the port 1716 because of DDoS?

99
Assist Support / Re: How to have game minimized?
« on: Wednesday, October 25, 2017, 10:43:00 AM »
Thanks for reminding about tty console. I asked a question on AskUbuntu, please press Upvote! https://askubuntu.com/questions/969100/how-to-force-minimize-an-application-when-keyboard-is-hijacked

I've had the same issue in the passed. I've never fixed it. I first thought it was because I was running 25Assist as Super User, but that was not the case as running armyops-bin without without sudo had the same result.

The only key combination I could get to work when I tried it (last year), was Ctrl+Alt+F1 to Ctrl+Alt+F6 to switch to a command line interface.

100
Assist Support / Re: How to have game minimized?
« on: Tuesday, October 24, 2017, 19:27:41 PM »
Alt + Enter works, thanks, but Alt + Tab does not. Can't click anywhere either. Is there some setting to launch the game minimized? Or stop it from hijacking keyboard?

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.

101
Assist Support / How to have game minimized?
« on: Tuesday, October 24, 2017, 19:09:10 PM »
Hi, is there any way to join a server (empty) and make the game minimized so I could do something else with the PC? I seem to hijack everything, even the power button doesn't work when the game is launched.

Running Ubuntu 17.04.

Thanks

102
Server Support / How to login as admin from Assist or ingame
« on: Tuesday, October 24, 2017, 12:59:21 PM »
After I joined the game, how do I open admin panel / log in as admin (not playeradmin)? Or from Assist for that matter.

Thanks.

103
Server Support / How to make server tracked?
« on: Tuesday, October 24, 2017, 12:47:40 PM »
http://battletracker.com/aaoserver/138.201.189.253:1716/

It says the server is "Tracked: no" .. what is wrong?

104
Server Support / Re: Query port test failed
« on: Tuesday, October 24, 2017, 12:29:14 PM »
How do you clean it up to start the server fresh?

105
Server Support / Query port test failed
« on: Tuesday, October 24, 2017, 12:25:43 PM »
Hey,

After some time running the server without problems, I got the error "QUERY PORT TEST FAILED" and ever since I can't start the server anymore. At the time the server failed there were 7 players playing. Any ideas? Thanks a lot. http://battletracker.com/aaoserver/138.201.189.253:1716/

The log goes like this:
Code: [Select]
Oct 24 18:15:52 server systemd[1]: Started AAO 2.5 Server.
Oct 24 18:15:53 server server-bin[15722]: CONNECTING
Oct 24 18:15:53 server server-bin[15722]: OK
Oct 24 18:15:53 server server-bin[15722]: LATEST v8.21
Oct 24 18:15:53 server server-bin[15722]: I AM v8.21
Oct 24 18:15:53 server server-bin[15722]: CHECKING AA Server Installation
Oct 24 18:15:53 server server-bin[15722]: Valid AA 2.5 Server Found
Oct 24 18:15:54 server server-bin[15722]: Checking AA2.5Assist Server Files
Oct 24 18:15:54 server server-bin[15722]: AA25 Files OK
Oct 24 18:15:54 server server-bin[15722]: libstdc++.so.5 OK
Oct 24 18:15:54 server server-bin[15722]: Loading and checking maps
Oct 24 18:16:06 server server-bin[15722]: Argument 0=/home/aurimas/armyops/System/server-bin
Oct 24 18:16:06 server server-bin[15722]: Argument 1=GLOBAL
Oct 24 18:16:06 server server-bin[15722]: Argument 2=MP_Steamroller
Oct 24 18:16:06 server server-bin[15722]: Argument 3=
Oct 24 18:16:06 server server-bin[15722]: PB Client VERIFIED c2243 a1371
Oct 24 18:16:06 server server-bin[15722]: PunkBuster Server OK
Oct 24 18:16:06 server server-bin[15722]: Checking for updated aa-pbsv.cfg
Oct 24 18:16:06 server server-bin[15722]: 4B07D54F12B576EDC74D4AF252E9EB98
Oct 24 18:16:06 server server-bin[15722]: aa-pbsv.cfg is up to date.
Oct 24 18:16:06 server server-bin[15722]: STARTING NETWORK PORT TEST
Oct 24 18:16:06 server server-bin[15722]: Game Port OK
Oct 24 18:16:15 server server-bin[15722]: QUERY PORT TEST FAILED

Pages: 1 ... 5 6 [7] 8 9 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