Is instant build impossible to hack and place in the next version of this trainer? Just curious sometimes when the battles get huge enough it becomes difficult to micromanage without instant production.
yes u can do that look for a few files..
locations... i am running 64 bit yours might vary
C:\Program Files (x86)\Steam\steamapps\common\Planetary Annihilation Titans\media\ui\main\game\galactic_war\cards
back it up please edit this file this gives the card slots in the game for the added tech while playing GW. look for this in the file...
gwc_add_card_slot.js
buff: function(inventory, params) {
inventory.maxCards(inventory.maxCards() + 22); // Note: One for us, and one for an extra.
mine was + 1 ... i change to 22
next look for these files same directory
gwc_bld_efficiency_cdr.js and gwc_bld_efficiency_fabs.js
open file and look for this line
mine was like 1.4 and 1.5 something like that i change it to
value: 999990.0
mods.push({
file: unit,
path: 'construction_demand.energy',
op: 'multiply',
value: 999990.0
});
mods.push({
file: unit,
path: 'construction_demand.metal',
op: 'multiply',
value: 99990.0
good luck back it up first
[Edited by ray00741, 8/22/2015 5:08:28 PM]
[Edited by ray00741, 8/22/2015 5:09:10 PM]
FYI.... if you have sub commanders in the game and you make this change during a game already going on in GW your sub commanders will end most of the game for you the computers sub commanders on your side build **** in only seconds and uill not be able to really get into the game because they will end it.
also you can use the --devmode too.
in properties in steam locate the exe
right click on it and go over to general in the tabs
and click set launch options and add the --devmode
what it gives you in GW mode is the ability to win or lose and added stuff too you will see it when u start a GW game and in the corner will be an very small x ... in the corner of the screen you click on it and you will notice another menu.. check it out.
[Edited by ray00741, 8/22/2015 5:31:08 PM]