Does anybody have a CHEAT or console command to win Battles?
Or one that gives you lategame Shields and Blasters?
I tried the console that gave me ...ShieldsBasic" but ShieldsAdvanced or Master do not exist.
What file do I edit to get the values?
How to increase FAME points using Console?
Grinding is tedious and no fun.
I wouldn't try to cheat your fame directly, it can completely corrupt your save. Taking on transport missions and cheating yourself the items to be delivered is better, or stay in one place where you cheat yourself slaves and then release them. The amount of slaves is not important, you release all of them at once, and you get +1 rep for each time you do this. Code for that:
GAME.addItemSmart("ITMSlaves")
For battles I use these codes provided by someone in the early pages of this thread(use only IN battles, not outside):
hexCanvas.ownShip.shields = 5000
hexCanvas.ownShip.ap= 5000
The ap one is usually all you need, as it seems no one attacks you on your turn, but I use the shield one anyway because you never know.
As for the actual sub systems for your ship, try these:
GAME.addItemSmart("ITMShieldQuantum")
GAME.addItemSmart("ITMShieldVoron")
GAME.addItemSmart("ITMCannonQuantum")
GAME.addItemSmart("ITMNovaDisruptor")
They're not the highest tier, but should be safe to use without corrupting your save with
. Combine with the combat codes though and you're golden, even though the combat codes are fine on their own if you don't mind destroying enemies more slowly.