Has anyone experienced the Witchspace Countdown in 2's, which ends up going into -2..-4..-6 till it aborts.
It happened in the previous version, nut has now just happened in the latest version.
If you reload the game from "Load Commander", it seems to reset back to normal.
Witchspace Countdown in 2's
Moderators: winston, another_commander, Getafix
- Cmd Northgate
- Competent
- Posts: 53
- Joined: Thu Nov 19, 2015 10:51 am
- Location: Galaxy 1
Re: Witchspace Countdown in 2's
Do you have Countdown to Zero OXP installed?
Edit to add:
Yes you do this must be it. It is a bug in Countdown to Zero, or rather: it can be fixed in Countdown to Zero.
So if you start your witch space countdown and then abort it in other ways than playerCancelledJumpCountdown, this.shipWillEnterWitchspace, or this.playerJumpFailed, the timer does not get removed and on the next start, a second timer is created. If you do it again, it counts down in 3's, etc...
One way to do this is to enable docking computer during countdown. One could argue that this should also call playerCancelledJumpCountdown. There may be other ways but I have only found this one. It reproduces the described phenomenon reliably and predictably.
Edit to add:
Yes you do this must be it. It is a bug in Countdown to Zero, or rather: it can be fixed in Countdown to Zero.
Code: Select all
//start countdown
this.playerStartedJumpCountdown = function(type, seconds) {
this.playerCancelledJumpCountdown(); // <-- added this line
if (type === "standard") {
One way to do this is to enable docking computer during countdown. One could argue that this should also call playerCancelledJumpCountdown. There may be other ways but I have only found this one. It reproduces the described phenomenon reliably and predictably.
- Cmd Northgate
- Competent
- Posts: 53
- Joined: Thu Nov 19, 2015 10:51 am
- Location: Galaxy 1
Re: Witchspace Countdown in 2's
Hi,I'll check. I think that sounds like it.
Thanks for the help.
Michael
p.s.
Checked and I did have this installed, so added the fix...seems to be working fine now.
Many Thanks.
Thanks for the help.
Michael
p.s.
Checked and I did have this installed, so added the fix...seems to be working fine now.
Many Thanks.