Skip to content

Commit

Permalink
Ps3 merge (#4)
Browse files Browse the repository at this point in the history
* ps3 boots, xbox does not

* both boot

* more ps3 progress

* add ps3 files

* fix build script

* fix xbox build scripts

* ps3 pkg?

* Update build.yml

* Delete _build_xenia.bat

* titleid change  (#1)

* titleid change test

* didnt work, reverting

* actually wasnt the problem oops

* finalizing titleid change i think

* fix param + update lic

* update icon

* Update PIC1.PNG

* update layout

* update images

* update art

* Update ICON1.PAM

* ingame warning for ps3 instability

* titleid change the third

---------

Co-authored-by: gwarb <115972756+gwarb@users.noreply.github.com>
  • Loading branch information
jnackmclain and gwarb authored Jun 5, 2023
1 parent a6e29b9 commit 5b87415
Show file tree
Hide file tree
Showing 198 changed files with 18,637 additions and 685 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,23 @@ jobs:
with:
name: DXSL-Xbox
path: _build/xbox

build_ps3:
runs-on: windows-2019

steps:
- uses: actions/checkout@v3

- name: Remove Xbox files
run:
Get-ChildItem _ark/ -recurse -include *.*_xbox | remove-item

- name: Build ARK
run:
dependencies/windows/arkhelper.exe dir2ark _ark _build/ps3/PS3_GAME/USRDIR/gen -n "main_ps3" -e -v 5

- name: Upload result
uses: actions/upload-artifact@v3
with:
name: DXSL-PS3
path: _build/ps3
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _build/xbox/gen/*.ark
_build/xbox/gen/*.hdr
_build/xbox/videos/*.bik
_build_rpcs3.bat
main_ps3
_build/wii/
_xenia/cache/*
_xenia/content/45410829/Headers/*
Expand Down Expand Up @@ -32,3 +33,7 @@ _build/ps3/gen/main_ps3.hdr
_build/ps3/gen/main_ps3_0.ark
_build/ps3/gen/main_ps3_1.ark
.DS_Store
_build/ps3/USRDIR/gen/main_ps3.hdr
_build/ps3/USRDIR/gen/main_ps3_0.ark
_build/ps3/PS3_GAME/USRDIR/gen/main_ps3_0.ark
_build/ps3/PS3_GAME/USRDIR/gen/main_ps3.hdr
Empty file added _ark/(.)/__split_ark__
Empty file.
Binary file added _ark/(.)/ps3_preinit_shaders
Binary file not shown.
Binary file added _ark/(.)/ps3_shaders
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/char/gen/none.milo_ps3
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/button.milo_ps3
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/cheat.milo_ps3
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/common.milo_ps3
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/label.milo_ps3
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/list.milo_ps3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/locale.milo_ps3
Binary file not shown.
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/proxy.milo_ps3
Binary file not shown.
Binary file added _ark/(..)/(..)/system/run/ui/gen/slider.milo_ps3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5b87415

Please sign in to comment.