Need some help with a error


Okay. So we can narrow that down to the following.

Code:
Warning Message: No entry 'bin\config.bin/RscInGameUI/RscHint/Background.type'.
Warning Message: '/' is not a value
Unrecognized CfgVehicles simulation  in bin\config.bin/CfgVehicles/Igla_AA_pod_East/
Unrecognized CfgVehicles simulation  in bin\config.bin/CfgVehicles/M252/
Unrecognized CfgVehicles simulation  in bin\config.bin/CfgVehicles/MK19_TriPod/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseWeakYellow/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseMediumOrange/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseMediumPale/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_BaseStrongPale/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/StreetLamp_EP1/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Cable_EP1/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_decor_EP1/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Small_EP1/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_EP1/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lamp_Street2_EP1/
Unrecognized CfgNonAIVehicles simulation thing in bin\config.bin/CfgNonAIVehicles/Land_Lampa_Ind_EP1/
ErrorMessage: Config : some input after EndOfFile.

Unfortunately, I have very limited knowledge about these things. However, I am assuming these unrecognized files are where your issue lies. Hopefully, we have a least made this easier for someone else to help you out.
 
all above the ErrorMessage: Config : some input after EndOfFile.
the server works when i the new error i stays on wait for host
 
By my quick look, I think you are missing a close bracket, It seems your Class Mission section closes with the close bracket above "Class Markers" text when it should close before the "Class Intro" text, note it is also possible you have an extra close bracket, I did not go through the trouble of checking them all.
 
It seems to be an extra close bracket as the one above "Class intro" has no open partner according to my syntax check.
 
This thread should be marked with a [SOLVED] tag so it can help more people like it did myself. Thanks for posting this.
 
not sure if anyone here uses the solved tags, good idea but about 2 years too late to implement :p
and not really sure if a mistake like "i cant count how many braces i have" deserves a solved tag
 
Back
Top