Code: Select all
Genre: Action/RPG/Souls-like/Single-player
Release: 3 Mar, 2023
Process: WoLong.exe
Build: Ver.1.04/Build.10790985
Save Location %USERPROFILE%\Documents\KoeiTecmo\Wolong\Savedata\<user-id>\SAVEDATA
CheatEngine: 7.50/Open to public for free
I've completed game until last so don't have much interest in updating.
All scripts will remain compatible with upgrade, so only report problems when you have.
It's created as a single player. As for the multi, forbidden here, please do not ask that related.
Combat Parameters/FOV/Title/Play Time/Equip Stats/special effects/Friendship
Ghost Mode
Set Fortitude Rank
Max quantity/Items
Qi doesn't decrease
Equip rarity become 4
Set Equip Effect Values
Set Equip's upgrade level
Equip Max stats/No Weight
Get All basic titles/Test Phase
Ignore required craft materials
Craft material doesn't decrease
Wipe out the enemies on the map
Damage/Fortitude Level Multiplier
Level doesn't increase with level up
Set Accolades at the time of exchange
Accolades doesn't decrease when exchange
Camera Location/Distance/Height/Direction
Infinite HP/Usable/Potion/Throwing/Spirit gauge
Special effects of equipment change to generic ones
Add new:
Fix FOV script for Ver.1.04
Item Data (Not posession is 1)
If you have problems when starting CT, download the latest version of CE.
The drop rate is mostly solved by maximizing the luck of the equipment or effect.
Note that this was created for Steam and will likely not work properly in the Game Pass version.
If you like this Table, Click the Rep button, Thanks
Tutorial to add the script written here
Code: Select all
1. Copy entire codes
Code: Select all
2. Launch Cheat Engine
Code: Select all
3. Ctrl + Alt + A (Open Auto Assemble Display)
Code: Select all
4. Ctrl + V (Paste what you just copied)
Code: Select all
5. Click "File" and Select "Assign to current cheat table"
Code: Select all
6. Close Auto Assemble Display
Code: Select all
7. If that's okay, Save the content
Code: Select all
For everything else, run in the order 1.2.4
Script for opening saved data folder
For Steam
Code: Select all
[ENABLE]
{$lua}
if syntaxcheck then return end
os.execute("explorer.exe %USERPROFILE%\\Documents\\KoeiTecmo\\Wolong\\Savedata");
[DISABLE]
Code: Select all
[ENABLE]
{$lua}
if syntaxcheck then return end
local lfs = require("lfs")
local User_Profile = os.getenv("UserProfile")
local Source_Folder = User_Profile .. "\\Documents\\KoeiTecmo\\Wolong\\Savedata\\"
-- Find the first subfolder that contains a "SAVEDATA" subfolder
local GameName, SaveData_Folder
for dir in lfs.dir(Source_Folder) do
if dir ~= "." and dir ~= ".." then
local dir_path = Source_Folder .. dir
if lfs.attributes(dir_path, "mode") == "directory" then
for sub_dir in lfs.dir(dir_path) do
if sub_dir == "SAVEDATA01" then
GameName = dir
SaveData_Folder = dir_path .. "\\SAVEDATA01\\"
break
end
end
end
end
if GameName then break end
end
if not GameName then
MessageDialog("Error: Could not find 'SaveData' folder.", mtError, mbOK)
return
end
local Backup_Prefix = "Backup_"
local Backup_Name = Backup_Prefix .. os.date("%Y-%m-%d_%H-%M-%S")
local Backup_Folder = SaveData_Folder .. Backup_Name .. "\\"
if not lfs.mkdir(Backup_Folder) then
MessageDialog("Error: Could not create backup folder.", mtError, mbOK)
return
end
-- Copy all files in SaveData_Folder to the backup folder
for file in lfs.dir(SaveData_Folder) do
if file ~= "." and file ~= ".." then
local Save_Path = SaveData_Folder .. file
local Backup_Path = Backup_Folder .. file
local Save_Attributes = lfs.attributes(Save_Path)
if Save_Attributes.mode == "file" then
local Save_File = io.open(Save_Path, "rb")
if not Save_File then
MessageDialog("Error: Could not open " .. Save_Path, mtError, mbOK)
else
local Backup_File = io.open(Backup_Path, "wb")
if not Backup_File then
MessageDialog("Error: Could not create " .. Backup_Path, mtError, mbOK)
else
Backup_File:write(Save_File:read("*all"))
Save_File:close()
Backup_File:close()
end
end
end
end
end
-- Ask the user if they want to open the backup folder
local Reaction = MessageDialog('Open the Backup folder?', mtConfirmation, mbYes, mbNo)
if Reaction == mrYes then
local Command = "explorer.exe \"" .. Backup_Folder .. "\""
local Success, Message = pcall(os.execute, Command)
if not Success then
MessageDialog("Error opening folder: " .. Message, mtError, mbOK)
end
end
[DISABLE]
Code: Select all
[ENABLE]
{$lua}
if syntaxcheck then return end
os.execute("explorer.exe %localappdata%\\Packages\\946B6A6E.WoLongFallenDynasty_dkffhzhmh6pmy\\SystemAppData\\wgs");
[DISABLE]
[Link] by hades
Equip Information by variante
Block Cam Input Script by Akira
Martial Arts Information by oilnarak01
Special Effect Information by delpirero
Special Effect Information by donloder1
What if Combat Parameters are not available?
Some are displayed from the beginning, but under different conditions.
Previous versions
Other Table
Userdefined DropdownList/Effect/Martial Arts
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1