Discovery Gaming Community
Help - questions about balancemagic plugin configurations - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7)
+--- Forum: Discovery Mod General Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=37)
+--- Thread: Help - questions about balancemagic plugin configurations (/showthread.php?tid=169296)



Help - questions about balancemagic plugin configurations - bearben - 04-01-2019

I have compiled the balancemagic plugins and successfully loaded on my test server. However, there is no config file about this on the github. Following is my current config setting.

Code:
[General]
debug = 1

[DamageAdjust]
dsy_snova_civ = 1.0, 7.33, 7.33, 7.33, 7.33, 7.33

I active the debuging mode and I can see that the FLHook load this adjustment with the following debuging msg:

Code:
DamageAdjust dsy_snova_civ (2375582343) = 1.000000, 7.330000, 7.330000, 7.330000, 7.330000, 7.330000
BALANCEMAGIC: Loaded 1 damage adjusts.
BALANCEMAGIC: Loaded 0 armor scales.

Is my config setting correct?

I test on an SHF with a civ snac and shot npcs. Nothing changed, no debuging msg popped in terminal or in game. Does this balance magic work on snacing npcs?


RE: Help - questions about balancemagic plugin configurations - The Sovereign - 04-01-2019

balance magic doesn't affect npc's.

Basically each array of numbers is representative of the amount of damage the weapon does to each class of ship. Further, balance magic does not work in reducing damage. The way it works is that it can increase damage, but not reduce it.

I would tell you which number corresponds to what, but it's been quite a while since I looked at it, and I can't remember.


RE: Help - questions about balancemagic plugin configurations - bearben - 04-01-2019

(04-01-2019, 03:54 PM)The Flame Touched Wrote: balance magic doesn't affect npc's.

Basically each array of numbers is representative of the amount of damage the weapon does to each class of ship. Further, balance magic does not work in reducing damage. The way it works is that it can increase damage, but not reduce it.

I would tell you which number corresponds to what, but it's been quite a while since I looked at it, and I can't remember.

Hi. Do you mean that values are not multipliers but the absolute values (increment) ?


RE: Help - questions about balancemagic plugin configurations - bearben - 04-01-2019

I find the reason. The first value of the row should be the name of ammo istead of gun Angel