Batch Compiling Error

jizzlesjizzles Join Date: 2003-04-16 Member: 15561Members
im gettign this error in compiling any map using batch compiler. when its compiling in csg an error comes up saying that line 2 is too long. i tried this on other maps and it still says that. any help? <!--emo&::fade::--><img src='http://www.unknownworlds.com/forums/html/emoticons/fade.gif' border='0' style='vertical-align:middle' alt='fade.gif'><!--endemo-->

Comments

  • jizzlesjizzles Join Date: 2003-04-16 Member: 15561Members
    sry it says : token on line 2 too long.
  • CageyCagey Ex-Unknown Worlds Programmer Join Date: 2002-11-15 Member: 8829Members, Retired Developer, NS1 Playtester, Constellation
    The error means that there's a single chunk of text in the map file it's trying to read that is over 4096 characters long.

    Are you trying to use batch compiler with an .rmf file? If you are, you need to convert the .rmf to a .map file before batch compiler can use it. Select "Export to .MAP" from Hammer's File menu to create the map file, and use it as the input to batch compiler.

    If you are using a map file, try opening it up in a text editor. Copy and paste the second line of the map file here so that I can see it.
  • jizzlesjizzles Join Date: 2003-04-16 Member: 15561Members
    ah lol i always tried to compile the rmf file lol not the map file. ty for helping
Sign In or Register to comment.