Jump to content

ABVXYzackattack

Members
  • Posts

    158
  • Joined

  • Last visited

Everything posted by ABVXYzackattack

  1. Hey you guys....just need a little bit of more a knowledgeable opinion... So right now, I'm working on a mod very similar to Fallout 3's Enclave Commander mod, in which you will be able to buy large armies of Imperial legionnaires and foreign mercenaries, but I had a side question. So I know that in AI packages, you can choose whether or not the character rides a horse while doing so....will NPC's only ride a horde that they own? Because I wanted to make a command that would, more or less, mobilize your army to ride horses upon a command. Now since all the soldiers and horses are created, that means that I can't set direct ownerships...so will they ride these horses without ownership if they have an AI package to do so? Any information helps....thanks
  2. So I recently installed Dawnguard from Steam, and I got everything fixed up with the SkyrimEditor.ini settings to be able to modify it...problem now is that when I load my game, no mods work except Dawnguard...I am 100% sure that the four mods I had before Dawnguard worked just fine without it, but now that Dawnguard was installed and the SkyrimEditor was fixed, none of them work whatsoever, even without Dawnguard loaded....they just straight up don't show up in-game anymore...any ideas? Suggestions on what to do?
  3. Hey everybody, I've got a little bit of a problem that needs solving... So I bought Dawnguard from Steam a while back, but all of a sudden, it won't work anymore...I've tried everything and Steam won't give me my money back...but I don't really need Dawnguard anymore, nor do I care that much...I just need some of the stuff from it for a future mod. I want to start adding Snow Elven ruins to Skyrim using the architectural pieces found in the Forgotten Vale in Dawnguard....if any would be willing to help me out by sending me the architecture's meshes and textures, it would be GREATLY appreciated....my email is zack.attack789@yahoo.com Once again, thank you for anyone willing to help me out...I feel like this is an awesome idea
  4. So I'm making a mod right now for the College of Winterhold that adds a bunch more students to it, so in Winterhold, I replaced some of the old buildings with Dorms....except my NPC's won't move out of it...their packages are completely perfect, and don't interlope with one another, and the whole building and the exterior around it is perfectly navmeshed...so why won't they leave the building? I know they move around, because there are two floors in each dorm, and they all move upstairs, but nothing after that. What should I do? :confused:
  5. Hey I am trying to add a Falmer to the College of Winterhold, like one attempting to be "civilized", but I have no idea how to add dialogue to creatures not considered NPC's...how do you do this?
  6. Hey I've been on the low-key when it comes to making mods recently...mostly just dicking around making stuff for myself. But I'm in the mood to make something for someone. If you're interested in having a house specially designed for you, give me a shout. I am extremely good with the Creation Kit and intermediate skilled with Papyrus scripting. I specialize in powerful, lore-friendly houses, but I can make just about anything you want :)
  7. No my computer didn't blow up if that's what your assuming...I just had a super busy day. I turned the graphics down a bit, and it definitely prolonged the amount of time until it crashed the next time. So does this hint at just my computers incapability to run Skyrim, or something worse?
  8. Alright so recently, every time I play Skyrim for more than 10 minutes, it lags for a quick second, makes my character travel directly sideways, and shuts the entire computer down. Not just the game...the entire computer crashes. It's starting to get really annoying to only play Skyrim for 10 minutes at a time. Does anyone have any idea what's going on?
  9. Hey I'm trying to run a super simple script, that for some reason makes so sense. So at a certain stage in my quest, I want this to happen: Game.getplayer().addtofaction(ZCollegeSynodFaction) but it doesn't work! Everything is right, because I cross-examined the Dark Brotherhood quest and it did the same exact thing: Game.getplayer().addtofaction(DarkBrotherhoodFaction) What do I need to do to fix this!!! When I try to compile it, it says that my variable is undefined :confused:
  10. Hey I'm making a mod right now that will boost up the College of Winterhold, and one of the features I need help with is my Synod Enrollment Office. I need a Synod banner badly...it'll make the atmosphere of the place a bit better. If you're interested, just send me a picture of it to my account. If you don't know who the Synod are: -They were a group of mages that broke off from the Mages Guild disolution in the early Fourth Era, along with the College of Whispers -They are trying to horde magical artifacts in order to gain more power in Cyrodiil, along with more money and influence in the Imperial Elder Council -They are involved with the College of Winterhold quest where you have to figure out the location of the Staff of Magnus I am really hoping for some cool banner ideas. :)
  11. I don't need helping uploading it per say. I just titled it just so that I would get more people's attention...clever right? :D Alright. What I do need help with adding videos and pictures to your information page like this mod: http://skyrim.nexusmods.com/downloads/file.php?id=9904 I'm trying to find a way to get videos and images on my front page. I know how to get videos and images to the actual pages, but I want them on my front page. How would I do that?
  12. This thing seems soooo easy, but this stupid Papyrus won't let it work!!! Here is what I have: Scriptname ZCabbageEffectScript extends ActiveMagicEffect EVENT OnEffectStart (Actor akTarget) aktarget.placeatme("Foodcabbage", 25) ENDEVENT This script will simply be magic effect that once you hit someone with an arrow, this enchantment will spawn cabbage around them...but it won't work! What can I do to fix this!?!?
  13. Hey I'm trying to make an object very similar to the Atronach, so I was going to like cross-reference the scripts, but I can't find them! The lever doesn't have anything specific, and the offering box doesn't have any scripts. I tried to look for a quest, but I couldn't find anything. Anyone know where these scripts might be? :confused:
  14. I freakin hate the new scripting language!!! Oblivion's was 100000% easier to use, and still worked fine for everything I needed to do. But anyways, every time I try to make the simplest of scripts like a "Hello World" type of thing, nothing will work! I can't even edit existing ones. Every time I try to, a message like this comes up: Starting 1 compile threads for 1 files... Compiling "ZSolarStoneScript"... <unknown>(0,0): unable to locate script ZSolarStoneScript No output generated for ZSolarStoneScript, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on ZSolarStoneScript What do I need to do!?!?!?
  15. Hey I made myself a new follower (a Falmer if you need to know) and he follows me around like the package should, except he doesn't attack anything. I have his aggression set to very aggressive and helps friends and allies, but why won't he attack anything, even if it attacks me?
  16. Hey me and my friend are making two different pieces to one mod. How do we merge our esp files together to make one file?
  17. Hey I'm trying to create a waiter that when you're sitting down, she'll come over to you and start dialogue. I've tried ForceGreet with a condition of player.GetSitting == 1, but it isn't working. What should I do?
  18. Hey I've tried to make my own quest several times, but every time I try to open the Dialogue Views window, it comes up with two errors that say: "Could not get the FlowChart Class object" "Dialogue View editing will not be available as the FlowchartX DLL failed to register successfully" What should I do? :blink:
  19. Hey when I first got the creation kit, I wanted to make some small changes to the Skyrim Civil War, but when I looked at one of the forts, my mind imploded :ohdear: After looking at it for like 3 hours, I figured out how guys spawn during the course of the battle, but that's about it. Does anyone have any idea how to actually start a battle, or in that case, anything that will even help me if I want to add some battles to places that already have stuff set up for it (i.e, make defensive missions for the Imperials at Fort Neugrad and Fort Snowhawk and make Stormcloak defensive missions at Fort Amol and Fort Dunstad)
  20. Hey I'm making a new cell and want some weapon racks, but I'm still missing something. I linked the actual weapon rack with the little white representation thing of it, but all that happens is my weapon appears some five feet away from the rack floating in mid air. What do I need to add/fix?
  21. Hey I've been trying to start writing some Papyrus stuff for the Creation Kit, but it's so different than the previous scripting language Bethesda used, that i have no idea how to save anything I make! Everytime I try to compile it even before writing anything, it gives me some big ol error that says it failed to compile. And even when I do write something extremely basic down, it still says that error. I have both the new Notepad++ and the Sublime Text program thingy. What the heck do I do!?!?!?
  22. Hey I'm making a Dwemer Stronghold mod, and want to have some books around with some dwemer words in them. Obviously no one will be able to read them, but they'll look pretty cool :P Does anybody know how to add the Dwarven letters to the books when you're making them?
  23. we're giving the guys at bethesda waaayyy too much crap for this radiant storyline quest idea. tell me how you're going to entertain video gamers with quests like: -retrieve Jarl Siddgeir a bottle of black briar mead -wear some fancy clothes in front of Lady Elisif -cut wood -mine ore -convince that one trader in the college of winterhold to sell back a guy's little heirloom you can't build a game around boring quests like these. these are for when you're feeling the role-playing style. you have to keep the majority entertained. why did you buy skyrim? to chop some guy's wood or help pick potatoes for a farmer? no! you bought it to slay some fckn dragons! :D
  24. I thought the College of Winterhold was awesome until you returned back to the Arch Mage after finding the Eye of Magnus. Cuz like the whole Sarthaal mission was like a field research mission and was pretty cool. After that, it like took on the whole "epic adventure" idea and went downhill from there... :/
×
×
  • Create New...