Jump to content

Tom2681

Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by Tom2681

  1. Launch Notepad, then drag your scr file into the Notepad window to open it. *.scr file format is probably set to be opened by something else on your machine.
  2. Firearms are located in inventory_gen.scr. I bet the ShotTime() line is what you're looking for (fire rate). Clip size is probably AmmoCount().
  3. Could be located in data\scripts\inventory\weaponprobpresets.scr Add 1, 0, 25 at the end of every line and any type of weapon can spawn during any chapter (I assume).
  4. I think durability is weapon-specific. Probably the Condition() line, as well as AllowedRepairs() in inventory_gen.scr. Lower numbers = reduced durability. If there's a way of making one hit count as two hits or more, I'm not yet aware of it.
  5. Look for a mod called "Time Scale" on the Nexus. Alternatively you can edit data\scripts\dw_weather_def.scr That's where the timescale parameters are set.
  6. 2. Medpack health is located in data\skills\buffs.xml. Change the <AddHealth value="100"/> line under MedkitStrong.
  7. Hello all, Doesn't it strike you as odd that the best mercenaries in Tamriel are willing to follow you for all eternity for a mere 500 gold? And that some of them will even do it for free? Anyway... For years I have been looking for a mod that makes hiring followers a bit more realistic, and I have come up empty. Mercenary Company has a weekly wage system, but it only applies to its own custom NPCs. USURE Followers Multiples et Payes edits all the recruiting scripts and wreaks havoc with UFO and other follower overhaul mods. Mixed Unit Tactics is great, but doesn't seem to recognize modded followers. What I'm looking for is devastatingly simple. Something along those lines, perhaps: A script that executes once a week, runs some kind of GetFollowerCount function, and removes a certain amount of gold from your inventory (100 * number of followers, maybe?). You have enough gold: a message shows up. "Your followers have been paid." Don't have enough gold: a message shows up. "Follower Pay will execute again tomorrow at the same time. Make sure you have enough gold or all your followers will be dismissed." Or anything to change from the vanilla "initial payment" system to a "wage/salary" system. Any modder interested?
  8. Yup, it's just one of those unsolvable vanilla bugs. There's a mod that completely changes the perk as a workaround. "Dragonslayer perk", I think it's called.
  9. Simplest way for you is via console. Open console: Type "setgs fjumpheightmin ##" Where ## is how high you can jump. Vanilla is 76. Lower the value and see what works for you.
  10. Hello fellow modders and players, When you go above 5 grids, you're asking for trouble. I know that. :blush: But ever since the new memory patches came out, I've been playing with a uGrids setting of 11 with little to no stability issues. I have however encountered 2 bugs. One minor, the other game-breaking. 1. NPC's lips don't move when I'm not in dialogue with them. As soon as I press "Talk", their lips move as they should (sort of, we all know Skyrim 1.9 screws the lip-synching). But when I'm moving around and they're talking between themselves, their lips are always sealed shut. Going back down to 5 or 7 grids fixes this issue. 2. Most hostile NPCs don't aggro. At all. Scripted bandits just remain standing there looking like zombies waiting for you to punch them first. Wild predators just walk around and don't even know I'm there. It's like the AI is disabled or something. Again, no such problem with 5 or 7 grids. So... does anyone know anything about this? Or better yet, know a fix? Or even better: if you don't have those issues with your grids at 11, what are your settings and SKSE memory plugins? I'm thinking it's some kind of "budget" issue. Too many moving lips to handle, too much AI to deal with, not enough allocated memory. I've been messing with the more obscure settings in skyrim.ini, but to no avail. Thanks in advance for any info.
  11. Outdated graphics card driver, possibly? That would be my first guess. Try to update it if your card is still supported. Maybe outdaded DirectX version? Maybe corrupted skyrim.ini or skyrimprefs.ini file?
  12. I don't get how this works. All enemies are tied to your level. So if you're level 1 with the stats of a level 20 character, doesn't that make you ridiculously overpowered? After a few hours, the game should feel hopelessly boring and easy. No? Or are you using some form of Scaling Stopper on top of that?
  13. Go to the campfire, open the console, click on the campfire to get its formID. Open all your mods in TES5Edit, do a search for the formID. You'll immediately find where the campfire comes from. Disable or delete it, save mod, job done.
  14. I've never hired mercenaries in any of my playthroughs, mainly because they're so poorly implemented. 500 gold and a seasoned warrior will follow and protect your level 1 peasant till the end of time? Yeah... right. I know you can increase the hirelinggold global value, but it still doesn't solve the problem. Mercenaries need a weekly/monthly salary. This has already been done in a mod called "Mercenary Company", but it doesn't change vanilla mercenary mechanics. I'm a complete noob when it comes to quest scripting, but Ideally I'd like to see this: 1. Variable hireling cost based on the NPC's skill and level. You talk to a vanilla mercenary and select a new modded dialogue branch: "I'm interested in recruiting you". A new script executes, calculates the cost (something like "cost = (Hireling level * 10) + Sum of all hireling skills"), updates the hirelinggold global variable (or a new global variable specific to this NPC). Now the "consider yourself hired" dialogue appears and you can hire the mercenary and pay him his unique price. 2. A weekly wage. 7 in-game days after you've hired your mercenary, he initiates dialogue with you. You could probably get away with using vanilla voiced dialogue for this, no need for silent files. Hireling - Pardon me... Player - Let me guess, you want your pay. Hireling - Yes. Player: Option 1: I don't have your money, give me 24 hours. Option 2: Here's your weekly wage (remove hirelinggold). Option 3: Here are your wages for a month (remove hirelinggold *4). Hireling - Thank you. This updates a global variable that tells the hireling when he needs to come back and ask for money next. From my limited knowledge in modding Skyrim, I think this is achievable. Does this concept appeal to any talented modder out there?
  15. This is something that has been bugging me since... forever. In vanilla Skyrim the iron shield works fine. You equip it like any other shield, it blocks well and even adds to your armor rating as it should. But... The Steed Stone doesn't affect it. It's supposed to make every piece of armor weightless. And it works on all armors and all shields. But not on the iron shield. Same deal with the More Realistic Carrying mod. The iron shield doesn't lose weight when worn. Except I can't figure out why. The Steed perk is ridiculously simple. It just multiplies worn armor weight by zero. Which means the iron shield doesn't count as armor. I had a look at the iron shield, and it has all the required keywords and values. I don't see anything out of place. Could an experienced modder take a quick look at this issue and try to find out what's going on? It's not game-breaking by any means, but I've always wanted to know what the hell was wrong with that damn shield. :laugh:
  16. Not if you use keywords to only auto-favorite specific items (such as potions and weapons for example). This way, random useless loot doesn't get favorited. That's how the original mod used to work.
  17. Pick up a potion, go into inventory, select Potions column, search for the new potion, favorite it. Rinse and repeat... for hours upon hours. How tedious. How about this instead: Pick up a potion. *boom*, it's already in the favorites. Stupid Draugr Deathlord and his damn Disarm shout. Pick up weapon, go into inventory, select Weapons column, search for your weapon, favorite it, open favorites, set your hotkey again. Rinse and repeat... I'm almost tempted to leave my Daedric Mace of Fiery Hell on the floor to rot, now. How about this: Pick up your weapon, open favorites, set your hotkey. Done. It takes ages to navigate your way through the inventory screen. Which is why most of us use Categorized Favorites, so we get everything on one neat page. How cool would it be to have a mod that automatically favorites items when you add them to your inventory? Maybe a SKSE plugin with a cfg file that contains specific keywords, so only the items you want get favorited? There used to be a mod like that, but it died in early 2012 and doesn't work anymore. Would anybody be interested in picking up the pieces? I'm sure it's feasible through the magic of SKSE.
  18. _DE is the prefix used by Frostfall scripts. Maybe some kind of conflict between SMIM and Frostfall?
  19. Agreed. It irritated me to no end when I found out the weight slider for females was only a breast enlargement feature. You'd think that choosing between fat and skinny would be pretty high on the priority list when creating a character.
  20. Looks eerily similar to the famous "white surfboard glitch": http://i46.tinypic.com/5vzqs6.jpg You wouldn't happen to be using the "Sky Ripples Fix" mod by any chance? If so, get rid of it. It doesn't work.
  21. C:\Users\[Yourname]\Documents\My Games\Skyrim\Skyrim.ini Add a line called bShowTutorials=0 in the [interface] section. If the section doesn't exist, add it at the bottom of the file. Remember to make skyrim.ini read-only afterwards so you don't lose that setting. Works 100%. No more bartering, lockpicking & low stats messages for new characters. You're welcome.
  22. I jumped straight from 1.4.21 to 1.7+Dawnguard. No major issues. Had to update/reinstall a few mods, update the Unofficial Patch. Had to give up on one mod that was screwing with mounted combat. You should do it. Anything above 1.4 will give you better fps, better stability and less bugs. Just be prepared to deal with some minor issues if you keep your old outdated mods.
  23. We don't have any retexture mods for gems. Mainly because the vanilla textures are awesome. If you want the shapes to be more detailed, you can ask the author of Static Mesh Improvement Mod to take a look at them, I suppose. And there's the MadeOfGlass Project. Makes gems look transparent.
  24. If your framerate is in the 40's or above with the vanilla game, you might be able to run an ENB. It doesn't cost you anything to try. It's not like installing an ENB is going to change your game beyond repair. Install one. If it slows you down too much, take it off. Give those a try: http://skyrim.nexusmods.com/mods/15105 http://skyrim.nexusmods.com/mods/22114 http://skyrim.nexusmods.com/mods/25839
  25. 7850 and Catalyst 12.11 here. Was getting a lot of flashing stuff as well. Flashing trees and mountains, mostly. Reverting to the 12.8 drivers fixed that. Anything from 12.9 beta onwards is bugged. A lot of AMD guys are reporting the same issue.
×
×
  • Create New...