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 - [-PB-]Punisher

Pages: [1]
1
Bug Reports / port binding
« on: Saturday, January 05, 2013, 11:27:38 AM »
seems like command line has some wicked features, when removing port definition from /System/aa25.ini, server is not starting at all, even cmdline is clearly defined with multihome and -port expression..

also its highly possible that -nohomedir option is not working too, running two instances in same box and in differend IP:s IF pid is not defined they crash eachother. yes its said in the .ini but didnt believe that code designer intentionally broke working structure, but yes, its broken :D

leaves me wondering what else is ripped off, cause servers seem to run a bit wacky overall with their process(es), can see three differend process on one game instance, eeh??

2
Server Support / Pimping up server
« on: Friday, January 04, 2013, 14:10:31 PM »
Okay, like said would like to share some of the settings ive spotted that can be useful to make gameplay a bit better, some of the values are examples, so you have to find your own to make YOUR server run like desired (smooth). Everyone have to remember that unreal2 engine is old, very old and in 2002 it was made to suit hardware of that time, thus some of the values were set low, to make possible for game and server to be run, on the hardware of its era. This day, we dont need to think that anymore, our hardware is more than 10x powerful than old highend machines were, thus we can pretty much concentrate on, how good we can actually make the gameplay itself. Everyone who has worked around server and clientside of unreal engines, need to admit that UE2 has a LOT of potential, for that old game engine :)

From here you can read pretty much what happens inside the server and client interaction, when values are messed: http://wiki.unrealadmin.org/Netspeed_Tutorial_%28UT%29

Also those, who are REALLY interested in Americas Army 2 server side tech, should read all Unreal 2003/2004 based documentation to understand what US Army Dev team has used to run their game. Well okay, Devs shoulda read those documents by themselves, but sometimes ppl are without skills to read, or at least understand what they read :P Anyway, the link: http://wiki.unrealadmin.org/Main_Page

Its easier to put up server .ini files here and comment the values to let you see what is what, prolly? :o Some of the values have moved from ACTUAL server ini to aa25.ini and also some what should be in command line are also set in inis, aa25 assist devs can explain why, dont ask me :)

/System/server/aa25serv.ini is presented from only those parts, what we should be interested in.

Code: [Select]

[Core.System]
PurgeCacheDays=5 = cache memory purge time, default 30 if you want lots of unneeded shit to ur server root

[Engine.GameEngine]
CacheSizeMegs=256 <= game instance "cache memory" saves you from some hdd swapping and microlag, should use reasonable values, didnt see any difference after 256Mb

[Engine.Player]
ConfiguredInternetSpeed=20000 <= netspeed PER player in bits, it aint using much :D default 8-10k depending on version
ConfiguredLanSpeed=20000 <= no affect, unless server is set to LAN mode

MaxClientRate=20000 <= more of clientside setup, reflects to internetspeed on server side

NetServerMaxTickRate=35 <= server tickrate, use with caution, above 50 values tend to make AR shoot a LOT quicker thus spiling server balance 30-40 are okay, read unreal tut to open this a bit more, short: smoothens client game experience
LanServerMaxTickRate=35 <= same setup for LAN server

[Engine.AccessControl] <= values moved to /System/aa25.ini
AdminPassword=
GamePassword=


[Engine.GameInfo] <= these are also clientside, "violence" settings, dunno if they affect from server as well..
bLowGore=False
bVeryLowGore=False
bChangeLevels=False
GoreLevel=0

MaxSpectators=2 <= max spectator amount
MaxPlayers=26 <= max player amount
MaxAdmins=3 <= max playeradmin amount, be able to simultaneusly connect to server
bLocalLog=True <= logging events, self explanatory
bWorldLog=True <= logging events, self explanatory
bEnableStatLogging=True <= logging events, self explanatory
bWeaponStay=False <= if im correct this allows weapons to be stayed on field at end of round..?
sbAllowWeaponThrowing=True <= player to be able to drop weapon
bAllowBehindView=False <= 3rd person view
bAdminCanPause=False <= admin pause, not propably working at all

GoalScore=0 <= goalscore to win round, aka score victory "mode" prolly not even working..
MaxLives=0 <= same here, prolly not working, ue2004 stuff
TimeLimit=7 <= round time limit

