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
- Kalshim et BlackBrain aiment ceci
ANGO n'a pas encore ajouté d'ami.
Aucun visiteur à afficher
Posté par ANGO - 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
Posté par ANGO - 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)
Posté par ANGO - 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
Community Forum Software by IP.Board
Licence accordée à : Logic Sunrise Ltd