Skip to content

Commit

Permalink
Seat Icons, Seat whitelist update
Browse files Browse the repository at this point in the history
Added long awaited icons for ACF Pod/Pilot Seat
Added model to seat whitelist (Crew seats: https://steamcommunity.com/sharedfiles/filedetails/?id=3191007861)
  • Loading branch information
LiddulBOFH committed Mar 21, 2024
1 parent cc340f3 commit 107c86e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/acf/contraption/seats_sv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ local ValidSeatModels = {
-- Racing seats
["models/lubprops/seat/raceseat.mdl"] = true,
["models/lubprops/seat/raceseat2.mdl"] = true,

-- Crew Seats
["models/liddul/crewseat.mdl"] = true,
}

ACF.ValidSeatModels = ValidSeatModels
Expand Down
Binary file added materials/entities/acf_pilotseat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added materials/entities/acf_pod.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 107c86e

Please sign in to comment.