I have some points to make myself:

Immersion

  • The map, which is a satellite/god view, rips you out of character. Paper maps keep more mystery.
  • The quest icons that it relies on should be changed for better quest directions.
  • Seeing enemies’ exact health (and name) is also not great for immersion. More visual/audible damaged states is better.

RP

  • Very few choices are made in the quests, instead one has to be in character by choosing what quests one embark on. It would be great to have some conversational options with consequences. Relations are important in RP.
  • Few people acknowledge you, to the degree you don’t actually feel that you are saving anyone unlike in Oblivion. IDK if it’s the voice actors or characters or that I haven’t got to actively save anyone, except DLC Serana. There’s that guy in the web that dies. In Oblivion there are monks fleeing towards you for help and more noticeably the knight in the Oblivion gate. I miss such moments.
  • tal@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    I don’t think that the engine supports spline-based curved surfaces, where the polygon count dynamically increases as one gets closer to something rather than relying on pre-generated LOD geometry. It would have bee nice to do that as a way to leverage newer computers – could have added more polygons to the game.

    I enjoy a bunch of Skyrim mods that use the Papyrus scripting engine. I wish that there was a better system for diagnosing performance, and I wish that there was a better system for leveraging multiple cores and only triggering based on set conditions. I haven’t dug through the API myself, but as far as I can tell, a number of CPU-intensive Papyrus scripts do so because they’re having to frequently scan surrounding area for a given set of conditions; my guess is that it would be more-efficient to have the engine permit scripts to register being triggered only when certain conditions occur, and for any scanning that must occur to occur in parallel.

    I’d also have liked a better system for diagnosing mod problems, try to make them more-approachable. Like, try to tell me some likely causes of a CTD. I recall an extension manager for the classic Macintosh, Conflict Catcher, which would, if a bug came up, try disabling half of one’s extensions, ask one to see if the problem came up again, if so enable/disable half of the not-ruled out extensions and so forth until one had identified the problematic extension; it was also capable of finding problems resulting from the interaction of two extensions. Would be nice to have in games that support mods.

    I’d have liked a mechanism to reduce startup time for very large mod collections. Skyrim starts up a lot more-slowly with a lot of mods. Maybe cache some sort of preprocessing, like a list of the assets and that they’re valid, or have support for deferred background loading for things that aren’t immediately-required. Like, have a priority queue of initializations to do, and only bump an initialization to the front of the queue if it’s required.

    On wanting paper maps, I don’t think I agree – I remember playing the Dungeons and Dragons gold box games and having to manually map dungeons out on paper. I didn’t find the manual cartography aspect of it all that fun. That being said, I could changes to RPGs that reduced available information. Say…starting with a “fog of war” covering the initial map – I mean, you’re supposed to be new to the area. You don’t know the waypoints. Why would you know the landscape? And instead of a system that places precise waypoint markers on the map, maybe one that just gives some sort of more-vague directions, with approximate distance and direction. Maybe if you find yourself in an unknown area, the computer starts a new map that is only linked to another map when you see something you recognize. I think that this is generally a problem in RPGs, though, so I can’t beat Skyrim in particular up too much about it.

    I preferred the combat in Fallout 4 to Skyrim. The ranged combat is either with crossbows/bows, which is okay, but not quite the same experience, and the magical combat just didn’t come off as all that exciting to me. Some of that is just the nature of the fantasy/tech world – no guns in Skyrim – though Tiny Tina’s Wonderlands shoveled fantasy-themed guns into a world without too much trouble. Also, I think that it’d be interesting to see more-sophisticated melee tactics from intelligent opponents. If one considers historical battles, having a line or some other way to leverage numbers was used, rather than having people willing to go charging one at a time at the other side. Ranged attackers don’t really leverage cover effectively, either.

    The intro in Skyrim was quite good…the first few times you played the game. Yeah, I know that there are mods to skip it, but I do think that the game should have provided a way to skip it, just create a character in the more-conventional fashion.

    While the game works fine on Linux, getting mods fully running was a headache for me. I think that some of that would be alleviated if the game just had a first-class mod manager built in.

    A number of dungeons just…don’t really make a lot of sense. Why the simple puzzle locks in Bleak Falls Barrow, say? This isn’t so much Skyrim’s fault as it is many RPGs in the swords-and-sorcery tradition; I think many games in the genre have lots of game elements that just aren’t that plausible.