This is the repository where the custom tracks & cars individual packages live together as submodules. More submodules will be added as more packages come to be (i.e rva_skins).
rva/
├── rva_cars/
├── rva_tracks/
└── rva_lego_tracks/
Use git clone --recursive
to get needed sub-modules.
Use git submodule update --remote --merge
to keep sub-modules updated.