Page 1 of 8
Sword Art Online RE:Hollow Fragment
Posted: Fri Mar 30, 2018 7:19 pm
by qweasdzxc17
No one asked for this. But still it will be given. Stay tuned.
Re: Sword Art Online RE:Hollow Fragment
Posted: Fri Mar 30, 2018 8:06 pm
by qweasdzxc17
Here is a preliminary table for my non-existent userbase
First Release:
Infinite HP
Infinite SP
Update 1:
Added all Skill Levels and SS Masteries. (May be missing those that require near end-game progress to unlock)
Added Misc pointers (Money, Skill points, Start of Storage memory)
Added script "Keep Storage at 99" (Anything put into storage will 99 instantly)
Update 2:
Fixed "Keep Storage at 99" now will not remove item when quantity used is 99
Added Hollow Points to Misc Pointers
Added script "Instant Complete Implementation" (Do the action once to update)
Update 2.1:
Added Evasive Arts and Shield Skill Levels.
Update 3:
Added XP Multiplier
Changed script for "Instant Complete Implementation" (Works for all now, but more brute force than i would like)
Update 3.5:
Fixed "Infinite SP" now modifies actual value, not display value.
Added "Black Howling Assault" to SS Mastery.
Added another skill points address. (Skill points + Skill points = Total skill points)
Update 3.5 Hotfix 1:
Script ""Keep Storage at 99" is now "Freeze Storage" (Off when not using)
Update 4:
Added "Instant Complete Implementation (Lazy version)" this will auto-complete the current "checking" implementation
Added SS Masteries for all skills gained from element implementation.
Update 5: (Thanks to gradius12 for pointing out Hollow Area rank, Affinity and XP)
Added addresses for all hollow area ranks, most main characters affinity.
Added scripts "Partner XP Multiplier", "Affinity Multiplier", "Instant Level Up".
Added script "Dont Decrease Inventory" (Off when not in use)
Note: If anyone can come up with a better script for "Instant Complete Implementation" feel free to do so.
IMPORTANT: Do not use "Keep Storage at 99" as this will give you 99 of all key items, which may break your progress. (Update 3.5 and below)
EDIT: Ignore the line above, looks like event items are only visually represented. Once you turn the script off the tab returns to normal.
Re: Sword Art Online RE:Hollow Fragment
Posted: Fri Mar 30, 2018 11:22 pm
by qweasdzxc17
Anything that needs to be written to the save game eg. inventory, skill levels, points, affinity etc. can be found in this reigon of memory.
140000000 <-> 150000000
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 7:49 am
by NietonoNoShana
Does the evasion arts and shield skill level belong in the near end-game progress aswell because there is no option to set their values yet.
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 9:30 am
by qweasdzxc17
NietonoNoShana wrote: ↑Sat Mar 31, 2018 7:49 am
Does the evasion arts and shield skill level belong in the near end-game progress aswell because there is no option to set their values yet.
Well no, but im not sure if it actually does anything, so i'm not including it yet.
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 9:36 am
by thais80
They increase the chance of parrying/blocking attcks (I own the vita version of the game ^^)
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 9:50 am
by NietonoNoShana
actually the evasion arts increases your chance to evade attacks and the shield increases your chance to block attacks. Would like it added to the skill list if possible. Other than that i love you for how quickly you already added this for a game that came out just yesterday. Looking forward to the next update if you are making one

Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 10:30 am
by qweasdzxc17
thais80 wrote: ↑Sat Mar 31, 2018 9:36 am
Added it in Update 2.1
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 12:18 pm
by onizukaftw
nice thanks
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 3:11 pm
by XVoid
The skill points pointer doesn't work. If you edit it, the skill points zero out instead of becoming the edited number.
Re: Sword Art Online RE:Hollow Fragment
Posted: Sat Mar 31, 2018 3:46 pm
by qweasdzxc17
XVoid wrote: ↑Sat Mar 31, 2018 3:11 pm
The skill points pointer doesn't work. If you edit it, the skill points zero out instead of becoming the edited number.
Did not mention it, but it seems that its a signed one byte value, that would make 127 the max skill points.
Re: Sword Art Online RE:Hollow Fragment
Posted: Sun Apr 01, 2018 12:39 pm
by nos4r2
Thank for fast release man
Re: Sword Art Online RE:Hollow Fragment
Posted: Sun Apr 01, 2018 3:24 pm
by onizukaftw
If you could possibly find the "window" for the OSS/SSC timing would be great.
that 0.3 second gap to press another skill is crazy stupid in this game...thankfully HR widened that gap by letting you use another skill within around 2-3? seconds.
Re: Sword Art Online RE:Hollow Fragment
Posted: Sun Apr 01, 2018 4:08 pm
by qweasdzxc17
onizukaftw wrote: ↑Sun Apr 01, 2018 3:24 pm
If you could possibly find the "window" for the OSS/SSC timing would be great.
that 0.3 second gap to press another skill is crazy stupid in this game...thankfully HR widened that gap by letting you use another skill within around 2-3? seconds.
Barely able to chain 8 skills at this rate, cant imagine 12.
Anyway, i have no idea how to do that though, maybe someone more knowledgeable can try?
Re: Sword Art Online RE:Hollow Fragment
Posted: Sun Apr 01, 2018 4:56 pm
by qweasdzxc17
How inventory works:
Code: Select all
Item ID Quantity
| |
65 12 00 00 63 00 00 00 65 0A 00 00 63
First byte of item id is category.
65 seems to be recovery items
96 are drops.
9B are smithing materials.
Second byte is actual id of item.
Quantity is one byte with a maximum value of 7F.
The item ids are always in chronological order. When an item is removed from storage its position is 00'd and when the next item is put in, it takes the removed item's place and the subsequent item is put in chronological order provided there are no other empty spaces