Cars

Learn here how to create and use plugins.

Moderator: Plugin Moderators

User avatar
JustAnyone
Developer
Reactions:
Posts: 3475
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: Cars

#141

Post by JustAnyone »

If it isn't yet, it should be.
User avatar
黑色高级市长
Settler
Reactions:
Posts: 5
Joined: 15 Nov 2022, 12:56

Re: 关于:汽车

#142

Post by 黑色高级市长 »

I made a new police car and its matching generator. But it's got the wrong lights.

Code: Select all    Reset

{ "id":"VCPD警车", "type":"car", "frames":[{"bmp":"VCPD警车行驶时.png","w":19,"h":20,"count":4}], "v2":true, "speed": 1.16, "flag normal":false, "flag pkw":true, "animation": [ { "id":"VCPD警灯", "pos":[13,-10, 6,-4, -2,-9, 7,-13], "important":true, "normalize pos": false }, { "id":"VCPD警灯", "pos":[15,-9, 8,-5, 0,-8, 9,-14], "important":true, "normalize pos": false }, { "id": "carlight_red", "pos": [0, 0, 0, 5, 10, 11, 0, 0], "frames": [1,2] }, { "id": "carlight_red", "pos": [0, 0, 4, 10 , 14, 9, 0, 0], "frames": [1,2] }, { "id": "carlight_yellow", "pos": [10, 10, 0, 0, 0, 0, 1, 10], "frames": [0,3] }, { "id": "carlight_yellow", "pos": [13, 9, 0, 0, 0, 0, 4, 11], "frames": [0,3] } ], "meta":{ "tags":{ "police":{} } } }, { "id":"VCPD警车生成器", "type":"police", "author":"黑色高级市长", "width":1, "height":1, "frames":[{"bmp":"一片空白.png"}], "price":0, "car spawner":[{"cars":["VCPD警车"],"radius":1000,"count":6}], "category":"警车生成器", "draw ground": true, "water":0, "power":0, "title":"VCPD警车生成器", "text":"生成VCPD警车", "needs road":false, "build time":0 }
JSON checker
Check
User avatar
黑色高级市长
Settler
Reactions:
Posts: 5
Joined: 15 Nov 2022, 12:56

Re: Cars

#143

Post by 黑色高级市长 »

How to spawm a police car that can respond to the emergency?
I made a police car and a spawn.When I called the police, the police car wouldn't turn on the warning lights and didn't respond.

Code: Select all    Reset

[{ "id":"LAPD car", "type":"car", "frames":[{"bmp":"LAPD police car.png","w":18,"h":11,"count":4}], "v2":true, "speed": 1.16, "flag normal":false, "flag pkw":false, "flag military":true, "flag airport":true, "flag emergency": true, "chargeable": false, "animation": [ { "id":"$animationcaralertlights00", "pos":[15,-6, 9,-6, 9,-9, 15,-9], "important":true, "normalize pos": false }, { "id":"$animationcaralertlights00", "pos":[17,-5, 7,-5, 7,-10, 17,-10], "important":true, "normalize pos": false }, { "id": "carlight_red", "pos": [0, 0, 1, 7, 13, 9, 0, 0], "frames": [1,2] }, { "id": "carlight_red", "pos": [0, 0, 4, 9 , 16, 7, 0, 0], "frames": [1,2] }, { "id": "carlight_yellow", "pos": [13, 9, 0, 0, 0, 0, 1, 7], "frames": [0,3] }, { "id": "carlight_yellow", "pos": [16, 7, 0, 0, 0, 0, 4, 9], "frames": [0,3] } ], "meta":{ "tags":{ "police":{} } } } , { "id":"LAPD car spawn", "type":"police", "influence police":12, "author":"黑色高级市长", "width":1, "height":1, "frames":[{"bmp":"A1.png"}], "price":0, "car spawner":[{"cars":["LAPD car"],"radius":10,"count":20}], "category":"LAPD car", "draw ground": true, "water":0, "power":0, "title":"LAPD car spawn", "text":"Spawn some LAPD car", "needs road":false, "performance":true, "build time":0 }]
JSON checker
Check
Attachments
Mueli_23-07-22_14.30.47.png
User avatar
Alparingitlgnd5
Townsman
Reactions:
Posts: 77
Joined: 31 Jul 2020, 17:45
Location: Las Pinas, Philippines
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Cars

