Search the Community
Showing results for tags 'verfix: 2025.017'.
-
install 2025.016 database hcdb2-170909 battleset westpac in the zip pack the parent scenario and xml, GE.log, and two saves a second apart, either save should get you to the crash. Interceptor F106A has fired jenie nuke aams at a fllight of bombers, there is impact and the bombers are wiped out, there is an error message and any response to the error message (retry, ignore) results in game crash. I personally think this is a moral indicator that nukes shouldn't be used in any situation westpac-jenie.0002.0004.zip
- 7 replies
-
- 1
-
-
- verrep: 2025.016
- op: donaldseadog
- (and 2 more)
-
StoreConsumed in Effects.c about line 727 is only being called if FireGuns returns true which is incorrect, StoreConsumed should be called no matter the return value of FireGuns. Also around Effects.c line 1055 Also around Effects.c line 1189
- 2 replies
-
- verrep: 2025.016
- op: donaldseadog
-
(and 3 more)
Tagged with:
-
The FireGuns function can result in units being freed from memory. In 2025.016, StoreConsumed is called after FireGuns so in situations where FireGuns shoots down all planes in a unit, StoreConsumed cannot report what unit the guns were being fired at. A fix would be to move the StoreConsumed calls into FireGuns instead of right after FireGuns. This is a different pattern than for other weapon types but would give a more useful result.
- 1 reply
-
- verrep: 2025.016
- ge
- (and 7 more)