Jump to content

marelooke

Members
  • Posts

    1508
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by marelooke

  1. Looked at it, saw it was a mobile port, didn't bother looking further.

     

    Though I must say it is interesting that steam apparently banned the "mobile port" tag from their new user based tagging service. Wouldn't want people to make informed decisions I guess...

    • Like 4
  2. Really, it all comes down to the unknown.  Windows is like a long term relationship.  Even if the relationship has been bad at times, people are scared of change because Windows is all they've known for so long.  As far as hardware, pretty much all common hardware (and most uncommon hardware) is supported "out of the box".  As far as gaming peripherals go, your typical peripherals work just fine, as I can attest to with my 360 controller and Thrustmaster Flightstick.  More niche and specialized peripherals may not have the same level of support on Linux at this time.  They will likely still work, but may not have some of the same fine tuning capabilities that come with applications written by the manufacturer.  If Linux gains traction, naturally greater hardware (and software) support will follow.  I would guess critical mass would be around 10% market share (Linux is around 1-2% on desktops now I think, via browsing statistics, which isn't exactly an exact science).

     

     

    The last game  we worked on only took a few days to port because Linux shares some similarities to the PS4's operating system (which is based on FreeBSD, a fork of Linux).

    That's not entirely correct.  Both Linux and FreeBSD are based on Unix, different flavors of Unix (Linux was based on MINIX, while FreeBSD was, as the name implies, based on Berkeley Software Distribution).  Through POSIX compliance, which, to the best of my knowledge, both Linux and *BSD still strive for, there are a lot of similarities between the systems.

     

    That's still not 100% correct ;) Linux was developed separate from other projects to be a UNIX-like kernel and wasn't based on Minix at all (Minix' license wouldn't allow it and Tanenbaum refused to change it). The BSDs are all based directly or indirectly on 386BSD which was based on the original BSD.

     

    The other part of what is commonly referred to as just "Linux" is "GNU"* which was developed by the Free Software Foundation to be a free (as in freedom) alternative to UNIX (iow be POSIX compliant and all that goodness). However, they lacked a kernel (well, they had one but it wasn't ready), which is where Linux came in: GNU + Linux = complete operating system.

     

    *just to be politically correct: I'm ignoring embedded use here (eg: Android) as it's perfectly possible to use GNU without Linux and Linux without GNU, though those are specialized uses and not really relevant to the discussion.

     

    As an aside, I believe Mac OSX is based off Unix also, though I forget which flavor of Unix.

    Apparently NextStep (which forms the core of OS X) used bits of both NetBSD and FreeBSD while the OS X userland borrows mostly from FreeBSD.

    • Like 1
  3.  

     

    ~snip~

    ~snip~

    Rofl. Perhaps you two should relax. I couldnt care less which OS anyone uses, or their skill level, or what market share Linux enjoys. I though we were having a simple conversation on why a user would choose Windows over Linux to game on and it is my opinion that ease of use is that reason. Nothing more, nothing less. Coming off as aggressive tools is bad form. :)

     

     

    I work in the software industry, and I use to work for Microsoft,  and its funny how certain Linux and Unix fans are almost militant around there support for any platform outside of Windows. They seem to overlook the fact that for the majority of people the thought of installing Linux is a lot of hard work and they will battle to get decent support, warranties and some of there games and gaming hardware isn't even supported on Linux. Its fine if you personally know Linux and can effectively do your own troubleshooting but this isn't the case for most people

     

    The main difference between Linux or Windows for customers is the ease of interoperability and Windows wins that easily. This shouldn't even be a point of contention. I am not suggesting that some people on these forums don't prefer Linux, I believe that. But if I was developer and I had a limited budget I would have to be seriously convinced to create a game that also supports Linux because it makes more financial sense to create games for the Windows market, I also don't see any gaming benefit from a Linux game around factors like graphic settings and the required hardware

     

    Since you imply in your post that most of that also goes for non-gamers I'm sorry to say that that information is out of date as far as installation goes. Assuming you don't have weird hardware (and which "normal" end user has UltraSPARCs lying around?) GNU/Linux is generally *much* easier to install than Windows. The advantage Windows has in this arena is *only* the fact that it comes preinstalled on pretty much every preconfigured PC you could buy, which is a problem in and of itself.

     

    How to install Linux: insert CD/DVD: click next next next. Done.

    How to install Windows: insert CD/DVD: click next next next. Hunt down and install drivers, reboot 700 times. Install antivirus software. Find and install essential software (eg. Office suites etc, software to watch DVDs, burn CDs/DVDs etc etc)

     

    Note that if you end up with unsupported hardware you're just as much out of luck on Windows as on Linux (great fun if you have an unsupported network card). Actually, chances are bigger your hardware will work on Linux due to the shorter release cycle, so drivers for new hardware get added much much faster than to a base Windows installation.

     

    As far as support is concerned, I have no idea. But afaik you shouldn't look to MS for support as end-user (I don't know of anyone who has ever tried to get support from MS directly so it might be possible). I'd say that corporate support is irrelevant for end-users and that "some dude they know that knows" is usually how support is obtained.

     

    Now, when it comes to gaming peripherals you could absolutely be right, I have no idea how well controllers work on Linux (I know they *do* work though as I was involved in the Linux Gametome when it still existed and some people's games used them). Since most controllers/joysticks etc are just USB devices I assume adding support wouldn't be hard. Stranger devices (throttles, motion sensors etc) are probably barely supported as of now, then again, once there's a use-case for them they'd be supported pretty quickly in my experience.

     

    The one thing I will give you though that the faster development cycle of libraries on GNU/Linux system could well cause trouble for development teams unprepared for it. I've seen this with proprietary tools that hard link against specific glibc versions, breaking the entire application once the ABI changes. Dealing with this is going to be, I think, the biggest challenge.

     

    No. You asked why would "people" want to play on Windows. The answer being, if there is no advantage to playing on Linux why would anyone bother with it for gaming.

    The advantage of playing on Linux is performance. I remember back in the day when UT was first available on Linux (it was very easy to install btw) and performance was just *a lot* better than on the same machine running Windows.

     

    I think much of the performance benefit *NIX systems have here comes from the file system. NTFS is *slow*. There's also less "bloat" running in the background in the system (though currently there's quite a movement to add more and more bloat to Linux, so that advantage seems to be fading, but I digress)

     

    As for disadvantages: well, most GFX driver companies tend to spend more time optimizing their Windows drivers, so if the bottleneck is GFX performance Windows will probably score better, if it's IO or CPU your game might well run better on GNU/Linux.

     

     

    Now all of that said, the convenience of installing games on Windows is currently still much greater (I don't run Ubuntu, so getting Steam to work is still painful for now*) something that will most likely change since both Valve as well as GOG have set their eyes on supporting Linux.

     

    *of course, if there ever is support for enough games that I want to play I might very well replace said Windows partition with an Ubuntu one, just for gaming.

    • Like 6
  4. Might as well join in:

     

    Shattered Steel: 0

    MDK 2: 0

    Sonic Chronicles: The Dark Brotherhood: 0

    Baldur's Gate: 1

    Tales of the Sword Coast: 0 (I really ought to fix that)

    Baldur's Gate 2: 6 or so (Wizard is the only true path, none of my other class playthroughs got very far)

    Throne of Bhaal: 1.5

    Neverwinter Nights: 0.5 (gave up after Luskan)

    Shadows of Undrentide: 0

    Hordes of the Underdark: 0

    Knights of the Old Republic: 2 (light and dark side)

    The Old Republic: 1 (Sith Inquisitor, started a few other characters but the generic quests got old fast)

    Jade Empire: 2 or 3

    Mass Effect: 4 (one for each romance and one romance-less, plus my very first playthrough)

    Mass Effect 2: 6

    Mass Effect 3: 1 (started a second, didn't get very far)

    Mass Effect Galaxy: 0 (don't own any Apple devices and no plans on changing that)

    Dragon Age Origins: 1.75 (finished once as mage, nearly finished it as warrior, started a few other playthroughs and I played most of the origins)

    Dragon Age Origins: Awakening: 0.75 (got blocked from finishing by game breaking bug, haven't gotten back to it since it got patched)

    Dragon Age 2: 1.25 (started as mage, found mage to be annoying/boring to play, restarted as rogue, finished as rogue siding with Mages, started as warrior to side with Templars but got bored before I got very far)

  5.  

    Beat Dead Space 2 over the weekend. I really liked it. Enough that I'm giving strong consideration to ordering Dead Space 3 despite my worry about how microtransactions might have influenced it.

     

    You can completely ignore the microtransaction aspect. It's a good game, overall.

     

    But how's the atmosphere? I thought DS2 was a nice shooter with horror elements, but it didn't scare me anywhere near the amount the first game did (except that bit where

    you end up back on the Ishimura *shiver*

    ).

     

    I think the more streamlined combat contributed to that (in DS you sort of had this feeling you were in a heavy suit, so getting jumped from behind was baaaaaaad as you couldn't just spin around UT-style), but maybe knowing (roughly) what was going on also sort of dampened the scare factor.

  6. Honestly, I think most people's views are a bit more nuanced than "Obsidian rockorz!" and "BioWare sucksorz!"

     

    IMHO:

     

    The difference between Obsidian and BioWare games is that the latter lack the soul of the former (while they also lack the huge amount of bugs Obsidian generally manages to generate) There's reasons why NWN2 > NWN1 and KotOR2 > KotOR1 and I'm pretty sure it's not just because it's big bad evil BioWare vs goody-two-shoes Obsidian. Of course both NWN2 and KotOR2 were buggy as hell on release (both also had rushed endings), par for the course for Obsidian (though I do hope they won't have this problem s much with PoE now that they get to set their own deadline), but even with all their defects I consider them superior to the BioWare predecessors (and I picked these two games because they provide a ground for direct comparison between the two companies)

     

    Now the "problems" with BioWare's later games are generally attributed to EA because "stuff" started happening after the acquisition. ME2's success formula got copied over DA:O's formula resulting in Dragon Effect. Simply because Mass Effect sold a lot better than Dragon Age (iow seems like a valid move from a financial perspective, if you forget that the target audiences for both games were rather different which was BioWare's stated reasoning for having the two franchises, if you recall). Then some of the bad stuff from DA2 got copied back over to ME3 (eg. the combat in ME3 is worse than 1 and 2 and more akin to DA2's, including parachuting in reinforcements, though it is less obvious in most of ME3 than it is in DA2)

     

    So yeah, with EA at the wheel BioWare has obviously moved to conquering a more mainstream market by streamlining their content and making everything more console friendly (imho the second reason why DA2 is Dragon Effect, is the mechanics from DA:O translated rather badly to consoles).

     

    I think it's understandable that there is some bitterness about BioWare becoming yet another EA "same-game-new-year factory" chasing whatever is suspected to sell best compared to following some clear artistic vision or experimenting with new ideas. I've long since given up on "old BioWare" (pardon the nostalgia) and I'm taking the games as they come and judging them for what they are, but I'm not expecting BioWare to do anything to "revolutionize" the genre as taking risks is not something that is, or ever has been, on EA's agenda (just look at TOR, it's basically World of Warcraft with BioWare storytelling).

     

    The one thing that does bother me with "modern" BioWare is their PR, they like to spin things to their advantage the same way you'd expect from any generic soulless company (iow, sometimes it's borderline lying). For that, I resent them (as I got caught by it with DA2). Now I just ignore all their PR and get my information from secondary sources (iow, I now treat them the same as any generic game developer), so it's at least already gone through a bull**** filter (thanks for that btw guys and gals)

     

    EDIT: typos

    • Like 1
  7.  

    Yeah, but you are a lawyer, so you are wierd.

     

    Yeah, I measure all the games I play to the same standard, instead of applying a different set based on what studio a game was made by. In fact, that probably IS a result of me being a lawyer. :p

     

    I hold sequels to the standards set by their predecessor(s), and DA2 doesn't hold up. It's a reasonably pretty hack & slasher with boring combat and a shoddy story and even though I wanted to see the other one of the two endings I abandoned my second playthrough very early on.

     

    If I had to score it I'd probably give it 65/100(*), if I had to score it compared to DA:O I might give it 20/100 and I sort of wish reviewers would also make that distinction as being a sequel there's certain expectations that are set. Big departures from core mechanics are usually a bad idea and just ripping out tactical combat when that was one of the main features of the predecessor is not going to go over well (among other things).

     

    The way BioWare handled the entire thing made my respect for them plummet into negatives, but that's not relevant to my opinion on the game (although it is very relevant to the likelihood I will pre-order any of their games again).

     

    Another recent example would be Tomb Raider (the new one), it's a good game and I enjoyed it, but if I had to score it as a Tomb Raider game it'd fail miserably, unfortunately the reviews only take the former into account which imho gives a very skewed view on the game.

     

    * the scores I've used here aren't really well thought out, it's very possible that if I'd bother to write an actual review and work out a proper scoring system they'd be rather different.

     

    On topic: I had some good fun being a dictator in Tropico 3. Though I never managed to get a decent education system going. Oh well, at least my coffers were full and the uneducated were easy to push around ;)

    • Like 1
  8. The MMO I enjoyed best was EverQuest 2, which I stopped playing because they kept streamlining it (read: WoW-ifying) (well I also had a lot of fun in World of Warcraft during The Burning Crusade, but after that expansion things kinda went downhill faster and faster)

     

    EverQuest 2 had a nice skill system that left room for "fun skills" on top of all the must haves for an "optimal build" (and unlike in most MMOs what was "optimal" was often debatable), it had a huge world to explore with lots of old, dusty and forgotten corners you could re-discover and some dungeons that actually required puzzling to get through (loved the haunted mansion). They also had a nice system that allowed high level players to help out newer players while still getting experience out of it but without leaving them with all their high-level power, it even worked reasonably well.

     

    Being able to use whatever gear you wanted as "appearance gear" was pretty darn cool as well and often a reason to go on some epic quest to obtain a certain good looking item. Of course, having your own house that you could decorate and stuff with trophies of victories past was also a very nice touch.

     

    And you can play as a Fae (or an Evil Fae, can't remember their name though). C'mon! ;)

     

    The negatives for me were a very crappy game engine and total disinterest from SOE to actually maintain the game (read: buggy resource hog, compared to say, WoW) and the inability of paying subscribers to play in the F2P servers with access to everything the sub entitled us to (that killed it for me, since my friend didn't want to sub and I didn't want to ditch my guildies. The GMs being rude and unhelpful about it didn't help any either). The raids also sort of sucked since it was pretty much impossible to get the timing right on a lot of bosses without third party (paid) tools or lots of trial and error.

     

    That said, as a mmoRPG it's still the best I've played and I've actually considered resubscribing now that it's supposedly out of the hands of SOE. I fear it will get killed by whatever new EQ game they're working on though, which will most likely be just another generic WoW clone with a few "oh wow" features they'll use as an excuse to claim "it's different" (Rift and TOR say "hi!")

     

     

    I'm also a sort of EVE player, as in, I still have a sub running and occasionally do stuff but to actually really enjoy EVE takes quite a lot of time imho, time I currently do not have. But flying around and enjoying the sights doesn't get old.

  9.  

    I do think that if romances are to be a less perfunctory portion of the game, then developers need to get away from a few things, like resolving them in a single story or requiring that all of them end in some form of consummation (or, for that matter, that all of them succeed unless the player rejects the romance).

     

    This. The BG2 romances worked because they didn't end once you did the deed, they continued and had a lasting effect on your relationship with that person. Sex shouldn't be the goal of the relationship, it should just be a side effect.

     

    They also at least felt as if they occurred over a much longer period of time your party spent together, which imho felt a lot more natural and I wouldn't even be surprised that if you went through the game really fast it was possible to outpace the romance code since iirc romance events were at least partly on a timer so they didn't just occur at fixed points in the narrative.

     

    With AAA games seemingly becoming shorter and shorter (I wrote down how long I took to finish each Mass Effect game the first time through, iirc it was something like 60,40,30 hours for 1, 2 and 3 respectively, and I'm a completionist.) relationships feel more and more unnaturally rushed, especially since they don't occur on a timer but at fixed points in the narrative, so if you somehow have a few "major stops" in a row you get a lot of character exposition in a short period, if you then go a-side-questing nearly nothing companion-character-development related happens anymore.

     

    Anyway, let me return to the campfire/ship and hear what my compatriots have to say, because they're damn mutes when we're at the pub. (which is another problem imho, interaction in the BG games was random, so while the dialogues were mostly the same between playthroughs, if, when and where they would occur could vary greatly, sometimes leading to really weird and hilarious scenes* or conversations happening at rather odd moments, like right before you get ambushed or some romance dialogue triggering on a graveyard)

     

    But maybe I'm just looking through the rose-coloured goggles of memories of fun times past.

     

    * (minor) BG2 spoilers:

    A friend of mine playing BG2 for the first time entered the Harper Hold in Athkatla and got grilled about being evil, that was the perfect time for Lilarcor to exclaim: "Killing is my business and business is good!", my friend was found guilty of being evil and promptly reloaded figuring Lilarcor had something to do with the verdict. Still cracks me up.

     

  10. Not all versions of Fallout 3 were GFWL, maybe the DLC required it, but yeah, terrible game, so I didn't play the DLC.

     

    Only if you bought them through GFWL, if you got them on disc you didn't need GFWL for anything.

  11. Interesting (imho) interview with Swen Vincke (also linked from the latest KS update, so you might have seen it already) about the role of user feedback in Divinity: Original Sin's development, some history about Larian (which most here probably already know) and a little bit about their (possible) plans for the future (apparently he's not exactly opposed to making a non-fantasy RPG, huzzah!): http://www.rockpapershotgun.com/2014/03/05/larian-on-near-closure-divinitys-future-gender-parity/

  12. I loved LL, I thought the game was spectacular. So I should  enjoy the DLC as well :)

    The level I'm talking about is the Kshatriya level from the Factions DLC, it's the only DLC level I'd really recommend (the rest is imho rather average)

     

     

    Also, looks like Survarium is a MMO, bummer. Still keeping an eye on it since, well, seems to be the closest to Stalker 2 we'll ever get :(

    • Like 1
  13. Is that statement intended to be one of praise for those two games, or a subtle damning of the third game? :p

    Both, I guess. I haven't spent nearly the same amount of time with ME3 as with the other two.

     

    I thought the way the entire Quarian-Geth situation was dealt with was pretty weak (in fact, I thought the way they dealt with most situations in ME3 was rather weak, except for Tuchanka I guess which I thought was pretty great) Though I should probably play through the game again to see what they changed after I played it (and to refresh my memory).

  14.  

    Which just reminds me that I'd really really like another S.T.A.L.K.E.R. game... *sigh*

     

    Are you aware of Survarium? After GSC folded, some of the devs went on to found Vostok Games... and that's what they are working on.

     

    Thanks for the link, I'll need to do some serious reading up on (and keeping track of) this game!

     

    I was aware GSC folded in rather odd circumstances, wasn't aware the devs went on to create a sequel though (also: istr GSC were talking about taking Stalker 2 to consoles before they folded, which seriously worried me).

     

     

    I hated Metro 2033. Too easy, too linear, too scripted. Is Last Light any better?

     

    No, the main game plays very similarly to 2033. Some mechanics have been more streamlined (like stealth), but if you disliked 2033 you'll more than likely dislike LL.

     

    But one of the DLC has you actually go out from a fixed spot and collect artifacts. You have limited filters (for your gas mask)/ammo and you can't just stock up indefinitely because price goes up with every filter you already have on you (which is a bit dodgy from a purely logical point of view but it balances things nicely) and you get sent out to find entrances to the Great Library and collect artifacts on the way to be able to buy more filters/better gear (carry capacity is limited to 5 artifacts). You can also only save in the "base", so returning is both a necessary as well as a tactical consideration.

     

    There really isn't much loot to be found (outside of the artifacts), so new gear an weapons need to be bought (except for two exceptions that make sense from the story). Mutants do tend to drop ammo (which is a bit annoying), but is explained by them eating their victims whole (while they don't really drop a lot of ammo I didn't really have shortages either on normal difficulty, but it didn't take long for me to have enough cash that just buying the ammo wouldn't have been a real issue either).

     

    I thought they did a rather good job on making you actually feel like a vulnerable human in a pretty messed up environment (that said, aside from a few run-ins with Librarians I never died).

     

    I don't remember how long the DLC took me to finish (an hour or two I think), but a full game based on these mechanics would be pretty damn awesome in my book.

    • Like 2
  15. Oh yes, I finished all of Metro: Last Light's DLC missions (after finishing the base game earlier).

     

    I must say the one where you go artifact hunting out from a set location and gradually go farther and farther out was awesome fun and I'd love it if they'd make a game out of it.

     

    Which just reminds me that I'd really really like another S.T.A.L.K.E.R. game... *sigh*

     

    The rest of the DLC missions was pretty, well, meh. Not bad, not great either (and the one where you play as a Nazi Heavy felt seriously RNG).

    • Like 1
  16. Just once in a RPG I'd like to see a character jump in the water to swim wearing plate, make it a few yards while struggling mightily, then sink like a stone and die. 

    :lol:

    That happened in Two Worlds if you didn't train up some skill that allowed you to swim with (heavy) armor iirc.

  17.  

     

    Are you going to play Dragon Age: Inquisition?

     

    I don't know is the honest answer. I'll see if there's a demo. If it veers back to DA:O territory enough then perhaps.

     

     

    Manage thy expectations!  That's how I enjoyed DA2 for multiple playthroughs--I knew it was never going to be an old-school RPG and thus it was quite fun.  Demand that things be that which they are not, and you'll always be disappointed.

     

    DA2s combat was terribly consolized and I endured it more than I enjoyed it. It seems DA:I is going in the same direction so I'll probably pass this game up at release unless it gets rave reviews from sources that matter (iow, not your average gaming journalist) and get the "Ultimate Edition" in some Steam sale well after launch (assuming my plate isn't filled by lots of awesome crowdfunded games of course).

     

     

    DA:O was a piss-poor game in a rather dull setting, compounded with a horrible story, repetitive combat and seriously unbalanced classes. Not to mention how it basically required you to bring a healer and a battle mage to be effective, while only providing you with two NPC mages, who, by the way, hated each other's guts.

     

    So, no kidney stone fetish is necessary for a proper explanation :p

    Mages were broken when DA:O was released, once certain powers were brought back in line it was possible to play through the game without them (I think I went dual wield swordsman + Alistair to tank + Shale to offtank + some rogue).

     

    It's amazing how incompetent Bioware is at writing dialogue, despite being one of the longest lived RPG studio's. Why are they trying to pigeonhole everything into categories (Noble/Clever/Direct), and arbitrary categories at that? Why must there be three response options, and always three? There can be situations that call upon only two dialogue options, or maybe half a dozen. 

     

    The fact that they had to add explanatory tooltips to dialogue choices is rather telling.

    I considered the dialogue wheel and it's limitations adequate for the Mass Effect series, which I've mostly considered an interactive movie. I think it's rather sad that the voiced protagonist and dialogue wheel have infested so many other games that would likely be better off without it.

     

    It worked for ME and it works in select other games with "fixed" protagonists (eg. Batman games...) but usually when playing an CRPG *I* want to define the main character and his/her voice is the voice *I* make up in my head. Voiced protagonists and the limited options expressiveness  wise (there often are multiple options that lead to exactly the same result in RPG dialogues, but the *way* it is formulated each time matters to me as player) that a dialogue wheel bring force me to play someone else's character.

  18. KotOR2 is the biggest disappointment I've had in my gaming career, due to being totally awesome but only half finished (I'm aware of the restoration project and I'm not taking it into account as it's a community effort).

     

    Vampire: the Masquerade: Bloodlines was the biggest positive surprise I've had in my gaming career so far. That game has such a great atmosphere.

     

    RTwP is the best balance between the button mashing that tends to be RT combat and the slow tactical bore that tends to be TB combat.

     

    The worst thing about PS:T is not the combat, but the UI and most of the problems people have with the combat can be traced back to the atrocious UI.

     

    Bad UI (or more generally UX) design kills more games than mediocre cliché ridden stories ever will be able to. I can play through a clichéd story with clunky mechanics (as long as it's well told), but if I have to constantly fight the game and UI it's game over (The Witcher 2 says "hi").

     

    The importance of the story to make a good cRPG game is wildly overrated compared to the presentation of said story to the player.

     

    Nobody has managed to make wizards actually work well in a RT combat system.

     

     

    Hmm, I think I might have to change my name now.

  19. At the moment I find myself enraptured by Warframe. In the weeks I've played it I've managed to get to Mastery Rank Six, thereby unlocking the gamebreaking Soma.

     

    Also, given that it is a free-to-play game, I'm pleasantly surprised it hasn't been invaded by Brazilians who can't speak English yet.

    It's mostly Russians in Warframe. Usually when you find a host that's unplayably laggy its a Russian (at least if you play in EU TZ, US TZ seems to generally fare better) that is assuming you play on PC (but who in their right mind plays shooters on consoles *trololol*).

     

    Fwiw, Warframe is a pretty fun grindfest. I made it to Mastery Rank 10 (ready for 11 but my laptop is too slow to do the test, or play Warframe in any "real" fashion, so it'll have to wait until I have access to my desktop). I'm still bummed they removed the Infested from planets as they made for pretty fun long solo survival/defense matches.

     

    And the Soma has pretty much lost its king of the hill status, while it's definitely an "easy" (aka good allrounder) weapon there's many many more viable options since Damage 2.0 and I've stopped grabbing the cliché Rhino (or Trinity) + Soma combo for "hard" stuff (if I'm feeling lazy I often grab the Ignis nowadays...)

  20. rockpapershotgun's 1st several hours impression article made me laugh, tho, re: some of the tortured dialogue.

     

    http://www.rockpapershotgun.com/2014/02/07/hands-on-the-first-few-hours-of-elder-scrolls-online/

     

    Were these encounters, these play-lets, of any interest, this would likely be pretty enticing. But instead it’s all bluster, people telling you how utterly important everything is, because the Grand High Priest Of Cliffaffle Poplington has sworn his enmity to the Wolf Queen Of Qqqqqqqb, which will likely cause the Ancient God Robert to rise from the Tombs Of Fort Backalick, raising the terrifying forces of BasingStoke. As hard as I try to concentrate on what they’re saying, not only my eyes but my entire brain glazes over, until I realise they’ve all stopped speaking and the little arrow on the map has moved one building over. Actually, I needn’t make up my own barely-parodied versions – here’s a genuine sentence from the game:

     

    “The ritual tore the veil between Nirn and Oblivion, allowing Mannimarco to begin stealing the souls his master needed to power the Dark Anchors and initiate the Planemeld.”

     

    Well, NDA is still up, so can't really say much. But gotta agree with the RPS article. Maybe it picks up after, at least Bester seems to like it. If I get another invite I might force myself past the early bit and maybe my opinion will change.

  21.  

    Just finished Metro: Last Light. It's like Metro 2033 but simply better in every possible way(Story, Gameplay, Visuals, Controls...). A very enjoyable experience from start to finish. Highly Recommended! I also replayed Bioshock: Infinite and I liked it a little better this time around. I suddenly found the whole quantum-physics-themed-story to be entertaining.

     

    I thought the opposite - overall - in regards to Metro: Last Light. Much preferred 2033. The stealth was even poorer in Last Light than in 2033, the plot was completely pants-on-head retarded, (particularly anything involving Anna, who you make love to after having maybe five minutes total of actual face time with her - I quit and then uninstalled maybe fifteen minutes after that), uh...I felt like the gunplay was about the same, except more hampered by the even more ridiculously easy stealth, so I never used a real gun against anything mutants at any time, anyways...Khan went from a wise old man to some crack-smoking hippie "duuuude"...Miller and the other Rangers basically became your archetypal American meathead soldiers...I was very unimpressed, overall.

     

    The final nail in the coffin, though, was that (quite frankly) idiotic love-making scene with Anna. Maybe it was just me, but I would've shot her before doing what Artyom did with her. If you're going to make a tsundere-like character, please spend more than literally no time at all to transition between "you are a worthless sack of crap, I laugh at you with my thick Russian accent, ha ha ha" and "oooohh, artyom-san, I missed you soooooo much, I've been so worried about you and oh how I missed you! now come make love to me in this disease-ridden hell-hole...".

     

    When that...Communist, was it?...held her hostage as leverage against you, I immediately shot at him. :) The completely psychotic things you can do when you're being forced into impossibly railroaded situations not of your liking!

     

    Just finished Metro: Last Light as well. And yups, a lot of things make zero sense if you think about them even the slightest bit. And yeah spending (much) more time around Anna would've made that entire "relationship" thing make much more sense.

     

    Also wasn't too fond about the weapon modification thing, given how rarely you encountered places where you could modify your weapons I just ended up using pretty much the same weapons throughout the entire game (even more so than in the previous game), as I didn't want to sacrifice my familiar setup for something that might not work too great past the next point of no return. Some weapons are only encountered much too late in as well (and I'm not about to drop loads of dough on a gun of which I have no idea how it will perform). But maybe that is just me...

     

    As for the stealth, I preferred it over the Metro 2033 system where you often had no idea how visible you were and often were 100% visible to enemies even in very dark corners leading to some pretty frustrating levels. That said, I feel they might have gone overboard in the other direction with the watch. Still, I rather they retain the new system than go back to the 2033 system (or lack thereof)

     

    Overall I enjoyed the game, still have to play through the DLC levels and considering the stealth wasn't quite as frustrating as in 2033 I might actually replay this at some point to get a totally "no-kills" playthrough (think I killed one guy I shouldn't have, /sigh, got the same in Deus Ex: HR at the helicopter defense and a few dudes eaten by rats, at least that's my assumption, in Dishonored)

  22.  

    I am, of course, referring to War of the Overworld which aims to replicate the Dungeon Keeper (mostly 1, with the non-sucky bits of 2 added) gameplay. They lost the rights to the Dungeon Keeper franchise due to that pathetic excuse of a game above or this would have been Dungeon Keeper 3.

     

    What? They never had the rights in the first place. It was a fan-made sequel until they decided to become legit developers and had to drop the franchise. It has nothing to do with Dungeon Keeper Mobile - this development happened before Dungeon Keeper Mobile was even announced.

     

    Anyway, as an early access backer I'm still on the fence on War for the Overworld. All it's done successfully so far is make me want to play the older Dungeon Keeper games instead. It looks the part, but it so far doesn't have any of the charm - they are playing it far too straight.

     

    Hmm, I must've been misinformed then, I read they were fine using the name until that Mobile thing came around. My apologies.

    That said I'm curious how it will turn out, can hardly be worse than that F2P thing.

     

    I probably still know all Dungeon Keeper levels by heart, so even if the urge to play is there it'd probably be a short stint. Maybe I should get my hands on the Deeper Dungeons, though I remember mostly frustration with that.

     

     

    I did find it interesting that they put Kotor2 over Kotor1. I always had the impression the latter was more popular.

    KotOR2 is certainly better in pretty much every way (which doesn't mean that KotOR isn't a good game, of course).

    The main problem with KotOR2 is that it was released unfinished and stayed that way until fans fixed it. Something I'm still bitter about (sue me).

    Which reminds me that I should really give the restored version another try (I couldn't get it to run last time I tried, which admittedly was a while ago)

×
×
  • Create New...