1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Buildings in Air

Discussion in 'Modding Help' started by Tsilliev, Aug 30, 2013.

  1. Tsilliev

    Tsilliev Haxor

    Messages:
    414
    Hi, do you know how to fix the bug where packed buildings like tunnel or kitchen which are in a box that are bought from the workshop of the war base are actually build 3-4 meters in the air after the box is unpacked. I tried using the
    b.buildOnGround = true;
    blocks.push_back( b );
    b.size.Set( 32,16 );
    But the workshop doesn't use b it uses s tried to replace it but there is an array BuildBlocks[] that use b, so this doesn't work as well.
    --- Double Post Merged, Aug 30, 2013, Original Post Date: Aug 23, 2013 ---
    I fixed it, there was a commented text in the crate.as. lol