LucasArts and BioWare joint project to be revealed October 21


Recommended Posts

LucasArts and BioWare have sent out invitations for a press event on October 21 where they will unveil their joint development project. The two companies are expected to announce a Star Wars: Knights of the Old Republic MMO.
The postcard, which proclaims "The wait is over" and promises "the Official unveiling of the game that's been rumored about for years," makes no explicit reference to Star Wars. It is branded with the LucasArts and BioWare logos and depicts floating robots and hooded figures in futuristic interior locations reminiscent of the sci-fi franchise.

The alleged existence of a KOTOR-themed MMO is considered one of the industry's worst-kept secrets, with BioWare parent Electronic Arts' CEO John Riccitiello essentially confirming the title's existence.

Riccitiello called the BioWare/LucasArts effort "quite possibly the most anticipated game, full stop, for the industry," before acknowledging it as a KOTOR MMO.

Source: http://www.maxconsole.net/?mode=news&newsid=32366

SP game or GTFO.

In fact, to be fair, SP game AND MMO and it's okay as well (Y)

However I don't just want an MMO :(

Oh, I do wonder what it could be! I haven't a clue! /sarcasm

But anyway, a KOTOR on-line game would indeed be a great announcement.

Not that I would play it, I don't have the money for any subscription services.

Of course unless they went against the trend and gave us a free one, now that would be badass. :p

bah, no Kotor pelase. I don't see what's so great about it. I prefer modern Star Wars universe.

Personally I want a Privateer like space and ground game followup to the Force unleashed. playing as the pilot of his ship with aid from Proxy and no force powers. Just a single mercenary/priavteer pilot banished form the empire, doing odd jobs, transport misions, assasinations, protections++ in the Star Wars universe in the Pre ANH period.

KOTOR was the best Star Wars game ever, and I still consider it one the of the greatest RPG's ever (and besides bioware also has great games).

I couldn't care less what they do create, but a KOTOR MMO sounds badass and if done correctly could be awesome.

SP game or GTFO.

I heartily agree (Y) . I want to know about what happens with Revan and the Exile and immerse myself in the story at my own leisure, not play it every week when I have no time to do that.

Scirwode

