cfemen wrote: ↑Sun Dec 04, 2022 1:06 am
Table to create the UE4 Console:
Default Key to open the console is
^ Tilde .
If Tilde does not work coz of your keyboard layout use my
Set Console-Key To F1 script!
Commands(Global Pointers) you can use anytime:
Code: Select all
Phx.InstaKill <bool>
Phx.InfiniteAmmoInReserve <bool>
Phx.InfiniteAmmoInClip <bool>
Phx.InstaDismember <bool>
Phx.OverrideRangedDamage <Damage>
Phx.OverrideStoppingPowerDamage <Damage>
Some examples:
Inf. Ammo Clip =
Phx.InfiniteAmmoInClip 1
One Hit Kills =
Phx.InstaKill 1
Set Stopping Power To 10 =
Phx.OverrideStoppingPowerDamage 10
Default Stopping Power =
Phx.OverrideStoppingPowerDamage 0
Commands that can only be used if the cheat manager is constructed:
Code: Select all
god
slomo <scale>
fov <scale>
playersonly
Note: you need to enable
Construct Cheat Manager again if a new level/savegame is loaded.
Warning: The game does not clear up all UObjects on the viewport if you load a checkpoint/savegame, that means the constructed cheat manager does still exist and can cause problems ( e.g endless loading screen )
If you just want to use the
God command you can use my
Toggle God Mode script, so you don't have to construct a cheat manager!
Note: activating
Toggle God Mode while you are at the main menu is useless, activate it if a savegame is loaded.
Commands that can be used if the Allow Spawn Commands script is active:
Code: Select all
AddItemDataByName <name> <amount>
Contraband
"GRP Battery"
Credits
"Flashlight Battery"
"Health Gel"
"Health Pack"
"Assault Rifle Ammo"
"Stubby Shotgun Ammo"
"Shotgun Ammo"
"Tactical Pistol Ammo"
"Hand Cannon Ammo"
"Schematic Tactical Pistol"
"Schematic Shotgun"
"Schematic Stubby Shotgun"
"Schematic Assault Rifle"
"Schematic Stun Gun Exotic"
"Upgrade Schematic Hand Cannon Stability"
Some examples:
Add 100 Credits:
AddItemDataByName Credits 100
Spawn Assault Rifle schematic directly into the inventory:
"Schematic Assault Rifle"
Spawn HealthPack Pickup:
"Health Pack"
Spawn 1 HealthPack directly into the inventory:
AddItemDataByName Healthpack 1
Spawn a GRP -Battery Pickup:
"GRP Battery"
You need to have atleast 1 free slot in the inventory for commands that are directly spawning into the inventory!
Screenshot examples:
Some more item names for the
AddItemDataByName command:
Code: Select all
Contraband_1_1
Contraband_1_2
Contraband_2_1
Contraband_2_2
Contraband_3_1
Contraband_3_2
Contraband_1_1_PSX
Contraband_2_1_PSX
Contraband_3_1_PSX
Contraband_Pack_PSX
Note: you may have to drop and pick up a item first before you can use it if you spawned something with the
AddItemDataByName command!
My table also contains a
Range Weapons Editor script, this script generates pointers to all your equipped weapons and you can tweak some stats ( Power,Recoil,Speed,Shotgun-Spread etc)
Thats, it
Have fun with the console!
Edit: uploaded a table with a
Auto QTE script, no more keyboard smashing!
Note : it can be that it does not always work with all QTE events, or that you have atleast 1 quicktime event before they get auto. done.