Jump to content

The_Vyper

Members
  • Posts

    726
  • Joined

  • Last visited

Everything posted by The_Vyper

  1. That's a fun dungeon you've put together there. Well done! :thumbsup:
  2. It's not so much a bug as a side effect of the spell setup; Jephre's summon spells are actually scripted spells rather than regular summon spells. As such, the game doesn't register them as 'summons', so you can cast as many as you have(assuming you have the magicka). Vanilla summons will still work the same way, though.
  3. I've run into that same issue. In my case, it actually broke GIMP so bad that I had to revert my PC to a previous restore point. I haven't tried that since. Paint.Net is a good free program, but has lots of limitations. Adobe Photoshop CS2 is great with the free NVidia DDS plugin. Fortunately, Adobe has made CS2 available for free from their website; the catch is that you need to set up a user account (which is no big deal). As for getting the texture to work in-game, that depends on how you want it to work. Do you want it to replace an existing texture, or do you want it in addition to those already available? Were did you download the plugin from, and which version? Most likely you're running a 64-bit OS. The version in the official GIMP Plug-ins Registry is only for 32-bit OS. Be sure you download it from Code Google. The normalmap plugin is also available at Code Google. Cheers! It's been a while, so I don't recall where I got the plugin. I'm pretty sure I followed a link from the Gimp.org website, though. I was using Windows XP (32-bit) at the time, so I don't think my OS was the issue (although that's a very good point to bring up). In any case, I have a working setup now so I'm happy. :D
  4. The amulet is in the inventory of a dead rat that's just inside the sewer. The rat is against a wall on the right-hand side (it's dark, so you may need a light source or spell to see it). You can start the main quest by grabbing the amulet from the rat.
  5. Granted, but the knowledge slowly drives you sane. And you don't want to be sane, because you enjoy being crazy. I wish that snaggle chicken would stop howl-clucking at the moon all night.
  6. Granted. The instant you arrive, your personal information is stolen, your finances wiped out, and your very identity expunged from existence. You are now permanently stranded in Sochi, with no hope of ever leaving. But you get to watch the Olympics in person. I wish I knew the plural form of 'Apocalypse'.
  7. I've run into that same issue. In my case, it actually broke GIMP so bad that I had to revert my PC to a previous restore point. I haven't tried that since. Paint.Net is a good free program, but has lots of limitations. Adobe Photoshop CS2 is great with the free NVidia DDS plugin. Fortunately, Adobe has made CS2 available for free from their website; the catch is that you need to set up a user account (which is no big deal). As for getting the texture to work in-game, that depends on how you want it to work. Do you want it to replace an existing texture, or do you want it in addition to those already available?
  8. I ban Billyro for being unaware of his crimes against cheese. For the love of Sheogorath, think of the cheeses!
  9. This is actually an oversight by the devs. The 'stairs' mesh doesn't have a ceiling panel attached to it, and the devs forgot to put a standalone ceiling panel above it when building the dungeon. I believe this is fixed by the Unofficial Oblivion Patch.
  10. Granted, but they only make 1000 copies, each priced at $100,000, and they're all sold two weeks before you even hear the news. I wish I was an Urban Spaceman (without the twist).
  11. Granted, a male silverback gorilla gives you a hug. Unfortunately, he squeezes too hard and crushes your torso, reducing your internal organs to jelly. I wish all politicians were afflicted with a disorder that caused them to violently fart every time they told a lie.
  12. Granted, now Steam sucks for everyone. I wish I could move through time sideways.
  13. Granted, but it was run over by a bus. Four times. I wish I didn't have to wait until August of 2014 to start seeing new episodes of Doctor Who.
  14. There is a way to accomplish this via script; attach the following to your creature (or leveled list, if you're using one): Begin OnLoad ;this block will only run when the cell containing your creature loads If GameHour >= 20 || GameHour <= 6 ;if it is after 8PM or before 6AM If GetDisabled == 1 ;if the spawn point is currently disabled Enable Endif ElseIf GameHour > 6 && GameHour < 20 ;if it is after 6AM and before 8PM If GetDisabled == 0 ;if the spawn point is NOT currently disabled Disable Endif Endif End That will make sure your creature only shows up at night.
  15. The file in the second pic shows a .7z extension at the end. It's not actually a notepad file, but a type of archive. In order to properly extract the files from it, you'll need to use 7-Zip.
  16. Granted, your laptop is so incredibly intelligent that it uses you. I wish I had my own fully functional TARDIS.
  17. Granted, but there is also thunder and lightning. You are struck by 42 lighting bolts and reduced to ash. I wish I could bend time and space so I could travel up to 4000 miles with a single step.
  18. Granted, but they have to sacrifice you, chop up your body, cremate the pieces, and spread your ashes across every continent and the moon in order for the cult to become official. I wish birds would stop crapping on my car.
  19. The only ways a Highwayman can respawn is by using the console, or a mod. If you disable a mod that enables the Highwaymen to respawn, they will cease to do so. If you re-enable that mod later on, they will resume respawning.
  20. Vyper, do you know if any mods already touch that, such as MMM? I don't know if MMM changes that or not. ¯\_(-_-)_/¯ I've made my own mods that change it, but they're the only ones I know about for sure. If the "Respawn" flag is not checked, the actor will not respawn after death. FormIDs from active ESM/ESP files never get cleared, even if the things that reference them do. As such, a FormID can always be used to bring them back.
  21. Granted, but now you have to deal with thousands of door-to-door salesninjas that are impossible to say "no" to. I wish Chuck Norris would stop randomly showing up to beat my head against my keyboar-yg;lkjnfgrewpmk
  22. Each Khajiit Highwayman (there are 5 in game) is non-respawning. You can change that in the CS by checking the Respawn flag on them. The default respawn time is 72 hour (3 days), but that resets every time a cell is loaded. For instance, if the mountain lion was killed on Rain's Hand 1, it wouldn't respawn until Rain's Hand 4. But that counter would get reset if the cell got loaded on Rain's Hand 3. At that point, the mountain lion wouldn't respawn until Rain's Hand 6. If the cell got loaded before Rain's Hand 6, the counter would rest again. You can shorten the respawn time by changing the game setting iHoursToRespawnCell.
  23. Each Khajiit Highwayman (there are 5 in game) is non-respawning. You can change that in the CS by checking the Respawn flag on them. The default respawn time is 72 hour (3 days), but that resets every time a cell is loaded. For instance, if the mountain lion was killed on Rain's Hand 1, it wouldn't respawn until Rain's Hand 4. But that counter would get reset if the cell got loaded on Rain's Hand 3. At that point, the mountain lion wouldn't respawn until Rain's Hand 6. If the cell got loaded before Rain's Hand 6, the counter would rest again. You can shorten the respawn time by changing the game setting iHoursToRespawnCell.
  24. Granted, but every piece of debris lands on top of you. I wish I was undetectable to radioactive mutant bears. And telemarketers. Oh, and email spammers.
  25. Granted, but most posts are off-topic and get deleted before you can see them. I wish these damned bears would stop chasing me and go eat that annoying monkey that keeps me awake all night.
×
×
  • Create New...