Advertisement
Guest User

carcol

a guest
Sep 7th, 2018
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <Item>
  2. <modelName>cbr_tank_1</modelName> _name of the tuning part model_
  3. <modShopLabel>AVAR_EXT3</modShopLabel> _name of the part in LSC ingame_
  4. <linkedModels /> _here you can add some spare parts that will pops up with your main part._
  5. <turnOffBones>
  6. <Item>misc_e</Item> _Here is the parts you have to turn off if your custom part replace a stock one._
  7. <Item>platelight</Item> _in my case it remove fairings of the bike, so i must remove indicators_
  8. <Item>indicator_lf</Item> _and things like that attached on the fairing_
  9. <Item>indicator_rf</Item>
  10. <Item>indicator_lr</Item>
  11. <Item>indicator_rr</Item>
  12. </turnOffBones>
  13. <type>VMT_FRAME</type> _category of modification in the shop_
  14. <bone>chassis</bone> _where the tuning part should be attached (tuning parts will center and move with the attached dummy) _
  15. <collisionBone>chassis</collisionBone> _collision used by the tuning part_
  16. <cameraPos>VMCP_DEFAULT</cameraPos> _camera position in the los santos customs_
  17. <audioApply value="1.000000" /> _audio modification of the part, if it's a turbo or exhaust by example._
  18. <weight value="20" /> _weight of the tuning part_
  19. <turnOffExtra value="false" /> _turn on if the part have to remove all extra_
  20. <disableBonnetCamera value="false" />
  21. <allowBonnetSlide value="true" />
  22. </Item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement