6 ms·
Chess on M series Macs has the same issue. Even level 1 is easily 2000+ Elo because of the same thing.
by throwaway6977 8mo ago
Chess on M series Macs has the same issue. Even level 1 is easily 2000+ Elo because of the same thing.
- hinkley 8mo agoI found a used copy of Warcraft 3 at the store about ten years after it came out, proudly brought it home, fired it up and didn’t recall the graphics being quite that awful, but the first time I tried to scroll the map sideways it shot to the far end because they didn’t build a timing loop onto the animation and I shut it down, disappointed. Unfortunately they never released a remastered version of it. They seem to have made some clone of it called “reforged” whatever the fuck that means.
- jasonwatkinspdx 8mo agoYeah, Reforged was received very poorly so they basically end of life'd the franchise. There is a thriving community with a couple different choices for servers to play on. So I'm sure there's a fix for your mouse speed issue. Check Twitch for people streaming it: https://www.twitch.tv/directory/category/warcraft-iii https://www.twitch.tv/directory/category/warcraft-iii Grubby, one of the early esports stars, still streams it regularly and hosts his own for fun tournaments with other streamers.
- SOLAR_FIELDS 8mo agoReforged was received poorly because it was a lazy half assed job that was a blatant cash grab. Not because culturally we have moved on and the game has aged beyond being fun You probably knew this, but wanted to make sure others knew that the reason they ended the franchise is not because there was no market, but instead it was pure unadulterated greed that led to that situation. In an alternate reality they would have actually done the remake justice and there would be a lively competitive scene
- pixelpoet 8mo agoSorry for the aside but, > SOLAR_FIELDS Panoramic Greetings!
- bombcar 8mo agoThere are various hacks and tools for games (especially DOS games, but for W3 there may exist the same) which delayloop various calls to slow things down enough "to work". The Dolphin emulator has run into similar things; usually doing things "too fast" just gets you more FPS but sometimes it causes the game to go insane.
- the_af 8mo agoAlso, some DOS games were coded so that they ran correctly no matter the speed of the hardware, like Alley Cat :)
- psunavy03 8mo agoThe original Wing Commander was like that. Playable on 286s/386s, then Pentiums and beyond showed up and it was unplayable. The game started in the "simulator" to show you the controls, and you'd get blown out of space in about 0.5 seconds.
- Terr_ 8mo agoOh man, I remember that: on a newer computer, I'd tap the left arrow to turn and the Hornet would do a 360. I suppose, technically, that's one way to make the Scimitar feel more responsive...
- the_af 8mo agoThe original Wing Commander brings back memories! I remember being amazed by the graphics and the story. These days I cannot stand games with cliched storyline and tend to skip the cutscenes, but back then it all seemed so amazing... like a cross between a movie and a game. I remember playing it later and running into speed issues too, but usually there was a way to tweak the emulator in order to fix this.
- droptablemain 8mo agoThis is pretty much the experience of trying to play any game from the '90s on modern hardware. It always requires a bit of tinkering and usually a patch from the modding community. Funniest one I've found is Fallout Tactics. The random encounter frequency is somehow tied to clock speed so you'll basically get hit with random encounters during map travel about once every half second.
- usefulcat 8mo agoI've been enjoying Total Annihilation since 1997. Still works fine on fairly modern hardware with Windows 11. No modifications other than some additional maps that I downloaded decades ago.
- droptablemain 8mo agoInteresting. Assuming it did not use DirectDraw -- that's often a major pain point.
- afandian 8mo agoI think it means gcc -O0
- the_af 8mo ago> they didn’t build a timing loop onto the animation Wow. 1984 (!!!) IBM PC (DOS) port of the game Alley Cat had timings built it. They actually used the system clock if I remember correctly, so it would always run at the correct pace no matter how fast the computer. Last I checked it, decades later, it still ran at the correct speed! I guess some lessons don't get passed on?
- barbs 8mo agoSorry if this is a dumb question but did you patch it to the latest version? I don't know if the in-game updater still works but from memory you could download some sort of patch exe file and update it that way.
- cwillu 8mo agoThere's an SC2 custom campaign that reimplements the wc3 campaign that is worth a look.
- microtherion 8mo agoOh, this led me down a rabbit hole… I was maintainer of the Chess app from the early 2000s to about 2015. We first noticed in 2004 that level 1 (which was then "Computer thinks for 1 second per move) was getting stronger with each hardware generation (and in fact stronger than myself). So we introduced 3 new levels, with the Computer thinking 1, 2, or 3 moves ahead. This solved the problem of the engine getting stronger (though the jump from "3 moves ahead" to "1 second" got worse and worse). A few years after I had handed off the project, somebody decided to meddle with the level setting code (I was not privy to that decision). The time based levels were entirely replaced with depth based levels (which eliminates the strength inflation problem, but unfortunately was not accompanied by UI changes). But for some reason, parsing of the depth setting was broken as well, so the engine now always plays at depth 40 (stronger than ever). This should be an easy fix, if Apple gets around to make it (Chess was always a side project for the maintainers). I filed feedback report 21609379. It seems that somebody else had already discovered this and fixed it in a fork of the open source project: https://github.com/aglee/Chess/commit/dfb16b3f32e5a6633d2119a9fec62cb86d159d00 https://github.com/aglee/Chess/commit/dfb16b3f32e5a6633d2119...
- monster_truck 8mo agoAFAIK the only reason Chess even ships at all anymore is as a burn utility. They'll set it to AI vs AI at max difficulty to stress the system and make sure the cooling/power management works.
- microtherion 8mo agoNever heard that one (it may indeed be used that way, but if it were the only reason Apple would probably keep it in the Apple internal parts of their OS installs). It would also be of limited use, as the engine is purely CPU based; it is single threaded and does not even use SIMD AFAIK, let alone GPU features or the neural engines.
- monster_truck 8mo agoIt can't be deleted because it's part of the system tools :)