The future of Vortex and the Nexus Mods app

  • Comment
Back in October 2022, we announced the arrival of Tim (Halgari) to the Nexus Mods team. We touched briefly on the future of Vortex and potential 2.0 updates. Things went a bit ‘stealth mode’ after that, so now it’s time to give more of an update on how the team has developed and how we see the next generation of mod management. This is going to be a long one, so buckle up!


A brief history of Vortex

Development of Vortex first began all the way back in 2016. At the time our team at Nexus Mods consisted of Tannin (Seb) as the sole developer of the mod manager, several backend developers who were primarily focused on running and maintaining the Nexus Mods website, and a couple of Community Managers. Since then, we've expanded our team and resources dramatically, including founding entire departments that didn't exist before, specifically Front End, Design and Product. While we are incredibly proud of Vortex - a staggeringly versatile mod manager and an undeniable successor to Nexus Mods Manager - it is a product of its time. With our new teams in place, we believe that we can do even better (more on that later in this post).

It is with a touch of sadness that we formally announce Seb's departure. He left Nexus Mods on amicable terms approximately two months ago. We want to extend our heartfelt gratitude for his unwavering dedication, hard work and professionalism, and wish him the best in his future endeavours.

Seb's journey in creating Vortex was not undertaken alone. In 2018, Nagev (Adrian) joined the team and played a pivotal role in developing several impressive extensions and frameworks for the application. Unfortunately, Adrian had to leave abruptly in 2022 due to health concerns and is also sorely missed.

With the departure of the original Vortex developers, we close one chapter and begin another. Our mod management application is of such significant importance and it has taken some time to find the right talent to take it forward. For over a year, we've been steadily assembling a new team to take our app development to the next level.





The future of Vortex

We recruited Insomnious (Simon) back in February to collaborate with Tannin and continue work on Vortex. If you follow the GitHub activity, changelogs, or have spent some time in the Vortex forums you might've seen him around already. Simon has a background in creating modding tools for Unity games.

Simon's work on Vortex can be seen in the last few releases and include better support for Markdown in collection instructions, error-handling improvements and enhancements to how Vortex displays and detects changes to Premium membership. The most significant change he has authored so far is the shift to using OAuth for Vortex login, aligning it with other apps. 

When asked about Vortex's current state, Insomnious praised its power and modular design but acknowledges the challenges of catering to a diverse user base. Users range from casual gamers to dedicated modders, and the goal is to make modding more inclusive while accommodating experts. Community feedback varies, with some wanting more upfront information and others seeking a gentler learning curve.

Future plans for Vortex include improved communication of updates, error-handling enhancements, and expanded game support. The most exciting update is a new default theme that aligns Vortex's interface with the Nexus Mods website. Dashboard updates are planned to ease the new user experience. Behind the scenes, efforts are focused on optimizing development pipelines and documentation.

Vortex will continue to be our primary, supported mod manager for the foreseeable future and will be the application that we provide to support modding for upcoming titles such as Starfield.





The Nexus Mods App

Alongside the continued development of Vortex, Tim (Halgari) has put together a new team of experienced developers from the community to begin work on our next generation of mod management software - dubbed the "Nexus Mods App". The app team combines the skills of developers who have worked on Vortex, Mod Organizer 2, Wabbajack and several other modding tools. 

The Nexus Mods App will be a ground-up reimagining of what we (and you) want our mod manager to be, building on the lessons learnt from Vortex and NMM before that. 

Mat (Demorphic) caught up with Tim about the new project and his new team to answer what we're sure are some of your burning questions.


Halgari, how has it been since joining Nexus Mods, did a specific vision exist for our mod manager, or was this something you had quite a lot of freedom with?

It’s been great, I think it’s a dream for many software engineers to turn their hobby into a full-time job. So being able to work on modding tools, and mod managers has in many ways been a life goal fulfilled.

As far as the vision for the app goes, I have been given a lot of trust and freedom. Being told to “go build the right thing, we trust you” is both empowering and daunting.

I have a strong background in software engineering, and I've spent ~20 years working on large computing systems. I also spent well over a decade writing code in a programming language called Clojure

Something that was pushed heavily in the Clojure community was the concept of “rethinking your designs in the context of new advancements in technology”. For example, these days most computers have SSDs and multi-core processors, we should leverage this as the “new norm” especially when considering how the environment will change by the time we end up launching an application. 

So after joining Nexus Mods, I spent a good 2-3 months researching existing mod managers, writing prototypes, and figuring out how I could apply lessons I’ve learned in my career to mod managers. I also spent time nailing down the technology I wanted to use for this work. Every programming language has its good and bad sides, and so I spent some time writing these all up in a matrix of the requirements our project had, and the benefits of each language. In the end, I landed on C# and Avalonia as a great middle-ground of excellent productivity, extremely performant code, and cross-platform support. 


It looks like instead of building a “Vortex 2” or iterating our current mod manager, you want to go back and build mod management from the ground up, why is that?

