Jump to content
Sign in to follow this  
SGT Fuller

AC-130 Warning Message: No entry 'config.bin/RscInGameUI.'.

Recommended Posts

I am getting this error Warning Message: No entry 'config.bin/RscInGameUI.'. I know its from the main5turret i have in the config for the TV operator as i switch to the other guns and do not get the issue but as soon as i switch to the TV operator position and switch to another gun the error pops up. Also if you get into it Empty you will get the error right away. Any help would be appreciative because it is alluding me. Here is a copy of that section of the config

class Main5Turret : MainTurret {
			isCopilot = 0;
			minElev = -85;
			maxElev = 10;
			initElev = 0;
			minTurn = -360;
			maxTurn = 360;
			initTurn = 0;
			outGunnerMayFire = true;
			inGunnerMayFire = true;
			gunnerName = "TV Operator";
			commanding = -1;
			body = "observation_Turret";
			gun = "observation_Gun";
			animationSourceBody = "observation_Turret";
			animationSourceGun = "observation_Gun";
			memoryPointGun = "obs";
			memoryPointGunnerOptics = "observation_gun";
			gunBeg = "obs";	// endpoint of the gun
			gunEnd = "observation_Gun";	// chamber of the gun
			gunnerOpticsModel = "A3\drones_f\Weapons_F_Gamma\Reticle\UGV_01_Optics_Gunner_F.p3d";
			gunnerForceOptics = true;
			turretInfoType = "RscOptics_UAV_gunner";
			stabilizedInAxes = 3;
			enableManualFire = 0;
			weapons[] = {"Laserdesignator_mounted"};
			magazines[] = {"Laserbatteries"};
			GunnerCompartments = "Compartment1";
			gunnerInAction = "Disabled";
			gunnerAction = "Disabled";
			};
			};

Share this post


Link to post
Share on other sites

i have never came across that error, are you inheriting from any base A3 classes? I had a quick search throught the six config browser with no entry that i could see going by that name. even searching through turret classes i could not find it. Maybe change up your inheritances and see if you can pin point the error? Have you check your log file when you pack to see if it gives more detailed information?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×