Big Reactors

Big Reactors

11M Downloads

BR does not recognize changes in the config

chaos234 opened this issue ยท 1 comments

commented

Hi,

there is currently a big Problem if I change the following vars in the config:

I:maxReactorHeight=48
I:maxReactorSize=32
I:maxTurbineHeight=32
I:maxTurbineSize=17

You can see, that I want a bigger size on the turbine then the limit of 16 blocks, but after changeing the value from 16 to a higher one, it won't create the MB because it seems to be set to 16 in the source but I couldn't found the affected file (I'll search torugh it).

Please look also in your project to ask for the variables value.

Server setup: FTB Infinity 1.5.0 at MC 1.7.10 with BR-0.4.3A

commented

Okay,

I've to add that the config load confuesing me.

Here are to different configs, one is from the ftb-client and one from the tfb-server:

client: http://hastebin.com/eyesowexuq.vala
server: http://hastebin.com/ogujafalid.vala

Problem seems to be that the mod reads only the client side cfg insteand of the serverside cfg if the player is connected to any kind of ftb server with BR running on it.

So if the Size of the Reactor/Turbin on the client is smaller than on the server then it wouldn't change to a MB but is the client value bigger then the server side ones it changes into a MB ... very confusing :S ...

But If I change on the server side the FuelConsumption from 8.0 to 1.0 but not in the client side then it chooses to use the config value from the server but not the on from the client, which means to be overwritten from the server and this should be by all setting because actually all players must have same configs like the servers one in the own client - not rly usefull I think.

Can you change this to auto detect if the player plays offline or online and then uses the specified values?