Jump to content

SirArindel

Premium Member
  • Posts

    59
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by SirArindel

  1. Going to drop a feedback about a very particular thing. Apologies in advance if it was mentioned before. The mods in the Mods tab in the User Profile. When I look at this, it looks super cluttered. More details why below. Specifically, this (the card UI, not the mod itself): It looks very cluttered. I struggled for a while to find out which game a mod belonged to. The upload date is right in the middle. I know that it's standard for news articles to have date right under headline/author but it just doesn't work here because there's too little space for so much info and so the date ends up right in the middle. In my opinion, it works better if the date is right under everything. This way it looks a lot cleaner, the mod name and its short description get closer together and easier to digest without the other details getting in the way. The game the mod belongs to should also be moved to the very very top of the card with the game's nexusmods color as the background so it's very easy to tell apart between games when using All Games in User Profile. I made a mockup in a few minutes in paintNET because I wanted to show how different it feels while having same info. The Tag and Author could probably be swapped I guess, maybe. Mockup: Now I don't know how it's going to look when put together in a page full of mods. Just wanted to drop my feedback here now because, to be honest, I actually got annoyed after struggling for a while to figure out where it says name of the game in those cards when All Games option is selected in Mods tab in User Profile. I assume this current card design would be used in main page as well once that main page new design comes so I hope it gets improved before we get there because I don't like the current layout of the card UI used for mods as is now. Cheers, Arindel
  2. Hmm, I have Supporter, but I still seems to be getting 1mb/s through MO2. Is it not enabled yet or MO2 doesn't support the changes? Edit: Seems to be MO2 seeing as manual downloads has 2mb/s.
  3. In response to post #64234211. #64234441 is also a reply to the same post. Thank you, I'll check it out.
  4. Sounds great! It's been a long long while since I used Vortex. I wasn't using Vortex because I couldn't alter how mods overwrite each other when it comes to loose files so arranging the texture mods was a PITA. Is it possible now to alter the overwriting order of the mods in a easy manner?
  5. Leaving a comment on Nexus Mods. Let's face it, 99.9999999% of us won't win it.
  6. Hmm, merch, why not? Could be a good additional revenue, as long as costs of products making can be recouped. I don't really buy merch from anyone, but I'm not against the idea.
  7. Once upon a time there was The End.
  8. Thanks, works as intended so far, already enabled. I hope the security will be extended to Delete mod if possible.
  9. Just a comment passing by with 5 centimeters per second.
  10. Once upon a time there was this certain someone leaving a comment here...
  11. Thank you for the chance. I always wanted to tell you that I ...
  12. Hi, just gonna leave this comment down here for ehh...reading purposes.
  13. The key functions all work for me, I know this because Customizable Camera has hotkeys that makes use of almost all the functions mentioned here and they work just like in Oldrim. Has to be a script mistake somewhere there if it doesn't work for you guys.
  14. Nice, congrats! NMM was in due for an overhaul quite long time ago. Hopefully, the new NMM will have this virtualization/sandboxing/however it's called so that game folders are being kept clean while modded. Also modlist overwriting order. Yep. That's all I ever need.
  15. In response to post #37061470. #37061965, #37062160, #37062200, #37062315, #37062390, #37062560 are all replies on the same post. @Underprivlidged: Nope, 1.5.151 was out for a week. 1.5.154 appeared earlier and now 1.5.157 appeared like 1 hour ago. Edit: I should note that I deleted both plugins.txt from appdata and from gamefolder. Game has made a new plugins.txt file only in appdata folder which led me to the conclusion I said in my initial comment.
  16. In response to post #37061470. #37061965, #37062160 are all replies on the same post. But that's the thing, the game updated again around 1 hour ago with this: Fallout 4 1.5 Steam Update (1.5.157) - Fixed issue with plugins.txt file being written to wrong directory Edit: The reply I replied to vanished while writing this. Oh well.
  17. The plugin.txt is back to appdata location, no longer in game's folder. Time for NMM 0.61.20 update since it doesn't actually enable mods now.
  18. In response to post #36956040. You can activate them in game in Main Menu > Mods > Load Order.
  19. In response to post #35649942. Don't speak for everyone. I turned adblock off simply because I know the website needs big money to run, didn't need incentives to do this. The ads aren't annoying here, they're actually easy to just ignore.
  20. Hello I'm trying to do smoother WASD movement myself, but currently I have no idea how to simulate deceleration since releasing WASD just stops the character instantly. I hope someone can help me finish the final half, the deceleration. This is the code, but I'm aware the method used here may not be really good: It's running repeatedly at every 0.1s. scn 007WASDsmoothSCR Begin GameMode if player.IsMoving != 0 if player.GetActorValue SpeedMult < 100 player.ModActorValue SpeedMult 10 player.ModActorValue LeftMobilityCondition 1 player.ModActorValue LeftMobilityCondition -1 endif elseif player.IsMoving == 0 if player.GetActorValue SpeedMult > 10 player.ModActorValue SpeedMult -10 player.ModActorValue LeftMobilityCondition 1 player.ModActorValue LeftMobilityCondition -1 endif endif end
  21. And it's done: http://www.nexusmods.com/skyrim/mods/65570/? Just a bit late, but better later than never.
×
×
  • Create New...