Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Author Topic: SAI Mod BETA Test  (Read 15648 times)

0 Members and 1 Guest are viewing this topic.

Offline shadi123

Re: SAI Mod BETA Test
« Reply #15 on: Saturday, August 10, 2013, 11:03:39 AM »
eliz where i  type thia user ini code in settings user ini
and where i type it under what

Offline ELiZ

Re: SAI Mod BETA Test
« Reply #16 on: Saturday, August 10, 2013, 11:06:11 AM »
Bug Report to Self:

When a player joins, and joins a team, he will appear on his teammates SAI, with the Icon of a dead teammate
Here is a chart of the SAI Icons in 2.8.x, I've tried to mimic those as close as I can.




Here is a link to the Battletracker thread that was written way back when the SAI was originally introduced:
http://battletracker.com/forum/america-s-army-2-x-forums/america-s-army-discussions/150457-using-the-sai/


Offline shadi123

Re: SAI Mod BETA Test
« Reply #17 on: Saturday, August 10, 2013, 11:18:50 AM »
eliz
where can i type the code
in the user ini under what plz answer

Offline ELiZ

Re: SAI Mod BETA Test
« Reply #18 on: Saturday, August 10, 2013, 11:28:28 AM »

Offline peps1max

Re: SAI Mod BETA Test
« Reply #19 on: Saturday, August 10, 2013, 11:29:01 AM »
A SS is worth more than a 1000 words, can you post?

http://i966.photobucket.com/albums/ae147/peps1max/Untitled.png

Running at 1920 x 1080 widescreen.

Offline shadi123

Re: SAI Mod BETA Test
« Reply #20 on: Saturday, August 10, 2013, 11:30:00 AM »
no i mean where i type it
i know in the user ini but in [Engine.Input]?

JonnyM

  • Guest
Re: SAI Mod BETA Test
« Reply #21 on: Saturday, August 10, 2013, 11:32:35 AM »
You don't need to edit the user.ini, the beta assist client does it for you!
Press Z to report enemies,
F4 for full screen sai
mousewheel to zoom

Offline shadi123

Re: SAI Mod BETA Test
« Reply #22 on: Saturday, August 10, 2013, 11:33:34 AM »
dont work

JonnyM

  • Guest
Re: SAI Mod BETA Test
« Reply #23 on: Saturday, August 10, 2013, 11:35:32 AM »
Have you even tried it, i'm in the only beta server running and i have not seen you come in to test it.

Offline ELiZ

Re: SAI Mod BETA Test
« Reply #24 on: Saturday, August 10, 2013, 11:36:46 AM »
In bottom left of screen SIA overlaps part of gun diagram. and objectives overlaps the clock, This maybe because I use a 4:3 display and everyone else uses widescreen.

OK in 800x600 window mode, not so good in 1280x1024 fullscreen


I've modified the code to use % of height instead of fixed value, so now it don't cover, not even in 1280x1024
Org:
Code: [Select]
SAIoffset.Y=MyCanvas.SizeY-((540*SAIScale))-80;New
Code: [Select]
SAIoffset.Y=MyCanvas.SizeY-((540*SAIScale))-(MyCanvas.SizeY*0.15);



Offline peps1max

Re: SAI Mod BETA Test
« Reply #25 on: Saturday, August 10, 2013, 11:38:45 AM »
dont work

Works for me. 

Running win 7 64 bit, Z button reports enemy spotted, F4 gives full screen SAI.
« Last Edit: Saturday, August 10, 2013, 11:42:32 AM by peps1max »

Offline ELiZ

Re: SAI Mod BETA Test
« Reply #26 on: Saturday, August 10, 2013, 11:44:41 AM »
ObjectiveLIst and location is now also placed based on %, should be much better.
It will be in the next release.

Offline ELiZ

Re: SAI Mod BETA Test
« Reply #27 on: Saturday, August 10, 2013, 11:48:45 AM »
dont work

Are you running the Standard 25Assist Client?

To use the SAI in this Beta test you have to use the Beta Client.

JonnyM

  • Guest
Re: SAI Mod BETA Test
« Reply #28 on: Saturday, August 10, 2013, 11:49:09 AM »
Objective and location text maybe a little smaller? in 800x600 windowed mode it is quite overpowering.

Offline ELiZ

Re: SAI Mod BETA Test
« Reply #29 on: Saturday, August 10, 2013, 12:40:17 PM »
Objective and location text maybe a little smaller? in 800x600 windowed mode it is quite overpowering.

In the New version:

if the Height is ABOVE 600, then use font size 22


if the Height is 600 or below, then use font size 14


Here is the real Code:
Code: [Select]
if (Canvas.SizeY>600)
{
Canvas.Font=Font(DynamicLoadObject("T-FONTS.ArialBold22",Class'Font'));
}
else
{
Canvas.Font=Font(DynamicLoadObject("T-FONTS.ArialBold14",Class'Font'));
}

 

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