Jump to content

Some insight into console methods


brian5s

Recommended Posts

SO, I am using a binary editor to try and find other hacks outside of the ones already posted. I can see them, yet, there is no indication on how they are used. Maybe someone with more time than I have can figure them out. I believe that many if not all of these have been posted, but, worth digging into some of the other objects.

 

0/1 Invulnerable / Immortal
player.god
Enables resurrect cheat on player controlled object
player.resurrect
Enables killing player controlled object
player.kill
Sets ignore time dilation flag on player object
player.realtime
All ammo pools become infinite
player.infiniteAmmo
Ammo is no longer removed from magazines
player.bypassMagazine
spawns new puppet and switches control to it
player.switchToNewPuppet
Toggles the player invisible to AI senses
player.invisible
AddItem(item recordID, [quantity])
player.inventory.addItem
RemoveItem(item recordID, [quantity])
player.inventory.removeItem
clears the inventory
player.inventory.removeAllItems
Prints list of items
player.inventory.displayItems
Spawns item with given loot table
player.inventory.spawnItem
EquipItem(slot recordID, item RecordID, quiqslotID int)
player.inventory.equipItem
UnequipItem(slot recordID)
player.inventory.unequipItem
CycleActiveItem(slotID)
player.inventory.cycleActiveItem
Prints all attachment slots
player.inventory.displayEquipped
AddItemToPeer(peerID, item recordID, [quantity])
player.inventory.addItemToPeer
EquipItemToPeer(peerID, slot recordID, item RecordID)
player.inventory.equipItemToPeer
AddAndEquipItemToPeer(peerID, slot recordID, item RecordID, [quantity])
player.inventory.addAndEquipItemToPeer
UnequipItemFromPeer(peerID, slot recordID)
player.inventory.unequipItemFromPeer
Runs a geometry description query in front of the player
player.describeGeom
Prints player's position to a file located in game root and called 'playerPosition.txt'
player.printPosition
Teleport player in position and rotation
player.teleport
Marks the player's position & rotation for later teleport with 'teleporttomark'
player.markforteleport
Teleports player to previously marked position & rotation (from 'markforteleport')
player.teleporttomark
Teleports player to marker with tag provided as argument
player.teleporttomarker
Modify players health by amount (can kill the player)
player.modifyhealth
Set player to play tpp anims
player.enabletpprepresentation
Usage: exec( [script exec function name] [param1] ... [param5] )
Only 5 arguments currently supported, talk to gameplay code if you require more.
CheatObject parameters
EnableCheat
ToggleCheat
HasCheat
IncreaseGlobalTimeDilation
DecreaseGlobalTimeDilation
IncreasePlayerTimeDilation
DecreasePlayerTimeDilation
DebugCheatsSystem
RepIncreaseGlobalTimeDilation
RepDecreaseGlobalTimeDilation
RepIncreasePlayerTimeDilation
RepDecreasePlayerTimeDilation
RepResetTimeDilation
RepToggleGamePause
RepTeleportPlayer
RepEnableCheatOnPlayer
Link to comment
Share on other sites

Some questions.

 

For manipulating inventory, can the item recordID be found from clicking on the item in your inventory with the console on? Or will there have to be some database deciphered to know what's what?

 

What's the difference between the additem and spawnitem commands?

Edited by darkekun
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...