Table is not needed anymore, the devs finally added all the cheats to the singleplayer mode!
How it works:
Attach the table and execute
Enable Console Exec [0.1.0]
Now open the console with
Tilde or use my
Set Console-Key To F1 script.
Cheat Commands:
Code: Select all
AddDaoJuByClass
AddExp
AddGE
AddGEToTarget
AddJinZhiXiuMianHere
AddMJExp
AddNG
AddReDu
AddServerPermissionList
AddShouLieExp
AddWenShen
AddZJ
BaoCun
BianShen
ChaXunPSUniqueId
ChaZhaoSCGWeiZhi
CheckBuLuo
ChengJiu
ChongGouJianZhuHookData
ChongZhiRenWu
ClearAllJinZhiXiuMian
ClearAllNpc
ClearAllReDu
ClearJingJi
ClearKongZhi
ClearSelect
ClearServerPermissionList
CountWorldSimulatingPhysics
CreateSWByClass
CuiHuiZhiBei
DebugActorLocation
DebugBaoGuoError
DebugNavMesh
DebugRootMotion
DebugSelfLocation
DebugShuXing
DebugTargetLocation
DengJi
DrawZhouWeiJueSeCapsule
DumpTarget
Egg
EnableServerPermissionList
EndGA
ExpObj
ForceCrash
ForceOutOfMemory
FuHuo
GaiMM
GASDebugShuXing
GASPrintsDebug
GM
Go
GoF
GotoJiTan
GPS
JiaRuGongHui
JieSuoShouLieChengHao
JingYan
JiTanCeShi
JSMJ
KeJiShu
Key
KickPlayer
KuaFu
LoadJianZhuFromFile
LT
MeiTiShiWan
NavMeshDebugLog
PingServer
PinZhi
PrayWeather
Q
QieHuanJianZhuDebugMode
Query
QueryBlocker
QueryNieLian
QuerySelect
QueryStreamingLevelState
QueryWenDu
QueryZNpc
RCJ
ReadUserFile
RecordDynamicPhysicsActors
RemoveGE
RemoveNG
RemoveServerPermissionList
RemoveTargetGE
ResetGongHuiServerID
ResetMuBiaoGAS
RigidBodySleep
SaijiChuli
SaiManZhuJuan
SaveJianZhuToFile
Select
Set24hTime
SetAttr
SetBodyType
SetDebugTarget
SetHidePlayerMask
SetJianZhuToFileMode
SetJinZhiZhuanXiangFPS
SetTimeOffset
SetTimePower
ShanHao
ShowBaoXiangData
ShowCI
ShowComp
ShowFuShe
ShowGA
ShowGE
ShowHandles
ShowInfo
ShowJianZhuTotalNumber
ShowMap
ShowMubiaoFuShe
ShowMuBiaoGA
ShowMuBiaoGE
ShowMyCollision
ShowObjectCount
ShowReDu
ShowServerPermissionDetails
ShowTag
ShowYingHuoLocation
ShowYouHua
ShowZhanHengCount
ShuaXinZhiBei
SimulatingPhysics
SLDDengJi
SLDDengJiAll
SLDJingYan
State
TestGA
TestMove
ToggleBuildVersion
ToggleGzDebugger
ToggleOnlineFriends
TouQuAllJianZhues
TouQuViewJianZhu
WanJiaShiaWan
WeiSui
XiDian
XiuMian
YiChuViewRongQiMiMa
YinBi
YingWuStop
YinShen
ZhaoMu
ZhenShe
ZhuaBu
ZiSha
FOV
Slomo
e.g
Add 100 XP:
AddEXP 100
Learn proficiency:
SLDDengJiAll 999
Unlock full map:
ShowMap
Kill yourself:
ZiSha 1
Set FOV to 100:
FOV 100
Set double speed:
Slomo 2
The console has a auto complete, so type the commands to see the arguments, sometimes the console also shows you how to use something:
Attached to this post is also my quick dump of the game, I have no words for that cheap FName encryption ...
You can use the dump to check for more functions to execute, you can execute stuff from the PlayerController,Pawn,GameInstance, Game Mode.
e.g:
Code: Select all
OpenRuYao Function - BP_PlayerBase_C
OpenRuYao is a valid command to execute, what it's doing? no idea ... so if you want to play around with it have fun ( in best case make a new savegame for playing around with the commands, and if you want contribute with a list
)
Ofc you can also use the dump to get offsets, e.g if you want to know the offset of the Viewport/GameInstance in the GameEngine:
Code: Select all
Field: GameEngine:GameInstance [D28 - ObjectProperty(GameInstance)]
Field: GameEngine:GameViewport [780 - ObjectProperty(GameViewportClient)]
Edit:
How to open the debug menu with lots of options e.g spawning stuff:
viewtopic.php?p=356131#p356131
thanks to
@shood for sharing that!