GoldenEye: Source Forums

Editing and Customization => Modding Help => Topic started by: namajnaG on January 12, 2013, 10:40:16 pm

Title: Errors when loading a map file in Hammer
Post by: namajnaG on January 12, 2013, 10:40:16 pm
When I try to load up one of my maps, This comes up. It was working just fine a few days ago.

http://img341.imageshack.us/img341/53/hammererror.png
Title: Re: Errors when loading a map file in Hammer
Post by: major on January 13, 2013, 01:04:13 am
Your going to have to open your .vmf (with notepad++ or other coding applications) and look for corrupt lines of code. Check line 21037, also check the last lines of code.

If you want can post your .vmf and can take a look at it and try and fix the code.

Guessing did some vertex work or something that corrupted something. I'd suggest from now on saving backup of map every day or so with a new file name in case something bad happens again.
Title: Re: Errors when loading a map file in Hammer
Post by: kraid on January 13, 2013, 03:26:21 am
You could also try to open the map with the .vmx file, which is actually some kind of backup.
Title: Re: Errors when loading a map file in Hammer
Post by: namajnaG on January 13, 2013, 04:56:41 am
The line 210137 is the last one, It is this, Along with what it goes with.

Line 210127 through 210137
Code: [Select]
entity
{
"id" "2705"
"classname" "func_detail"
solid
{
"id" "2698"
side
{
"id" "37374"
"plane" "(

However, Opening the .vmx file worked, I saved back another copy. Thanks for the heads up guys!