Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Daggers vs Submarines

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
3/23/2015 5:16:47 PMEErankAdminAnarchid before revert after revert
3/23/2015 4:45:25 PMEErankAdminAnarchid before revert after revert
Before After
1 [quote] Is the fire penetrates ground problem a particularly involved fix?[/quote] 1 [quote] Is the fire penetrates ground problem a particularly involved fix?[/quote]
2 It should be a pretty easy engine-side fix. 2 It should be a pretty easy engine-side fix.
3 \n 3 \n
4 The reason it necessitates engine fix is as follows: 4 The reason it necessitates engine fix is as follows:
5 \n 5 \n
6 1) Currently, the following things exist: noexplode, bounce. 6 1) Currently, the following things exist: noexplode, bounce.
7 \n 7 \n
8 2) Noexplode treats units and ground the same way. If it pierces units, it pierces ground. 8 2) Noexplode treats units and ground the same way. If it pierces units, it pierces ground.
9 \n 9 \n
10 3) Bounce ignores units and only reacts to ground, but if fire is bouncy (like gauss), then bouncing against ground when being shot from upside down will give it double (or more) damage due to increased travel time through the target colvol. 10 3) Bounce ignores units and only reacts to ground, but if fire is bouncy (like gauss), then bouncing against ground when being shot from upside down will give it double (or more) damage due to increased travel time through the target colvol.
11 \n 11 \n
12 So splitting noexplode into noExplodeUnit and noExplodeGround should fix it.
13 \n