Recommended Posts

Died a lot again.

Being poisoned is annoying me too. It is so slow to go away and i end up wasting half my etus flasks trying to stay alive.

Still loving the game though. Even when the simplest mob kills me... because i know it is my fault i died.

Grab some Purple Moss if you can. I know the Merchant in the sewer sells some or you can get them from the forest area from the tree creatures.

If you haven't already been to Blight Town....be prepared for a lot of poison! lol

Died a lot again.

Being poisoned is annoying me too. It is so slow to go away and i end up wasting half my etus flasks trying to stay alive.

Still loving the game though. Even when the simplest mob kills me... because i know it is my fault i died.

Have you tried wearing "Poisonbite Ring" that you can purchase form Oswald of Carim in the first bell tower for 15000 souls?

Thanks, i will try those things. When i get to those points

I have only just got past the Red Dragon, basically the first things that can poison me (rats) sometimes get me.

Ahh, when I was a newbie I too got destroyed by these rats for a while, nowadays I don't know why I even have trouble with them. Just hold shield and back off them when they attack, when they miss you completely, it is a good time to attack. And once you attack, just be relentless. They shouldn't be too hard to strike down.

Dark Souls and Demon Souls are two "unlinked" games, as in story is different and all but some design and characters are shared as if to pay homage to the other. It doesn't really matter, but if you spend a lot of time in a game, I say go for Dark Souls first, as you probably want to play it while the online is still very active.

It's weird (both in this game and Demon's Souls) that out of all the "hard" enemies, bosses are the easiest ones. Most of them have some cheap tactic you can use to kill them easily.

And then even for non boss enemies, the game greatly rewards playing cheap instead of going straight into a "fair" fight.

So far I've killed every knight I've found just by throwing firebombs while walking away from them. The Taurus demon managed to hit me once as I kept getting stuck on his legs when trying to get back up the ladder, but the Capra demon was ridiculously easy. Same with the Hydra.

The guy with the dragon tooth in Burg's watchtower is insanely hard to kill in close combat but then he doesn't follow you out of the tower, so you can exploit that and kill him with ease.

All that kinda spoils the supposed difficulty of the game :/

Then on the other hand you have the ghosts in New Lando that are a major PITA :pinch:

I'm trying to build kind of a "tank" class starting with the knight. I did the same in Demon's Souls and while it's not that effective compared to other builds, watching enemies get crushed under a huge sword is quite satisfying :D I went around dual wielding maxed out Dragon Bone Smashers back then, just because it looked badass :rofl:

I just bought the key to unlock the door in the forest, it looks like a nice area for farming souls.

  • 3 weeks later...
  • 3 weeks later...

I am hating Demon Ruins right now. Noone to group with and I'm sitting outside the second bosses door. I hear the next area is worse though.

I was told that Lost Izalith was harder too, But you can run past all of the hard guys in the first half of the area. That ony leaves the Flame statues and a couple of other hard ones and an NPC.

  • 4 weeks later...

The facebook thing is more likely for DLC, DLC is rumoured to be announced in March.

Really hope so, don't care for a PC version, the online will be exploited and cheated within to hell and back. If given the choice of better visuals or reliable MP, I'd go with MP. Cannot be expressed how much MP/CoOp means to this game.

Nice! I have the game on 360, but it's nice to see that PC gamers might have their wishes answered. It's a great game, and the seems like it would be a good fit for the PC crowd, potential multiplayer exploits notwithstanding.

I still need to return to this game sooner or later. I'm ashamed to admit this, but I haven't revisited the game ever since having my ass handed to me by the Capra Demon (and then I found out that he shows up later as a normal enemy, which made me feel even worse, lol). Sooner or later I'm going to have to start a new game and seek redemption :laugh: .

Nice! I have the game on 360, but it's nice to see that PC gamers might have their wishes answered. It's a great game, and the seems like it would be a good fit for the PC crowd, potential multiplayer exploits notwithstanding.

I still need to return to this game sooner or later. I'm ashamed to admit this, but I haven't revisited the game ever since having my ass handed to me by the Capra Demon (and then I found out that he shows up later as a normal enemy, which made me feel even worse, lol). Sooner or later I'm going to have to start a new game and seek redemption :laugh: .

I'm lost on my NG+ maxed out pyro. Last time i tried him, I forgot what area/boss I had to go to next, and spent an hour running around with no luck of finding my path lol.

  • 3 weeks later...
This topic is now closed to further replies.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      77
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!