frame motors and their limitations. . .

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

daraku_dakara

New Member
Jul 29, 2019
31
0
0
Wanted to ask this, to see if others had this problem, and if there is a setting to change it.

I was trying to make a rather complex frame design, and ran into a snag when the frame motors could no longer move it. After doing some experimentation, it looks like the load limit is 1000 blocks, (frames, other engines, anything else attached to the frames, etc)

I also tried linking frame motors all going in the same direction, to no avail. Is this a hard limit, or is there a setting to change it?
 

vScourge

New Member
Jul 29, 2019
71
0
0
In "config\redpower.cfg" on your server, you can increase the link size:



Code:
    machine {
        frame {
            alwayscrate=0
            linksize=1000
        }