Page 3 of 3

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Tue Aug 11, 2020 3:54 am
by omninodachi
univ3 wrote:
Sat Jul 25, 2020 11:49 am
omninodachi wrote:
Fri Apr 24, 2020 7:43 pm
So I snagged this and I had some issues with the scripts so I added some static addresses. It is not finished but I lost interest in working on it further (may revisit in a couple months). This adds accessories, fills in the party/special items and has a start on the warehouse (which has some 300 slots). There is still a bit of clean up needed as I have stats for non-playable characters which are not needed. Main reason I did this was so I could play through and see the real recruit digits when I legit recruited as well as having the skills (which you can have many active at the same time).
Beware, my file is huge so I had to compress it.
put this too plz if not busy
-set all character recruit and active (have all character in early game)
-no random battle outside map
-no random battle dungeon/inside a city or cave
-have all formation and skill
-
My codes will let you add the natural value (I went and recruited the characters and recorded the values) so it is already in place.
No Random battles: A character with the champion rune at level 99 takes care of this.
Formation and skills: These can be individually added in the "important items"

Sorry, no skill with scripts and such. I just added in what was previously missing.

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Sat Aug 22, 2020 7:18 pm
by reignheart05
Does anyone here knows how to have low playtime through cheat engine? I cant get my pcsx2 to work with the cheats as it freezes.

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Sat Aug 22, 2020 7:36 pm
by Kanelakis
Is it possible to do this for the Pal version of the game?
With the 1.70 emulator.

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Thu Aug 26, 2021 12:30 am
by Wadez1982
How do I enter the (Battle,charater,misc scripts)

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Wed Jul 20, 2022 7:51 am
by walter_sm
Hi guys

Does anybody can help me on how to use the Battle, Character, Misc Scripts?
Every time I click it, I get the notification that says "InjectionPointAOB in module PCSX2.exe not found".
I've tried using many different versions (6.7, 7.1, 7.2), but to no avail.

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Thu Jul 21, 2022 2:59 am
by DrummerIX
I haven't tested this in ages. It required PCSX2 1.4.0 though and Suikoden V NTSC.

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Thu Jul 21, 2022 9:36 am
by walter_sm
Thanks a lot, now it works.
Thanks for the trainer, by the way. I really appreciate it.

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Thu Nov 23, 2023 2:38 pm
by arfan1981
walter_sm wrote:
Thu Jul 21, 2022 9:36 am
Thanks a lot, now it works.
Thanks for the trainer, by the way. I really appreciate it.
can u please tell me how its can work? u using it in pcsx2 1.4 or other version ?

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Sat Dec 09, 2023 1:28 pm
by nightmare3
edit[2]:
add:
Earned Experience Multiplier
Training Does Not Use Party SP
Training Increases SP
Train Skill Once For SS Rank
Blacksmiths Can Forge To Max Level
Forge Once Sets Weapon Level To Max
Infinite Rune Use (In-Battle)
HP Restored After Battle
[War] Enemy Units - Instant Death
[War] Allied Units Never Take Damage
note for experimental scripts:
to activate: load save file [not save state] then activate.
to deactivate: save then reset game deactivate options then load save file

edit [1]: update War Editor
add HP only
add star and speed only
for other you need to chose the unit in both list if you dont want any problem

origenal post:
update most table to pcsx2 1.7 nightly
i will try to add the instantly kill and infinity type code later.
tow file:
one selected character editor only (the .ct file)
one with all stationary code (each character has his code) [zip file]

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Thu Dec 14, 2023 4:15 pm
by nightmare3
ok, i have active scripts [working but with miner problem] for next updated:
1-Low Play Time (14 min)
2-infinity MP battle
3-infenty party sp
4-Smith can upgrade your weapons to 16
5-Allied Never die (War)
6-Instant Enemy Death (War)
7-Earned Experience Multiplier
8-train once to get SS
here is code for infinity MP battle [problem cant active/deactivate anytime you want]:

Code: Select all

[ENABLE]
alloc(newmem,512)
label(infinityMP)
registersymbol(infinityMP)


newmem:
PS2Mem+A72E7C:
infinityMP:
dq 00000000

[DISABLE]
//code from here till the end of the code will be used to disable the cheat
newmem:
PS2Mem+A72E7C:
infinityMP:
dq 2463FFFF
unregistersymbol(infinityMP)
unregistersymbol(infinityMP)

Re: Suikoden V NTSC for PCSX2 1.4.0

Posted: Sat Dec 16, 2023 9:29 am
by nightmare3
i have update the tablet to V2.0.
new to the tablet are:
Earned Experience Multiplier
Training Does Not Use Party SP
Training Increases SP
Train Skill Once For SS Rank
Blacksmiths Can Forge To Max Level
Forge Once Sets Weapon Level To Max
Infinite Rune Use (In-Battle)
HP Restored After Battle
[War] Enemy Units - Instant Death
[War] Allied Units Never Take Damage

see :
nightmare3 wrote:
Sat Dec 09, 2023 1:28 pm