• 1 Post
  • 43 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle





  • I think the problem might be your PostUp/PostDown lines have an in-interface (-i) but are missing an out-interface (-o) for the forwarding. Try this:

    PostUp   = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
    



  • I’m involved in the development of an addon for the Classic WoW versions (Questie), and the thing I do there is such a convoluted process that not doing it feels like letting my fellow devs and the users down. But you can do development on the PTRs and beta servers, so I haven’t given money to Blizzard in a long time. Now you could argue that this is even worse in regards to supporting Blizzard than just paying for a game, but I rationalise it to myself with the fact that the newer clients will inevitably be used for private servers just like the old ones were (some already are actually).



  • The WINE_SIMULATE_WRITECOPY=1 %command% is the Steam launch option you set, with %command% meaning roughly “what Steam would do without any launch options set”.

    The whole process was a bit finicky and I did it a few month ago, but from what I remember it went something like this:

    • Download battle.net installer
    • Add it as non-Steam game to run it
    • Locate the newly created prefix in Steam directory
    • Add the Battle.net.exe in it as a non-Steam game, then remove the installer (not the other way around or the prefix will be deleted)





  • there must be a bit more to it than that. AIM, Skype, and several others were viable options with existing userbases.

    Once upon a time in a messenger landscape far far away there lived a king called XMPP. It had a lot of powerful children, WhatsApp, Facebook Messenger, Google+, and even Skype amongst them. And they all worked together in a big federation towards the commonwealth of all, freely sharing their metadata. But then some of the children grew greedy, jealously guarding their own gardens behind higher and higher walls, breaking down the federation. And thus the era of the warring messengers began. But prophecy foretells of a prince to unite all the disparate standards in one big Matrix again, completing yet another revolution of the XKCD 972 wheel of time.

    For real though it was phone numbers. WhatsApp always worked based off of phone numbers, which is an identity confirmation method that was immediately familiar to most people at the time, even more so than email.





  • If you rise anywhere above lever 5 or so, the difficulty ratchets up so much it makes the main quest nearly impossible to complete.

    Didn’t Oblivion already have the difficulty slider? You could just adjust that, no?

    I know level scaling is a big topic in the industry, but for me, the way it’s implemented nearly ruins what is otherwise a mostly great game.

    Two of the first RPGs I played were Gothic and Gothic II which released approximately alongside Morrowind and Oblivion, and they just had no dynamic level scaling at all, so I don’t really see the appeal either. A tiny Mole Rat being roughly the same challenge as a big bad Orc just breaks immersion. If you were to meet the latter in early game it would just curb stomp you, which provided an immersive way of gating content and a real sense of achievement when you came back later with better armour and weapons to finally defeat the enemy who gave you so many problems earlier. Basically the same experience you had with Death Claws in Fallout New Vegas when compared to Fallout 3 - they aren’t just a set piece, they are a real challenge.

    The games had their own problems, for example the fighting system sucked, and I’m told the English translation was so bad the games just flopped in the Anglosphere, putting them squarely in the Eurojank category of games. But creating a real sense of progression and an immersive world were certainly not amongst their weaknesses.


  • So WINE was just imagined into existence? Or maybe it was a wizard with a magic spell?

    GP is simply wrong on this one. While it is an open source project with a lot of volunteer involvement, there are companies like CodeWeavers and Valve which directly or indirectly contribute to development. You can get support from CodeWeavers AFAIK, but that means paying them.

    Why do people get so uppity when I simply ask questions? I never claimed that anyone owed me anything. I never asked for anything.

    Well you did ask for something, which is replies to your questions. And your reaction to those replies, whether intended or not, comes off as “uppity” as well. Hence the downvotes and hostility (not to say that I support that from either side of the conversation).

    I am unwilling to learn.

    Then why are you wasting peoples time with asking questions?

    I’ve wasted hundreds of hours trying to learn to use Linux for basic tasks after everyone assured me it was “so easy” and not gotten anywhere. I’m done trying to learn.

    Running software on an OS it wasn’t made for is anything but a basic task. Try running various Linux software on Windows and you will see. If you want to run software made for Windows easily the way to do that is using the version of Windows it was created for.

    What people mean by “basic tasks” is usually browsing and office, and there is Linux-native software for that.

    Someone posted Zorin OS elsewhere, which appears to be exactly that.

    Not really. It has deeper integration of Wine into the system by default, but it is still a Linux OS running a compatibility layer for Windows software. This will not save you if you are unwilling to learn, there will still be various problems. Some software will simply not work, or only partially work, or require additional configuration to work.

    In summary, if your definition of “basic tasks” is running arbitrary Windows software then doing it on Windows is the way to go.