Page 1 of 2

Ys X: Nordics

Posted: Fri Oct 25, 2024 5:51 pm
by DhaosCollider

Notes:
  • Requires Cheat Engine 7.2/later.
  • Damage Multiplier/Must Evade Enemy Attacks also works for sea battles.
  • Give Item/Inventory Data List include Money, Crystal, Contribution Points, Mana Points.

    Have fun :)
    ysx.CT
    Oct 28, 2024: View update history for details.
    (152.07 KiB) Downloaded 4613 times
View current options
<colors>
  • Script or Script that's no available for AOB Error
  • AddressGroupHeader
  • GroupHeader/Comment
  • Variable

<scripts>
  • CE:
    • Compact Mode
    • Translucent Mode
    • Add Hotkeys Menu
  • CT:
    • Save Checkbox States
      • Notes:
        • If saved, states of the checkbox can be restored when CT is started next time.
        • If they are variables, the values are also saved. (supports AllowIncrease/Decrease)
    • Load Checkbox States
    • Expand All Headers
    • Check Updates
    • Give Log to Clipboard
      • Note: Please use this for better reporting if options are not available.
  • Field:
    • Move Speed Multiplier
      • times
    • Jump Height Multiplier
      • times
    • Unlimited Mana Sense
    • Freeze Lunch Timer
    • Easy Fishing
  • Ship:
    • Ship Speed Multiplier
      • times
    • Unlimited Mana Sail
    • No Ammo Consumed
  • Combat:
    • Auto Perfect Guard
    • Damage Multiplier
      • times: player
      • times: non-player
    • Must Evade Enemy Attacks
    • Must Be Critical Hits
    • Unlimited SP
    • Unlimited Revenge Gauge
    • EXP Gained Multiplier
      • times
    • Skill Mastery Multiplier
      • times
  • Items:
    • Give Item
    • Inventory Data List
View update history
Oct 28, 2024:
  • Added
    • Must Evade Enemy Attacks
      Doesnt work against some enemy attacks.
      Specifically, it will not work if it cannot refer to luck status held by player/ship.
Oct 27, 2024:
  • Added
    • No Ammo Consumed
      for ship.
  • Fixed
    • Easy Fishing
      During QTE it did not work.
      So it was modified to bypass the QTE occurrence.
  • ysx.CT
    (146.73 KiB) Downloaded 582 times
Oct 26, 2024:
  • Added
    • Unlimited Mana Sail
    • Unlimited Mana Sense
      Due to the game's spec, Mana Sense exits when treasure chests and movies are accessed.
  • Fixed
    • Dropdown.Item
      Some items added.
  • ysx.CT
    (131.55 KiB) Downloaded 392 times
Oct 25, 2024:
  • ysx.CT
    (120.21 KiB) Downloaded 372 times
Find other contributions
How to merge with other contributions
Note:
  • We can not provide support for issues caused by merging, it just shows you how.
Method:
  • Place other contributions anywhere under the top-most script. (invalid under <settings>)
    That way Save/Load Checkbox States works equally well for other contributions.
    Image
Extra: Give Items without Key Items
  • Even if key items are excluded, there is still a risk of breaking story/quest flags so you keep in mind that.

    Code: Select all

    <?xml version="1.0" encoding="utf-8"?>
    <CheatTable>
      <CheatEntries>
        <CheatEntry>
          <ID>11164</ID>
          <Description>"Give Items without Key Items"</Description>
          <LastState/>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{$lua}
    if syntaxcheck then return end
    
    [ENABLE]
    
    local func = getAddress("func_add_item")
    local ins  = Recorder.getAddress(AddressList["P-&gt;Base"]) + 0x25EC0
    local num  = Recorder.inputQueryForAdd(memrec, 1)
    local list = AddressList["Dropdown.Item"]
    
    for i = 0, list.DropDownCount - 1 do
        local id = tonumber(list.DropDownValue[i])
        if not (id &lt; 8100) then break end
        executeCodeEx(0, nil, func, ins, id, tonumber(num))
    end
    
    beep(); assert(memrec.active, "Executed")
    
    [DISABLE]
    </AssemblerScript>
        </CheatEntry>
      </CheatEntries>
    </CheatTable>
    
    Copy and paste the above code under Items: and it should work.
