Page 1 of 1

Changing in-game pictures to own

Posted: 24 Jul 2017, 23:02
by Blaze
Is there a way to change graphics of building using plugin? For example let's say I want to give a new look to hospital, is there a way to replace orginal picture to mine?

Re: Changing in-game pictures to own

Posted: 24 Jul 2017, 23:14
by actemendes
I think that it is possible, but each time updating the application through Google Play all will be as before, as I think. Why not add a plug-in, by functions not different from the original. The same price and volume.
I think it's much easier

Re: Changing in-game pictures to own

Posted: 24 Jul 2017, 23:16
by KINGTUT10101
Try

Code: Select all

"override": true
I think that might be the right code.

Re: Changing in-game pictures to own

Posted: 24 Jul 2017, 23:22
by CommanderABab
Yes, in debug mode you will find the building id ($buildingid00 for example) in small fine print in it's menu tab.
Using that id, use these lines in your .json file:

Code: Select all

"id":"$buildingid00", 
 "override":true,
 
But if you override a building like the hospital, you also have to supply its functionality in your .json code.

You may ask @Lobby for help with this.

Re: Changing in-game pictures to own

Posted: 25 Jul 2017, 12:24
by Blaze
Thanks guys :D