In many ways, this is a “Vortex 2” just under a different name. The name change from “Vortex” to “The Nexus Mods App” is a marketing decision more than anything. We realised that a lot of new users didn’t know why a thing called “Vortex” should be central to their modding workflow. In addition, even the term “mod manager” is foreign to a lot of users, we were getting feedback along the lines of “I don’t make mods, why do I need a manager for them, I just want to install mods?”. So while “the App” is a rather sterile and boring title it instantly conveys what the app does. If you want to run Discord on your desktop you download the “Discord App”, if you want to install mods from Nexus Mods, download the “Nexus Mods App”. 


Can you talk a bit about your thought process when deciding whether to keep adding functionality to Vortex or take a different approach?

Certainly. First of all decisions like this are always hard to make, and should never be taken lightly. My main approach in analysing what to do with a project like this is to look at the existing app, and the issues with it, identify why things were designed the way they are, and figure out if those requirements and rationales still stand, or if new technologies render some of these requirements moot.

Vortex was designed to be maintained mostly by one person, acting as the community coordinator. It was designed to be a shell into which a lot of extensions could be injected. In addition, it was developed in Node.js, primarily with Windows in mind. 

But the world has shifted a bit in several regards. Nexus Mods now has funds available to operate a small team of developers to focus specifically on our app (we currently have 5 programmers, a UI designer and a project manager), so this means we can take on more work. Relying primarily on volunteer work means that when something goes wrong with the support for some game, we have to kindly ask people to spend their unpaid free time fixing a bug. If we have more people on the project and work in a more centralised, but open community, we can fix these bugs ourselves and keep a higher level of quality control on the project. 

In addition, while Node.JS was probably a good choice when Vortex was created, in the meantime other technologies have come out that allow for much greater performance, flexibility and simplicity in app design. Specifically, we’re basing the app on .NET and Avalonia. These tools are cross-platform and are performant enough that we don’t need to write submodules in C or other languages. 

So to summarise, in order to get Vortex to the place we wanted it to be, we would have had to rewrite large portions of the application and at that point, we might as well rewrite it in a platform more closely aligned with our long-term goals. 


It looks like you have pulled together a very talented team to help you out, who are these guys?

We’ve been looking for the right people to support the development of the Nexus Mods App. We now have the team assembled.

Simon (Insomnious) has been a Unity developer for some time and has quickly picked up the ins and outs of Vortex, so he’s heading up Vortex (as mentioned above).

Florian (erri120) and I have worked together for quite some time on Wabbajack, and he also has been heavily involved with Mutagen (patching library for Bethesda games) and has written the Game finder library we use in the app. 

Seweryn (Sewer56) has built several modding frameworks and brings with him a lot of experience with micro-optimization, reverse engineering, and low-level knowledge, as well as experience with some of the more arcane parts of .NET like native interop, function hooking, etc. 

Gabriel (AL12), most people know from his work as a lead developer on the Mod Organizer 2 project. It’s great to have someone on the team with a wealth of experience in mod management, game modding and open-source development.



Thanks, it’s good to get that additional insight. Your philosophy on development appears to be very open and collaborative. Are you keen on involving the modding community in Nexus Mods App development?

Absolutely, I’ve been a big proponent of open-source software development almost since I started programming in the early 90s. As a manager told me years ago: “Lock a developer in a room for two weeks and they’ll come out convinced the code they wrote is the best thing ever designed by humankind”. In other words, being open to input and suggestions from the community is a great way to get a new perspective on your work, and to find out what’s working for people and what needs to be improved. 

While we anticipate doing the majority of the work on the app ourselves, we would love to get more people involved in the project. The code is open source (GPL3), and the toolchain is quite easy to set up, just install your C# IDE of choice, hit “build” and you’re good to go. 


Nexus Mods App will be open source. Why do you feel open source is the way forward, regardless of the risks?

Open-source development is critical to the success of almost any modding application. First of all, open-source code is free for anyone to read, and audit. This means it’s much harder for bad actors to develop code that has ulterior motives.

Now obviously, Nexus Mods has to make money, but we do so via visitors to the site and premium subscriptions. This means that success for a mod manager is encouraging more modding, which aligns well with the goals of the users. Users want to mod games, we want to write tools that make it easier for them to mod games. 

Open source is really the only way to build a project like this, because otherwise the financial incentives are all off, if a modding app is paid or closed source, it only makes the users want to use the application less. Likewise, if we made the mod manager a premium-only feature, we would be discouraging new users from trying the app on a whim. So while like any for-profit company, the goal of the app is to drive increased engagement and subscription, the best way to do this is to encourage more modding via a completely free, 100% open-source application.




What's the current status of the app?

The Nexus Mods App is considered pre-alpha which means it's not suitable for use by the general public. We are open to community developers trying it out if you're interested in collaborating or sharing feedback with our team on it, but you should not attempt to use any build of the app as a daily driver for modding yet as this can (and at this point, will) break your modding setup. 

We are building the app to milestones, so you can track the progress towards each major goal by checking out the GitHub page. No timelines will be provided for these milestones as we're working towards a level of quality rather than a set date. 


I want to know more. How do I get involved?

If you're fluent in C# and would like to learn more about the Nexus Mods app, you can visit the GitHub repository here. There you can read about the technical decisions driving the fundamental design of the app, see open tasks/milestones for planned features and download preview builds. It's worth noting that 80% of the work so far has been on the "back end" of the project and the current UI is not an accurate representation of what we've done so far. 

We're not looking for user feedback quite yet, but we'll be sure to make it hard to miss once we do get to that stage! 

