Jump to content

Recommended Posts

Posted

Hey all, Ive been playing around with the Forcefield mod on my private server. My friends and I decided we wanted to make a massive biodome with the forcefeilds covering an island. The island in question is 10 chunks wide on average, making the default radius of a forcefield (32) come up a bit shorter than what we want. My question is: how can I change the maximum radius/range of a forcefield larger than 32 on my server?

Ive taken a look around in the mod's files, but my understanding of code & reading code is limited. Google also hasn't brought up anything, and Ive asked on the Ic2 forcefields section as well, still waiting for a reply.

Would be nice if I could find a way, but If not, have great day and thanks for spending the time to read this!

Posted

It can be set in the config (ModularForceFieldSystem.cfg) I think:

####################

# general

####################

 

general {

  maxDeflectorDistance=10

  maxProjectorSize=32

  maxTubeRadius=5

  refreshSpeed=100

  slowGenerate=true

  # If true, this will use the old names from Thunderdark's version.

  useOldNames=false

}

Change the maxProjectorSize to whatever you want. Huge sizes may cause problems and I'm not sure how the power consumption will be with suh a big field.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...