Spring 99 issues

Spring 99 issues

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Locked
User avatar
Jools
XTA Developer
Posts: 2816
Joined: 23 Feb 2009, 16:29

Spring 99 issues

Post by Jools »

I'll start with this question:

Q: Is it possible to remove or configure the fade effect that appears when switching from metal map view to los/radar view (L key)?


Feel free to add more
raaar
Metal Factions Developer
Posts: 1095
Joined: 20 Feb 2010, 12:17

Re: Spring 99 issues

Post by raaar »

on spring 100.0, the attackSafetyDistance has changed from unitDef to a movetypedata parameter.

Code: Select all

Spring.MoveCtrl.SetAirMoveTypeData(unitID,{attackSafetyDistance=350.0})
It works for fighters, but if i use it on a construction aircraft the game crashes!
infolog.txt
crash after "/give aven_adv_construction_aircraft"
(67.4 KiB) Downloaded 7 times
raaar
Metal Factions Developer
Posts: 1095
Joined: 20 Feb 2010, 12:17

Re: Spring 99 issues

Post by raaar »

Another note : there has also been a change to shields that seems to be missing from the changelog.

It seems now the shields are centered on the first vertex of the query piece instead of its origin.

I have some units with small shields around them and some used a large piece with many faces as the emit piece on queryweapon and aimfromweapon, so some were shifted from the correct position.

(i'm fixing this by emitting from a single vertex piece)
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Spring 99 issues

Post by abma »

raaar wrote:on spring 100.0, the attackSafetyDistance has changed from unitDef to a movetypedata parameter.

Code: Select all

Spring.MoveCtrl.SetAirMoveTypeData(unitID,{attackSafetyDistance=350.0})
It works for fighters, but if i use it on a construction aircraft the game crashes!
infolog.txt

please create a bug report at mantis...
hokomoko
Spring Developer
Posts: 593
Joined: 02 Jun 2014, 00:46

Re: Spring 99 issues

Post by hokomoko »

abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: Spring 99 issues

Post by abma »

hokomoko wrote:already fixed by jk https://github.com/spring/spring/commit ... a5aae5cdd5
thats one of the reasons mantis must be used for bug reports. (+thanks for the info)

also closed, 100.0 is current stable release.
Locked

Return to “Help & Bugs”