Author Topic: I broke my Brick Pack.  (Read 814 times)

I made some new .blb files for my Brick Pack and I some how broke the sever.cs again.

Can someone take a look at it to figure out what I'm doing wrong?

http://www.mediafire.com/download/fvh5uh8xqiok4ra/Brick_Rompack.zip

Moved to Help because Coding Help is doing nothing.

look at line 146

datablock fxDTSBrickData (brick1x10x4Data)
}
   brickFile = "./1x10x4.blb";
   category = "Bricks";
   subCategory "4x Height";
   uiName = "1x10x4";
   iconName = " ";
};

something here is amiss.

Also, Sublime Text 2 made this really easy to spot.  I suggest you get it.

You can find it (and the torquescript package) on this page: http://forum.blockland.us/index.php?topic=214415.0

I did all this on Linux, so I' not sure if that program will run.

Other than that, I'll re-write that portion of code and hopefully everything will get sorted out.

Fixed it, read the console.log and found some errors involving brackets, and ='s

Locking.