Changing in-game pictures to own

Plug-in related stuff can be discussed here.

Moderator: Plugin Moderators

User avatar
Blaze
Villager
Reactions:
Posts: 20
Joined: 08 Jul 2016, 23:10
Location: Poland
Plugins: Showcase Store

Platform

Changing in-game pictures to own

#1

Post 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?

User avatar
actemendes
Metropolitan
Reactions:
Posts: 131
Joined: 20 Jan 2017, 16:53
Location: Russia
Plugins: Showcase Store

Platform

Re: Changing in-game pictures to own

#2

Post 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
Last edited by actemendes on 28 Jul 2017, 11:53, edited 3 times in total.

User avatar
KINGTUT10101
1,000,000 inhabitants
Reactions:
Posts: 2220
Joined: 07 Jul 2016, 22:50
Location: 'Merica
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Changing in-game pictures to own

#3

Post by KINGTUT10101 »

Try

Code: Select all

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

User avatar
CommanderABab
AB
Reactions:
Posts: 11102
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Changing in-game pictures to own

#4

Post 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.

User avatar
Blaze
Villager
Reactions:
Posts: 20
Joined: 08 Jul 2016, 23:10
Location: Poland
Plugins: Showcase Store

Platform

Re: Changing in-game pictures to own

#5

Post by Blaze »

Thanks guys :D

Post Reply Previous topicNext topic

Return to “Plug-In Discussion”