Anyone can help? I need a Stray's total game time for "I Am Speed" achievement, is there anyone can help?
Thank you so much
[Requests] Stray 's total game time(Steam version)
Re: [Requests] Stray 's total game time(Steam version)
As far as I'm aware, there are dedicated functions in the actual UE4 that let you unlock ALL achievements (or achievement by id). So that's my tip for whoever wants to do this. Cheers.
Re: [Requests] Stray 's total game time(Steam version)
Thank you, but I only need this game time function, also I don't want they VAC ban me because I'm just cheat @total game time, so if I got this cheat only that may more safe for me, Thanks
Re: [Requests] Stray 's total game time(Steam version)
There are no game-related CheatManger functions/commands, only the stock ones. If there were any HKCheatManager functions/commands, the developers made sure to strip them completely from the Shipping build.
There seems to be a DebugMenu (that needs to be constructed; it doesn't exist out of thin air) that contains several things:
Code: Select all
Function /Script/Hk_project.HKGameInstance:_CheatDebugMenuEntry_B12Memories_OnAPressed
Function /Script/Hk_project.HKGameInstance:_CheatDebugMenuEntry_B12Memories_OnXPressed
Function /Script/Hk_project.HKGameInstance:_CheatDebugMenuEntry_Backpack_OnAPressed
Function /Script/Hk_project.HKGameInstance:_CheatDebugMenuEntry_GodMode_OnAPressed
Function /Script/Hk_project.HKGameInstance:_CheatDebugMenuEntry_OnUpdate
Function /Script/Hk_project.HKGameInstance:_CheatDebugMenuEntry_TorchLight_OnAPressed
Function prototype is:
Code: Select all
WriteAchievementProgress( _
ObjectProperty WorldContextObject, _ RDX
ObjectProperty PlayerController, _ R8
NameProperty AchievementName, _ R9
FloatProperty Progress, _ RSP+20
IntProperty UserTag _ RSP+28
)
AchievementName is an Enum:
Code: Select all
Enum /Script/Hk_project.EAchievement
EAchievement::Achievement_ACH_001
EAchievement::Achievement_ACH_002
EAchievement::Achievement_ACH_003
EAchievement::Achievement_ACH_004
EAchievement::Achievement_ACH_005
EAchievement::Achievement_ACH_006
EAchievement::Achievement_ACH_007
EAchievement::Achievement_ACH_008
EAchievement::Achievement_ACH_009
EAchievement::Achievement_ACH_010
EAchievement::Achievement_ACH_011
EAchievement::Achievement_ACH_012
EAchievement::Achievement_ACH_013
EAchievement::Achievement_ACH_014
EAchievement::Achievement_ACH_015
EAchievement::Achievement_ACH_016
EAchievement::Achievement_ACH_017
EAchievement::Achievement_ACH_018
EAchievement::Achievement_ACH_019
EAchievement::Achievement_ACH_020
EAchievement::Achievement_ACH_021
EAchievement::Achievement_ACH_022
EAchievement::Achievement_ACH_023
EAchievement::Achievement_ACH_024
EAchievement::Achievement_Count
EAchievement::Achievement_MAX
P.S.: You can always use Steam Achievement Manager to unlock Steam achievements... -> [Link]. No idea why you didn't know of this.
Who is online
Users browsing this forum: Dickincorp