Jump to content

acidzebra

Premium Member
  • Posts

    1630
  • Joined

Everything posted by acidzebra

  1. Well that's the thing right - those quest fragments are part of a script which extends quest hidden (and not objectreference - where enable belongs). In addition, it can't possibly know what door you're talking about. In the cell containing the door place a hidden marker somewhere (out of sight or whatever), and attach a script extending objectreference which (a) defines an objectreference property hgate auto pointing to the door and a quest property pinheadquest auto pointing to your quest, and (b) add an oncellattach() event then in that build in a check for quest stage if (pinheadquest.getstage() == 20) and have that enable the door.
  2. Wait, where have you defined this property? Can you post the fragment?
  3. Try it with vanilla followers like Lydia. If the problem doesn't happen there, your custom followers have large texture sets/meshes which probably don't fit in your machine graphic card's vram along with everything else, so it has to load them from HD. In other words, your vram (not machine RAM, graphic card ram) may not be up to snuff or your custom followers have excessively-large custom textures/meshes attached, at least as far as your video card is concerned. If it also happens with vanilla followers, I have no clue. This is just a guess, but something for you to test.
  4. Steve - someone in the comment thread said it did - I kind of wonder about it reading the mod description - depends on how they implemented it. Let me know. I think you should load my mod after that one because it looks like we edited many of the same textures (unless you prefer the other textures of course - but it may add back red trees) Updated my mod description - many of the nests were placed with your mod in mind (a flat area) but then I forgot to mention the load order. :/ Are you going to build a rock warbler and pine thrush? I always thought it was odd that you never see these in-game :)
  5. Read this especially the grid snap part http://www.creationk...l_Layout_Part_1 Also shift+q will turn your cursor into a crosshair, use that to click on a piece youve placed. This is now the grid snap reference and any new pieces placed will snap to it if the snaptogrid is on (q key toggle) I often place one piece, then use ctrl+d to duplicate then ctrl+f to swap for the piece I want - once you get the hang of piece names this is much faster than finding pieces then dragging them into the scene, adjusting the height, aligning them.
  6. The rooms are actually built with room pieces (for the most part): cornerin, cornerout, wall, etc. The full kit for any architecture set you can find under WorldObjects\Static\Dungeons\Dwemer All the big rooms (and they're really big) start with DweRmLg, small rooms with DweRmSm, a convention used in most if not all of the other kits. So you can also filter for DweRmLg and you will only see the kit pieces for that particular room type. Some room kits are trickier than others (requiring a certain orientation/ordering to fit nicely) but the dwemer rooms are all pretty straightforward geometry and will mostly fit any which way.
  7. Aye, weather in skyrim is controlled by the regions - go into menu world > regions and look at the entries in the list starting with weather under Tamriel (in the dropdown box top left) then after selecting a region look at the weather tab.
  8. How often do you do that? Sorry, bad form answering a question with a question, just wondering. As far as I know the whole Helgen/intro/tutorial cave thing has a lot of potential for bad interaction with mods. Probably because most of it is "on rails". So yeah, I would avoid having mod active during that time with any fresh character. You could try an alternate start mod, because personally if I see that tutorial cave one more time I'm going to scream. "look out, there's a bear!" YES THANK YOU I KNOW (then again, alternate start mods have the potential to break all sorts of other things...)
  9. It's generally recommended to only load your mods AFTER the whole tutorial quest (so after you exit the cave at the end and prepare to head to Riverwood or elsewhere). Play through the Helgen sequence in vanilla mode, then activate your mods.
  10. I don't think so, it's just data sitting there. It's not a 32-bit program running (which is the source of the limitation for the game itself), it's a bunch of data (geometry, textures) loaded by your graphics card/CPU into VRAM because the game asked it to and it agreed it had the capacity. More vram = more data being stored for quick access when requested to render. The game itself doesn't care about what the actual textures or meshes are, it just knows that in this location, those objects should be rendered and they're called X and located in path C:\xxx so it passes on the request. "load these and these textures and this and that mesh and render such and such targets" "hokay!"
  11. A mod which adds puddle decals (though I think they look awful) and drip activators (which are neat) which get activated/fade in during raining weather is certainly feasible (but fairly tedious to set up), but I don't think there is an in-game way to add collision to the particle shaders.
  12. In a script you can use game.getplayer().moveto(SOMEXMARKERYOU'VEPLACED) or Game.FastTravel(THATSAMEXMARKER) if you've (a) placed and xmarker and (b) for the second option enabled fast travel. You don't need to move the NPC, you can just spawn a new ref of that NPC at the battle location and disable it when the player leaves the area. (or you can NPCREFNAME.moveto() if you want) Advance the quest stage after the player says yes, and have the next (hidden non-log entry) stage include a script snippet which does the moveto/fasttravel bit.
  13. If you want to apply new textures to existing buildings uniformly you often can do it right in the CK since all the distinct textured surfaces are accessible in the model edit dialogue (not always, but a lot of the time). You create your texture and add it to Misc\Textureset. Then you edit the model in the CK (under statics). Click edit again to get to the Model dialogue. Here you see a list of possible surfaces which support alternate textures. Doubleclick any of them to assign a new texture. The only headache is that the 3d name is often obscure with only numbers distinguishing them, so I usually assign random textures to lines until I get the one which modifies the surface I want, then apply my texture set. To remove a texture doubleclick a line, then in the texture list press escape. As said, this will apply to all instances of that object in the worldspace. If you want a unique building, simply clone the existing building first, then apply the texture.
  14. Place him at ground level, select him, then turn on havoking in the CK for a moment so he falls.Turn off havoking. Optionally use alt+mouse drag to arrange limbs (haven't done this for a while, don't remember if you should do this before/after turning off havoking). I do know that dragging havoked objects around is a PITA.
  15. You... don't need a custom launch setting for changed textures? Just make sure the textures are unzipped in the appropriate folder (and/or the mod is active in NMM), then run skyrim like you normally would.
  16. Well, I've gone into release for a massive world overhaul. Spring is here! Hurry up and finish your city retex! :P Dawnstar in spring is shockingly green: http://i45.tinypic.com/34zhe9y.jpg I'm in love with Riften's spring forests: http://i47.tinypic.com/depq4l.jpg Morthal is more subdued but still full of life: http://i47.tinypic.com/deb69z.jpg Formerly barren Arcwind Point, transformed: http://i47.tinypic.com/2n21sfa.jpg Even the map window is green! http://i48.tinypic.com/23rqvch.jpg I've also added 1000 bunnies in four smashing colours, 250 deer/elk, a similar number of goats including a black variants, and moar :biggrin:
  17. Since you don't have that many mods, try disabling them. Is the problem now gone?<br><br>Then go back and re-enable them in groups of 4 or 5. If with one group the problem suddenly reappears, you can narrow it down. I doubt CoT or the lighting mod will turn out to be the problem, more likely one of the lesser-known mods you're running, looks like an accidental edit.
  18. Buckets and straw heaps, my man, buckets and straw heaps. What did you think all those buckets in the corners were for? Don't know if s*** would stand out with all the brown textures ;) Well, Solitude and Riften have sewers. But it would be interesting in the smaller towns. Overall I like the idea (save for the s & p, not really into that). More filth, though, would totally work.
  19. Try it. I see Beth has done it in several cells. Even a single cell is pretty large if you're on foot and on ground level - I often forget that when I'm messing around in the CK and use my god's eye view to zoom around cells like it's nothing. And if you're running through them in-game you're not going to stay around long enough to say "you know what, I never saw it rain in this particular cell".
  20. You could edit the weather region for the cell the mod is in - most weather systems have a "noprecip" variant, probably because Bethesda encountered the same problem with exterior structures. Menu world > regions, dropdown Tamriel, weather in the list starting with "weather". How to effectively use regions is a bit of a long discussion, this postmay be of some help if you're unfamiliar with the region editor.
  21. Ha, I do run convenient horses (hello, pack mule!) and I've made them cowards but I can't bring myself to make them invulnerable. It just feels wrong - to me. But I also set any followers I have to non-essential - it's how I like to play the game. People - and horses - die if you're not careful. It makes you careful ;)
  22. "1.1.21.0" Yes, well, you should try updating through steam or buying the game, then updating through steam.
  23. Now, before you get the wrong idea, in my main game I'm really careful with my horse. Except for those awkward times when I'm surveying my surroundings on a narrow ledge, turn to leave, and forget my horse has a turning circle rivaling that of a boeing 747 at cruise speed. And down she goes. In my mod testing (especially when making new terrain/features), however, I often console in a horse to do a quick survey of my surroundings (player.forceav speedmult just feels wrong though I contend that you could make a great racing game out of skyrim - it would also give the loremongers a heart attack. See? No downside), and if there is a sharp drop and I need to be on the other side of it, I see no issue with steering it right down the cliff since I'm in god mode and well, I can always console up another horse. Also the player bounce animations are funny. But when I hear that last NEIGHURGH I always feel a slight pang of guilt. So out of nowhere and slightly random, I was wondering, how many horses have you gone through?
  24. Here you go, get it while it's hot. Or cold. http://skyrim.nexusmods.com/mods/27563/
×
×
  • Create New...