Skip to content

Commit

Permalink
oops all aubrey
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Feb 23, 2023
1 parent a2f0709 commit 3b3eedf
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 3 deletions.
Binary file added _ark/char/main/backup/gen/momrey01_bd01.milo_xbox
Binary file not shown.
Binary file added _ark/char/main/backup/gen/momrey01_bd02.milo_xbox
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _ark/char/main/dancer/gen/momrey01.milo_xbox
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 6 additions & 2 deletions _ark/ui/character_select/character_select.dta
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
{set $alreadyaddedchars TRUE}
{push_back $chars ninja}
{push_back $chars oblio03}
{push_back $chars momrey}
;{push_back $chars mo03}
}
{foreach_int
Expand Down Expand Up @@ -95,7 +96,7 @@
{$profile is_content_unlocked $char}
{do
{meta_performer set_character_pref $char}
{unless {|| {== $char ninja} {== $char oblio03} {== $char mo03}} {$profile mark_content_not_new $char}}
{unless {|| {== $char momrey} {== $char ninja} {== $char oblio03} {== $char mo03}} {$profile mark_content_not_new $char}}
{ui goto_screen character_outfit_select_screen}}
{do
{shell_input skip_current_select_anim}
Expand Down Expand Up @@ -136,9 +137,12 @@
{if_else
{|| {== $char 'ninja'} {== $char 'oblio03'} }
{sprintf "oblio.mat"}
{if_else
{== $char 'momrey'}
{sprintf "aubrey.mat"}
{sprintf
"%s.mat"
$char}
$char}}
}
}}})
(BUTTON_DOWN_MSG
Expand Down
Binary file added _ark/ui/image/char/gen/momrey01_keep.png_xbox
Binary file not shown.
Binary file added _ark/ui/image/char/gen/momrey02_keep.png_xbox
Binary file not shown.
8 changes: 7 additions & 1 deletion _ark/ui/locale/eng/locale_patch_keep.dta
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@
(default_character01
"Oblio")
(default_character02
"Oblio")
"Oblio")
(momrey
"Oops all Aubrey")
(momrey01
"all Aubrey")
(momrey02
"Stealth Mode")

0 comments on commit 3b3eedf

Please sign in to comment.