Daymare: 1998

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. 

509 comments

Comments locked

A moderator has closed this comment topic for the time being
  1. zombieman89
    zombieman89
    • premium
    • 0 kudos
    I'm very excited that support for Vortex will continue until the Nexus Mod App is released. I've always loved NMM/Vortex for the very balance this notice speaks of-- catering to both veteran modders, creators, casual gamers, and newcomers. 

    When I'm not playing PC games, I'm a marketer for enterprise software . Please listen to practically everyone in these 500 comments that are saying things like "app" sounds too pedestrian and lacks depth. 

    There's already existing brand recognition and faith behind Vortex, but since it's such a groundbreaking refresh a re-brand is understandable. If your goal is to welcome newcomers and casuals (as in, people that just bought their first PC for Starfeid or BG3 or something and are new to modding) I can empathise with wanting to align the brand with the website, and avoid the "mod manager" nomenclature (although I don't feel mod manager sends mixed signals). 

    I'd argue that the simplest route is best.... and just call the new application "Nexus". 

    This is 100% anecdotal, but among my circles and discord servers when talking about getting new mods, updating mods, installing mods, etc.... we're always saying "Just go to Nexus" or "I use Nexus"

    EDIT: knowing your audience is important. We're all nerds here. We like order. Vortex 2.0 is best for that. We also like puns, so "Mod Manager Formerly Known as NMM" is good too. 

    1. davethepak
      davethepak
      • member
      • 40 kudos
      Vortex Mod Manager 2.x
      no confusion, builds upon brand equity.

      Done.
  2. Grizzly02281961
    Grizzly02281961
    • premium
    • 3 kudos
    Nexus Mod App sounds like a phone app and we all know phone apps tend to be an abbreviated version of an actual website. it's also very close to Nexus Mod Manager (NMM) that started all the bashing from the likes MO2 users.
    I suggest sticking with the Vortex name that you worked so hard to give credibility to over the years instead of starting from scratch.  Vortex NX or Vortex NexGen keeps the name you worked hard to build and users have grown to trust yet states it's new and improved.
  3. Drizzard
    Drizzard
    • premium
    • 2 kudos
    Nexus Mod Manager 3.
  4. RashadDracula
    RashadDracula
    • premium
    • 66 kudos
    As you people are talking about naming the Successor for Vortex, i have a a few candidates on my radar

    1. Swirl
    2. Cyclone
    3. Lagoon
    4. Nexus ("Gramps i miss your stupid farts")
    5. Vortex II or Vortex RED (Personal Favorite) ("Prince Vortex the Second named after his Father")
    6. Dark Loader
    7. Evil General Mod
    8. Supreme General Mod Manager (SGMM)
    9. Psycoloon  2.0
    10. Nexus Suite ("Really a viable option")
    11. Mad Manager ("Why so serious...?")
    1. Drizzard
      Drizzard
      • premium
      • 2 kudos
      Stopped reading at "Swirl". 🤣
  5. Zanderat
    Zanderat
    • premium
    • 199 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
      • supporter
      • 1 kudos
      Whoever thought that is genuinely cringe, and probably wears jorts.
    2. Wolfpack49
      Wolfpack49
      • premium
      • 296 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
      • 199 kudos
      Vortex 2.0 works for me.  Continuity is good.
    4. AugustaCalidia
      AugustaCalidia
      • premium
      • 10 kudos
      Vortex 2.0 sounds good to me as well.

    5. NeoNord
      NeoNord
      • supporter
      • 50 kudos
      Amen
    6. halgari
      halgari
      • App Developer
      • 619 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
      • 199 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
      • 8 kudos
      I Am all for naming it Bob.
    9. Wolfpack49
      Wolfpack49
      • premium
      • 296 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
      • 453 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
      • 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
      • BANNED
      • 2 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
      • 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
      • 12 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
      • 8 kudos
      Wunderhund
      23 August 2023, 4:50PM
      I Am all for naming it Bob.

      Great minds
    16. Wolfpack49
      Wolfpack49
      • premium
      • 296 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
      • 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
      • 199 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. deleted34304850
      deleted34304850
      • account closed
      • 56 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
      • 6 kudos
      -ahem-
      "Jortex"

      *Makes sure the lights are reflecting off my glasses just so*
      "Get in the Jortex, Shinji"
    21. Xaliber13
      Xaliber13
      • premium
      • 22 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. deleted34304850
      deleted34304850
      • account closed
      • 56 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
      • 296 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
      • 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
      • 199 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
      • premium
      • 41 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
      • 619 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
      • 199 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
      • 589 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
      • 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
      • 10 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
      • 213 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
      • 1 kudos
      Vortex sounds good imo. Vortex 2.0 better.
    34. deleted34304850
      deleted34304850
      • account closed
      • 56 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. deleted34304850
      deleted34304850
      • account closed
      • 56 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
      • 296 kudos
      All you have to do to disable loot is turn off Autosort. 
    37. halgari
      halgari
      • App Developer
      • 619 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. deleted34304850
      deleted34304850
      • account closed
      • 56 kudos
      why do you feel the need to bulk out your reply with your cv?
    39. Rdowney0802
      Rdowney0802
      • member
      • 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
      • 199 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
      • 0 kudos
      I'd vote for Bob.

      That, or "Torvex 77".
    42. TheHorizonfall
      TheHorizonfall
      • member
      • 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
      • 213 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
      • 61 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
      • 8 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
      • supporter
      • 34 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
      • 453 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
      • 296 kudos
      Maj. Eaton: We have top men working on it now. 
      Indiana: Who?
      Maj. Eaton: Top... men.
    49. WinglessFlight
      WinglessFlight
      • member
      • 1 kudos
      im just hoping you guys make a better app then Vortex
    50. Kuroth
      Kuroth
      • supporter
      • 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. 
    51. PuterPro
      PuterPro
      • premium
      • 1 kudos
      @halgari - 
      To start - PLEASE understand the following is totally "Tough Love" in nature.

      After reading and re-reading carefully all the comments here, I must absolutely agree with @Wookie120 :
      "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".
      I saw the same in the Navy. You're coming across as "I'm smart, I'm in charge, and you people have no idea of how difficult this is but I've made my decision, get lost!" I think the words I'm looking for are Arrogant and Entitled.

      I've been in the Electronics & Computer industry since we programmed by hand, throwing switches for each command. I've seen, and done, a lot more than 90% of the people here (yes, including You, my Friend), but I would NEVER take the tone you've taken. Never.

      Names matter. Confusion for those new to Modding matter. Heck even experienced people will be confused by the name you're insisting on, there's no continuity. Now it's a THIRD name?? No. Doesn't work. Also - dropping an 'App' on the end doesn't make it cool or differentiate it, it just sounds affected, a 'putting on of airs' if you will.
      In 2017, OK. Now ... not so much.
      Of COURSE it's an app. It's like calling a new car the KIA Elegance Car. As they said in the 80's - Well Duh.

      Managers succeed when they listen to others, and don't fall into the common trap of ripping down what was done by the previous management in a forced "show of power" to convince all that they have this under control. 

      In no way am I denying that you are smart, dedicated, or offering any other derogatory slur. I am, however telling you you need to listen to the large number of people who think your name choice isn't optimal. A name must be instantly identifiable. Your choice isn't, plain and simple.

      Look, I'm sure you are a wonderful person but you must learn to be more open to ideas other than your own if you expect to succeed. Without feeling you've lost part of yourself. That's not easily learned. ;)

      Thanks for your hard work here, it's appreciated! 
    52. Stormcryi
      Stormcryi
      • supporter
      • 0 kudos
      Why another manager?
      I'm starting to think you don't know what you're doing. I wonder why Seb left all of a sudden.
      Changing to Vortex was a major deal for me. Now we have to get ready for yet another manager?
      Hundreds and hundreds of mods installed and for what? To be forced to do all the work again?
      What comes after that? Another type of manager? Way to build confidence with your customers.
    53. SpecGaming
      SpecGaming
      • supporter
      • 2 kudos
      stop calling it an "app" when it's a program, and all joking aside with you swinging your third leg around like a lasso(for some reason), the name "nexus mod app" sounds like something a kid would come up with who uses their phone to much, and worse, as everyone else has already stated, it's going to add even more confusion onto the already dumpster fire of people who confuse Nexus Mod Manager and Vortex. like christ man, get off your high horse for one second.
    54. dacush
      dacush
      • supporter
      • 1 kudos
      Hooooly sh**.  Did there really become this serious and long of an argument over.......the name?  The name is fine.  Nexus Mods App is a MUCH better name than Vortex.  It's all about marketing the app with the company.  It may confuse a few people coming back to mod again, but all futgure modders will have much less confusion.  Maybe I like Nexus Mod Manager better than Nexus Mods App, but who cares.  I can also see this sowing a ton of confusion with the current NMM.  Last point against the name NMM is that it implies it won't be anything but a mod manager.  Maybe there's future prospects of extending the app and integrating some of the site's functionality.  Maybe they'd prefer keeping that option open?

      Oh, and I wanted to respond to some ugly responses:

      @DarkDominion
      @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.

      Both of these responses are baffling to me.  First off, it's just the damn name.  He responded saying that the name will most likely stay the same but they will keep your suggestions in mind in case things change.  You really expected them to just choose everything the small vocal community here decided to bike shed over and disregard their own opinions?  Secondly, yes you can blame halgari for that.  He specifically said that the name came down to him.  Not to mention they specifically mentioned above that they were (and are) given almost absolute freedom on the development of the app.  I honestly don't see anything wrong with his responses that have you all riled up.  Seemed like you were sugar coating by trying to point the finger at someone else.

      @DarkDominion

      @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?

      No offense, but you don't seem to be that informed on the management of open source repositories nor involved in the open source community based on this response and others.  "Open contribution process" is simply the allowance to open a discussion topic on an issue/bug/feature request and get approval from the maintainers to implement it and create a pull request when you're ready to submit your changes for review.  If you wanted an open contribution process for the name, it looks like you got one here.

      @DarkDominion

      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 ?

      Seems to me you're shoving words in his mouth.  Nowhere did he say the project wasn't open for ideas and suggestions.  I'm pretty sure he encouraged them.  But the team gets the final say, not the community.  Otherwise, what's the fuc*ing point of Nexus hiring and paying for a team that they specifically sought out for their experience and specializations?  Hate to break it to you but the "vocal minority" are not the majority.  They tend to be the community that are more involved in modding actively as a hobby rather than a quick solution, have issues they wish to voice (angry customers voice their criticisms vastly more than happy customers speak out with a positive review), and on common occasion they tend to have an arrogance they sway around with strong opinions that they believe is best for the modding community. I've been a part of the silent majority for a very long time, but the arrogance and pettiness in this thread finally got me to poke my head in.


      @DarkDominion

      " .... 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.

      Twisting his words to look like an insult to the modding community?  Really?  However, if you want to go that route I'll oblige you.  First and foremost, 99% of mods are made by a single mod author.  99% of mods are not discussed and collaborated between authors to form some sort of large vision.  Honestly, not sure what you're trying to say there.  Even patches for mod compatibility are requested to be pointed at the conflicting mod in question for them to resolve most times.  The only times I've seen more than one person work together on a mod is when a mod author "hires" a voice actor to come in "afterwards" and add voice lines.  SKSE is another example of a couple devs working together (except they kinda worked for Bethesda together anyways).  I've got two big home runs for you though. 

      1. 99% of mods aren't worked on as open source repositories with contributions.  They are worked on by a single person with their own single vision.  They may accept community feedback in discussion but the decision is their own. 

      2. Now I'll mention a mod that was and still is being worked on by a team of people (although not currently open source, assets and code are given to volunteers).  Skyblivion.  Truly ambitious project that always gets everyone excited when news comes out.  However, it's had a rocky history on getting things done, what tasks were prioritized, lack of interest over time, etc etc.  It's been under development since 2012 for a reason.  Scope creep, in game graphic asset priority over game and quest logic, assigned volunteer contributors taking long absences or leaving the team.  I'd say there was a lack of cohesive vision with firm leadership.  As the years passed and there was a spark of passion to work on the project again here and there, game assets had to be remade in order to keep up with the times on more than one occasion.  Side note here: This isn't a dig on Skyblivion, they've come so far and it looks incredible.  I'll be excited to play when they release.  

      @DarkDominion

      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=-

      The future of the Nexus does not depend on it.  They are doing just fine and have Vortex to fall back on.  The problem with Vortex was most likely taking too many opinions and implementing too many things that everyone cried out for (as well as a lack of good UX with so many options while also trying to make it simple).  I wouldn't expect any community polls that decide features.  I'm sure the team has made a lot of decisions already and know where they want to go.  I'd expect them to poll the community on aspects they are unsure on, or that are wishing to gauge community reaction.  I really don't understand all the misgivings unless it's all stemmed from......the simple name.  Be thankful.  They are open sourcing the application code with a good open source license and no charge.  That's huge and will help out future mod managing applications with the sharing of ideas.

      /rant
    55. DeLaPoutana
      DeLaPoutana
      • premium
      • 4 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.

      hear hear
    56. Blehblebleh
      Blehblebleh
      • member
      • 0 kudos
      @AugustaCalidia
      24 August 2023, 4:36PM

      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. 



      You've hit the nail on the head... the issue is a brand identity with 7 years of recognition is being ditched and in it's place the program's breif description is being used (which sounds like someones out of touch relative describing something that they can't remember the name of... "oh you know, that nexus mod manager thingy").

      Vortex 2.0 is a brand identity that is much easier to follow for the large majority of people and clearly preaches new progress.

      Many of the users will be "download and go" users, of which likley pay little attention to anything beyond brand names and what has an established reputation for working.
      There are many reasons behind this behaviour, some of which include but not limited to: Language barriers, age, learning difficulties such as ADHD/Dyslexia, if the user is multi-screening or their attention is drastically divided, the users levels of rest/fatigue when using the nexus website and Vortex.

      Being clearly identifiable is why marketing companies/departments spend billions on design and reasearch in this field... so that their combination of logo, brand name, and slogan or blurb can be clearly identified by a person that is barely paying attention and may actually be half alseep/overly tired. I mean the "idiot in a hurry" example is actually one of the keystones of marketing that not only highlighted a very valid point regarding advertising, but was so intrinsic to the process of marketing that it was made into a legal clause within marketing law governing brand identity.

      At the end of the day, whoever legally owns the intellectual property rights over the app can call it whatever they want...
      You can call it "Buttocks Sandwich Fiesta Party" for all I care personally, but to expect people to stand back and admire just how well something works or to marvel at it's quality when there's no brand confidence established is frankly a little naive, regardless of how well the app is actually made.
      Users like myself and the others that care enough to to discuss this topic here aren't the people that need brand identity or consistency... it's the voiceless "download and go" masses that make up the bulk of the user base that need it, and the odds are they won't be able to tell the difference between an app made with lazy spaghetti code or an app that's professionally coded from the ground up ruby on rails style if both the apps do the same job for them. How would they know all the work put into it when all they're seeing is an app that let's them change their in game appearance, improve in game QoL, or more likley gives their favourite character a massive set of gazongas to stare at for the duration of their playthrough.
      Some of us will nerd out on how well something works and be appreciative, but the majority will be thinking about how naked or OP their next playthrough will be, not about how much time a team of devs have spent tirelessly looking at the same damn code for hours on end to make things possible.

      Grey goose vodka vs Smirnoff is a perfect example of how brand trumps quality every time.
      In short: Grey goose was originally some real nasty bottom shelf, supermarket "un-branded" range of vodka that some rich dude aquired the rights to... he then splurged on a new bottle design and new brand identity which targeted those who like to throw money around and feel like they are living the "lux life" by asserting their affluence/financial prowess. Conviniently he was in the right circles to have the rebranded engine degreaser grade vodka launched at a few high end parties amidst the rich and famous. Typically the fringe famous and some grass roots music artists "now ballin" lapped it up and the brand skyrocketed.

      Meanwhile in reality Smirnoff Red was voted the best quality and the smoothest drinkable vodka in numerous blind taste tests and continued to gain awards, whereas grey goose came in at the bottom of each test.
      (Googling taste test awards etc will likley dig up the voting if it really matters that much to anyone but the point is the quality was rubbish but the brand was strong... very much due to the emporers clothes effect in this case, but none the less, now grey goose has been associated with luxury and quality, it's something people who have never even drank it will latch onto... of which is the fundamental point about brand identity and consistancy that everyone is stressing to convey on here regarding the brand name Vortex.)


      All that said, if nothing else, today the internet delivered with yet another peal of amusement in the form of a new formula...

      That being: Take the given companies trading name, then sandwich it with the description of the specific products purpose/identification/function.

      ie, the iPhone 15 pro would now become:
      The Apple Computer Incorporated mobile-cellular wifi multi radio enabled portable smart function semi-closed ecosystem communications and personal assistant platform - generation 15 fully featured version.

      ...which just rolls off the tongue as I'm sure Steve Jobs would have agreed.


      As facepalmingly frustrating as the branding choices are for some here who are only attempting to offer some sound advice... On a more personal note and poking fun asside, I'm sure many will agree that we are indeed looking forward to the new appy app app for our mods and wish you all the best in it's creation. :)

      If by anychance the "real" issue is intellectual property rights over the Vortex brand... just call the damn thing Cyclone then make sure the colouration, logos, etc are consistant with the Vortex imagery. Otherwise call it Vortex 2.0 haha.
      I'm sure there are devs that can place a simple user bound either-or A/B voting system on the Nexus website for its users to vote between
      A: Nexus Mods App
      B: Vortex 2.0.

      Even in the forums we have the ability to simply type A or B to place a vote.
    57. Darkdude7800
      Darkdude7800
      • premium
      • 2 kudos
      Man. The comments this has garnered! I have been in love with this site ever since I was old enough to play Oblivion (the best RPG I ever played as a kid!) I never used NMM, because it caused more problems than gave reasons to keep using it. When Vortex and the Collections came together, every single thing I've ever needed to get my laymen friends to mod their games was finally available. "Here is the Collection, with everything you need, and it even puts it in the correct order for you! Just make sure to either get ready to see the nude mods or I can help you find them to take them out!" They finally started modding their games. It led to them looking into mods for other games. They have learned the "olden" days of dragging a specific file to a specific folder since then.

      All this is to say, that I am excited for the future of Nexus Mods, and if that means you name it whatever you need to to help those laymen like my friends, I'm fully supportive. You have such a wonderful team, and as said, when Collections came out, I modded more than I ever have before AND still played a smooth experience! As long as the new app, whatever its name is, is a solid product and achieves what Vortex does now if not better, I am excited for the new app!

      Thank you to every single individual who has made modding games fun, easy, and accessible. All of you who have kept this site going for so long, every single one who uploads a mod, endorses a downloaded mod, makes Collections, etc.

      THANK YOU!
    58. HadToRegister
      HadToRegister
      • premium
      • 195 kudos
      I'm guessing this is taking the Elon Musk route, by changing an already established "Brand Name" and changing it to something less recognizable. Heck, why not try "X" instead?
    59. Kazlehoff
      Kazlehoff
      • premium
      • 4 kudos
      Have to agree. These 3 active names will create confusion:

      Nexus Mod Manager
      Vortex
      Nexus Mods App

      Only one of those is active.

      https://github.com/Nexus-Mods/Nexus-Mod-Manager/wiki

      Here you might find information pertaining to the old Nexus Mod Manager client from nexusmods.com, note that it has been officially discontinued in favor of the Vortex mod manager.

      Even when NMA becomes active, there will only be two active mod managers.

      and eventually, as now, there will only be one again, once vortex is in turn discontinued.
    60. VikMorroHun
      VikMorroHun
      • premium
      • 36 kudos
      Naming things right is extremely important.  Honestly, I gave up on trying to follow Microsoft's confusing Xbox names.  I really wanted to give up trying to understand the new/renamed "USB gen 1,2.2 version 1 3.5 GB, no wait, SuperSpeed or whatever the heck they meant" standards, because it is so confusing.  (I didn't because it was important for my new PC case to understand it. Ugh.) 

      My point is if you want to make a new mod manager, call it 

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

      That's it.  Nice, understandable, brand-preserved approach.  If you get a confused e-mail from a new user (in a thousand) who does not know from this description why one needs it you can set up automatic e-mail responses linking to a wiki page. :)
    61. tn5421
      tn5421
      • premium
      • 0 kudos
      I could get behind "Cyclone" myself.
    62. madwolf2006
      madwolf2006
      • member
      • 4 kudos
      deleted
    63. madwolf2006
      madwolf2006
      • member
      • 4 kudos
      Btw, no one says "discord app".
      that is not true i do use it when talking about the app without saying the different system versions of the app 
    64. rmm200
      rmm200
      • member
      • 7 kudos
      Looking at the other posts,
      I don't think this is the place to be reasonable.
      And I just came here to find out how to use the new Forum - to discover Tannin is gone.
    65. Miasm1
      Miasm1
      • member
      • 0 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. https://github.com/Nexus-Mods/NexusMods.Apphybris training
      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 is best answer.
    66. z929669
      z929669
      • premium
      • 70 kudos
      I posted this back in Sept, but this thread has been getting all the feedback, so I'll replicate it here. In short, I emphatically agree with
      Zanderat,  Wolfpack49 and others. I question the logic of the new devs  (yes, I have read their premise):

      _____________________________________________________

      Late to this one, sorry. Just tossing in my 2 cents for kicks. I think all will be well in the end, but I must agree with most of the other veterans active in these posts. I will start by saying that I LOVE change, but only if making things better for the user is the goal. Changing things solely for marketing/branding purposes is a generally bad idea. Make it utilitarian and functional, then make it intuitive, THEN brand it without breaking the first two pieces.

      Names do matter, and Nexus has had lots of them for "mod managers" (a well-understood and syntactically accurate term for around 20 years BTW). The modding community power users have always steered clear of Nexus-backed mod managers ... until Vortex. Even with Vortex, our side of the 'cathedral' (open modding) community doesn't use it, because it's convoluted and bulky with usability-limited, branding-driven design decisions relative to the first reliable, community-maintained mod managers.

      Wrye Mash/Bash was the only historically reliable "mod manager", and now we have "Mod Organizer" (now that's a good name ... what's it DO, I wonder?). Vortex does have all the bells and whistles regardless, but it's still bulky and branded, which is why our piece of the community doesn't really advocate it's use.

      • Mod Organizer - great name, clear intent (indicated by the name), intuitive UI (to the extent that modding these games can itself be called 'intuitive') , massively extendable
      • Wrye Mash/Bash/Smash - ambiguous name/intent, highly utilitarian and functional for games it supports, technically extendable but not intuitively so in the least, and the UI is only clear to people that know it and how Bethesda modding works. Still, it's what taught power users how Bethesda modding works and served as the backbone of what kinds of functionality should be shipped in a properly-functioning mod manager for these games.
      • Vortex - ambiguous name/intent, intuitive UI, very extendable, wasteful and bulky UI but a reliable and functional mod manager. Maybe the best to date for novice and veteran modders alike.
      • Nexus Mod Manager - great name, unreliable mod manager. Why not resurrect this ????????????????
      • Nexus Mods App - ambiguous/redundant name, ambiguous intent. Will it be focused on branding or functionality? My guess is the former. As long as MO is maintained, we'll never use this beast, whatever it will turn out to be. Nexus keeps changing it's mod managers and has been haphazardly for 20-ish years. They've always been late to the party in that regard. It's only in the last 8 years or so that Nexus has exposed its realization of the importance of a reliable mod manager in bolstering its service model. Modding-community leaders have ALWAYS realized the importance, beginning with Wrye. Let's break this one down a bit, since it's the proposed new brand for Nexus:
              - What is this website?  "Nexus Mods"
              - What's this website's app?  "Nexus Mods App" (duh)
              - What's this website's app do?  Obviously, it drives the Nexus Mods website, duh! You know all the buttons, mod-page templates, and glitchy WYSYWIGs? Yeah, that's the Nexus Mods App ... they are making it way better I hear and hired a big new dev team (again) to revamp it. Sweet! So Vortex may articulate even better in the future maybe!
    67. ubercoincollector
      ubercoincollector
      • supporter
      • 0 kudos
      interesting and compromise in this case would be a good thing
  6. xrayy
    xrayy
    • premium
    • 376 kudos
    i am extremley late to this "new app" party and this thread is confusing to read. i hope the gained experiences will have an impact. good luck with all of that. i still support the freedom and how mo2 works as a modding tool for me at least for all relevant bethesda games. good to see ar12 and tannin in the lineup. both can support with quite some mo experience and valuable background.
    to open the new app for another os like linux - is a good, necessary and long term oriented move. it is important to integrate and to convince power users/gamers from this concept and functionality. that worked with mo/mo2 and it will work and convince them for the new app.
    all mainstream gamers will profit from this approach. it is like developing a car. if it works for professionals and then finetuned for all it will be a success for sure! - but it must deliver more while leaving some individual flexibility how to apply.
  7. zixi
    zixi
    • premium
    • 22 kudos
    I came across the app on github the other day - I'd managed to miss this news item  here.

    I'm extremely pleased about the open source objective; on github the actual words are:  "Nexus Mods App will always be open source" Hurrah!

    And, I noticed on github that there is also a recognition and commitment (so far) to Linux. I do hope that Linux manages  to stay in there. I have downloaded the app and played with it a little so will be watching (with much enthusiasm) the development. Once it gets to a state where it needs users, I'd be happy to help from a Linux perspective. 
  8. moyer4487
    moyer4487
    • supporter
    • 0 kudos
    i am new to modding and fairly new to PC gaming. i was a console gamer until about 3 years ago when i learned the PC is the master race when it comes to gaming. however, why is it an issue to have a option to manually download mods the way a gamer sees fit? if doesn't effect the app or another players game in anyway. an option to auto load in order or manually load mod orders should be a non issue. want to auto download? then auto download. want to manually download? go for it. its your business not mine. i don't understand why many people want to force others to live or game in a manner according to them. it seems to be very common on forumns and social media for others to dictate and demand to do life how they say or it turns into ad hominum bs. and everybody is stupid or need to "get good" as a player etc. seems like there would be far less incels if people  chilled a little.
  9. AwsomeGun584
    AwsomeGun584
    • supporter
    • 0 kudos
    Will the new app go in a direction similar to Mod Organizer 2 with the ability to manually adjust load order with the simple menu that Mod Organizer does? I like Vortex and its ability to fill in the gaps for modding when it comes to people with less experience, but I feel that the overall ability to manage a modlist suffers as a result as It doesn't teach good practice for modding and also doesn't give the ability for power users to patch their modlists when it comes to simple issues. This doesn't mean getting rid of the automatic functionality but I at least want an option that lets me see my modlist and manually adjust the load order as seen in Mod Organizer because in plenty of cases, there will be small issues that LOOT doesn't catch or address that requires a manual change in load order that just isn't available in Vortex.
    1. AugustaCalidia
      AugustaCalidia
      • premium
      • 10 kudos
      I have no idea what load order options the new "NexusMods app" will have.  However, I do know that the existing options in Vortex are quite adequate, even for the so-called "power user."  In the seven years that I have used Vortex, I have never encountered a load order issue requiring manual adjustment that Vortex was not able to handle.  In fact, I found it easier to resolve these issue in Vortex than in Mod Organizer, which I had used extensively before switching to Vortex.

      Out of curiosity, what criteria must be met for someone to be deemed a "power user?" 
    2. deleted34304850
      deleted34304850
      • account closed
      • 56 kudos
      you say you "feel" that the overall ability to manage a modlist suffers as a result.

      while you may "feel" this, can you provide some empirical proof of what it is you "feel"? Show how using vortex causes modlist management to suffer in comparison to MO2 and/or any other mod manager you care to mention, otherwise this comes off as yet another version of an opinion from someone who believes that their words supercede everyone elses and counts for something.

      i ask my question as a "power user" of both MO2 and Vortex as in i've used them both extensively to manage my games for years and i know the pros and cons of both intimately and I know how to use them both equally to ensure that I can get a load order that works based on the same mods managed by two different, yet similar mod managers.

      Proof - you see? no "feels".

      I used both mod managers on the same mods for the same games, and can use them to create a game that loads and plays with a degree of stability.

      however, i don't pretend to know it all and so i am very much engaged in hearing your experiences and seeing your proof of your assertion which doesn't include how you "feel". If you can show that using vortex does have a detrimental effect on modlist management while completely excluding the human factor then I'd really like to see it. Maybe also the vortex developers would like to see it too as it would show obvious failures that they could possibly correct?

      thanks.
    3. sopmac45
      sopmac45
      • premium
      • 5 kudos
      I do completely agree with AugustaCalidia ( Hi by the way Augusta ) ... I have been using Vortex since it was out and I've never found any problem in my load order. Somethin I do love about it is that you just have to download your mod and Vortex will take care of the rest ( load order ) ... it does even suggest to you if that mod should be before or after a conflicting mod, I do not understand what else could I do to improve my load order. 
    4. moyer4487
      moyer4487
      • supporter
      • 0 kudos
      i'm pretty new to MODS and still low level in PC gaming. i switched from consoles about 2 or 3 years ago. so my question will be a noob question, what is a power user? also, load order...i have noticed some games require a strict load order. bannerlord 2 total conversion to the warhammer world for example is one requiring correct load order. i assume that vortex loads mods in the correct order on its own? thanks for any info u provide.
  10. RashadDracula
    RashadDracula
    • premium
    • 66 kudos
    A more impotent matter is if you are gonna add a Sync feature to keep all your installed Mods, Game save files,  Collections, & Settings sync'd to the user's Profile 

    so that when you login to a new system or in case of a system failure all your progress will be safe 

    All you need to do is login and everything's will be back to how it was, Optionally all your mods will be downloaded and restored to the state they were.

    I Suggest that such a feature is implemented for the sake of stability and Safety of the user's data.

    this would make many of those annoying buggers who have betrayed Vortex think back on their past deeds and return to the new and Supreme Mod Manager 
    1. madwolf2006
      madwolf2006
      • member
      • 4 kudos
      hi if you pay for NexusMods that will help but the slow way of downloading mods there are better way for example have you games installed to a different drive than you OS
      i may or may not be working on a mod manager but you have given me an idea 
    2. RashadDracula
      RashadDracula
      • premium
      • 66 kudos
      Well here's the thing I provide PC services, SEO Based Web Designing, for companies and my work also rests on data recovery and data safety the suggestion i just gave is from that perspective really...!

      If downloading Mods is a problem, then just loading the mods into vortex and letting the user decide whether to download them or not is an even better way to go at it..., is what i would say in most cases.

      Also the save games and settings can be synced without much hassle with only a simple script hook or login event