HDD crashed and burned, lost all unlocked commanders, console command to unlock them again?

Discussion in 'Planetary Annihilation General Discussion' started by TopAce6, September 28, 2014.

  1. TopAce6

    TopAce6 New Member

    Messages:
    10
    Likes Received:
    0
    Title says it all. i was hoping the game servers kept track of what i unlocked but apparently its all local.
    anyways do any of you know the console commands to unlock commanders?
  2. tatsujb

    tatsujb Post Master General

    Messages:
    12,902
    Likes Received:
    5,385
  3. TopAce6

    TopAce6 New Member

    Messages:
    10
    Likes Received:
    0
    Im talking about the commanders you unlock for galactic war( artillery, bacon air. etc etc). i don't want to have to spend a week trying to get them all over again.
  4. Raevn

    Raevn Moderator Alumni

    Messages:
    4,226
    Likes Received:
    4,324
    TopAce6 likes this.
  5. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    Are you referring to Galactic War loadouts or commander skins in the Armory? GW is entirely local. On the upside that means it's completely hackable (the Toggle Console key is no longer bound by default, it's under Settings, Keyboard, Dev Mode)
    websterx01 likes this.
  6. TopAce6

    TopAce6 New Member

    Messages:
    10
    Likes Received:
    0
    Yes im talking about the galactic war load-outs. i had ALL of them unlocked. i just need to know the exact console commands to unlock all of them.
    Im not a coder and i don't know any of the commands, i just know that they must exist and work... since apparently its all stored locally.
  7. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    I'm pretty sure you have to call it once for each loadout.

    'gwc_start_vehicle',
    'gwc_start_air',
    'gwc_start_bot',
    'gwc_start_orbital',
    'gwc_start_artillery',
    'gwc_start_subcdr',
    'gwc_start_combatcdr',
    'gwc_start_allfactory',
    TopAce6 likes this.
  8. TopAce6

    TopAce6 New Member

    Messages:
    10
    Likes Received:
    0
    thank you.

    For anyone else with this issue. although i highly recommend taking the time to earn them once instead of cheating, it really teaches you how to use specific units very well.

    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_subcdr'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_air'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_bot'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_orbital'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_artillery'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_subcdr'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_combatcdr'})
    require('shared/gw_common').bank.addStartCard({id: 'gwc_start_allfactory'})
    Last edited: September 29, 2014
  9. bengeocth

    bengeocth Post Master General

    Messages:
    1,285
    Likes Received:
    657
    its taking a lot of will power not to just go and grab them with this
    n3ur0o and thetrophysystem like this.
  10. wondible

    wondible Post Master General

    Messages:
    3,315
    Likes Received:
    2,089
    I think I cheated the stubborn last three; I'm pretty sure I've gotten most of them since.
  11. Angel9001

    Angel9001 New Member

    Messages:
    7
    Likes Received:
    1
    This commands are not working for me

    got:
    Error: Module name "shared/gw_commen" has not been loaded yet for context: _- Use requie([])
    http://requirejs.org/docs/errors.html#notloaded

    so i added in []
    require(['shared/gw_common']).bank.addStartCard({id: 'gwc_start_combatcdr'})

    and got:
    TypeError: cannot read property 'bank' of undefined
    TypeError: cannot call method 'addStartCard' of undefined


    Any1 know the new command??... sins it seem like the hole unlocking of commanders is borked atm I just want to try the few commanders i haven't tried yet..

Share This Page