Page 1 of 1
How to change the amount of resource in 1 cell of the resource?
Posted: Wed Apr 10, 2019 12:32 am
by Airat9000
How to change the amount of resource in 1 cell of the resource?
как изменить количество ресурса в 1 ячейке у ресурса?

- 2019-04-10_3-13-35.png (1.66 MiB) Viewed 1276 times
Re: How to change the amount of resource in 1 cell of the resource?
Posted: Wed Apr 10, 2019 1:21 am
by quyxkh
Code: Select all
/c game.player.selected.amount=1e6 -- or … = game.player.selected.amount+1e6
Re: How to change the amount of resource in 1 cell of the resource?
Posted: Wed Apr 10, 2019 3:40 pm
by Airat9000
quyxkh wrote: Wed Apr 10, 2019 1:21 am
Code: Select all
/c game.player.selected.amount=1e6 -- or … = game.player.selected.amount+1e6
bad codes

- 2019-04-10_18-39-27.png (33.97 KiB) Viewed 1227 times
Re: How to change the amount of resource in 1 cell of the resource?
Posted: Thu Apr 18, 2019 10:17 pm
by robot256
He gave you a console command to run while you are playing and have your mouse hovered over the resource you want to change. (/c tells the game to execute this code) Did you try to copy it into the game files or something?