ba0f3 / CNCTAScriptCollection

Command & Conquer Tiberium Alliances: Script Collection
https://chrome.google.com/webstore/detail/nmhpmdclklpgfcpoiomjofgfagenmgeo
MIT License
13 stars 18 forks source link

TACS dissappeared #33

Closed Bronco30 closed 9 years ago

Bronco30 commented 10 years ago

I moved my TACS to the right of the screen and it seemed like it diappeared to the right next to the screen, no I can't get it back. Tried reinstalling the extension. Please advise.

ba0f3 commented 10 years ago

Try this:

  1. Login to game (wait for the game is fully loaded)
  2. Press F12 (open developer tools) -> Select tab Console
  3. Paste the code below to Prompt and press Enter
  4. Reload the game
var tasc=JSON.parse(localStorage.TACS);delete tasc.bounds;localStorage.TACS=JSON.stringify(tasc)

This code will remove TACS position from its settings