Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: No interdiction pulse.  (Read 2495 times)

Wapno

  • Commander
  • ***
  • Posts: 219
    • View Profile
No interdiction pulse.
« on: June 10, 2017, 01:45:00 PM »

Hi there.

The latest update added a new ability - the Interdiction Pulse. You're supposed to acquire it for free at the start of the campaign. Trouble is, I'm playing on a save from before the update, and I really would prefer to stay on it, rather than to start a new game from a scratch.

Is there any way to add this skill in? For example, by save editing, or something like that?
« Last Edit: June 10, 2017, 04:54:19 PM by Wapno »
Logged

Dri

  • Admiral
  • *****
  • Posts: 1403
    • View Profile
Re: No interdiction pulse.
« Reply #1 on: June 10, 2017, 02:15:14 PM »

Ooo, I don't have it on my original 0.8 save either. So yeah, my question is your question.
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24114
    • View Profile
Re: No interdiction pulse.
« Reply #2 on: June 10, 2017, 02:40:43 PM »

Yeah, that's an oversight on my part, apologies. I *think* you can add it using the Console Commands mod? Not 100% sure.
Logged

LazyWizard

  • Global Moderator
  • Admiral
  • *****
  • Posts: 1365
    • View Profile
    • GitHub Profile
Re: No interdiction pulse.
« Reply #3 on: June 10, 2017, 03:17:05 PM »

There's no explicit "add ability" console command yet, but if you copy+paste this command it should work:
Code
runcode Global.getSector().getCharacterData().addAbility("interdiction_pulse")

It won't appear in your hotbar immediately - you'll have to click an empty space and assign it manually.
Logged

Wapno

  • Commander
  • ***
  • Posts: 219
    • View Profile
Re: No interdiction pulse.
« Reply #4 on: June 10, 2017, 05:03:01 PM »

There's no explicit "add ability" console command yet, but if you copy+paste this command it should work:
Code
runcode Global.getSector().getCharacterData().addAbility("interdiction_pulse")

It won't appear in your hotbar immediately - you'll have to click an empty space and assign it manually.
This solved the issue. Works like a charm. Thank you!
Logged