There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.
If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.
Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.
The Staff of SOH
(...) -Question: What is a LED (2) lights a few seconds after take off and retact the landing gear! (...)
Both F16 and ARS4 radars can be switched on/off with the VC mode knob and the range can be adjusted with the VC range knob
What are your panel settings please to do this with the ARS4?
Thanks!
The Cloud9 F-4 Phantom Portover kit v1.00.Ip package, the TuFun new AB effect work?I tested, but the AB radiation angle is not good. Any idea?View attachment 8347
Looks inverted... instead of going down it's going up. I'll grab the v.1 and do a test to see if that happens also.
I went ahead and resurrected FSX for testing purposes and found no issues with the v.100.You may want to check to see if the these lines in the [lights] section of the aircraft.cfg file are the correct numbers. [lights]light.9 = 9, -16.4, -2.25, -3.40, fx_F4E_C9AB ;MOD, classic engine burner 1light.10 = 9, -16.4, 2.25, -3.40, fx_F4E_C9AB ;MOD, classic engine burner 2
I checked the beta 1 and beta 5 and they have the same comma placement. The fx_F4E_C9AB_N.fx is the night AB which is bright white flame. The fx_F4E_C9AB.fx has the correct comma placement. I surprised no one mentioned this as these betas have been out for weeks. Test fine in FSX."The comma crowding the -20 on some systems sees it as a positive number. Basically the - is ignored." Thanks for this info. So that's what may have happened to others.I'm uploading a Phantom X airshow and the AB effects is normal even with the comma spaced. Kinda interesting... the video is using the C9AB effects.![]()
Oh dear, sorry, I copied and pasted from the file as so I wouldn't make any mistakes, and did anyways.
Yes the same problem in the fx_F4E_C9AB.fx, but just in the Diamond section of the fx file.
Just correct the comma placement and all is good.
Sorry for the mistake, we are just humans.
Good day again to all
BB,
Yep, you are right... space comma... and still normal AB in my case. Wish someone would have caught this in beta1!
Thanks again for the info... much appreciated. TF
Not sure, I have FSX Gold with acc installed, I think it is something to do with the OS / system.
May have to do with the version of MSXML & MSV C++ running.
I'm not a computer expert, but I do know the text format is key in a lot of coding.
In order for the FX engine to read the data it must be formatted so there is a space after the comma to separate the parameters. When crowed like this '-
The - is not seen properly.
Wrong Y Offset=-0.20 ,-0.20 Correct Y Offset=-0.20, -0.20
I always just separate each element like this Y Offset = -0.20 , -0.20 so its clear to be read.
Note the - must be close to the numbers with no space. If you put a space there, it becomes a positive value.
Also wrong Y Offset = - 0.20 , - 0.20 Correct Y Offset = -0.20 , -0.20
Good day
BB
I did a text search and replace on all 3 fx AB effect files (not using smokeless) and found a number of instances with a space before the comma. All were the same parameter of Y offset, but with different components.