Make Modding Great Again.
- Choose from a huge selection of gamemodes and mutators to make every experience unique!
- Pick your skills or select a random build!
- Take advantage of hero perks and custom abilities to further enhance your hero!
- View the Changelog or the Reddit Community
- Nearly all the major features of Redux have been achieved by paying talented developers to implment them. If you enjoy Redux and can spare a few dollars, please consider supporting the mod financially so that it can continue to grow.
- Supporting the mod will unlock exclusive features in game, as well as granting a special Discord role and Reddit flair
- https://www.patreon.com/darklordabc
- Feel free to post an issue on any subject. Improvements, bugs, ideas or to start a discussion, its all good.
- There are two major lists of issues, ordered by priority, the bug list is HERE, and the improvement list is HERE.
- Click here to view Dota 2 Redux on the steam workshop.
- Click here.
- Click here.
- For players that have poor ping to dedicated servers, you may want to play locally (hosted on your own computer) todo this use this command in the console to launch a local game "dota_launch_custom_game 786348190 custom_bot".
- Clone this repo locally to your Desktop/projects folder
- Open PowerShell/cmd.exe in the cloned folder
- Type
npm install
Common issues with npm install
:
-
Make sure none of the files in the game/content folders are being used in another program while you are trying to
npm install
-
Make sure the following folder don't exist before you run
npm install
- Game:
dota 2 beta\game\dota_addons\legends_of_dota_redux
- Content:
dota 2 beta\content\dota_addons\legends_of_dota_redux
- Game:
- Open
legends_of_dota_redux
in Dota Tools. You can create a shortcut for this, Target:"C:\Program Files (x86)\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe" -addon legends_of_dota_redux -tools -vconsole -dev
- Open console and type
dota_launch_custom_game legends_of_dota_redux custom
(Replacecustom
with name of map you want to run)
- Yes please do. The best way to contribute is to create a new branch on the repistory per feature, and then create a pull request to merge with "develop" branch.
- Your code will not be merged unless it meets the quality controls that are in place on this project.
- Your code will not be merged if it does not follow the coding patterns / layout of the other code in the project.
- Your code will not be merged if it implements a feature that is not inline with the direction the project is taking -- Please raise an issue asking if a feature would be good before implementing it, you may find certain features will never be approved.
- All variables and functions should be written in camel case, with the first letter being lowercase, and seperate words starting with uppercase
- someVariableName is acceptable, some_variable_name and SomeVariableName are not acceptable
- There are some instances where this rule has generally been broken, this was by mistake, before LoD had a well defined style
- All code should be thread safe
- If you make a call to an async function, ensure you check that the resources you want to access are still valid once the callback happens, this is usually needed when timers are used to process something on a unit after a short delay
- Do not put credits or your name in code, the commit log will have your name, as well as the blame section of GitHub
- Filenames are strictly lowercase. Sperate words should be seperated by an underscore (_) to increase readability, short file names should be used where possible, however, file names need to be readible and easily understandable.
- Greentext in abilities (not including alt-text or warning texts) should accord to the following rule: We only use greentext in the tooltip, for REWORKED abilities, not for completely new ones. And greentext should only highlight what has been reworked, i.e. what is different to the reworked one and the original. Example of correct usage.. The exception of green text in new abilities is when its a reworked new ability, an example of this, is the OP variety of abilities, greentext should be used to highlight the difference between the OP and normal version.
- Yes!
- Open
src/localization/addon_<your langage>.txt
- You can reference
addon_english.txt
- You might need to save it as unicode, if non standard characters are used
Emoji | Represents |
---|---|
🌟 | Original Creator of LoD |
😈 | Redux Director |
👑 | Developer |
🍭 | Custom Ability Creator |
🌴 | Hero Perk Creator |
🚀 | Panorama |
😜 | Memes Redux Creator |
🚩 | Game Logic |
✨ | Developer of Other Mod |
🈷 | Chinese Translator |
🚣 | Creator of Overflow Abilities |
ash47 🌟 |
Wouterz90 😈✨🍭🌴 |
SwordBacon 👑✨🍭🌴😜 |
TideSofDarK 👑✨🍭🌴🚀🚩 |
lcd1232 👑👀 🔧 |
K1llMan 👑🚀 |
Myrl 👑🚩🍭 |
---|---|---|---|---|---|---|
James Garbagnati 👑✨🚀 |
kernelpicnic 👑🚀 |
ark120202 ✨🚀🚩 |
darklordabc 👑 |
Yahnich 👑✨🍭🌴 |
OtsoTurpeinen 👑✨🍭🚣 |
jhqz103 🈷 |
DankBudd 👑✨ |