Page 1 of 1
How can i make RIC plug-in without RIC zone?
Posted: 05 Aug 2018, 07:15
by MsgmSgmsG
I made some house plug-in with frame alignment but they need residential zone.. And untouchable isn't set up
This is part of my plug-in
Code: Select all
{ "drawground":true,
"height":1,
"id":"$Hanok_Open_MSG$",
"level":3,
"rotationaware":true,
"type":"residential",
"width":1,
"needsroad":false,
"influencepassengerbus":1,
"autobuild":false,
"category":"KTH_category_MSG",
"influencepark":2,
"influencenature":2,
"influenceculture":2,
"author":"MSG",
"drawground":true,
"framealignment":true,
"frames":[
{
"bmp":"open.png",
"count":16,
"w":32
}
],
"people":15
},
Re: How can i make RIC plug-in without RIC zone?
Posted: 05 Aug 2018, 08:20
by CommanderABab
Code: Select all
"rotation aware":true,
//...
"needs road":false,
"influence passenger bus":1,
"auto build":false,
//...
"influence park":2,
"influence nature":2,
"influence culture":2,
//<..>
"draw ground":true,
"frame alignment":true,
Be sure to put spaces where I did in these lines.
Re: How can i make RIC plug-in without RIC zone?
Posted: 05 Aug 2018, 08:44
by MsgmSgmsG
CommanderABab wrote: ↑05 Aug 2018, 08:20
Code: Select all
"rotation aware":true,
//...
"needs road":false,
"influence passenger bus":1,
"auto build":false,
//...
"influence park":2,
"influence nature":2,
"influence culture":2,
//<..>
"draw ground":true,
"frame alignment":true,
Be sure to put spaces where I did in these lines.
Oh Thanks. i didnt know how to do
Re: How can i make RIC plug-in without RIC zone?
Posted: 09 Dec 2019, 15:43
by MsgmSgmsG
MsgmSgmsG wrote: ↑05 Aug 2018, 08:44
CommanderABab wrote: ↑05 Aug 2018, 08:20
Code: Select all
"rotation aware":true,
//...
"needs road":false,
"influence passenger bus":1,
"auto build":false,
//...
"influence park":2,
"influence nature":2,
"influence culture":2,
//<..>
"draw ground":true,
"frame alignment":true,
Be sure to put spaces where I did in these lines.
Oh Thanks. i didnt know how to do
I put space on it (something change when i copy code) but.. I cant use frame alignment on RIC building... I have to place RIC zone before i place RIC building.
Re: How can i make RIC plug-in without RIC zone?
Posted: 09 Dec 2019, 16:52
by CommanderABab
You can build them as parks, and using an "on built fun" action: remove, build the correct zone, then build the corresponding RCI building.
Re: How can i make RIC plug-in without RIC zone?
Posted: 09 Dec 2019, 17:14
by MsgmSgmsG
CommanderABab wrote: ↑09 Dec 2019, 16:52
You can build them as parks, and using an "on built fun" action: remove, build the correct zone, then build the corresponding RCI building.
Thanks a lot!!! I already try this and it work (the message come as soon as i test this method )! I use decoration so i didnt have to use "remove". I think using "park" is more useful because park can remove former zone.
It work properly but... other residentials are rebuilt... how can i make building untouchable??
P.S. Can i use zone with other building in composition??? I try this but game stop with error..
Re: How can i make RIC plug-in without RIC zone?
Posted: 09 Dec 2019, 18:47
by CommanderABab
within an RCI will force an RCI to rebuild instead of being replaced.

Re: How can i make RIC plug-in without RIC zone?
Posted: 09 Dec 2019, 18:49
by CommanderABab
I don't think that you can zone within a composition itself.