Replies:
gradius12 wrote:
Sun Oct 27, 2024 11:24 pm
seems like skill mastery doesnt work with certain skills i coudnt get them to work with some skills you learn from the books like the slide dance and spin ones

strangly if i load the first table it works even thou its the same script
  • I have no idea.
    I tested it with the manuals during the last chapter and it seems to be working for me.
intelhater wrote:
Mon Oct 28, 2024 9:14 am
Could you add ship god mode? And it seems like when turning on the damage multiplier with the ship the enemies get that as well and can one shot the player and the player doesn't get the effect of the damage multiplier depending on how the damage multiplier is set.
  • What you have mentioned has not happened to me.
    But I created Must Evade Enemy Attacks so you can try it.
ewsgwgshsdrhs wrote:
Mon Oct 28, 2024 7:18 pm
Is it possible for you to add a Gold Multiplier option? Just like in your Ys IX table. Thank you very much for your table!
  • I created a script that manipulated the amount of drops, but that also affected what got from treasure chests.
    I think it's affects are extensive, risky, so plz compromise with Give Item/Inventory Data List.

Re: Ys X: Nordics

Posted: Fri Oct 25, 2024 8:23 pm
by demorest2
Dam u! Ty!

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 3:58 am
by KS212
Thanks for the table. God tier work as always!

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 6:36 am
by gradius12
great table one tiny request if possible

are the mana points from the release lines(the skilltree in sort)

nevermind im dumb :-D

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 8:03 am
by tsukanomon
Thanks a lot for the table, specially the ship movement speed.
Not sure if it is a simple request, but can you add infinite Mana Sail ?

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 9:18 am
by demorest2
DhaosCollider wrote:
Fri Oct 25, 2024 5:51 pm

Notes:
  • Requires Cheat Engine 7.2/later.
  • Damage Multiplier, also works for sea battles.
  • Give Item/Inventory Data List include Money, Crystal, Contribution Points, Mana Points.

    Have fun :)
    ysx.CT
View current options
<colors>
  • Script or Script that's no available for AOB Error
  • AddressGroupHeader
  • GroupHeader/Comment
  • Variable

<scripts>
  • CE:
    • Compact Mode
    • Translucent Mode
    • Add Hotkeys Menu
  • CT:
    • Save Checkbox States
      • Notes:
        • If saved, states of the checkbox can be restored when CT is started next time.
        • If they are variables, the values are also saved. (supports AllowIncrease/Decrease)
    • Load Checkbox States
    • Expand All Headers
    • Check Updates
    • Give Log to Clipboard
      • Note: Please use this for better reporting if options are not available.
  • Field:
    • Move Speed Multiplier
      • times
    • Jump Height Multiplier
      • times
    • Ship Speed Multiplier
      • times
    • Freeze Lunch Timer
    • Easy Fishing
  • Combat:
    • Auto Perfect Guard
    • Damage Multiplier
      • times: player
      • times: non-player
    • Must Be Critical Hits
    • Unlimited SP
    • Unlimited Revenge Gauge
    • EXP Gained Multiplier
      • times
    • Skill Mastery Multiplier
      • times
  • Items:
    • Give Item
    • Inventory Data List
Any way to add all items script!? To many for manual input...

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 4:12 pm
by demorest2
demorest2 wrote:
Sat Oct 26, 2024 9:18 am
DhaosCollider wrote:
Fri Oct 25, 2024 5:51 pm

Notes:
  • Requires Cheat Engine 7.2/later.
  • Damage Multiplier, also works for sea battles.
  • Give Item/Inventory Data List include Money, Crystal, Contribution Points, Mana Points.

    Have fun :)
    ysx.CT
View current options
<colors>
  • Script or Script that's no available for AOB Error
  • AddressGroupHeader
  • GroupHeader/Comment
  • Variable

<scripts>
  • CE:
    • Compact Mode
    • Translucent Mode
    • Add Hotkeys Menu
  • CT:
    • Save Checkbox States
      • Notes:
        • If saved, states of the checkbox can be restored when CT is started next time.
        • If they are variables, the values are also saved. (supports AllowIncrease/Decrease)
    • Load Checkbox States
    • Expand All Headers
    • Check Updates
    • Give Log to Clipboard
      • Note: Please use this for better reporting if options are not available.
  • Field:
    • Move Speed Multiplier
      • times
    • Jump Height Multiplier
      • times
    • Ship Speed Multiplier
      • times
    • Freeze Lunch Timer
    • Easy Fishing
  • Combat:
    • Auto Perfect Guard
    • Damage Multiplier
      • times: player
      • times: non-player
    • Must Be Critical Hits
    • Unlimited SP
    • Unlimited Revenge Gauge
    • EXP Gained Multiplier
      • times
    • Skill Mastery Multiplier
      • times
  • Items:
    • Give Item
    • Inventory Data List
