Skip to content

Commit 87f73fe

Browse files
committed
update
0 parents  commit 87f73fe

File tree

1,039 files changed

+21389
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,039 files changed

+21389
-0
lines changed

.github/workflows/release.yml

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Create Release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
delete-and-create-release:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v2
15+
16+
- name: Get previous release
17+
id: get_release
18+
run: |
19+
previous_release=$(gh release list --limit 1 --json tagName -q '.[].tagName')
20+
echo "::set-output name=previous_release::$previous_release"
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
24+
- name: Delete previous release
25+
if: steps.get_release.outputs.previous_release != ''
26+
run: |
27+
gh release delete ${{ steps.get_release.outputs.previous_release }} --yes
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
31+
- name: Set up zip file name
32+
run: echo "ZIP_NAME=patches_$(date +'%d%m%y').zip" >> $GITHUB_ENV
33+
34+
- name: Get short SHA
35+
id: vars
36+
run: echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"
37+
38+
- name: Create zip file
39+
run: zip -r ${{ env.ZIP_NAME }} "descripcion traducida" "patches" "with widescreen"
40+
41+
- name: Create GitHub release
42+
id: create_release
43+
uses: actions/create-release@v1
44+
env:
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
with:
47+
tag_name: ${{ steps.vars.outputs.short_sha }}
48+
release_name: Release ${{ steps.vars.outputs.short_sha }}
49+
draft: false
50+
prerelease: false
51+
52+
- name: Upload release asset
53+
uses: actions/upload-release-asset@v1
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
with:
57+
upload_url: ${{ steps.create_release.outputs.upload_url }}
58+
asset_path: ${{ env.ZIP_NAME }}
59+
asset_name: ${{ env.ZIP_NAME }}
60+
asset_content_type: application/zip

README.md

+360
Large diffs are not rendered by default.

Tutorial.jpg

