Skip to content

Commit

Permalink
allow setting the practice venue
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Oct 14, 2024
1 parent 12f0624 commit 6ff7f08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _ark/ps4/config/rb_venues.dta
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
({file_exists "settings/venue/big_club_desert.dta"}
venue/big_club/big_club_desert/big_club_desert.scene
)
({file_exists "settings/venue/big_club_practice.dta"}
venue/practice_mode/big_club_practice.scene
)
({file_exists "settings/venue/small_club_vwhall.dta"}
venue/small_club/small_club_vwhall/small_club_vwhall.scene
)
Expand Down
5 changes: 5 additions & 0 deletions _ark/ps4/dx/overshell/dx_states.dta
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@
"The Roadhouse"
"The Basement (Trashed)"
"The Arena"
"The Pracice Area"
)
}
)
Expand All @@ -632,6 +633,7 @@
{== $list_data "The Roadhouse"}
{== $list_data "The Basement (Trashed)"}
{== $list_data "The Arena"}
{== $list_data "The Pracice Area"}
{== $list_data "[Random]"}
}
{switch $list_data
Expand Down Expand Up @@ -662,6 +664,9 @@
("The Arena"
{dx_write_null_file "settings/venue/arena.dta"}
)
("The Pracice Area"
{dx_write_null_file "settings/venue/big_club_practice.dta"}
)
("[Random]"
{dx_file_delete "settings/venue/enabled.dta"}
)
Expand Down

0 comments on commit 6ff7f08

Please sign in to comment.