How to select subtype of the van from python?

Discussion in 'Utilities and programming' started by greystl, Nov 28, 2025 at 8:39 PM.

  1. greystl

    greystl
    Expand Collapse

    Joined:
    Today
    Messages:
    1
    I have with pyton,
    ```

    ego = Vehicle(
    "ego",
    model="pickup",
    license="GREY",
    extensions=["vehicleEngineCode"], # only this way the vechicle code can be loaded.
    color='green',
    part_config='vehicles/van/h15_vanster.pc'
    )
    ```

    but this DOES NOT load the "van" skin, it clearly has the same, default skin,

    what can I do to load the other van skin?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice