Page 1 of 1

what exactly are the difficulty setting stats?

Posted: Wed Sep 14, 2016 9:37 pm
by adecoy95
i know what it affects but i wanted numbers and percentages, is this known?

RE: what exactly are the difficulty setting stats?

Posted: Sat Sep 17, 2016 2:22 am
by tortugapower
"It is known." (But not by me at this moment...)

Have you checked the game manual? I doubt that's the answer you want, but it's where I would go to check for you [;)]

RE: what exactly are the difficulty setting stats?

Posted: Sat Sep 17, 2016 5:18 am
by adecoy95
ORIGINAL: tortugapower

"It is known." (But not by me at this moment...)

Have you checked the game manual? I doubt that's the answer you want, but it's where I would go to check for you [;)]

i have, its indeed not specific as you already suspected

im unsure its known to anyone but the developers atm, would love to know the actual hard numbers on difficulty settings if anyone does know

RE: what exactly are the difficulty setting stats?

Posted: Sat Sep 17, 2016 6:17 am
by Bingeling
I do not think it has been published.

One thing that you could possibly be estimated by experiments is the effect on mining. It would be somewhat annoying to keep track of mining outputs of the same percentages at different difficulties, though. And if you are really unlucky the output is obscured by rounding and fractions that are not carried forward.

RE: what exactly are the difficulty setting stats?

Posted: Sat Sep 17, 2016 8:34 am
by tortugapower
ORIGINAL: adecoy95
i have, its indeed not specific as you already suspected

im unsure its known to anyone but the developers atm, would love to know the actual hard numbers on difficulty settings if anyone does know

Well, I'm really curious now myself.

RE: what exactly are the difficulty setting stats?

Posted: Tue Oct 04, 2016 5:58 pm
by RogerBacon
The factors for difficulty levels are ( 0.7, 1.0, 1.25, 1.6, 2.0) from easiest to hardest.

The player's war weariness, and corruption are multiplied by the difficulty factor.

The player's research rate, mining rate, population growth rate, targeting factor, countermeasure factor, colonyship build speed, and colony income factor are divided by the factor.

RE: what exactly are the difficulty setting stats?

Posted: Tue Oct 04, 2016 8:31 pm
by Retreat1970
ORIGINAL: RogerBacon

The factors for difficulty levels are ( 0.7, 1.0, 1.25, 1.6, 2.0) from easiest to hardest.

The player's war weariness, and corruption are multiplied by the difficulty factor.

The player's research rate, mining rate, population growth rate, targeting factor, countermeasure factor, colonyship build speed, and colony income factor are divided by the factor.

Is there a source for your data? I browsed around and couldn't find anything.

RE: what exactly are the difficulty setting stats?

Posted: Wed Oct 05, 2016 6:55 am
by tortugapower
Seems believable, except I'm confused how it works with the targeting and countermeasures, as halving the targeting factor seems ridiculous.

RE: what exactly are the difficulty setting stats?

Posted: Wed Oct 05, 2016 1:13 pm
by RogerBacon
ORIGINAL: Retreat1970

Is there a source for your data? I browsed around and couldn't find anything.

Source Code.

ORIGINAL: tortugapower

Seems believable, except I'm confused how it works with the targeting and countermeasures, as halving the targeting factor seems ridiculous.

I haven't looked at detailed combat formulas so I'm not sure what the effects are exactly. It's probably divding the bonus the ship component gives to targeting or countermeasures. For example the raptor targeting system gives +45 (IIRC) so on the hardest level it would only give +22.5. That's my guess.

RE: what exactly are the difficulty setting stats?

Posted: Thu Oct 06, 2016 9:15 am
by adecoy95
ORIGINAL: RogerBacon

The factors for difficulty levels are ( 0.7, 1.0, 1.25, 1.6, 2.0) from easiest to hardest.

The player's war weariness, and corruption are multiplied by the difficulty factor.

The player's research rate, mining rate, population growth rate, targeting factor, countermeasure factor, colonyship build speed, and colony income factor are divided by the factor.


interesting, thanks!! does the difficulty setting not affect the ai then?

RE: what exactly are the difficulty setting stats?

Posted: Thu Oct 06, 2016 2:03 pm
by RogerBacon
ORIGINAL: adecoy95
interesting, thanks!! does the difficulty setting not affect the ai then?

Correct. Only the player is affected.

RE: what exactly are the difficulty setting stats?

Posted: Wed Oct 12, 2016 8:00 am
by Cepheiden
ORIGINAL: RogerBacon
Source Code.

How do you look at the source code?
More importantly, have you found out how to change things and recompile everything back to a working state?
Would be extremely useful to be able to add new component types, modify ship types, AI etc.

RE: what exactly are the difficulty setting stats?

Posted: Wed Oct 12, 2016 12:55 pm
by RogerBacon
ORIGINAL: Cepheiden


More importantly, have you found out how to change things and recompile everything back to a working state?
Would be extremely useful to be able to add new component types, modify ship types, AI etc.

Edit

RE: what exactly are the difficulty setting stats?

Posted: Thu Oct 13, 2016 10:38 am
by Cepheiden
I see. Never thought about legality, but when you put it that way it makes sense.

I am just a hobby modder for my private enjoyment so I never really bothered to learn the whole picture about coding and simply figure out the tools needed to modify one specific product. So I guess waiting for DW2 would be my best bet for more modding.

Thank you for explaining.