Cheat Engine 表格 [更新:2020年4月2日]
-
1585917813_1585917813_fsd_win64_shipping.zip下载 (12.46 kB)
平台:Steam
游戏版本:0.29.38896.0
进程:FSD-Win64-Shipping.exe
- 创建并初始化 FSDCheatManager
该脚本将在所有 Level 类型的 UObjects 中,交换位于偏移量 0x770 的所有 5 个成员函数虚拟表中的 AllowCheats 函数指针。之后,它将运行 APlayerController::AddCheats 函数,为您创建并初始化 CheatManager UObject。如果您计划使用作弊(控制台命令),则需要这个存在。因此,请首先启用此脚本。
- 钩住 UCheatManager 执行(execFly, execGhost, execWalk)
该脚本钩住调用 UCheatManager::Fly、UCheatManager::Ghost 和 UCheatManager::Walk 函数的 CheatManager 包装器,将其替换为我重建的版本。为什么要重建?因为按设计发布的版本包含未编译的核心代码。因此需要恢复。
- 劫持 MoveForward/MoveRight
现在,即使上述脚本处于活动状态并且功能已恢复,您仍然无法正确飞行。这是因为 Z 轴在鼠标方向 + 移动中未被处理。因此,我不得不找到移动函数(APlayerCharacter::MoveForward, APlayerCharacter::MoveRight)并钩住它们,条件是当 UCharacterMovementComponent::IsFlying 发生时,撕裂并恢复的代码将执行,从而允许您在所有轴上自由移动。简而言之,您可以飞行和幽灵(即 noclip)。要关闭它们,请在控制台中输入 'walk'。
- 设置所有 CheatManager UFunctions 可执行(在控制台使用)
如果您想执行我下面粘贴的所有美味作弊,您需要此脚本处于活动状态。激活脚本,并假设您已经激活了“创建并初始化 FSDCheatManager”脚本,您现在可以在控制台中输入它们。
C_AddForgingXP
C_AddUncappedXP
C_AddXP
C_ArmorMat_GiveAll
C_Campaign_Advance
C_Campaign_ResetCompleted
C_Campaign_ResetProgress
C_ChangeIntoxication
C_ClearAllMilestones
C_ClearAllMissionStats
C_CompleteMission
C_CompleteObjectives
C_FadeFromBlack
C_FailMission
C_FixedMissionSeed
C_FixedPLSSeed
C_GenerateNewMissions
C_GiveAll
C_GodMode
C_IncrementAllMissionStats
C_JumpToNextRoom
C_KillAll
C_LevelUpCharacter
C_MachineEvents_FinishCurrent
C_MachineEvents_Track
C_Promotion_ClearRewardsSeen
C_Promotion_SetCampaignComplete
C_Promotion_SetLevel
C_RecordMode
C_RefreshDeepDives
C_RemoveAllWidgets
C_RemovePlayerRanks
C_Reset_PickaxeParts
C_ResetAchievements
C_ResetActivePerks
C_ResetAllDrinks
C_ResetCheatedResources
C_ResetDeepDives
C_ResetForgingXP
C_ResetMinersManual
C_ResetSkinsAndUpgrades
C_ResetSteamAchievementStats
C_ResetYearTwoGifts
C_Resupply
C_Revive
C_Schematic_GiveRandom
C_Schematics_ClearHasSeenFirstMessage
C_Schematics_ForgeAll
C_Schematics_ResetAll
C_Schematics_UnlockAll
C_ScoutFlareInfiniteDuration
C_SetAmmoCostEnabled
C_SetEnglish
C_SetFastFlares
C_SetHealth
C_SetPlayers
C_SetTestMission
C_Skin_GiveAll
C_Skin_ResetAll
C_SpawnBarrelOnPlayer
C_SpawnEvenRewarder
C_SpawnNormalWave
C_SpawnScriptedWave
C_SpawnScriptedWaveIndex
C_ToggleCanShowBlood
C_ToggleFadingDebug
C_ToggleFadingEnabled
C_ToggleHoopGameMovement
C_Treasures_Reward
C_Treasures_Track
C_Unlock_PickaxeParts
C_UnlockAll
C_UnlockAll_Beers
C_UnlockAll_Perks
C_UnlockAll_Poses
C_UnlockAllDeepDives
C_UnlockAllDrinks
C_UnlockAllUpgrades
C_UnlockAllWeapons
C_UnlockOverclocking
Cheat_AddCredits
Cheat_AddPerkPoints
Cheat_AddXP
Cheat_Campaign_Advance
Cheat_ForceLostPack
Cheat_ForceTreasure
Cheat_GenerateNewMissionSeed
Cheat_PickAxeVanity_ResetAll
Cheat_PickAxeVanity_UnlockAll
Cheat_RemoveResources
Cheat_ResetEquippedUpgrades
Cheat_Resources
Cheat_Schematic_ForgeAll
Cheat_Schematic_GiveRandom
Cheat_Schematic_ResetAll
Cheat_Schematic_UnlockAll
Cheat_SetHealth
Cheat_SetSpawnPosMarker
Cheat_UnlockAll_Beers
Cheat_UnlockAll_Poses
Cheat_UnlockAllUpgrades
Cheat_UnlockAllWeapons
DestroyAllInstances
GetListOfRoomNames
IsInGodMode
R_Add_Aquarq
R_Add_BitterGem
R_Add_Jadiz
R_AddCraftingResource
R_AddCredits
R_AddGold
R_AddMatrixCores
R_AddMOM
R_AddNitra
R_AddPerkPoints
R_AddResources
R_RemoveCredits
R_RemoveResources
ResetSpacerigIntroMessage
ResetTutorials
SetFastMovement
SetGodMode
SetHUDVisible
SetQuadPickAxe
SetSpawnEnemies
SetStandingDown
ShowTutorialDebug
SpawnBosco
SpawnCritters
SpawnEnemies
SwitchCharacte
R_AddCraftingResource 类型:1 — Bismor,2 — Croppa,3 — Jadiz,4 — Magnite,5 — Enor Pearl,6 — Umanite 用法:R_AddCraftingResource 1000 1(添加 1000 Bismor)SetGodMode 1 启用上帝模式。用 SetGodMode 0 关闭 C_AddXP 1000 将添加 1000 XP(角色图标左上方的红条)。Cheat_AddCredits 100 将给您 100 Credits。
启动过程:
1. 启动 Cheat Engine,选择“加载”并选择表格
2. “选择要打开的进程”,选择所需的进程。
3. 选择所需的选项,打勾。
Платформа: Steam
Версия игры: 0.29.38896.0
Процесс: FSD-Win64-Shipping.exe
- Create & Initialize FSDCheatManager
The script will swap the AllowCheats function pointer in all 5 member-functions virtual tables, found at offset 0x770, in all Level-typed UObjects. After that, it will run APlayerController::AddCheats function which will create and initialize the CheatManager UObject for you. You need this to exist if you plan to use cheats (console commands). So enable this script to begin with.
- Hook UCheatManager execs (execFly, execGhost, execWalk)
The script hooks the CheatManager wrappers calling the UCheatManager::Fly, UCheatManager::Ghost and UCheatManager::Walk function, replacing them with the ones I've rebuilt. Why rebuilt? Because Shipping releases by design come with the core code not compiled. Thus it needs restoration.
- Hijack MoveForward/MoveRight
Now, even with the above script active and functions restored, you still can't fly properly. That's because the Z-axis is not processed in the mouse orientation + movement. As such, I had to find the movement functions (APlayerCharacter::MoveForward, APlayerCharacter::MoveRight) and hook them, conditioning that when UCharacterMovementComponent::IsFlying is happening, that's when the ripped-and-restored code would execute, thus allowing you free movement on all axis. In short, you get fly and ghost working (aka noclip). To turn them off, type 'walk' in the console.
- Set All CheatManager UFunctions Executable (on console use)
You will need this script active if you want to execute all of the juicy cheats I've pasted below. Activate the script and, assuming you've already activated the "Create & Initialize FSDCheatManager" script, you can now type them in the console.
C_AddForgingXP
C_AddUncappedXP
C_AddXP
C_ArmorMat_GiveAll
C_Campaign_Advance
C_Campaign_ResetCompleted
C_Campaign_ResetProgress
C_ChangeIntoxication
C_ClearAllMilestones
C_ClearAllMissionStats
C_CompleteMission
C_CompleteObjectives
C_FadeFromBlack
C_FailMission
C_FixedMissionSeed
C_FixedPLSSeed
C_GenerateNewMissions
C_GiveAll
C_GodMode
C_IncrementAllMissionStats
C_JumpToNextRoom
C_KillAll
C_LevelUpCharacter
C_MachineEvents_FinishCurrent
C_MachineEvents_Track
C_Promotion_ClearRewardsSeen
C_Promotion_SetCampaignComplete
C_Promotion_SetLevel
C_RecordMode
C_RefreshDeepDives
C_RemoveAllWidgets
C_RemovePlayerRanks
C_Reset_PickaxeParts
C_ResetAchievements
C_ResetActivePerks
C_ResetAllDrinks
C_ResetCheatedResources
C_ResetDeepDives
C_ResetForgingXP
C_ResetMinersManual
C_ResetSkinsAndUpgrades
C_ResetSteamAchievementStats
C_ResetYearTwoGifts
C_Resupply
C_Revive
C_Schematic_GiveRandom
C_Schematics_ClearHasSeenFirstMessage
C_Schematics_ForgeAll
C_Schematics_ResetAll
C_Schematics_UnlockAll
C_ScoutFlareInfiniteDuration
C_SetAmmoCostEnabled
C_SetEnglish
C_SetFastFlares
C_SetHealth
C_SetPlayers
C_SetTestMission
C_Skin_GiveAll
C_Skin_ResetAll
C_SpawnBarrelOnPlayer
C_SpawnEvenRewarder
C_SpawnNormalWave
C_SpawnScriptedWave
C_SpawnScriptedWaveIndex
C_ToggleCanShowBlood
C_ToggleFadingDebug
C_ToggleFadingEnabled
C_ToggleHoopGameMovement
C_Treasures_Reward
C_Treasures_Track
C_Unlock_PickaxeParts
C_UnlockAll
C_UnlockAll_Beers
C_UnlockAll_Perks
C_UnlockAll_Poses
C_UnlockAllDeepDives
C_UnlockAllDrinks
C_UnlockAllUpgrades
C_UnlockAllWeapons
C_UnlockOverclocking
Cheat_AddCredits
Cheat_AddPerkPoints
Cheat_AddXP
Cheat_Campaign_Advance
Cheat_ForceLostPack
Cheat_ForceTreasure
Cheat_GenerateNewMissionSeed
Cheat_PickAxeVanity_ResetAll
Cheat_PickAxeVanity_UnlockAll
Cheat_RemoveResources
Cheat_ResetEquippedUpgrades
Cheat_Resources
Cheat_Schematic_ForgeAll
Cheat_Schematic_GiveRandom
Cheat_Schematic_ResetAll
Cheat_Schematic_UnlockAll
Cheat_SetHealth
Cheat_SetSpawnPosMarker
Cheat_UnlockAll_Beers
Cheat_UnlockAll_Poses
Cheat_UnlockAllUpgrades
Cheat_UnlockAllWeapons
DestroyAllInstances
GetListOfRoomNames
IsInGodMode
R_Add_Aquarq
R_Add_BitterGem
R_Add_Jadiz
R_AddCraftingResource
R_AddCredits
R_AddGold
R_AddMatrixCores
R_AddMOM
R_AddNitra
R_AddPerkPoints
R_AddResources
R_RemoveCredits
R_RemoveResources
ResetSpacerigIntroMessage
ResetTutorials
SetFastMovement
SetGodMode
SetHUDVisible
SetQuadPickAxe
SetSpawnEnemies
SetStandingDown
ShowTutorialDebug
SpawnBosco
SpawnCritters
SpawnEnemies
SwitchCharacte
R_AddCraftingResource Type: 1 — Bismor, 2 — Croppa, 3 — Jadiz, 4 — Magnite, 5 — Enor Pearl, 6 — Umanite Usage: R_AddCraftingResource 1000 1 (adds 1000 Bismor) SetGodMode 1 Enables god mode. Turn it off with SetGodMode 0 C_AddXP 1000 Will add 1000 XP (the red bar under your character icon, top-left). Cheat_AddCredits 100 Will give you 100 Credits.
Процесс запуска:
1. Запустить Cheat Engine, "Load" и выбрать таблицу
2. "Select a process to open", выбрать нужный процесс.
3. Выбрать нужную опцию, поставить крест.
相关文件:
有用的链接:
