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

Pages: 1 ... 8 9 [10] 11 12 ... 19
136
General Chat / Re: PC problems
« on: Sunday, December 07, 2014, 04:16:39 AM »
@BraVe: Post your dxdiag.log

BTW: Cleaning hardware is a good idea when you haven't done it in a couple of years, but dust has nothing to do with the significant drop in performance.
Monthly: is a good practice to do stuff like removing unnecessary programs, disk clean-up and defrag (in exactly this order).

137
Games & Programming / Re: UltimateMod v1.0
« on: Friday, December 05, 2014, 21:01:33 PM »
... but harder to find missing bracket.
Try to keep your code modular as possible - it helps to understand and above all you can't get lost ...

138
Games & Programming / Re: UltimateMod v1.0
« on: Friday, December 05, 2014, 05:12:38 AM »
Don't know how much you know about code optimisation, but this one is the mess ...
1. use 'switch' or 'else if' statement - if not, engine will check every single 'if' even if already found one.
2. no need to compare a bool variable ('if (bAllow203 == true)') - bool variable it self is enough ('if (bAllow203)')
3. use '&&' statement instead of writing the pyramid of 'if' statements.
e.g. Bad:
Quote
function checkdefaultsettings () {
    if (bAllowRifles == true) {
        if (bAllow203 == true) {
            if (bAllowMgs == true) {
                if (bAllowSnipers) {
                    if (bAllowRockets == true) {
                        if (bNVG == true) {
                            bDefaultSettings = true ;
                        }
                     }
                }
            }
         }
    }
}

Good:
Quote
function checkdefaultsettings ()
{
    if (bAllowRifles && bAllow203 && bAllowMgs && bAllowSnipers && bAllowRockets && bNVG)
        bDefaultSettings = true;
}

Last thing: Keep all brackets visible as in example above to keep code clean and transparent.

139
Feedback & Suggestions / Re: The 203 disabled on hospital.
« on: Thursday, December 04, 2014, 17:45:29 PM »
Check the gaps in the brushes around the suspected area - especially custom made ones.
Also, anti portals can not extend beyond the brush. You can check this by zooming out (to max) top-down window and moving the map around - some parts will disappear when antiportal is visible.

140
Feedback & Suggestions / Re: The 203 disabled on hospital.
« on: Thursday, December 04, 2014, 15:23:17 PM »
Definitely it's a BSP error - snapping vertices should fix the problem.

141
Feedback & Suggestions / Re: The 203 disabled on hospital.
« on: Thursday, December 04, 2014, 15:15:38 PM »
...
It's been discussed before. There's been attempts and "fixing" the roofbug in the past. The players didn't like it.
The problem with it is, that it's not really a map specific bug. It's an engine specific bug. And there's nothign we can do to change the engine.
...
Q: What kind of problem?

142
Media & Art / Re: One Music A Day!
« on: Tuesday, December 02, 2014, 14:07:25 PM »

143
AA Support / Re: Armyops disc read
« on: Saturday, November 29, 2014, 04:20:22 AM »
Suppressing message will not remove it completely, it just respond automatically with OK wen the message pops up.

UE by default should keep CD path info in the game .ini - something like 'CdPath' and/or 'ContentOnCD'. Try to leave CdPath empty or point to the game instalation directory and/or set ContentOnCD to false.

Second: In later versions of Windows (7 and above), UAC can deny access to the files/directories - so, run app with administrator rights or disable UAC (not recommended).

144
Media & Art / Re: One Video Stream A ...
« on: Thursday, November 27, 2014, 16:20:37 PM »



145
News / Re: This is someone we play with!Needs our help!
« on: Wednesday, November 26, 2014, 09:32:01 AM »
It's not about 'who is better or not', but about taking a full responsibility for your decisions ... and most of all: 'are you deserve ...'

... never mind ...

@Spanky: He doesn't need a nanny, he's big enough to defend himself.

146
News / Re: This is someone we play with!Needs our help!
« on: Tuesday, November 25, 2014, 05:37:10 AM »
On purpose I overtook some facts ... but this change nothing - even worse. Currently you don't have the livelihood and you want to buy a second car. For what ..? You don't even have a job ... nor possibility of maintaining it - not to mention its repayment.
Oh I see, it's hard to buy a bus ticket when you had your own car.

So, there IS a catch, or you have a serious problem with the priorities.

147
News / Re: This is someone we play with!Needs our help!
« on: Sunday, November 23, 2014, 21:03:03 PM »
We all have our own problems and most of us - in silence - are dealing with them alone because we are too proud to ask for something that does not belong to us - but for this you need to have that pride.

When I see a twenty years old guy (not homeless) begging for money, I'm angry ... there is no problems - only solutions.
... and believe me, I know how hard life could be.

Q: Why you bought a second car, if you couldn't afford it?

148
Media & Art / One Video Stream A ...
« on: Sunday, November 23, 2014, 17:41:25 PM »

149
Media & Art / One Radio Stream A ...
« on: Sunday, November 23, 2014, 17:37:50 PM »
NERadio House & Trance - INT (192k)
http://fire1.neradio.com/


(Copy the link to your player URL)

150
Media & Art / Re: One Music A Day!
« on: Sunday, November 23, 2014, 13:20:59 PM »
Guys, can I also have some of what you smoke?

Pages: 1 ... 8 9 [10] 11 12 ... 19

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