GithubHelp home page GithubHelp logo

chasmical / ectd Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 3.0 2.84 MB

Streets of Rogue mod, that allows you to customize custom characters even more

C# 100.00%
bepinex streets-of-rogue mod mutators plugin items traits stats abilities custom-characters

ectd's Introduction

⚰️ ECTD has been discontinued ⚰️

The project's repository is archived as part of the GitHub Archive Program. ECTD's code and the documentation will no longer be updated. See more information in the latest RogueLibs blog post. Feel free to fork the repository to continue working on the project.

ECTD (Edit Characters Through Description)

Latest release Latest pre-release
Downloads Watchers Stars

ECTD v3.0.0 now works with RogueLibs v3.3.0!

With ECTD you can:

  • Set Strength/Endurance/Accuracy/Speed to any value in range ±2147483647;
  • Add any items, like Grenades, Plasma Sword or Laser Blazer;
  • Add any traits, ability upgrades and upgraded traits;
  • Set unavailable abilities, for example WerewolfLunge or TutorialAbility;
  • Set colors of body parts (+ custom colors R,G,B,A);
  • Use new mutator, added by this mod;

Links

Contents

  1. Installation
  2. Deinstallation
  3. How to use ECTD?
  4. 'Description Commands'
  5. New Mutators
  6. Characters created using ECTD
  7. Changelog

Installation

  1. Install BepInEx:
    1. Download the latest version of BepInEx;
    2. Drag all files from the archive into directory /Steam/SteamApps/common/Streets of Rogue/;
    3. Run the game, so BepInEx can create needed files and directories, and close the game;
  2. Install RogueLibs:
    1. Download the latest version of RogueLibs;
    2. Drag RogueLibsCore.dll into directory /Steam/SteamApps/common/Streets of Rogue/BepInEx/plugins;
    3. Drag RogueLibsPatcher.dll into directory /Steam/SteamApps/common/Streets of Rogue/BepInEx/patchers;
  3. Download the latest version of ECTD;
  4. Drag the file "ECTD.dll" into directory /Steam/SteamApps/common/Streets of Rogue/BepInEx/plugins;
  5. Done! Now run the game and enjoy!

Deinstallation

  1. Just remove "ECTD.dll" from /Steam/SteamApps/common/Streets of Rogue/BepInEx/plugins.

How to add items/traits?

You need to type 'description commands' in your custom character's description, like so:

++PlasmaSword
&&Strength=228
**BananaLover2
%%WerewolfLunge
&&Speed=-2

After saving the character, a text will appear in the description, describing the changes that were made:

[ITEM 'PlasmaSword' ADDED]
[STAT 'Strength' SET TO '228']
[TRAIT 'BananaLover2' ADDED]
[ABILITY 'WerewolfLunge' ADDED]
[STAT 'Speed' SET TO '-2']

See the guide in Steam for more information.

'Description Commands'

  • ++<Item ID> - adds an item with the specified ID to the custom character;
    Examples: ++Grenade, ++PlasmaSword, ++Hypnotizer2;
    See All Item IDs.txt;

    Now you can specify item counts! (v2.7+):
    ++RocketLauncher+Infinity, ++Grenade+45, ++BananaPeel+19.

  • --<Item ID> - removes an item with the specified ID from the custom character;
    Examples: --Grenade, --PlasmaSword, --Hypnotizer2;

  • **<Trait ID> - adds a trait with the specified ID to the custom character;
    Examples: **UpperCrusty, **BananaLover2, **ReloadWeaponsNewLevel;
    See All Trait IDs.txt;

  • //<Trait ID> - removes a trait with the specified ID from the custom character;
    Examples: //UpperCrusty, //BananaLover2, //ReloadWeaponsNewLevel;

  • &&Strength=<Value> or &&Str=<Value> - sets the custom character's Strength to the specified value;
    Examples: &&Strength=11, &&Strength=-6, &&Str=50;

  • &&Endurance=<Value> or &&End=<Value> - sets the custom character's Endurance to the specified value;
    Examples: &&Endurance=488755541, &&Endurance=-2, &&End=16;

  • &&Accuracy=<Value> or &&Acc=<Value> - sets the custom character's Firearms to the specified value;
    Examples: &&Accuracy=1337, &&Accuracy=-4, &&Acc=228;

  • &&Speed=<Value> or &&Spd=<Value> - sets the custom character's Speed to the specified value;
    Examples: &&Speed=40, &&Speed=-6, &&Spd=69;

  • %%<Ability ID> - sets the custom character's special ability;
    Examples: %%Charge, %%WerewolfLunge, %%MindControl;
    See All Ability IDs.txt;

  • !!items - lists all item IDs that were added to the custom character;

  • !!traits - lists all trait IDs that were added to the custom character;

  • ::Skin|Hair|Legs|Body|Eyes - gets the custom character's skin/hair/legs/body/eyes color;

  • ::Skin|Hair|Legs|Body|Eyes=<Color> - sets the custom character's skin/hair/legs/body/eyes color to the specified color;
    Examples: ::Skin=Purple, ::Eyes=RobotSkin, ::Hair=255|12|86|220, ::Body=23-62, ::Legs=255,0,255,127;
    See All Color IDs.txt;

Tired of these annoying messages? (v2.8+)

Here's how you can remove messages like "[Item 'Fud+50' added]":

Find a file called "ectd-nomessages.cfg" in BepInEx/config and write "true" in it. (if the file doesn't exist, start the game, the file will be created automatically, or create it yourself)

Characters created using ECTD

When you're publishing your custom characters, you can use this template on Steam Workshop:

[b]This character requires ECTD to work!
You can find the latest release here:
https://github.com/SugarBarrel/ECTD/releases[/b]

https://steamcommunity.com/sharedfiles/filedetails/?id=2098198414

ectd's People

Contributors

chasmical avatar cuber01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ectd's Issues

Size

this isnt really an issue but a request im new to github but this mod is great! can you add code or whatever that allows the player to change the size of the chracter through the description also?

Compatible but no longer working...

I installed both rougelibs 3.3.0 and ECTD 3.0.0 but even though it loaded the patch (mod) ECTD no longer Edits Character Through the Description and the characters I made from the previous version no longer work. :( (maybe its just that way for me could you show me the way you have the folders (MACOS) organized it worked before but idk honestly )

LogOutput.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.