Aller au contenu


ANGO

Inscrit(e) (le) 02 août 2022
Déconnecté Dernière activité août 10 2022 15:39
-----

Messages que j'ai postés

Dans le sujet : [PS4] PSX 2 PS4 v1.5 création du .toc et fusion des .bin automatique

05 août 2022 - 15:37

I have some questions for a better understanding.
 

If I don´t use config-region.txt or config-title.txt, are there default ones? If so, what is their content?

"Change ID of PKG (5 numbers max):" ...Does it matter what I put in here? I always enter the PS1 Title ID here ...


Dans le sujet : [PS4] PSX 2 PS4 v1.5 création du .toc et fusion des .bin automatique

04 août 2022 - 06:37

Nice, thank you! 


Dans le sujet : [PS4][MAJ] PSX 2 PS4 v1.4 fixer le soucis audio avec la création automa...

02 août 2022 - 14:43

Ok merci Markus. Et il y a une documentation des options utilisables dans ces fichiers ?

 

... maybe you find some help here: https://www.psdevwik...4/PS1_Emulation


Dans le sujet : [PS4][MAJ] PSX 2 PS4 v1.4 fixer le soucis audio avec la création automa...

02 août 2022 - 06:57

Someone tells me a Tutorial to Inject Cheats?

I´ve injected working cheats to Tekken 3 (SCES01237). For example here are my configs.

config-region.txt :
 

#Game Settings (Per game)
--image0="data/Tekken3.bin"

--ps1-title-id=SCES01237
--bios-hide-sce-osd=0
--has-shown-start-select-help=0
#--pace-gpu-dma=true
--scale=6
#--gamma=5
--brightness=10
--contrast=10
#--antialias="MSAA_4x"
#--gpu-scanout-fps-override=60
#--dev_menu=1
--cdrom-max-seek=true

#--hue=0
#--saturation=0
#--cdrom-cmd-time=100
#--cdrom-max-seek=true
#--metal-gear-solid=true
#--defer-linked-dma-irq=false
#--opt-cache-isolation=true
#--libcrypt=true
#--deterministic=true
#--texreplace=1

I don´t know if the option: --image0="data/Tekken3.bin" is nessesary.


SCES01237.lua :

-- Tekken 3 Cheats

local patcher = function()

--[Enable All Characters]
R3K_WriteMem16(0x80097EB8,0xFFFF)
R3K_WriteMem16(0x80097EBA,0xFFFF)
R3K_WriteMem16(0x80097EBC,0xFFFF)

--[Enable All Modes]
R3K_WriteMem16(0x80097EEE,0x0303)

--[Enable All Movies In Theatre]
R3K_WriteMem16(0x80097EC0 ,0xFFFF)
R3K_WriteMem16(0x80097EC2,0xFFFF)
R3K_WriteMem16(0x80097EC4,0xFFFF)

--[Infinite Menu Time To Choose]
R3K_WriteMem16(0x80110248,0x0000)

end

EM_AddVsyncHook(patcher)

Dans le sujet : [PS4][MAJ] PSX 2 PS4 v1.4 fixer le soucis audio avec la création automa...

02 août 2022 - 06:47

To inject cheats you have this sites gamehacking.org et etherealgames
just insert a new script "titleid".lua like this exemple of .lua: https://github.com/c...SX Game/Tekken/

finally you have to add a line--ps1-title-id="titleid" with the "titleid".lua just create in the config-title.txt

I think you mean "config.region.txt" to add the "titleid" ;)
Like described in the Tekken example: "config.region.txt" = Game Settings Per Game and "config-title.txt" = General Setting All Games