#144

Post by Alparingitlgnd5 »

hello guys I need a little help here, I think my code is currently right here:
[{
"id":"High_Ngyace",
"type:car",
"frames":[{"bmp":"Pre HIACE.png","w":76,"h":13,"count":4},{"bmp":"Pre Hiace Diagonal.png", "w":50, "h":16,"count":4}],
"frames per variant": 8,
"v2":true
}],
[{
"id": "ampanget_residential",
"frames": [{"bmp": "3x3.png"}],
"type": "residential",
"text": "cigarette ka na walang land",
"author":"Alparingitlgnd5",
"width": 3,
"height": 3,
"price":10,
"monthly price": 1,
"bulldoze price": 1,
"power": 1,
"water": 1,
"burnable": true,
"destroyable": true,
"needs road": true,
"pickable": true }]


It's about the diagonals, how can I implement it I am very confused also I forgot here's the attachment I captured
Screenshot 2023-07-31 9.35.08 AM.png
Screenshot 2023-07-31 9.35.08 AM.png (8.86 KiB) Viewed 6324 times
User avatar
burgernamn
Former aster dude
Reactions:
Posts: 172
Joined: 15 Apr 2022, 10:32
Plugins: Showcase Store

Plugin Creator

Platform

Re: Cars

#145

Post by burgernamn »

if i wanted to set my car to go 1 kmph, what number would i set it to
User avatar
Kulche
Pluche
Reactions:
Posts: 1148
Joined: 07 Jun 2017, 20:28
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Cars

#146

Post by Kulche »

If you think theotown uses metric you're very wrong
User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Cars

#147

Post by CommanderABab »

burgernamn wrote: 03 Oct 2023, 09:21 if i wanted to set my car to go 1 kmph, what number would i set it to
.1
User avatar
burgernamn
Former aster dude
Reactions:
Posts: 172
Joined: 15 Apr 2022, 10:32
Plugins: Showcase Store

Plugin Creator

Platform

Re: Cars

#148

Post by burgernamn »

Kulche wrote: 03 Oct 2023, 13:41 If you think theotown uses metric you're very wrong
oh- so they use the american measuring system? (i forgor the name)
User avatar
burgernamn
Former aster dude
Reactions:
Posts: 172
Joined: 15 Apr 2022, 10:32
Plugins: Showcase Store

Plugin Creator

Platform

Re: Cars

#149

Post by burgernamn »

CommanderABab wrote: 14 Oct 2023, 02:32
burgernamn wrote: 03 Oct 2023, 09:21 if i wanted to set my car to go 1 kmph, what number would i set it to
.1
ah i see
and if i wanted to add another kmph i added another .1?
User avatar
Kulche
Pluche
Reactions:
Posts: 1148
Joined: 07 Jun 2017, 20:28
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Cars

#150

Post by Kulche »

TheoTown units are arbitrary and do not represent any real life units, be it kmph, mps or mph
User avatar
CommanderABab
AB
Reactions:
Posts: 11106
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Cars

#151

Post by CommanderABab »

burgernamn wrote: 20 Oct 2023, 09:48
CommanderABab wrote: 14 Oct 2023, 02:32
burgernamn wrote: 03 Oct 2023, 09:21 if i wanted to set my car to go 1 kmph, what number would i set it to
.1
ah i see
and if i wanted to add another kmph i added another .1?
:) sounds reasonable.
Post Reply Previous topicNext topic

Return to “Tutorials and Documentation”