Skip to content

Vehicles: Add BLUFOR Tuk Tuk to new category in vehicle spawners.#201

Open
dijksterhuis wants to merge 1 commit intoSavage-Game-Design:developmentfrom
dijksterhuis:add-tuktuk-to-vehicle-spawners
Open

Vehicles: Add BLUFOR Tuk Tuk to new category in vehicle spawners.#201
dijksterhuis wants to merge 1 commit intoSavage-Game-Design:developmentfrom
dijksterhuis:add-tuktuk-to-vehicle-spawners

Conversation

@dijksterhuis
Copy link
Contributor

@dijksterhuis dijksterhuis commented Mar 16, 2025

202503~2

202503~3

@dijksterhuis dijksterhuis requested a review from Spoffy March 16, 2025 09:48
@dijksterhuis dijksterhuis self-assigned this Mar 16, 2025
@dijksterhuis
Copy link
Contributor Author

ref historical issue #202 (not fixing as part of this but option 2 might be possible to work out within the respawn job).

@dijksterhuis dijksterhuis marked this pull request as ready for review March 16, 2025 10:05
@dijksterhuis dijksterhuis added the priority merge Priority to be reviewed and merged label May 4, 2025
@dijksterhuis
Copy link
Contributor Author

@Spoffy will change civ

@dijksterhuis
Copy link
Contributor Author

dijksterhuis commented May 4, 2025

@Spoffy changed to civilian. tested with changes from #200 ...... there are only 10 classes with 'civilian' tags in the vehicle respawn config... but

image

:/

will try to see if i can figure out what the extra entry is. shouldn't be the back button, but might be

edit -- category config should be fine

[
  ["name","Civilian"],
  ["icon","\vn\ui_f_vietnam\ui\wheelmenu\img\icons\vn_ico_mf_car_ca.paa"],
  ["exclude",[]],
  ["vehicles",[[
      ["classname","vn_c_bicycle_01"],
      ["tags",["bicycle","civilian","transport","bicycle"]]
    ],
    [
      ["classname","vn_c_bicycle_02"],
      ["tags",["bicycle","civilian","transport","bicycle"]]
    ],
    [
      ["classname","vn_c_car_01_01"],
      ["tags",["boheme","civilian","transport","car"]]
    ],
    [
      ["classname","vn_c_car_01_02"],
      ["tags",["boheme","civilian","transport","car"]]
    ],
    [
      ["classname","vn_c_car_02_01"],
      ["tags",["boheme","civilian","transport","car"]]
    ],
    [
      ["classname","vn_c_car_03_01"],
      ["tags",["boheme","civilian","transport","car"]]
    ],
    [
      ["classname","vn_c_car_04_01"],
      ["tags",["boheme","civilian","transport","car"]]
    ],
    [
      ["classname","vn_c_wheeled_m151_01"],
      ["tags",["offroad","civilian","transport","car"]]
    ],
    [
      ["classname","vn_c_wheeled_m151_02"],
      ["tags",["offroad","civilian","transport","car"]]
    ],
    [
      ["classname","vnx_c_wheeled_tuktuk_01_01"],
      ["tags",["civilian","transport","car"]]
    ]
  ]],
  ["include",["civilian"]]
]

@dijksterhuis
Copy link
Contributor Author

dijksterhuis commented May 4, 2025

splitting bicycles out from 'civilian' into a 'bicycles' category could work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority merge Priority to be reviewed and merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant