Post office by Krepel (UPDATE 1.0.1)
Moderators: Scenario Moderators, Plugin Moderators
- Krepel
- Villager
- Posts: 9
- Joined: 24 May 2018, 22:12
- Location: Cracow, Lesser Poland, Poland
- Plugins: Showcase Store
Post office by Krepel (UPDATE 1.0.1)
So, yeah. It pretty much is my first plugin there, I didn't want to start off that simple, so I made this small post office. At the end I noticed that the car is sorta too big, but it looks ok in my opinion.
In the future I'm gonna make it rotation aware, fix the number of spawning cars (it's sorta too many of them) and maybe add more size varieties and some decoration, also fix the texture to be more realistic.
27.5.18 Update 1.0.1
-Fixed the distance of how far can the car go
-Added the car's speed atribute
In the future I'm gonna make it rotation aware, fix the number of spawning cars (it's sorta too many of them) and maybe add more size varieties and some decoration, also fix the texture to be more realistic.
27.5.18 Update 1.0.1
-Fixed the distance of how far can the car go
-Added the car's speed atribute
- Attachments
-
00_krepel_post_office.zip
- OLD VERSION
- (2.48 KiB) Downloaded 486 times
-
postoffice101.zip
- 1.0.1 Version, download if you want
- (2.33 KiB) Downloaded 769 times
-
- postoffice.png (891 Bytes) Viewed 8438 times
-
- postcar.png (568 Bytes) Viewed 8438 times
Last edited by Krepel on 27 May 2018, 18:57, edited 1 time in total.
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Post office by Krepel
You might change this part
to
and possibly give the cars some target ids.

I don't think you have too many cars, you're just not letting them go far enough.
Code: Select all
"car spawner":[
{
"cars":["$post_car_krepel00"],
"radius":10,
"count":10
}
],
Code: Select all
"car spawner":[
{
"cars":["$post_car_krepel00"],
"radius":100, // up to 1000 maybe
"count":10
}
],

I don't think you have too many cars, you're just not letting them go far enough.

- Krepel
- Villager
- Posts: 9
- Joined: 24 May 2018, 22:12
- Location: Cracow, Lesser Poland, Poland
- Plugins: Showcase Store
Re: Post office by Krepel
Thanks, it'a gonna be helpfulCommanderABab wrote: ↑25 May 2018, 21:51You might change this parttoCode: Select all
"car spawner":[ { "cars":["$post_car_krepel00"], "radius":10, "count":10 } ],
and possibly give the cars some target ids.Code: Select all
"car spawner":[ { "cars":["$post_car_krepel00"], "radius":100, // up to 1000 maybe "count":10 } ],
I don't think you have too many cars, you're just not letting them go far enough.![]()
- DobermanKaiser
- Townsman
- Posts: 61
- Joined: 02 Nov 2017, 11:39
-
Platform
Re: Post office by Krepel
Great plugin!
- Krepel
- Villager
- Posts: 9
- Joined: 24 May 2018, 22:12
- Location: Cracow, Lesser Poland, Poland
- Plugins: Showcase Store
Re: Post office by Krepel
Thanks!
Re: Post office by Krepel (UPDATE 1.0.1)
Where is pictures of plugin , download , description what the?
- CommanderABab
- AB
- Posts: 11241
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Post office by Krepel (UPDATE 1.0.1)
Pictures are in the first post! 

Re: Post office by Krepel (UPDATE 1.0.1)
Oh saw that now
i think it was a glitch or something lol