Results 1 to 5 of 5

Thread: Help Again

  1. #1
    Member Level 3 highflyaviato's Avatar
    Join Date
    Jun 2007
    Location
    Birmingham, Alabama, United States
    Posts
    91
    Rep Points
    0
    Rep Power
    6

    Help Again

    Ok I am editing a mod for my own personal use but everytime I start the editor I get this:http://img254.imageshack.us/my.php?i...3082699ri2.png. What do I do to fix this? Please help, I've been up for hours trying to fix this and so far nothing.

  2. #2
    Member Level 9
    Join Date
    Jun 2007
    Location
    British Isles
    Posts
    486
    Rep Points
    0
    Rep Power
    6

    Re: Help Again

    Can you paste the whole of the contents of the file? seems like your missing a "}" somewhere.

    And lol? making a private mod outta MWF? :lol: what country is scy?
    "After all, why are any of us doing this? For money? It's a free mod. For glory? Who really cares about that. You do it for yourself because it's fun and the minute the project stops being fun, you give up." - DarkUnderlord, FMF

  3. #3
    Member Level 3 highflyaviato's Avatar
    Join Date
    Jun 2007
    Location
    Birmingham, Alabama, United States
    Posts
    91
    Rep Points
    0
    Rep Power
    6

    Re: Help Again

    Code:
    {breed
    	{skin "scy_marine"}
    	{portrait "usa_rifle"}
    	{nationality "american"}
    	{armors
    		{head "scy_helmet2"}
    	}
    	{perks
    		{"health" "100%"
    		}
    		{"power" "150%"
    		}
    		{"vision" "mp_officer"
    		}
    		{"melee" "advanced"
    		}
    		{"avoidance" "expert"
    		}
    		{"field_glass"}
    		}
    		{"pistol" "expert"
    		}
    		{"smg" "basic"
    		}
    		{"mgun" "none"
    		}
    		{"rifle" "expert"
    		}
    	}
    	{inventory
    		{item "M4A1_ACOG" filled}
    		{item "p226" filled}
    		{item "ammo 556nato-mag" 120}
    		{item "ammo 9x19mm-mag" 30}
    		{item "binocular"}
    		{item "grenade mk1" 2}
    		{in_hands 0}
    	}
    }
    Here is the whole thing. SCY is a military corporation in the US that I have made up for my little comic series.

  4. #4
    Member Level 27 Zeke Wolff's Avatar
    Join Date
    Jun 2007
    Location
    Fristad, Sweden
    Posts
    3,873
    Rep Points
    66
    Rep Power
    9

    Re: Help Again

    Quote Originally Posted by highflyaviato
    Code:
    {breed
    	{skin "scy_marine"}
    	{portrait "usa_rifle"}
    	{nationality "american"}
    	{armors
    		{head "scy_helmet2"}
    	}
    	{perks
    		{"health" "100%"
    		}
    		{"power" "150%"
    		}
    		{"vision" "mp_officer"
    		}
    		{"melee" "advanced"
    		}
    		{"avoidance" "expert"
    		}
    		{"field_glass"}
    		}
    		{"pistol" "expert"
    		}
    		{"smg" "basic"
    		}
    		{"mgun" "none"
    		}
    		{"rifle" "expert"
    		}
    	}
    	{inventory
    		{item "M4A1_ACOG" filled}
    		{item "p226" filled}
    		{item "ammo 556nato-mag" 120}
    		{item "ammo 9x19mm-mag" 30}
    		{item "binocular"}
    		{item "grenade mk1" 2}
    		{in_hands 0}
    	}
    }
    Here is the whole thing. SCY is a military corporation in the US that I have made up for my little comic series.
    Check the line {"field_glass"}. Just under this line you have an extra "}" which based on my own experience shouldnt be there. Just remove that one and it should (hopefully ) work.

    ~Zeke.

  5. #5
    Member Level 3 highflyaviato's Avatar
    Join Date
    Jun 2007
    Location
    Birmingham, Alabama, United States
    Posts
    91
    Rep Points
    0
    Rep Power
    6

    Re: Help Again

    Quote Originally Posted by Zeke Wolff
    Quote Originally Posted by highflyaviato
    Code:
    {breed
    	{skin "scy_marine"}
    	{portrait "usa_rifle"}
    	{nationality "american"}
    	{armors
    		{head "scy_helmet2"}
    	}
    	{perks
    		{"health" "100%"
    		}
    		{"power" "150%"
    		}
    		{"vision" "mp_officer"
    		}
    		{"melee" "advanced"
    		}
    		{"avoidance" "expert"
    		}
    		{"field_glass"}
    		}
    		{"pistol" "expert"
    		}
    		{"smg" "basic"
    		}
    		{"mgun" "none"
    		}
    		{"rifle" "expert"
    		}
    	}
    	{inventory
    		{item "M4A1_ACOG" filled}
    		{item "p226" filled}
    		{item "ammo 556nato-mag" 120}
    		{item "ammo 9x19mm-mag" 30}
    		{item "binocular"}
    		{item "grenade mk1" 2}
    		{in_hands 0}
    	}
    }
    Here is the whole thing. SCY is a military corporation in the US that I have made up for my little comic series.
    Check the line {"field_glass"}. Just under this line you have an extra "}" which based on my own experience shouldnt be there. Just remove that one and it should (hopefully ) work.

    ~Zeke.
    Thanks Zeke it worked!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •