.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   SEIV (http://forum.shrapnelgames.com/forumdisplay.php?f=149)
-   -   SE5, Tell Aaron what's on your Wish List (http://forum.shrapnelgames.com/showthread.php?t=8397)

Rigelian March 8th, 2003 12:21 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
Quote:

Your system makes all bonuses/penalties have less effect at long range than they do at short range though. A 20% penalty to hit from the enemy having ECM I currently gives you a to hit chance of 80%, modified by range. In your system, you get to hit chances like this with a range 10 weapon:

range 1: 1.0 * .80 = .80
range 2: 0.9 * .80 = .72
range 3: 0.8 * .80 = .64
range 4: 0.7 * .80 = .56
range 5: 0.6 * .80 = .48
range 6: 0.5 * .80 = .40
range 7: 0.4 * .80 = .32

So, at range 1, the ECM provides a 20% to hit penalty (from 100% to 80%). At range 5, it provides only 12% to hit penalty (from 60% to 48%). Your system makes the ECM less effective at longer ranges, which does not make any sense (being counter-intuitive and all). The same thing applies to all other modifers too. They are not supposed to provide variable bonuses, but constant bonuses.
<font size="2" face="Verdana, Helvetica, sans-serif">This is the absolute heart of the disagreement here. Because I regard that effectiveness as being exactly the same _relative_ chances to hit with or without ECM.
So at range 1, if I fit ECM to my ship the enemies chance of hitting me is 0.8 times what it was...(80% / 100% )
At range 5 the enemies chance of hitting me is 0.8 times what it was... (48% / 60% )
At range X ... and so on.

You see the result as different because you are subtracting the percentages, and I think that is incorrect.

Quote:

This requires that the to hit modifiers be very strictly limited to only a few input values, instead of all possible modifiers just being added to the to hit chance. It also unnecessarily complicates the calculations, while granting counter-intuitive effects.
<font size="2" face="Verdana, Helvetica, sans-serif">But what do you think of the idea of a 'to hit' chart then? Base chance to hit depends on range _and_ weapon, all modifiers to that based on multiplicative maths.

Quote:

I know how algebra works...

Converting a percentage to a decimal probability value is completely irrelevant to this argument. That one operation of division in no way makes the se4 system have mixed operations. All chances to hit are added, there is no multiplication in them.
<font size="2" face="Verdana, Helvetica, sans-serif">No offence intended, and I had assumed you did. I only decided to define my terms when we moved this back to the public forum. I disagree on the relevance because a percentage and a decimal probability are synonymous in my view, and this implies that percentages should never be added, only multiplied.

Quote:

Also, how would you propose to implement both ECM and Combat Sensors? Which gets priority? Say both have a 20% modifier. Base chance to hit is, say, 80%.

Do CS first, then ECM (the other way gets the saem answer):
.80 * 1.2 = .96
.96 * .80 = .768

With either method, the 20% bonus and 20% penalty do not cancel each other, and you are left with an overall penalty to hit, even though you have the same power of ECM and CS. You would have to very carefully calculate the values of ECM and CS to make sure that they actually cancel each other, and not end up with stupid results like getting an overall to hit penalty. Or, you have to add the .2 and -.2 to the base 1.0 modifier, which results in using additive properties again. The current SE4 system does not have any of these problems. They become more severe when you start adding even more factors to the calculation (various armors, training, racial bonuses, facility bonuses, etc.)

The additive system allows for more bonuses and penalties to be applied at the same time without making the mathematics unnecessarily complex.

The percentage to hit is indeed a probability, but the method of acheiving the final probability currently used in SE4 allows for more flexibility and more options.
<font size="2" face="Verdana, Helvetica, sans-serif">I would implement them exactly as you have calculated, because I don't regard that as a stupid result, but a correct one. But I completely agree that the vast majority of people would not find that intuitive, and would expect a 20% bonus to cancel a 20% penalty. But ask the majority of people what 80% of 120% is and I suggest that they would get it wrong. That is, I guess, sufficient argument when we are talking about a game, not putting people on Mars here..

Agreeing to disagree on the additive modifiers then, what about 'to hit' charts? Base chance to hit depends on range _and_ weapon, all modifiers to that based on (multiplicative/additive) maths. I'd be interested in your views on that, because whether you add or multiply there is a huge 'edge effect' at maximum range with standard 10% penalty per square.

Rigelian

steveo March 8th, 2003 08:06 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
An API for reading game files and producing .plr files.

There are times when I'm travelling that I wish I could create a turn from a web browser on a public machine. The interface could be fairly simple, just showing the incoming Messages, what my previous orders were and options to edit the orders. It would be a bit clumsy, especially for dealing with a battle situation, but better than not playing at all.

Also, I saw a request 5 pages back for lists that remember their position. This would be nice and, I imagine, fairly simple to implement.

Ruatha March 8th, 2003 08:17 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
A list of spotted enemy ships, a way to remember their positions.
i e a foreign ship log, so that you can quickly see incursions and the way they are going.

Ack March 8th, 2003 08:35 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
I'm not terribly fond on how planets are arranged on the system maps.

It would be nice if the planets were in a more natural arrangement with each planet having its own elliptical orbit around the star(s) which would be updated each turn. The equations for an elliptical orbit with gravitational effects are not complex if done on a 2d plane.

Fyron March 8th, 2003 09:02 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
Quote:

This is the absolute heart of the disagreement here. Because I regard that effectiveness as being exactly the same _relative_ chances to hit with or without ECM.
So at range 1, if I fit ECM to my ship the enemies chance of hitting me is 0.8 times what it was...(80% / 100% )
At range 5 the enemies chance of hitting me is 0.8 times what it was... (48% / 60% )
At range X ... and so on.

You see the result as different because you are subtracting the percentages, and I think that is incorrect.
<font size="2" face="Verdana, Helvetica, sans-serif">Yes, and your view is counter to how it should work. http://forum.shrapnelgames.com/images/icons/icon7.gif

Quote:

But what do you think of the idea of a 'to hit' chart then? Base chance to hit depends on range _and_ weapon, all modifiers to that based on multiplicative maths.
<font size="2" face="Verdana, Helvetica, sans-serif">I think that is a very, very bad idea. It makes things unnecessarily complicated, for no real gain.

Quote:

I disagree on the relevance because a percentage and a decimal probability are synonymous in my view, and this implies that percentages should never be added, only multiplied.
<font size="2" face="Verdana, Helvetica, sans-serif">Of course they are synonymous. But, there is no reason why probabilities can not be added. There are many benefits to doing so, which I have already enumerated.

Quote:

I would implement them exactly as you have calculated, because I don't regard that as a stupid result, but a correct one. But I completely agree that the vast majority of people would not find that intuitive, and would expect a 20% bonus to cancel a 20% penalty. But ask the majority of people what 80% of 120% is and I suggest that they would get it wrong. That is, I guess, sufficient argument when we are talking about a game, not putting people on Mars here..
<font size="2" face="Verdana, Helvetica, sans-serif">The point is that (in this example) the level 1 ECM is supposed to cancel out the level 1 CS, and vice versa. There is not supposed to be a net ECM bonus. To get this set up with multiplicative values is next to impossible when you take other modifiers into effect.

Quote:

Agreeing to disagree on the additive modifiers then, what about 'to hit' charts? Base chance to hit depends on range _and_ weapon, all modifiers to that based on (multiplicative/additive) maths. I'd be interested in your views on that, because whether you add or multiply there is a huge 'edge effect' at maximum range with standard 10% penalty per square.
<font size="2" face="Verdana, Helvetica, sans-serif">It is highly possible that those edge effects were intended, and not they are not necessarily a bad thing. At extremely long range, you should not have a very good chance to hit.

Overall, the additive system allows for much more flexibility and customization, with much less work involved in getting things balanced properly.

Quote:

Originally posted by Ack:
I'm not terribly fond on how planets are arranged on the system maps.

It would be nice if the planets were in a more natural arrangement with each planet having its own elliptical orbit around the star(s) which would be updated each turn. The equations for an elliptical orbit with gravitational effects are not complex if done on a 2d plane.

<font size="2" face="Verdana, Helvetica, sans-serif">No, the equation is not complex. But, the coding gets more complex and requires a lot of CPU clock cycles when you have several thousand (or more) planets on the map to move around each turn.

Stone Mill March 8th, 2003 09:14 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
Quote:

Originally posted by Ruatha:
A list of spotted enemy ships, a way to remember their positions.
<font size="2" face="Verdana, Helvetica, sans-serif">Ohhhh, very good! Very good suggestion indeed!
http://forum.shrapnelgames.com/images/icons/icon6.gif http://forum.shrapnelgames.com/images/icons/icon7.gif

Baron Munchausen March 8th, 2003 09:28 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
You know, I find all these abstruse arguments about the proper way to factor ECM and sensors to be much less interesting than the idea of having several different types or categories of sensors and ECM just like cloaking. So you can be really good at one or a few but not necessarily good at ALL of them. Look at what we have today -- Radar (radio wavelengths), microwave (near visible light but not quite), visible light (laser/lidar)... they all behave differently and have their advantages/disadvantages. Maybe there's an advantage to x-ray sensors? Countermeasures for each would be very different, of course. I'm sure that nebulae would have different effects on these various types of sensors, too. That would be a good way to make the game more interesting.

Decoys and chaff would be nice, too. I hope we can get MM to include those in SE V combat.

[ March 08, 2003, 19:29: Message edited by: Baron Munchausen ]

Fyron March 8th, 2003 09:36 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
P&N PBW has different types of CS and ECM that add together. http://forum.shrapnelgames.com/images/icons/icon7.gif

Baron Munchausen March 8th, 2003 09:44 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
P&N has differently named components in different tech fields that use the same ECM and sensor values. If they were different they wouldn't stack.

MM has to change the hard code to allow different types of combat sensors and ECM.

Fyron March 8th, 2003 09:48 PM

Re: SE5, Tell Aaron what\'s on your Wish List
 
Actually, they are in the same tech field, just different families. http://forum.shrapnelgames.com/images/icons/icon7.gif

Your proposed system just gets unnecassarily complicated, with little (if any) real benefit. http://forum.shrapnelgames.com/images/icons/icon7.gif

[ March 08, 2003, 19:49: Message edited by: Imperator Fyron ]


All times are GMT -4. The time now is 08:20 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.