[AGP_Gameplay.AGP_GameTeam]
FFScoreLimit=600 <= friendly fire limit aka roe limit
MaxTeamSize=13, <= max members per team
bPlayersBalanceTeams=True <= player teambalance
bAutoBalanceBetweenRounds=true <= auto teambalance
bNeverAutoBalance=False <= self explanatory
bSpectatePlayersOnly=true <= spectate viewpoints
bSpectateFirstPersonOnly=true <= self explanatory
bSpectateFriendsOnly=true <= same here
bSpectateBodies=False <= like also, who wants to look at dead ppl anyway??
bEnableROEKickTimer=True <= enable roe kick "timer", server kicks for early roe aka spawnkill
bEnableROEKick=True <= self explanatory
bEnableROEKickDeath=False <= kill on roe aka player dies as punishment when he takes ROE


[AGP_Gameplay.AGP_GameDeathMatch]
MinNetPlayers=0 <= minimum playercount to start round
InitialWarmupTime=30 <= tournament warmup
bCycleMaps=False <= mamcycle, didnt work in original
RoundsPerMatch=7 <= roundcount, moved to aa25.ini
MatchesBeforeCycle=16 <= match count, before mapcycle
bKickIdlePlayersTimed=false <= timer for idle kick this engine allows both rounds/minutes to be used as idle status
bKickIdlePlayersRounds=true <= round timer is enabled, to disable set false
bKickIdleSpectators=true <= idle specs to be kicked, hell yeah!
IdlePlayerKickTime=2 <= 2 minutes idle and youre out!
IdlePlayerKickRounds=2 <= two rounds idle and youre OUT!
bTournamentMode=False <= tournament mode on/off, enable True
bWeaponStay=False <= weapons save at end of round (in world)
bAllowWeaponThrowing=True <= players can drop weapons
ResetTimeDelay=0 <= this is propably weapon stay reset time, not sure, useless anyway :P

[AGP_Gameplay.AGP_GameMultiPlayer]
bRequireAuthorization=False <= server authorization
bMPCheatsEnabled=False <= multiplayer cheats, to enable True
VoteKick_Cooldown=3.000000 <= votekick cooldown time, in minutes (and parts of minutes)
MinHonor=1 <= server MINIMUM player honor who is able to join
MaxHonor=100 <= server MAXIMUM honor for player to join



[Engine.GameReplicationInfo]
ServerName=
ShortName=
AdminName=
AdminEmail=
ServerRegion=0
MOTDLine1=
MOTDLine2=
MOTDLine3=
MOTDLine4=
MOTDDisplaySeconds=30 <= how long to show motd while joining server
bHUDHideAmmoCount=false <= hide ammo count on hud
bHUDHideWeaponStatus=false <= hide auto/single from hud
bHUDHideWeapon=false <= hide weapon type from hud (whats in use)
bHUDHideGrenades=false <= hide grenade types/counts from hud
bHUDHideHealth=false <= hide soldier health from hud
bHUDHideMedical=false <= hide medic status from hud
bHUDHideCombatEffect=false <= hide green/yellow/red status from hud
bHUDHideOptics=false <= hide optics from hud
bHUDHideCompass=false <= hide compass from hud
bHUDHideTimer=false <= hide round time from hud
bHUDHideObjectives=false <= hide objective directions from hud
bHUDHideRadar=false <= hide radar from soldier hud


[AGP_Gameplay.AGP_MapList] <= map rotation moved to aa25.ini
Maps=insurgent_camp
Maps=bridge
MapNum=0



3
Server Support / Couple of server questions
« on: Saturday, December 29, 2012, 11:56:27 AM »
Yo,

First of all, Hello again ;) Its been a while with this gameseries and lots of things have happened from the years i stopped playing actively myself, but seems like things are okay once again :)

But the original stuff, didnt find fast reply how server side is working (ini structure overall), like everyone who remembers me knows im keen fine tuner of servers and thus id like to fix some setup flaws what are inside ini files, like server tickrate and netspeeds :P But seems like aa25serv.ini gets overwritten at every restart, so can those values from serv.ini moved to aa25.ini ?

Like if i want fixed bigger cache for server, can i put CacheSizeMegs=xx to my aa25.ini and it replaces the faulty value of CacheSizeMegs=64 in aa25srv.ini? Or if not, where can those values be fixed?

Well lots of questions for starters, but would really appretiate some tutoring here   :idea:

-punisher

Pages: [1]

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