754 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
gametitle=Ridge Racer V (PAL-M) SCES-50000 5BBC2F40
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=No.47
6+
description=Renderiza el juego en proporción de 16:9
7+
patch=1,EE,2033AC94,word,43C6C000 // 44048000 - both fov, bumper camera single player
8+
patch=1,EE,2033ACB4,word,43960000 // 44048000 - both fov, chase camera (*)
9+
patch=1,EE,2033B4C4,word,3F1D0364 // 3EEB851F - vertical FOV
10+
patch=1,EE,2033AC90,word,43951000 // 43C6C000 - both FOV split screen
11+
patch=1,EE,2033B4D0,word,3F1D0364 // 3EEB851F - vert FOV, top
12+
patch=1,EE,2033B4D4,word,3F1D0364 // 3EEB851F - vert FOV, bottom
13+
patch=1,EE,2033B580,word,3F066666 // 3F333333 - horizontal FOV menu
14+
15+
[No-Interlacing]
16+
gsinterlacemode=1
17+
author=PeterDelta
18+
description=Intenta deshabilitar la representación entrelazada.
19+
patch=1,EE,00220738,word,24020000
20+
//patch=1,EE,002C500C,word,3C050000 //progressive res at 224
21+
22+
[60 FPS]
23+
author=PeterDelta
24+
description=Modo HDTV 720p al iniciar
25+
patch=1,EE,0033D568,word,3C88889A //3CA3D70A
26+
patch=1,EE,002DE020,word,34050052
27+
patch=1,EE,002DE024,word,24030002
28+
patch=1,EE,002DE028,word,0000000C
29+
patch=1,EE,002DE02C,word,03E00008
30+
patch=1,EE,00220738,word,24020008
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
gametitle=Drakan - The Ancients Gates (PAL-M) SCES-50006 04F9D87F
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=Dreadmoth
6+
description=Renderiza el juego en proporción de 16:9
7+
//Ported from the SCUS-97128 by nemesis2000.
8+
patch=1,EE,001C2274,word,3C013F7F // 3C013F80
9+
patch=1,EE,001C228C,word,3C013E10 // 3C013F00
10+
patch=1,EE,001328C0,word,460200C3 // 00000000
11+
patch=1,EE,001328C4,word,8E42011C // 460200C3
12+
patch=1,EE,001328C8,word,3C014280 // 8E42011C
13+
patch=1,EE,001328CC,word,44811000 // 3C014280
14+
patch=1,EE,001328D0,word,E64200EC // 44811000
15+
patch=1,EE,001328D4,word,46011842 // 00000000
16+
patch=1,EE,001328D8,word,04400005 // E64200EC
17+
patch=1,EE,001328DC,word,E6410108 // 46011842
18+
patch=1,EE,001328E0,word,44821000 // 04400006
19+
patch=1,EE,001328E4,word,468010A0 // E6410108
20+
patch=1,EE,001328E8,word,10000008 // 44821000
21+
patch=1,EE,001328EC,word,C64000EC // 00000000
22+
patch=1,EE,001328F0,word,00021842 // 468010A0
23+
patch=1,EE,001328F4,word,30420001 // 10000009
24+
patch=1,EE,001328F8,word,00431025 // C64000EC
25+
patch=1,EE,001328FC,word,44821000 // 00021842
26+
patch=1,EE,00132900,word,468010A0 // 30420001
27+
patch=1,EE,00132904,word,46021080 // 00431025
28+
patch=1,EE,00132908,word,C64000EC // 44821000
29+
patch=1,EE,0013290C,word,2402FFFF // 00000000
30+
patch=1,EE,00132910,word,C641010C // 468010A0
31+
patch=1,EE,00132914,word,24030007 // 46021080
32+
patch=1,EE,00132918,word,46020002 // C64000EC
33+
patch=1,EE,0013291C,word,AE420008 // 2402FFFF
34+
patch=1,EE,00132920,word,46000847 // C641010C
35+
patch=1,EE,00132924,word,AE43000C // 24030007
36+
patch=1,EE,00132928,word,AE400000 // 46020002
37+
patch=1,EE,0013292C,word,46030003 // AE420008
38+
patch=1,EE,00132930,word,AE400004 // 46000847
39+
patch=1,EE,00132934,word,3C013F40 // AE43000C - 16:9
40+
patch=1,EE,00132938,word,4481B800 // AE400000
41+
patch=1,EE,0013293C,word,46170002 // 46030003
42+
patch=1,EE,00132940,word,46170842 // AE400004
43+
patch=1,EE,00132DF0,word,04400005 // 04400006
44+
patch=1,EE,00132DFC,word,46800860 // 00000000
45+
patch=1,EE,00132E00,word,10000006 // 46800860
46+
patch=1,EE,00132E04,word,00000000 // 10000007
47+
patch=1,EE,00132E08,word,30420001 // 00000000
48+
patch=1,EE,00132E0C,word,00431025 // 30420001
49+
patch=1,EE,00132E10,word,44820800 // 00431025
50+
patch=1,EE,00132E14,word,46800860 // 44820800
51+
patch=1,EE,00132E18,word,46010840 // 00000000
52+
patch=1,EE,00132E1C,word,3C01BF00 // 46800860
53+
patch=1,EE,00132E20,word,44810000 // 46010840
54+
patch=1,EE,00132E24,word,46000B46 // 3C01BF00
55+
patch=1,EE,00132E28,word,3C014300 // 44810000
56+
patch=1,EE,00132E2C,word,44812000 // 00000000
57+
patch=1,EE,00132E30,word,46002B06 // 46000B46
58+
patch=1,EE,00132E34,word,46000842 // 3C014300
59+
patch=1,EE,00132E38,word,3C014280 // 44812000
60+
patch=1,EE,00132E3C,word,44811800 // 00000000
61+
patch=1,EE,00132E40,word,46002802 // 46002B06
62+
patch=1,EE,00132E44,word,3C014500 // 46000842
63+
patch=1,EE,00132E48,word,44811000 // 3C014280
64+
patch=1,EE,00132E4C,word,46052103 // 44811800
65+
patch=1,EE,00132E50,word,E60300EC // 46002802
66+
patch=1,EE,00132E54,word,46011181 // 3C014500
67+
patch=1,EE,00132E58,word,8E050018 // 44811000
68+
patch=1,EE,00132E5C,word,460010C1 // 46052103
69+
patch=1,EE,00132E60,word,E6000040 // E60300EC
70+
patch=1,EE,00132E64,word,46020940 // 46011181
71+
patch=1,EE,00132E68,word,E6020100 // 8E050018
72+
patch=1,EE,00132E6C,word,46020000 // 460010C1
73+
patch=1,EE,00132E70,word,E606005C // E6000040
74+
patch=1,EE,00132E74,word,E6030054 // 46020940
75+
patch=1,EE,00132E78,word,E6050058 // E6020100
76+
patch=1,EE,00132E7C,word,E6040108 // 46020000
77+
patch=1,EE,00132E80,word,E6010044 // E606005C
78+
patch=1,EE,00132E84,word,E6020104 // E6030054
79+
patch=1,EE,00132E88,word,E6000050 // E6050058
80+
patch=1,EE,00132E8C,word,3C013C8E // E6040108
81+
patch=1,EE,00132E90,word,3421FA36 // E6010044
82+
patch=1,EE,00132E94,word,4481B000 // E6020104
83+
patch=1,EE,00132E98,word,8CA20000 // E6000050
84+
patch=1,EE,00132E9C,word,3C013F00 // 3C013C8E
85+
patch=1,EE,00132EA0,word,4481B800 // 3421FA36
86+
patch=1,EE,00132EA4,word,844400F0 // 4481B000
87+
patch=1,EE,00132EA8,word,8C4300F4 // 8CA20000
88+
patch=1,EE,00132EAC,word,0060F809 // 3C013F00
89+
patch=1,EE,00132EB0,word,00A42021 // 4481B800
90+
patch=1,EE,00132EB4,word,C60200EC // 844400F0
91+
patch=1,EE,00132EB8,word,C601010C // 8C4300F4
92+
patch=1,EE,00132EBC,word,46001002 // 0060F809
93+
patch=1,EE,00132EC0,word,8E030124 // 00A42021
94+
patch=1,EE,00132EC4,word,46000847 // C60200EC
95+
patch=1,EE,00132EC8,word,3C013F40 // C601010C - 16:9
96+
patch=1,EE,00132ECC,word,4481A000 // 46001002
97+
patch=1,EE,00132ED0,word,46140002 // 8E030124
98+
patch=1,EE,00132ED4,word,46140842 // 46000847
99+
patch=1,EE,00132FAC,word,04A00005 // 04A00006
100+
patch=1,EE,00132FB8,word,46806320 // 00000000
101+
patch=1,EE,00132FBC,word,10000008 // 46806320
102+
patch=1,EE,00132FC0,word,8E02011C // 10000009
103+
patch=1,EE,00132FC4,word,00051842 // 8E02011C
104+
patch=1,EE,00132FC8,word,30A20001 // 00051842
105+
patch=1,EE,00132FCC,word,00431025 // 30A20001
106+
patch=1,EE,00132FD0,word,44826000 // 00431025
107+
patch=1,EE,00132FD4,word,46806320 // 44826000
108+
patch=1,EE,00132FD8,word,460C6300 // 00000000
109+
patch=1,EE,00132FDC,word,8E02011C // 46806320
110+
patch=1,EE,00132FE0,word,04400005 // 460C6300
111+
patch=1,EE,00132FE4,word,00021842 // 8E02011C
112+
patch=1,EE,00132FE8,word,44826800 // 04400006
113+
patch=1,EE,00132FEC,word,46806B60 // 00021842
114+
patch=1,EE,00132FF0,word,10000007 // 44826800
115+
patch=1,EE,00132FF4,word,8CC20004 // 00000000
116+
patch=1,EE,00132FF8,word,30420001 // 46806B60
117+
patch=1,EE,00132FFC,word,00431025 // 10000008
118+
patch=1,EE,00133000,word,44826800 // 8CC20004
119+
patch=1,EE,00133004,word,46806B60 // 30420001
120+
patch=1,EE,00133008,word,460D6B40 // 00431025
121+
patch=1,EE,0013300C,word,8CC20004 // 44826800
122+
patch=1,EE,00133010,word,0040F809 // 00000000
123+
patch=1,EE,00133014,word,00000000 // 46806B60
124+
patch=1,EE,00133018,word,C60200EC // 460D6B40
125+
patch=1,EE,0013301C,word,C601010C // 8CC20004
126+
patch=1,EE,00133020,word,46001002 // 0040F809
127+
patch=1,EE,00133024,word,8E020118 // 00000000
128+
patch=1,EE,00133028,word,46000847 // C60200EC
129+
patch=1,EE,0013302C,word,46141082 // C601010C
130+
patch=1,EE,00133030,word,3C013F68 // 46001002 - 16:9
131+
patch=1,EE,00133034,word,44811800 // 8E020118
132+
patch=1,EE,00133038,word,46030002 // 46000847
133+
patch=1,EE,0013303C,word,46030842 // 46141082
134+
135+
[Upscaling hack]
136+
author=pgert
137+
description=Reduce la visualización alrededor de las barras de salud y maná..
138+
patch=1,EE,001C2274,word,3C013F7F // 3C013F80
139+
patch=1,EE,001C228C,word,3C013E10 // 3C013F00
140+
141+
[50 FPS]
142+
author=PeterDelta
143+
description=Puede requerir aumentar la frecuencia del EE (130%).
144+
patch=1,EE,001D7950,extended,28420002
145+
patch=1,EE,E0010001,extended,004DBA28
146+
patch=1,EE,001D7950,extended,28420004
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
gametitle=Gran Turismo 3 (PAL-M) SCES-50294 B590CE04
2+
3+
[No-Interlacing]
4+
gsinterlacemode=1
5+
author=PeterDelta
6+
description=Entrelazado progresivo
7+
patch=1,EE,0028F81C,word,3C050000
8+
9+
[60 FPS]
10+
author=PeterDelta
11+
description=Modo HDTV 720p al iniciar
12+
patch=1,EE,2028F840,extended,24120052
13+
patch=1,EE,2035163C,extended,3C888889 //3CA3D70A speed flags
14+
patch=1,EE,20351F1C,extended,3C888889 //3CA3D70A speed cars
15+
patch=1,EE,20351980,extended,3C888889 //3CA3D70A speed icon ilumination
16+
patch=1,EE,203519D4,extended,3C888889 //3CA3D70A speed icon menu principal
17+
patch=1,EE,201F0D30,extended,24420032 //2442003C speed timer
18+
patch=1,EE,204A840C,extended,00080000
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
gametitle=Jak and Daxter - The Precursor Legacy (PAL-M) SCES-50361 9C712FF0
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=ElHecht
6+
description=Corrección de pantalla panorámica
7+
patch=1,EE,0079F728,word,0015130C //0014E5C4
8+
patch=1,EE,002AF8B0,word,3F1F3000 //3F000000
9+
patch=1,EE,002AF85C,word,BF1F3000 //BF000000
10+
11+
[No-Interlacing]
12+
gsinterlacemode=1
13+
description=No Interlacing & No Blur
14+
patch=1,EE,202B2174,extended,24060000 //No Interlacing
15+
patch=1,EE,20878A04,extended,AEE0ED00
16+
patch=1,EE,00702998,extended,000000E0 //No Blur
17+
patch=1,EE,20110084,extended,30420000
18+
19+
[NTSC Mode]
20+
author=PeterDelta
21+
description=Inicia en modo NTSC.
22+
patch=1,EE,0079F724,word,001503E4 //0014939C
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
gametitle=Final Fantasy X (PAL-S) SCES-50494 941BB7DE
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=nemesis2000
6+
description=Renderiza el juego en proporción de 16:9
7+
patch=1,EE,001A5974,word,3C013F19
8+
patch=1,EE,001A5978,word,3421999A
9+
patch=1,EE,0011973C,word,3C014440 //Render-Fix
10+
patch=1,EE,00176144,word,3C01442B
11+
patch=1,EE,002649c4,word,3c013f40 //3c013f80 sphere grid
12+
13+
[50 FPS]
14+
author=PeterDelta
15+
description=Puede requerir aumentar la frecuencia del EE (130%).
16+
patch=1,EE,0011B940,extended,24040002
17+
patch=1,EE,2057C7D8,extended,3D4CCCCD //move npc and tidus
18+
patch=1,EE,2058D448,extended,40400000 //text
19+
patch=1,EE,E0030001,extended,005808B4
20+
patch=1,EE,0011B940,extended,24040001
21+
patch=1,EE,2057C7D8,extended,3CCCCCCD
22+
patch=1,EE,2058D448,extended,3FC00000
23+
//patch=1,EE,203038EC,word,00000002 //00000001 speed global
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
gametitle=SOCOM - U.S. Navy SEALs (PAL-M) SCES-50928 85FEEC45
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=ElHecht
6+
description=Renderiza el juego en proporción de 16:9
7+
patch=1,EE,0014f64c,word,3c013f40 // 00000000 ver fov
8+
patch=1,EE,0014f650,word,4481e800 // 00000000
9+
patch=1,EE,0014f658,word,461dbdc3 // 00000000
10+
patch=1,EE,001c8400,word,4614a083 // 3c023f80 zoom gameplay
11+
patch=1,EE,001c8410,word,461d0002 // 44821000 zoom gameplay
12+
patch=1,EE,001c7c04,word,4614a103 // 3c023f80 zoom cut-scenes
13+
patch=1,EE,001c7c14,word,461d1082 // 44822000 zoom cut-scenes
14+
15+
[50 FPS]
16+
author=PeterDelta
17+
description=Puede requerir aumentar la frecuencia del EE (130%).
18+
patch=1,EE,003A51FC,extended,00000032
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
gametitle=Disney's Stitch - Experiment 626 (PAL-S-P) SCES-50959 B74A2938
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=El_Patas
6+
description=Renderiza el juego en proporción de 16:9
7+
patch=1,EE,00236AE4,word,3C023F1E //3C023F00 Zoom
8+
patch=1,EE,00236F34,word,3C03BFAC //3C03BF80 Y-FOV
9+
10+
[50 FPS]
11+
author=PeterDelta
12+
description=Puede requerir aumentar la frecuencia del EE (130%).
13+
patch=1,EE,00628C88,byte,01
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
gametitle=Kingdom Hearts (PAL-S) SCES-50971 09F5F39A
2+
3+
[Widescreen 16:9]
4+
gsaspectratio=16:9
5+
author=ElHecht
6+
description=Renderiza el juego en proporción de 16:9
7+
patch=1,EE,00110634,word,3c1b3f40 // 00000000 hor fov gameplay
8+
patch=1,EE,0011066c,word,449bf800 // 00000000
9+
patch=1,EE,001106a0,word,461f6e42 // 46006e46
10+
patch=1,EE,00110670,word,461fe703 // 00000000 renderfix calculation
11+
patch=1,EE,0026282c,word,3c013f40 // 00000000 matrix hack
12+
patch=1,EE,00262838,word,44810000 // 00000000
13+
patch=1,EE,0026283c,word,4600c602 // 00000000
14+
patch=1,EE,0010b010,word,46000383 // 3c013f80 textbox calculation
15+
patch=1,EE,0010b014,word,449b6800 // 44816800
16+
patch=1,EE,0010b030,word,460d7343 // 46006b86
17+
patch=1,EE,0010b040,word,46007446 // 46006c46
18+
patch=1,EE,00207a98,word,3c0144fa // 3c014500 position fix weapon select
19+
patch=1,EE,001eedbc,word,24100020 // 24100018 font fix hud and menu
20+
patch=1,EE,001f7cd0,word,24090020 // 24090018
21+
patch=1,EE,001f998c,word,240b0020 // 240b0018 numbers fix
22+
patch=1,EE,001f9710,word,24030020 // 24030018
23+
patch=1,EE,0010629c,word,3c071900 // 3c071c08 fmv fix
24+
patch=1,EE,002a1608,word,70007000 // 74007000
25+
26+
[Remove Blackbars]
27+
author=ElHecht
28+
description=Elimina las barras negras en las escenas
29+
patch=1,EE,0010430c,word,00000000 // ac510e48
30+
patch=1,EE,0010442c,word,00000000 // ac450e48
31+
32+
[50 FPS]
33+
author=PeterDelta
34+
description=Puede requerir aumentar la frecuencia del EE (130%). Nave Gumi a 25 fps.
35+
patch=1,EE,002B6ACC,extended,00000000
36+
patch=1,EE,E0010000,extended,00571954
37+
patch=1,EE,002B6ACC,extended,00000001
38+
patch=1,EE,E001100C,extended,002C0618 //marca trio roja (red trinity)
39+
patch=1,EE,002B6ACC,extended,00000001
40+
patch=1,EE,E001100E,extended,002C0618 //marca trio verde (green trinity)
41+
patch=1,EE,002B6ACC,extended,00000001
42+
patch=1,EE,E0010008,extended,002C0618 //halloween town coffin to transport at other zone
43+
patch=1,EE,002B6ACC,extended,00000001
44+
patch=1,EE,E0011008,extended,002C0618
45+
patch=1,EE,002B6ACC,extended,00000001
46+
patch=1,EE,E0010009,extended,002C0618
47+
patch=1,EE,002B6ACC,extended,00000001

0 commit comments

Comments
 (0)