I thought they already had a StarWars MMO? (forgot what it's called)

and I'm still thinking to get Warhammer Online :D Should I wait for Starwars?

It was called Star Wars Galaxies and was the best MMO ever produced before SoE decided to **** it up ( NGE anyone ? ) to make it like WoW ...

It was called Star Wars Galaxies and was the best MMO ever produced before SoE decided to **** it up ( NGE anyone ? ) to make it like WoW ...

ya

after SoE screwed up galaxies i will never touch another game from them ever again

SWG was fun for the first 3 or 4 months

then SoE made some really bad decisions and the game went to hell

if Bioware is making a star wars MMO i hope they learn from all of SoE's mistakes and does it right

ya

after SoE screwed up galaxies i will never touch another game from them ever again

SWG was fun for the first 3 or 4 months

then SoE made some really bad decisions and the game went to hell

if Bioware is making a star wars MMO i hope they learn from all of SoE's mistakes and does it right

That's exactly what I'm hoping for mate. Let's hope that Bioware can make it right this time.

At first, I felt uneasy about the whole KOTOR MMO thing. However, I have the utmost confidence in BioWare because they delivered with Mass Effect and I feel that they will deliver with this new title.

As much as I despise MMOs and what has happened with SWG and WoW... I can't help but hope that it will be an amazing game. KoTOR is probably the best RPG of all time storyline wise. Been waiting for a new KoTOR game for a long time now.

Galaxies was the **** until SoE really messed it up with the Combat upgrade thing. Another game SoE ruined was Planetside

Nah, the CU's where good, they ixed a lot of problems with the combat in the game and made it less spreadsheaty. I would have preffered if they kepts it so different armors had different resistance to different weapons. Everyone used composite after CU' other than that though, good stuff.

NGE however... that messed it up.

SoE still makes other good games though, Vanguard is great and borrows alot from SWG though it's fantasy, and EQ2 while not as good as Vanguard is a very good game.

BioWare however is completely new to the market, they don't know what they're doing yet. SoE knows what to do and what not to do, they know how much resources it takes, they know what's required, they know the NGE messed up. Bioware makes good single player games, but I wouldn't trust their first MMO to be too good.

and if they do make a SW MMO. don't set in in the KOTOR age, the modern SW age i so much better. Something after the movies would have been great.

I cant believe they are going to do an MMO. If its Star Wars KOTOR 3 then should be single player.

- Awesome storylines in the first 2. Really shed some light about the Star Wars Past

I dont think they would achieve the same thing with an MMO Game.

At the end of the day i have a WOW subscrption, AoC subscription and im using the trial period of the LOTRO which i may or may not turn into a monthly subscription.

I am a huge Star Wars fan but i will certainly not be forking out another X amount of pounds for another MMO which is not needed.

I really hope that Star Wars KOTOR 3 is announced as a SP title

They could something like KOTOR Universe of something which is a MMO set around that time which would be better imo but they should leave the SP aspects to a separate game.

I thought that the KOTOR MMO was already unofficially official?

With the description of robots and hooded figures, it would be totally awesome if it would somehow be an entirely new IP that Bioware and Lucasarts are working on together, separate of Star Wars entirely. KOTOR should be kept singleplayer.... I can't stress this enough. Otherwise, it will go the way of Warcraft, where a single player experience is only a hope and a dream considering the money they can milk from doing MMOs.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft finally launches WSL Containers in public preview by David Uzondu Microsoft has announced that WSL containers, a feature that allows developers to run Linux containers natively inside Windows without the need for Docker Desktop, is now available in public preview several weeks after Microsoft previewed it at Build 2026. To use the new container feature, you first have to install the latest pre-release version of the Windows Subsystem for Linux by running a quick update command in your terminal: wsl --update --pre-release After installing, you'd get access to the new Linux container CLI (wslc.exe) and the programmable API. Microsoft said that the CLI has a "familiar format" that matches the toolsets developers already use every day. If you know standard Docker commands, your muscle memory will translate directly to wslc.exe, which even features a built-in alias called container.exe. You can quickly run a full Ubuntu KDE desktop container by exposing ports, or pass your graphics card straight into a machine learning environment to run PyTorch workloads. Passing the --gpus all flag inside the run command instantly links your hardware. Image via Microsoft As for the API, developers can now embed Linux container operations directly inside native Windows applications without exposing the command line to users. The team integrated the API directly into MSBuild and CMake, so developers can define container steps directly in project files. Apart from bringing the CLI and API into public preview, Microsoft also said that it's working on a new default file system called virtiofs to speed up file transfer rates between Windows and Linux. Microsoft also introduced an experimental networking mode named consomme, which resolves compatibility issues with corporate VPNs by routing Linux network traffic straight through Windows. One thing to note about WSL containers is that they don't run in your standard WSL distributions; instead, every application and CLI session spawns its own lightweight Hyper-V utility VM in the background. This basically reduces the chances of one app snooping on the container of another app.
    • Google reportedly limited Meta's Gemini access over limited AI compute by Karthik Mudaliar Google is reportedly limiting Meta's use of its Gemini AI models after Meta tried buying more computing capacity than even Google could supply. According to the Financial Times, Google told Meta in March that it could not provide the full Gemini capacity that Meta had requested. This shortfall even disrupted and delayed some of Meta's internal projects. Due to this, Meta even told its employees internally to use AI tokens more efficiently. Meta wasn't the only one to get hit by this sudden refusal by Google; even other customers were affected. But Meta was hit harder because of its unusually high demand for Google's models. The move from Google makes it evident that companies all over are in limited supply of both infrastructure and compute. Alphabet said in April that Google Cloud revenue grew 63% year-over-year to $20 billion in the first quarter, helped by enterprise AI infrastructure and AI solutions. In pursuit of more compute, Meta had earlier signed a multi-billion-dollar AWS agreement as well as a large AMD GPU deal for AI data centers. But the crunch would be short-lived as both Meta and Google have also ramped up infrastructure investments heavily. Meta said in November that it was committing more than $600 billion in the U.S. by 2028 for AI technology, infrastructure, and workforce expansion. In the first quarter of this year, Meta also raised its expected capital expenditure for 2026 to a range of $125 billion to $145 billion, citing higher component pricing and additional data center costs for future capacity. However, this doesn't make the company immune to the current dependence on outside suppliers. Meta has also spent many years promoting Llama as an open-weight alternative to closed models from Google, OpenAI, and Anthropic. But if the reported reliance on Google's Gemini models is severe enough for internal work to get impacted, then it looks like even frontier labs and Big Tech aren't fully self-sufficient. Source: Financial Times
    • I like to reminisce about the good old days, way back in autumn 2025 when building a gaming machine was fun and the drives were about $150 when you caught a deal. Yes duh, back in the day we had it gone. Then baby Skynet came along, hiding in AI datacenters demanding more processing power until it reached singularity. End of a not totally fictional story.
    • My experience in the past with older Windows 11 builds was not great on unsupported machines but I recently used Rufus to put the latest build on a older 5th Gen Core Thinkpad T that we upgraded with a SATA SSD and 8GB of RAM four years ago when hardware was reasonable and it seemed pretty fast and solid. Customer is very happy with the performance and will probably get four more years out of that venerable laptop that he loves so much. Another customer just retired his Dell Studio laptop from 2009 running Windows 10. It got an SSD over 10 years ago and did everything he needed it to for 17 years but he also retired last year and is happy doing everything on his iPad now.
    • Apple's newest AirTag 2 gets first big discount by Taras Buria In late January 2026, Apple introduced its second-generation AirTag trackers, bringing a refresh to the old model that has been on the market for half a decade. Now, you can get these new trackers at an all-time low price, thanks to the first big discount that brought the price down by 17% on Amazon. While the second-generation AirTag looks identical to its predecessor, it packs meaningful upgrades inside. The second-gen ultrawideband chip works 50% farther than the original AirTag, allowing you to detect lost items in a wider range. In addition, the second-generation AirTag features an upgraded Bluetooth chip for extended range and a significantly louder speaker (up to 50%) so that you can hear it better when locating a lost item. Note that the second-gen AirTag only works with iPhones and iPads that run iOS/iPadOS 26 and newer, so you need a compatible device to use the tracker. Like the original AirTag, the AirTag 2 is available in two packs: one and four pieces. Both are now available at a notable discount on Amazon, and you can purchase them using the links below. Apple AirTag 2 tracker - $24 | 17% off on Amazon Apple AirTag 2 tracker (four-pack) - $89 | 10% off on Amazon Good to know This Amazon deal is U.S.- specific and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      538
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      98
    5. 5
      macoman
      66
  • Tell a friend

    Love Neowin? Tell a friend!