Any way to add all items script!? To many for manual input...
By category !?) Exclude risky n key item

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 6:19 pm
by amorrow28
I've writen a free camera script for Ys X. It is based on the [Link] v1.07. Thank you as always to Cyber for the original movement algorithm (adapted by me because there are no rotation angles to use), and to Sunbeam, misterwashimashi and Dhaos Collider for helping me figure out this game engine (when I did the Kuro no Kiseki table).

YsX_Free_Camera.CT
(37.72 KiB) Downloaded 213 times

Features and how to use:
  • Free camera - press 0 to activate. See instructions below on how to navigate.
    • Free camera without movement lock - press NumPad . to activate. This is for cutscenes. For some reason, using the regular free camera during cutscenes sometimes cause characters to spin rapidly (it's actually hilarious). I could not figure out how to lock player movement AND prevent spinning, so this alternate version is for those times that the regular one doesn't work.
  • Force Pause Animation - F5 to turn on, F6 to turn off - this completely pauses the game! Check the box to enable before using.
  • Hide Interface - F7 to toggle. Everything disappears - interface, minimap, dialogue, menus, overlays, letterboxing, everything.

Code: Select all

Free Camera Controls:

Hotkey : Num 0 (Toggle On/Off)

After activating the script player can use the following hotkeys:
W : Forward
S : Backward
A : Left
D : Right
T : Up
G : Down

Mouse control for tilt/pan!  (You can turn mouse support on and off with page up / page down keys while the script is active.)
I : Tilt Up
K : Tilt Down
L : Pan Right
J: Pan Left

F1 : Decrease Camera Speed (Press and Hold)
F2 : Double Camera Speed (Press and Hold)
F3 : Quadruple Camera Speed (Press and Hold)
My other free camera scripts: Trails of Cold Steel 1, Trails of Cold Steel 2, Trails of Cold Steel 3, Hajimari no Kiseki CLE, Kuro no Kiseki 2 CLE, Tokyo Xanadu eX+, Ys VIII: Lacrimosa of Dana, Ys IX: Monstrum Nox, Atelier Ryza, Atelier Ryza 2, Granblue Fantasy Relink.

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 6:26 pm
by amorrow28
Item purchase override. This is an alternative to the give item feature of DhaosCollider's table. I have no idea if it solves the corrupt flag problem, I have not tested extensively. This is for the Steam NISA v1.07 version of the game.

I tested this at Holger's shop. I have not tested extensively with other shops. When you use this table, you will receive the item you selected instead of the item you purchased.

YsX_Purchase_Override.CT
(24.97 KiB) Downloaded 219 times

Re: Ys X: Nordics

Posted: Sat Oct 26, 2024 11:36 pm
by gradius12
noticed that the fishing script only works on land spots but not on the sea

Re: Ys X: Nordics

Posted: Sun Oct 27, 2024 3:24 am
by nakint
Thank alot for the table.
Can you add inf ship ammo and no coldown ship weapons?

Re: Ys X: Nordics

Posted: Sun Oct 27, 2024 11:24 pm
by gradius12
seems like skill mastery doesnt work with certain skills i coudnt get them to work with some skills you learn from the books like the slide dance and spin ones

strangly if i load the first table it works even thou its the same script

Re: Ys X: Nordics

Posted: Mon Oct 28, 2024 9:14 am
by intelhater
Could you add ship god mode? And it seems like when turning on the damage multiplier with the ship the enemies get that as well and can one shot the player and the player doesn't get the effect of the damage multiplier depending on how the damage multiplier is set.

Re: Ys X: Nordics

Posted: Mon Oct 28, 2024 10:03 am
by Carriva
Thanks you

Re: Ys X: Nordics

Posted: Mon Oct 28, 2024 7:18 pm
by ewsgwgshsdrhs
Is it possible for you to add a Gold Multiplier option? Just like in your Ys IX table. Thank you very much for your table!