In the meantime, you can continue to vote on your favourite suggestions for Vortex on our feedback board. Vortex will remain our primary, supported mod manager for the foreseeable future but we'll keep you updated on the progress of the Nexus Mods App through our site news and forums. 

389 comments

  1. PrayPrey
    PrayPrey
    • member
    • 15 posts
    • 1 kudos
    nevermind, gotta re-phrase that
  2. Akira1364
    Akira1364
    • premium
    • 936 posts
    • 32 kudos
    There's a relatively large contigent of people who just will absolutely never use this if the "spider web of doom" method for sorting loose asset files is still the only one provided. Something to keep in mind.
    1. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      It's actually really easy to resolve, but that screen scares everyone. It'd be better if you just got a message that you have circular references, and it sent you on to the individual file conflict resolution screen. This one:

      https://wiki.nexusmods.com/images/thumb/b/bb/Conflicts14.png/800px-Conflicts14.png
    2. Akira1364
      Akira1364
      • premium
      • 936 posts
      • 32 kudos
      It's not scary, it's just inefficient and annoying for multi-mod loose file conflicts (which absolutely do happen fairly frequently).

      The screenshot you linked is slightly better but it's not going to convince anyone who prefers a combined approach of MO2's straightforward ordered dragging and "hide" functionality.

      Some other things to note:

      - the "immutable modlists" doc on Github describes what sounds like the possibility of this app requiring MASSIVELY more disk space than MO2 does by needing downloaded archives to be retained, which is not a trivial thing at all and will make it a non-starter for a lot of people if true

      - the Skyrim SE game description doc on Github gives the very strong impression of having been written by someone who does not really know all that much about modding Skyrim SE. They describe "Loose Files Load Order" in an unnervingly downplayed way and seem to think it's WAY less important than it actually is, and they also name FNIS in a special-casey sort of way. FNIS should not be special cased, rather it (and all other third party tools that generate new files) need to have the ability to output directly into specific mod folders (e.g. "BodySlideOut", "NemesisOut", etc) that can themselves can then have their order adjusted as necessary. This is a major current advantage of MO2 over Vortex, Vortex simply does not have proper manageable support for handling the output of non-FNIS tool executables.
    3. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      The screenshot you linked is slightly better but it's not going to convince anyone who prefers a combined approach of MO2's straightforward ordered dragging and "hide" functionality.
      Sorry I fail to see why hiding the files for the mods you don’t want is easier than simply selecting the mod you do want for each file. If 5 mods are vying for a file, that’s 4 mods you need to hide. Seems pretty ass backwards to me.  

      You and I aren’t scared by the spider web but new modders most definitely are. 
    4. Akira1364
      Akira1364
      • premium
      • 936 posts
      • 32 kudos
      "Sorry I fail to see why hiding the files for the mods you don’t want is easier than simply selecting the mod you do want for each file. If 5 mods are vying for a file, that’s 4 mods you need to hide. Seems pretty ass backwards to me."

      For this particular note I suppose my point was that I feel the UI layout of MO2 for that particular thing is more straightforward and shows more at once. It can also be sorted by filename / mod name / etc.
    5. psycros
      psycros
      • supporter
      • 361 posts
      • 7 kudos
      The Vortex UI needs a complete overhaul - its frankly the worst I've ever seen on a multi-game modding tool.  Interface design needs to be as intuitive and straightforward as possible.  Profiles need to contain all the configuration data for the modding of each game...switching profiles should be like using someone else's computer.  Ideally, profiles would have an export-import function as well.
    6. madwolf2006
      madwolf2006
      • member
      • 100 posts
      • 1 kudos
      The Vortex UI needs a complete overhaul
      IMHO Vortex UI needs more than an overhaul it needs a complete rewrite
      IMHO let's get Nexus Mods installing mods in a more traditional way first where you need to install mods in a certain order not to break them and then expand how it installs mods later
    7. GabrielWithoutWings
      GabrielWithoutWings
      • premium
      • 112 posts
      • 3 kudos
      I agree. One of the reasons I stopped using it is the GUI bogs down once you go above about 800 mods (Skyrim and Fallout 4). It took upwards of 20 minutes for the GUI to refresh after sorting or marking a plugin light.
    8. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
       GUI bogs down once you go above about 800 mods (Skyrim and Fallout 4). It took upwards of 20 minutes 
      I have close to 1000 mods and haven’t experienced this. 
    9. Andythefreezer
      Andythefreezer
      • premium
      • 154 posts
      • 1 kudos
      Absolutely. I think egos should be put aside and instead cues should be taken from MO2. I use it because it handles everything. FNIS, Nemesis, Bodyslide. Also mods like TTW that are quite large are handled easily.

      MO2  will reign supreme if the backend of this new mod manager isn't up for these things.

      Because you know what people hate more than being confused by app names? Installling an app, downloading mods and then realizing the app isn't working well with a mod they want and realizing they should have used MO2 to begin with.
  3. SteelEyeballSac1
    SteelEyeballSac1
    • premium
    • 1 posts
    • 0 kudos
    The main thing I'd like to see from the new app is better support for Linux and possibly a native client, even if only through electron. I, and many other people use the Steam Deck and it would be great to make the proccess easier for installing mods. If the developers get overwhelmed by the number of distros and packaging formats, distributing the package as flatpak only like the Bottles devs do could work. Using flatpak also means there aren't issues with dependencies (assuming packaged correctly) or having as many distro specific issues.
    1. Shratath
      Shratath
      • member
      • 56 posts
      • 0 kudos
      +1
      A lot of ppl are using Steam Deck so making the tool work and support linux, will be super great! ;)
    2. cibrhusk
      cibrhusk
      • supporter
      • 113 posts
      • 5 kudos
      seconded!
    3. kozlos
      kozlos
      • member
      • 4 posts
      • 1 kudos
      +1.
      Any non native vortex version is a pain. it's either a 1 game instance via STL or jumping through hoops via lutris/bottles. Hardlink deployment makes many skyrim modpacks a 150gb+ ordeal, which is waaaay too much for a steamdeck.

      it should just work.
    4. Zxwer
      Zxwer
      • premium
      • 5 posts
      • 0 kudos
      +1
    5. Andythefreezer
      Andythefreezer
      • premium
      • 154 posts
      • 1 kudos
      +1
  4. BlindIo
    BlindIo
    • premium
    • 712 posts
    • 6 kudos
    Just don't force ModOrganizer2 to shut down and we good.
    1. Andythefreezer
      Andythefreezer
      • premium
      • 154 posts
      • 1 kudos
      +1
  5. james1753
    james1753
    • premium
    • 11 posts
    • 0 kudos
    the name does not matter, how it works is what does ;) improving the app, manager, or what ever you wish to call only helps the gaming community grow. keep on trucking
  6. Zanderat
    Zanderat
    • premium
    • 9,553 posts
    • 136 kudos
    I would love to know who they polled to come to the conclusion that the term “mod manager” is confusing.  It’s been used since at least Oblivion and across multiple games besides Bethesda games, such as TW3, Dragon Age, etc. 
    1. CoffeeSorcerer69
      CoffeeSorcerer69
      • premium
      • 12 posts
      • 1 kudos
      Whoever thought that is genuinely cringe, and probably wears jorts.
    2. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      Have to agree. These 3 active names will create confusion:

      Nexus Mod Manager
      Vortex
      Nexus Mods App

      There is already confusion between NMM and Vortex. I’d suggest a riff off Vortex to build continuity and brand recognition. People know after 7 years that Vortex is the mod manager sponsored by Nexus. 

      Vortex 2.0
      Vortex Next
      Vortex NG

      And although there may be some resistance to “Vortex” it has started to gain traction and good reputation with users despite MO2 fans attempts to smear it. Just make it Vortex but better. 
    3. Zanderat
      Zanderat
      • premium
      • 9,553 posts
      • 136 kudos
      Vortex 2.0 works for me.  Continuity is good.
    4. AugustaCalidia
      AugustaCalidia
      • premium
      • 2,849 posts
      • 9 kudos
      Vortex 2.0 sounds good to me as well.

    5. NeoNord
      NeoNord
      • supporter
      • 2,692 posts
      • 50 kudos
      Amen
    6. halgari
      halgari
      • App Developer
      • 209 posts
      • 491 kudos
      The answer to that question is: it's me. I had the final say on the name of the project, although I did talk with a lot of people ahead of time. I get that names are important to people, and people love to workshop (or bikeshed) them, but it's pretty set in stone at this point. If we do our job well, how "boring" or "cringe" or "corporate" or "market-y" the name is won't matter. In the end what matters is how well the application works. 
    7. Zanderat
      Zanderat
      • premium
      • 9,553 posts
      • 136 kudos
      From the article
      we were getting feedback along the lines of “I don’t make mods, why do I need a manager for them, I just want to install mods?.... If you want to run Discord on your desktop you download the “Discord App””
      So the question was actually, feedback from whom?  Who did you poll to determine that the term "mod manager" was confusing?  So judging by your answer, you polled yourself?  Statistically speaking, that's a pretty small sample size. 

      Btw, no one says "discord app".
    8. Wunderhund
      Wunderhund
      • premium
      • 124 posts
      • 7 kudos
      I Am all for naming it Bob.
    9. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      Just be prepared for churn and moderator frustration as users ask for help but get the NMM vs Vortex vs NMA acronym wrong. They already do it today with NMM and Vortex so add another level of confusion to that. 

      This isn’t about trendiness vs corporate vs markety, it’s about clarity and continuity for everyone. Just witness the AE vs SE churn and confusion. 
    10. DarkDominion
      DarkDominion
      • premium
      • 17,463 posts
      • 428 kudos
      @Wolfpack49 
      " I’d suggest a riff off Vortex to build continuity and brand recognition. People know after 7 years that Vortex is the mod manager sponsored by Nexus " 
      This ^^^

      (and good to see you too )

      @Zanderat agreed
    11. rizlakingsize
      rizlakingsize
      • member
      • 312 posts
      • 4 kudos
      There is unfortunately nothing the devs can do about people with the literacy of a 1st grader Wolfpack. Those people should not be using mods. 
    12. YourDeathWillCome
      YourDeathWillCome
      • member
      • 37 posts
      • 1 kudos
      Probably the same person who came up with this: "Mod authors work tirelessly and without financial gain to share their creations with you free of charge on Nexus Mods."

      Modding is a hobby, one the mod-maker is not obliged to do and can stop at any time. I collect stamps, I don't pretend that makes me special.
    13. Gyzzidonth
      Gyzzidonth
      • member
      • 269 posts
      • 8 kudos
      halgari
      23 August 2023, 4:14PM The answer to that question is: it's me. I had the final say on the name of the project, although I did talk with a lot of people ahead of time. I get that names are important to people, and people love to workshop (or bikeshed) them, but it's pretty set in stone at this point. If we do our job well, how "boring" or "cringe" or "corporate" or "market-y" the name is won't matter. In the end what matters is how well the application works. 


      So.... you do wear jorts then?
    14. DragonAvatar
      DragonAvatar
      • member
      • 554 posts
      • 11 kudos
      Exactly.
      If you want to download Discord...you call it...wait for it.... DISCORD..
      If you want to use Discord...you dont say: "oh im gonna load up the Discord app" you just call it Discord.
      Not Discord communications manager and also not Discord app..

      Whoever calls it so, is very detached from reality and if he wants to call Vortex 2 the "Nexus Mods app" because he likes it..
      then this is a very bad descision, based on the opinion of 1 person alone that apparently needs to add "app" to everything...
      as if it adds to its importance...because it doesnt add to clarify what it is or does and just sounds abhorrently stupid, just some word salad.

      This crappy naming has to be revoked and put up for vote by the community.

      Vortex has had a hard time establishing itself, but it managed to do so and gained recognition as a good reliable tool, far exceeding NMM and pretty much trading blows with MO2 and its userbase, which is something crappy old NMM wouldnt even dare to dream about...

      And now some dude wants to throw that over board and crap on continuity and well established branding.
      Just because he likes it, you cant make that s#*! up, sounds like something the new "manager", and it sounds like one with all the senseless marketing blabla, would do in a company to throw his weight around and make everyone and everything miserable with it.

      Pro tip:
      r/slash malicious compliance is full with stories about such individuals...maybe read them or listen to them on YT or so and learn a thing or two...
      otherwise we might hear some story later on r/slash am i the butthole?...

      /rant off.
    15. ladyaurora
      ladyaurora
      • premium
      • 171 posts
      • 8 kudos
      Wunderhund
      23 August 2023, 4:50PM
      I Am all for naming it Bob.

      Great minds
    16. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      ok, ok don’t want to get TOO mad over it, just saying you’ve worked hard to establish a brand name and even getting it just about feature even with MO2. Strongly advise you BUILD on that name recognition rather than start over on a new name. 

      It’s more than enough your are building from the ground up, which is great news!
    17. tylanol86
      tylanol86
      • premium
      • 25 posts
      • 0 kudos
      i also would love to know who the heck was polled. i didn't get an email so it wasn't us users
    18. Zanderat
      Zanderat
      • premium
      • 9,553 posts
      • 136 kudos
      @halgari has not really answered the question.  It may seem trivial, but literally no one is confused about what a mod manager does.  And the fact that it is presented as a big huge stumbling block to most people is disingenuous at best. 
    19. 1ae0bfb8
      1ae0bfb8
      • supporter
      • 5,523 posts
      • 55 kudos
      the name is the first thing people see and the first thing they react to. way before they get to even use it.

      "nexus mods app".

      i bet that took so much brainstorming and angst before you came up with the final decision to go with that. i dont envy you the sleepless nights before you made that decision.
    20. staberind
      staberind
      • member
      • 97 posts
      • 1 kudos
      -ahem-
      "Jortex"

      *Makes sure the lights are reflecting off my glasses just so*
      "Get in the Jortex, Shinji"
    21. Xaliber13
      Xaliber13
      • member
      • 463 posts
      • 16 kudos
      @halgari
      The answer to that question is: it's me. I had the final say on the name of the project, although I did talk with a lot of people ahead of time. I get that names are important to people, and people love to workshop (or bikeshed) them, but it's pretty set in stone at this point. If we do our job well, how "boring" or "cringe" or "corporate" or "market-y" the name is won't matter. In the end what matters is how well the application works.

      With much respect, troubleshooting should be also a part of the equation.

      I have to help users troubleshoot Vortex in a regular basis, and I can tell you people confuse Vortex with NMM all the time. Renaming it to Vortex Mod App will only add to the confusion.

      Of course my evidence is also anecdotal, but as the product lead you should have a stronger evidence to make a case. 

      Please do share how and who you surveyed.

      Again, this is NOT about the name being cringe or whatever, it's about how people like me have to deal with confused users.
    22. 1ae0bfb8
      1ae0bfb8
      • supporter
      • 5,523 posts
      • 55 kudos
      Btw, no one says "discord app"

      i had never seen those two words in the same sentence until this news item, nor have i ever heard anyone call it that live.
      I should point out that in order to remain consistent with this design reason, nexusmods need to update their website so that everywhere it mentions "discord" it is altered to "discord app", because it just rolls off the tongue and marries into the new strategy seamlessly.
    23. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      With much respect, troubleshooting should be also a part of the equation.

      I have to help users troubleshoot Vortex in a regular basis, and I can tell you people confuse Vortex with NMM all the time. Renaming it to Vortex Mod App will only add to the confusion.

      Again, this is NOT about the name being cringe or whatever, it's about how people like me have to deal with confused users.
      THIS. 
    24. aboomer420
      aboomer420
      • premium
      • 139 posts
      • 2 kudos
      but it's pretty set in stone at this point

      What point, pre-alpha? Work this out guys. Don't make it more confusing. Vortex is good - it makes contextual sense with Nexus and they both have that -ex sound. Whatever the reason, you guys really need to reconsider. Marketing people are almost always out of touch.

      Honestly, as a Nexus user since 2008 I have to say having it not called a Mod Manager will be confusing and strange.
    25. Zanderat
      Zanderat
      • premium
      • 9,553 posts
      • 136 kudos
      It’s amazing to me how tone deaf both the proposed new name is and more importantly, just how arrogant and (again) tone deaf @halgari’s response was.

      BTW, still waiting on how it was determined that the term “mod manager” was sooooooo confusing…………..
    26. Graybark
      Graybark
      • supporter
      • 940 posts
      • 36 kudos
      The only tone-deaf responses are coming from your direction, Zanderat. They're announcing major changes in their app development, and you're fucking complaining about the name.
    27. halgari
      halgari
      • App Developer
      • 209 posts
      • 491 kudos
      Let me address this head-on then: I consider the name to be a non-issue. I hear your feedback and will take it under consideration, but at this point we have no plans to change the name. As far as whom we asked, we've had several usability polls and questionares we've sent out over the past years and this has been a common enough feedback item that it has caused us to decide to make this change. 

      I know this is something that many people have differering opinions on, but in the end a decision has to be made, and after seeking input from a lot of people at the Nexus and reviewing our options this naming is the decision I came to. 

      Now if you'll excuse me, I need to go buy a few more pairs of jorts. 
    28. Zanderat
      Zanderat
      • premium
      • 9,553 posts
      • 136 kudos
      @Graybark. No.  There is a larger point here.  Yes, the name is dumb.  But pushing the narrative that most modders are confused by the term “mod manager” without citing any actual stats or research results seems off.  I simply don’t believe anyone is confused by such a common term used across multiple platforms and games.

      edit:  @halgari response above posted while I typing this out.  So no point in beating a dead jorts wearing horse anymore.
    29. 4estGimp
      4estGimp
      • premium
      • 2,143 posts
      • 483 kudos
      @Wolfpack49

      Have to agree. These 3 active names will create confusion:


      3 Names?  That's actually 4 names because there is the old Nexus Mod Manager and the new Github Nexus Mod Manager.   The users rarely distinguish between the two and just say they use NMM.  So that makes it even worse.
    30. zclayton
      zclayton
      • supporter
      • 286 posts
      • 8 kudos
      I see Mod App and I wonder what it does.  it is not intuitive, it is confusing with NMM,  At least Vortex is different enough to not get it confused unless you shouldn't be let out on your own.   Oh, and it is not "set in stone" until it is either released to the public, or the developer is just to enamored with it to accept voluminous feedback.  Consider GMs name flop with the Chevy Nova, they didn't consider that a signigficant portion of their market spoke Spanish and didn't want a car  named "no go".  Mod App strikes me the same way.
    31. AugustaCalidia
      AugustaCalidia
      • premium
      • 2,849 posts
      • 9 kudos
      Given this nomenclature brouhaha, may I propose a compromise?

      Program Name: Vortex 2.0

      Program Description: a Nexus Mods app for organizing and managing your downloaded mods

      Keeping the name "Vortex" would preserve the brand and make excellent marketing sense, in my opinion.   Using the phrase "Nexus Mods app" in the program description would inform the user that Vortex is a Nexus Mods tool designed for mod management.

      As it stands, the currently proposed program name "Nexus Mods app" may very well generate more and not less confusion. 
    32. lefttounge
      lefttounge
      • supporter
      • 9,993 posts
      • 198 kudos
      Vortex isn't bad, it's just that Vortex forces LOOT. LOOT is never something that should be forced on a user, especially if you already have like over 200 mods.
      I can't tell you how many times I used Vortex with an existing playthrough, only for it to immediately force LOOT without telling me, and completely destroy my entire game, it's done that with both Skyrim playthroughs, and Fallout 4. LOOT will do insane things like take esms and place them all the way at the bottom, or place JK Skyrim and place them all the way at the top. 
      This no doubt will cause instant crash every time. 
      If Vortex can just not force LOOT, then I wouldn't mind using it. I also found it saves things in funny places, why does it have it's own folder system, when it really should just save right in the Skyrim's data folder system? that always boggled the mind.
      I've been using Nexus mod manager, and even after using Mod Organizer, I see higher hopes in nmm.
      Please don't remove nmm, as that's been a modding staple, at least for me
    33. JuiceSymbiote
      JuiceSymbiote
      • member
      • 35 posts
      • 1 kudos
      Vortex sounds good imo. Vortex 2.0 better.
    34. 1ae0bfb8
      1ae0bfb8
      • supporter
      • 5,523 posts
      • 55 kudos
      so you'll consider the feedback, but the name's not changing.
      great, thanks for the insight and the opportunity to liaise with you on such a non-issue.

      i can see that feedback that doesn't fit your perview isn't welcome. nice to get that out in the open early doors.
    35. 1ae0bfb8
      1ae0bfb8
      • supporter
      • 5,523 posts
      • 55 kudos
      vortex doesn't "force" anything. if you don't want to use loot you can disable that feature with a single click.
      but you know this already.
    36. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      All you have to do to disable loot is turn off Autosort. 
    37. halgari
      halgari
      • App Developer
      • 209 posts
      • 491 kudos
      Project design and management is a complicated topic, but I would like to address something here since it's been brought up. Open source works best when there are open contribution processes, and codebases, but firm leadership. Projects that are ruled by public opinion, majority votes, or the like tend to suffer from lack of cohesive vision. There needs to be someone who says, (as the old saying goes) "the buck stops here". That means when there are several valid approaches to a problem, someone needs to be the one who makes the final decision. In this case, that person is me. I was hired to make those decisions, and to bear the consequences of them. 

      These are not decisions that I take lightly. As mentioned in the article, many of the decisions on this project took me weeks or months to come to a concensous on, and I only did so after talking with many people, getting advice from leaders in the community and pulling from my existing experience in modding, software engineering, and project management. So to say I don't value feedback simply because I don't agree with you on this specific topic, is a bit reductive. Any given design question has many facets to it, pros, cons, etc. All of those facets have to be weighted by complexity and risk. And when that information has been gathered a decision has to be made. The name of the project is a decision that was made months ago, and there's little reason to reconsider it at this point. If there does come a time when I need to reconsider the naming of the project I'll certainly take what you've said into account. But to continue to re-evaluate every decision everytime someone asks is unproductive. 

      Hopefully that clears it up a bit.
    38. 1ae0bfb8
      1ae0bfb8
      • supporter
      • 5,523 posts
      • 55 kudos
      why do you feel the need to bulk out your reply with your cv?
    39. Rdowney0802
      Rdowney0802
      • member
      • 57 posts
      • 0 kudos
      I see people on Facebook who are super confused often. I guess you just don't go to the same.places I do. I imagine they have gotten similar feedback.
    40. Zanderat
      Zanderat
      • premium
      • 9,553 posts
      • 136 kudos
      I still see no point in catering to those who can’t be bothered to even learn what a mod manager is.
    41. dalantoc
      dalantoc
      • member
      • 131 posts
      • 0 kudos
      I'd vote for Bob.

      That, or "Torvex 77".
    42. TheHorizonfall
      TheHorizonfall
      • member
      • 12 posts
      • 0 kudos
      I think I get the idea. You want to cater to a very clueless demographic. It someone who doesn't even know what a "mod manager" is can use the "NMA", then mission accomplished? That would greatly popularize modding and the site. The idea is great, but I wonder if it'll be viable for active game development/mod development? Modders generally work separately, so even if one day NMA puts together a modlist for Clueless User 1, some time will pass and then one mod updates with a incompatibility, whether with another mod, previous version, game update, etc, etc, it'll be hard for create a seamless enough environment to get Clueless User 1 through it. Good luck.
    43. lefttounge
      lefttounge
      • supporter
      • 9,993 posts
      • 198 kudos
      @Wolfpack49 
      Well it feels like Vortex forces LOOT. It's good to know I can switch that thing off, I did already know that I could do it, but I struggle to actually tell 'where' to find the off button for that
      I still prefer Nexus Mod Manager as my first choice, even over Mod organizer. Mod organizer would be my second choice. But with Nexus mod manager, it's interface is easy, short simple and to the point. It puts things where they should go, and easy for me to use. Maybe it just soothes my ADHD driven eyes, but that's just me.
    44. FireOogle
      FireOogle
      • premium
      • 203 posts
      • 55 kudos
      I'm not really bothered what its called but Halgari says it doesn't matter what its called, its how well it works, but how will people find out how well it works if they don't know what it does, and nexus mod app doesn't tell me what it does. 
    45. Wookie120
      Wookie120
      • premium
      • 485 posts
      • 7 kudos
      Sounds to me like some Second Lieutenant has had his authority questioned and is trying to show what a big bad person he is by pulling rank.  Saw it a lot in The Army, used to crack me up how they would crap themselves that a mere enlisted man disagreed with his/her flawed theory.  Word of advice from a veteran, listen to those old NCO's, there purpose is to train 2nd Loots so they survive their first battle, and do not get fragged by their own troopers! In case you are confused on who the Old NCO's are, those would be the people who have been bringing us, the gamers, the great mods that you see on the Nexus website.  Thank you very much!  Oh, for your lack of knowledge an NCO is a Non Commissioned Officer, also know as the backbone of The Army.
    46. showler
      showler
      • premium
      • 4,623 posts
      • 32 kudos
      More like the General (Project Manager) is getting "arm-chair quarterbacked" by a bunch of civilians who lack any of the information said General is basing their decision on.
    47. DarkDominion
      DarkDominion
      • premium
      • 17,463 posts
      • 428 kudos
      @1ae0bfb8,
       i can see that feedback that doesn't fit your perview isn't welcome. nice to get that out in the open early doors.
      Can't blame halgari for that, he's just an employee. It's how the company works.

      @halgari,
      Open source works best when there are open contribution processes, and codebases, but firm leadership.
      +
      ' . . . after talking with many people, getting advice from leaders in the community
      I actually doubt that, but I'll meet you half way if you drop that "firm" in there, because just leadership in an Open Source Project will suffice.

      Back on the naming scheme : when was this an " open contribution processes " and who were these "many people"  because some of us seem to have missed that memo ?
      And who are these " leaders in the community "?
      Since when does our modding community have a, or multiple, leader(s) and who are they according to you ?

      Projects that are ruled by public opinion, majority votes, or the like tend to suffer from lack of cohesive vision. There needs to be someone who says, (as the old saying goes) "the buck stops here".
      " . . .  and there it is friends! the ugly truth ! " ~~ Heimskr

      Third sentence in and democracy is already down the drain. What happened to the Nexus being a modding community that is (like they always say)  "for the people, by the people" and it being open for ideas and suggestions ?

      " .... tend suffer from lack of cohesive vision ". . .
      That one really hurts man, you know ? Really....
      What is implied about this community, is that they will never be able to get projects and ideas off the ground because they are not able to form a cohesive vision on how/when/why a project or idea will be successful. Last I looked this was still a community of modders. How are they unable to form a realistic and shared vision on a project ? Isn't that what they do when they create or use mods ? I do not understand this at all.

      " Over and over again, studies show that creating a cohesive vision is all about listening to others' perspectives. The only way to make a vision stick long-term is to make sure it is truly shared. That means it has to speak to the goals and aspirations of more than just one person. " (or some leaders)
      Just something I learned back in my days as a manager.

      I was hired to make those decisions, and to bear the consequences of them.
      The consequence right now is democracy being skipped,  a real public opinion on this matter was never apprehended and pushing this makes it look like the future of the Nexus depends on it.

      And I think more people fear for all the other ideas that are yet to be conceived. Will they be handled in the same matter ? Because that really is the underlying thought here. I think most of us would like to have a good working product rather than a shiny name. The final product matters most.
      But if that final product lacks the shared vision of the people that use that product, said product will be used far less frequently if it is being used at all. So yeah, for now it's just a name for a mod manager... What else will be decided about this and future products ?

      We just want to know why it was decided like this and what was done in the process to come to this "final" conclusion ?  I think that these are the questions that people would like to get answered if you can ?
      And yes, the name will also be final. We all know that the name will not be changed in the future.

      Cheers
      -=DD=-
    48. Wolfpack49
      Wolfpack49
      • premium
      • 8,095 posts
      • 196 kudos
      Maj. Eaton: We have top men working on it now. 
      Indiana: Who?
      Maj. Eaton: Top... men.
    49. WinglessFlight
      WinglessFlight
      • member
      • 387 posts
      • 1 kudos
      im just hoping you guys make a better app then Vortex
    50. Kuroth
      Kuroth
      • supporter
      • 22 posts
      • 2 kudos
      They likely added the 'app' to apeal to investor's lack of tech knowledge, as this mod manager is more about finding better ways to monetize Nexus and the mods placed here by mod authors. 
  7. SeiferLeonheart
    SeiferLeonheart
    • supporter
    • 17 posts
    • 0 kudos
    Despite always hearing about Vortex issues, I never had too many problems with it, I guess my expectations were always low, modding was always somewhat finicky for me anyways. (and yeah, I'm one of those "skyrim with over 700+ mods" people and also yeah, I know these are rookie numbers for some people).

    I just mean that I'm happy with Vortex 95% of the time, and I'm very grateful for the work done so far, from Nexus as a whole.

    That being said, if there are outstanding issues that require a full on new software, I wish the team good luck!
  8. kallukoras
    kallukoras
    • premium
    • 107 posts
    • 15 kudos
    I really hope this doesn't obliterate my installations like the transition to votex did. That was a headache. Is there any confirmation that the transition between vortex and the mod app will be smooth and Excedrin free?
  9. DominateEye
    DominateEye
    • supporter
    • 101 posts
    • 0 kudos
    Is there some official place we can request features for either future versions of Vortex or for the Nexus Mods App?

    One thing I really want to see is mod syncing across devices. Since getting a Steam Deck, I've become much more aware of the hassle of trying to keep mods consistent across multiple devices that I want to be able to use the same save files on. If Vortex, or the NM App, could, for example, automatically download mods onto my Steam Deck when I install them on my desktop and then decide to add them to my synced mods list, I would find it much easier to play modded games like Fallout 4 on Deck. As it is, I have to rely on streaming modded Fallout 4 from my main PC, and my internet isn't quite good enough for that to be a consistently enjoyable experience.
    1. showler
      showler
      • premium
      • 4,623 posts
      • 32 kudos
      https://feedback.nexusmods.com/

      Search.  Upvote if your request already exists.  Submit if it doesn't.
    2. DominateEye
      DominateEye
      • supporter
      • 101 posts
      • 0 kudos
      Ah, I thought that was only for the website. I'll make a post there too, thanks!
    3. LordJellyNipples
      LordJellyNipples
      • premium
      • 31 posts
      • 1 kudos
      You could make a collection of all your mods on Vortex so that you can download the whole collection exactly as you have it anywhere
  10. SUBxZER0
    SUBxZER0
    • premium
    • 147 posts
    • 10 kudos
    Appreciate your hard work! Can't wait to see this new app