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 ... 166 167 [168] 169 170
2506
General Chat / Re: Let OPFOR be OPFOR
« on: Saturday, March 31, 2012, 02:40:18 AM »
lol, keep the game play the same. I like the fact that the gun roles on BOTH sides are generally EQUAL... you want to use ak? svd? rpk? listen for the gun to fire and hunt his ass down, then you got ur gun... dont need to change anything that keeps this game original.

I think if they do anything with skins, they should bring back the old skins in 1.7 of opfor on from icamp... they use to look arab and have turbines!
what I'm making is a Server mod, just dont play in those servers, and I wan't to see turbans too lol

about the mod, no one have it already, if u want jusk ask me for it.

2507
General Chat / Re: Let OPFOR be OPFOR
« on: Friday, March 30, 2012, 15:44:38 PM »
How does that work? Does it make it to where 1 team is U.S. with U.S. weapons and skins and the other is Opfor with Opfor weapons in skins? That's what this thread is about.

everyone play as opfor, but i think its possible to make two diferent teams, like,
if(Team0)
SetEnemySkin bla bla bla
if(Team1),
blablabla, understood?

edit, guess i got it now, but i need someone to test in a server with atleast 2 ppl :D

2508
General Chat / Re: Let OPFOR be OPFOR
« on: Friday, March 30, 2012, 15:35:26 PM »
Quote from: Engine.LevelInfo
enum EDefaultBinoc {
  BINOC_M22,
  BINOC_M24,
  BINOC_Tank,
  BINOC_Newt
};

enum EWeaponSkinSet {
  WSKINS_Default,
  WSKINS_Desert,
  WSKINS_Arctic
};

enum EMesh {
  MESH_Soldier,
  MESH_DesOp,
  MESH_Arctic,
  MESH_OPFOR,
  MESH_IBCT,
  MESH_CivOp,
  MESH_SF,
  MESH_OpInfantry,
  MESH_ArcOpFor,
  MESH_SF_Arctic
};

enum ESkinSet {
  SKINS_Forest,
  SKINS_Desert,
  SKINS_OpFor,
  SKINS_DesOp,
  SKINS_Arctic,
  SKINS_IBCT,
  SKINS_ArcOpFor,
  SKINS_Training,
  SKINS_CivOp,
  SKINS_OpInfantry,
  SKINS_SF_Arctic
};

I was working in a OPFOR Server Mod days ago, the only thing that failed was the modded ak74-su other guns replacement ar ok, i have it compiled and working, but theres only players 2 skins, more can be added later.
if anyone want it just tell me.


2509
General Chat / Re: Low Ping Servers
« on: Thursday, March 29, 2012, 20:38:23 PM »
u dont need to pay for honor with assist, it does use battletracker to count ur points.

2510
General Chat / Re: Game Crashes
« on: Wednesday, March 28, 2012, 23:16:27 PM »
if ur game is only crashing when joining Weapons Cache, ur map might be corrupt. something like this happened to before with the same map lol

2511
General Chat / Re: Game freezes
« on: Wednesday, March 28, 2012, 22:07:58 PM »
some times my game freezes too, and i have to kill it with task manager, but in case i dont think its a hardware failure, its more something with windows.
try cleaning windows registry and such things.

i recommend:
click in the names to download.

CCleaner - to Clean crappy / useless files in your computer
CC Enhancer, an addon for CCleaner add more things to be cleaned.
MV RegClean - to Clean Windows registry
MV RegCompact - to Defrag and Compact Windows Registry
UltraDefrag - to defragment an optimize your HD. rly good. defrags the PageFile.
Advanced SytemCare - find the PRO version :D. have all the tools above and a lot more, but theres no perfect program, so use with the ones above.

2512
Server Support / Re: V bug in border
« on: Monday, March 26, 2012, 11:39:24 AM »
it's Crusade weapon forcer that includes a NVG, and its enabled in the by default.

server admins, type: Mutate NV in console to disable Nightvision googles in Border, because it allow players to see through some walls.

Jhonny or someone else, set "bnv=true" to false in "DG.ini" for the next Assist release, so admins will enable if they want to.



2513
General Chat / Re: Understanding honor level through ACI hazard account link
« on: Friday, March 23, 2012, 19:11:48 PM »
but do take note that the honor reading on hazard cant be trusted
mine still shows 76
http://history.anticheatinc.com/aa2/accounthistory.php?guid=7F5B7BC3E2D3D982296EE8C8FEE7438E
and I have been 80 honor from before june 2010

and it' very easy to fake Honor in a SS... only using AA.

2514
Server Support / Re: V bug in border
« on: Thursday, March 22, 2012, 20:53:22 PM »
tell the server admins to disable nvg in Ultimate mod. (if the server use it), fixing it in the map will be waste of time . IMO

2515
General Chat / Re: Retarded
« on: Thursday, March 22, 2012, 18:30:52 PM »
In Core;
Quote from: Core.Object
native static final function SetLanguageFilter ();

native static final function SetNoBlood ();

native static final function SetMilesOnly ();

native static final function SetNoSniper (); <<<<<<<

native static final function GetLanguageFilter ();

native static final function GetNoBlood ();

native static final function GetMilesOnly ();

native static final function GetNoSniper (); <<<<<<<

in AGP_Interface;

Quote from: AGP_Interface.AAParental_ParentalControls
var() bool bLanguageFilter;
var() bool bNoBlood;
var() bool bMilesOnly;
var() bool bNoSniper;

that's all I got. I'm 99,9% sure  No Sniper options can be dissabled.


2516
General Chat / Re: Retarded
« on: Thursday, March 22, 2012, 18:16:02 PM »
But the menu setting has to be stored somewhere.
does it store in User.ini?
if you rename the variables in Core u can 'avoid' nubs from using it(maybe) and I'm not sure if it's only in Core...

Core has no dependencies and only 5 Classes, can be re-compiled without removing code from it.

2517
General Chat / Re: Retarded
« on: Thursday, March 22, 2012, 17:20:43 PM »
We should get a list of Assist ideas going. I think it would be good to have a check or force disabling of parental controls. It's not even a feature in modern games. I pity the parent that saw America's Army as a recruiting tool and installed it for their kid.

if I remember the parental control thing is at Core.u

2518
mAAp Project / Re: City Block Map
« on: Monday, March 19, 2012, 00:11:57 AM »
PlayClaw(compress the video while recording.)
http://playclaw.com
Xfire
I did a quick search:
D3DGear
http://www.d3dgear.com/
E.M. Free Game Capture
http://www.effectmatrix.com/Game-Capture/index.htm
Bandicam
http://www.bandicam.com
ZD Soft Screen Recorder
http://www.zdsoft.com/screen-recorder/

2519
General Chat / Re: Official cheats, allowing users to choose their own weapons???
« on: Saturday, March 17, 2012, 23:07:07 PM »
Eh, pick your own gun servers are what ruined 2.5 the first time around.

not true, in the last years 2.5 was alive because of mods servers that were always populated,  AA has lost players because of other games, not because of mods, if you dont like, play in a regular server, there are lots of options around.

ppl have the right to choose where/how they want to play.

maybe if assist has its own mods(like Ultimate) with "allowed" features, so ppl can run their modded servers authenticated/tracked without players crying about weird gameplay modifications.

its just a suggestion, nothing that needs to be done right now :D

Pages: 1 ... 166 167 [168] 169 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