Dark Souls Remastered
0 of 0

File information

Last updated

Original upload

Created by

Nahnahchi

Uploaded by

Nahnahchi

Virus scan

Safe to use

Tags for this mod

About this mod

An interactive shell for testing and debugging DARK SOULS REMASTERED

Permissions and credits
This is a command line multi-tool for testing and debugging DARK SOULS REMASTERED.

Type help for the list of commands and help [command] to see the usage and available options.

DarkShell-R welcomes you with:

  • Command history and autocompletion.
  • Automatic hooking into the game's memory.
  • Automatic command re-execution on reload.
  • GAME MAN options from the PTD Debug build.
  • The ability to easily enable cheats like no damage or no gravity.
  • Easy item creation and upgrade.
  • Support for modded item creation.
  • A filter customizer with GUI.
  • The ability to manage event flags.
  • The ability to warp between locations.
  • A free soft-ban from DARK SOULS REMASTERED online servers.

Example of some of the commands:

set name Giant Dad
set phantom-type 1
item-get grass-crest-shield
item-get-upgrade zweihander
disable npc
warp oolacile-township bonfire

You can create custom items that you've modded into GameParams by either:

  • Spawning it by ID: item-get [category-name] [item-ID] [count] OR
  • Adding it to the list of known items: item-mod add

To start reading performed animations use get last-animation.

To manage event flags type enable [flag-id] or disable [flag-id], to read flags: get [flag-id].

If you want to get notified when an event flag reaches one of its states, you can use the on-flag notify command.
You are also able to give yourself an item with on-flag item-get [option].
on-flag should be able to take every single command as an argument even if they're not listed with autocomplete.

Known Event Flags
Source Code
PTDE Version