Jump to content
Sign in to follow this  
miguel93041

[SOLVED] No entry 'bin\config.bin/CfgSurfaceCharacters.'.

Recommended Posts

I´ve been into this error for a while but i can´t get it to work. Can you guys help me?

config.cpp (MAP)

Spoiler

https://pastebin.com/3xW3kJ4D

 

Line 2603:


class CfgSurfaceCharacters
{
	class Spain_UnderwaterClutter
	{
		probability[]={0.4,0.2,0.1,0.005,0.1,0.0595,0.1355};
		names[]=
		{
			"SpainSeaWeed1",
			"SpainSeaWeed2",
			"SpainCoral4",
			"SpainCoral1",
			"SpainCoral5",
			"SpainCoral3",
			"SpainCoral2"
		};
	};
	class Spain_GrassClutter
	{
		probability[]={0.9,0.1};
		names[]=
		{
			"SpainHierba",
			"Spain_GrassTall"
		};
	};
};

 

 

 

RPT

Spoiler

https://pastebin.com/H7me820n

 

Lines 678 & 679

11:42:46 Warning Message: No entry 'bin\config.bin/CfgSurfaceCharacters.'.
11:43:11 Warning Message: No entry '.probability'.

 

Screenshot

5a82c49ca840347f375f7ddc9d7b8e0b.png

Share this post


Link to post
Share on other sites

Never mind i fixed it. In line 2516

 

character="";

instead of

character="Empty";

 

If you have this error just test the cfgSurfaces replacing characters to Empty and see where it fails

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  

×