Skip to content

Commit

Permalink
add os joined state to overrides for future mods
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Sep 6, 2024
1 parent 07a0b7e commit 686bb97
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions _ark/ps4/dx/overshell/dx_state_overrides.dta
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
(kState_JoinedDefault
(view joined_default)
(allows_input_to_shell TRUE) ;TODO: lock out inputs in Event Mode
(ready_to_play TRUE)
(retracted_position TRUE)
(enter
{$this end_char_management_session }
{$this hide_preview_char }
{$this deactivate_preview_scene_if_needed }
{$this end_somp_player_management_session }
{$this clear_selected_emote_category }
{$this clear_volume_slider_last_state })
(on_start
($user)
{if
{||
{$user is_participating }
{!
{$this in_song }}}
{if_else
{$this in_song }
{$this show_in_song_menu }
{if_else
{$this in_venue_meta_mode }
{$this show_state kState_VenueMetaMenu }
{$this show_state kState_Options }}}
{$this trigger_start_effects }}))

(kState_ChooseDiff
(view list_medium)
(song_settings_flow TRUE)
Expand Down

0 comments on commit 686bb97

Please sign in to comment.