Teamfight Manager

File information

Last updated

Original upload

Created by

Blazing

Uploaded by

BlazingFrenzy

Virus scan

Safe to use

28 comments

  1. xk0072
    xk0072
    • member
    • 0 kudos
    Can I ask if this mod has an acceleration function for the combat part of the game? I always use CE to accelerate four times the speed, but sometimes the game will freeze.
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      I have looked into an acceleration function and the best I could come up with was having the game permanently on 2x using the double speed event that's already in the game. It would be a bit scuffed and ultimately I decided I didn't want to force 2x speed on everybody because this mod has a lot of other content to offer.
  2. Tin101
    Tin101
    • member
    • 0 kudos
    Can I ask you how you made the mod?
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      I already knew how to code in C# (language the game is made in), it was just a matter of learning how to view/modify the game files and learn how the code logic within the files to know how the game functions. I still haven't learned everything (like where the champion stats are being held) but I'm still trying so I can add more to the mod!

      If you have any suggestions I'd be happy to try.
    2. Tin101
      Tin101
      • member
      • 0 kudos
      Here would be some of my suggestions (I don't know how feasible it is tho).
      A way to change the size of nerfs/buffs in patches (like instead of 10 ad nerf increase the multiplier to give 15 ad nerf).
      Change the base stats of champions to make them more balanced from the get-go.
      Affecting how often champions get turned off due to bugs.
      Adding in more or less than 1 champion per patch.
      Creating a new base champion pool.
      Also curious if this mod can be played multiplayer if both people have it installed.
    3. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      A way to change the size of nerfs/buffs in patches (like instead of 10 ad nerf increase the multiplier to give 15 ad nerf).
      This should be easy enough to do as part of the mod (making big patches bigger), but having a customizable input or anything might be a little too difficult, the game wasn't exactly built to be modded based on my experience so far

      Change the base stats of champions to make them more balanced from the get-go.
      I have looked extensively for the champion base stats/ability info, because one of my ideas for the mod was going to be giving more in-depth descriptions of what champion skills & ultimates do, such as giving how much damage one does or how long an ability lasts etc. but for the life of me cannot figure out where this information is stored. I might just start doing manual tests for damage & durations and input it that way, it'll be less precise but at least it's something.

      Affecting how often champions get turned off due to bugs.
      This should be easy enough, would you be looking for more often or less often? from my personal experience I find on average it's about once/twice a season which I haven't found to be too bad.

      Adding in more or less than 1 champion per patch.
      Same as the first point, this should be easy enough to implement as part of the mod, but having it customizable for each user may be a little more complicated than the game would allow (or my knowledge would allow).

      Creating a new base champion pool.
      I believe this is possible, I can certainly try to add a customizable base champ pool in new game plus.

      Also curious if this mod can be played multiplayer if both people have it installed.
      I have tested this a little bit and as far as I've been able to tell if both players have the mod it does work in multiplayer. If you try this and something breaks please let me know!
    4. qmanbino1
      qmanbino1
      • member
      • 0 kudos
      May I ask what software you use to code the mod? I'm interested in trying to create a mod myself, do you have any advice when starting out?
    5. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      There's a few different programs needed to read and write the necessary files, I used an Asset Extractor and a ".dll" reader so I could edit the code
    6. Warchief1
      Warchief1
      • member
      • 0 kudos
      What was the asset extractor and .dll reader you used if I may ask?
    7. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      It's been a minute since I've looked at this stuff but I believe I used "Asset Studio", "Asset Bundle Extractor" and "dnSpy" as my 3 main programs to navigate through the game's code and assets
  3. diceruler
    diceruler
    • supporter
    • 0 kudos
    If I wanted to create my own mod for the game, do you have any pointers on how to get started?
  4. anl93
    anl93
    • member
    • 2 kudos
    Can you make a mod that skips/simulates or at least autos the matches. Playing every single of them can be boring. 
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      I'm not sure I fully understand, the actual matches themselves are "auto" played, it's just the pick/ban phase you have to play yourself.

      I have looked into speeding up or skipping the actual gameplay but I think it's a little out of my scope unfortunately, I think there's definitely a way to do it but I've gotten busy with other things and I believe it would be a fairly large change to attempt.
  5. denz1l
    denz1l
    • member
    • 0 kudos
    Thanks for making this mod, we are 4 friends that do personalized league between us and we're going crazy trying to invent new stuff after 100 hours. Love the game though, we will for sure try your mod asap! In my experience the game is most enjoyed in PvP, as a draft/auto-battler, so any improvement in that regard would be amazing, like personalized leagues or playoffs, better control over finances and progress would be dope.

    More simpler suggestion would be to tweak also items in a similar way to traits, with some more creative add-ons and not the bland +x atk especially for the cheap versions. Any additional heroes of course would be insanely great!
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      My original patch was going to include a way to surrender in multiplayer but unfortunately my friends stopped playing the game before I was able to test it to make sure it all worked. I will see if I can add it back, it's a small thing but being able to surrender can be helpful to speed things up

      I haven't looked too much into items yet but I definitely have some ideas, I'll probably start working on the next patch soon!
    2. denz1l
      denz1l
      • member
      • 0 kudos
      Great! Waiting for the next update!
  6. TheBlackNinj4
    TheBlackNinj4
    • member
    • 0 kudos
    A tip would be that when you change the meta, also make changes to each champion's special, and if possible, also use different language, sometimes it's difficult to translate all the time.
    Other than that, the game only gets better every time you update it.
    1. TheBlackNinj4
      TheBlackNinj4
      • member
      • 0 kudos
      and a new trait that could be added, would be that for every x kills or assists in the season the player gains +1 atk or def, it would be really cool to make him the team's carry in this way
    2. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      also use different language

      I only speak English, so if I were to update the other languages in the game the best I could do is copy/paste google translate. Which is still better than nothing so if I have some free time in the near future I'll try my best.

      also make changes to each champion's special

      Unfortunately I do not believe this is something I can change, I have looked extremely thoroughly through the game files and for some reason still cannot manage to find where the champion skill/ultimate stats are, which prevents me from making any meaningful change to them. I am still looking occasionally and if I do find where these are located I will be sure to try and update them.

      would be that for every x kills or assists in the season the player gains +1 atk or def

      Currently player traits only effect match to match within the game's code and increases from these traits can't be carried over through games or the season. If I discover a way to do this I will be sure to attempt to widen the trait pool.
  7. nhoz12223a
    nhoz12223a
    • member
    • 0 kudos
    Love it. Im love this game but game no more update it make me sad.Thank you for making update for it.
    can im request can you make more Big update in game im. only change 8 to 10 per patch not enough change meta
  8. RickFail
    RickFail
    • member
    • 0 kudos
    I would like to congratulate the modder on the project, it is amazing, and his idea of ​​balancing is very good, I used to go crazy when a bad perk came, now it is much more balanced. Keep updating this mod.
    Sorry for the english, I'm Brazilian and I do not speak english.
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      I appreciate that! I have a few ideas to improve the game and hopefully I can figure them out so I can update this mod with them :)
  9. TheBlackNinj4
    TheBlackNinj4
    • member
    • 0 kudos
    How do I put the mod in the game?
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      The instructions are in the "description" tab, under "Installation Guide"!
  10. Hankeei
    Hankeei
    • member
    • 0 kudos
    the game is crashing during the special event where you get weird buff and get a lot of xp for your member 
    1. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      Good to know, I will look into this now!

      Do you know which special event you chose? That will help me figure out what the issue might be.

      Best Case would be if I could have your save file, if you navigate to this directory: C:\Users\%USER%\AppData\LocalLow\samoyed\Teamfight Manager, you will see a bunch of .tfm files, if you sort by date the most recent one should be the file that you're playing on (that's crashing). If you could send me a direct message with that file that would be appreciated
    2. BlazingFrenzy
      BlazingFrenzy
      • member
      • 1 kudos
      I have found the issue and fixed it with v1.1 (available now)
    3. Hankeei
      Hankeei
      • member
      • 0 kudos
      damn thanks for the fix! great job with the mod btw love it !! <3