Jump to content

aflaungos

Members
  • Posts

    17
  • Joined

  • Last visited

Nexus Mods Profile

About aflaungos

aflaungos's Achievements

Apprentice

Apprentice (3/14)

0

Reputation

  1. I prefer to use NMM as mod manager and let the sorting be handled with LOOT
  2. Fallout 4 Enhanced Edition is a good choice
  3. Can someone help me in animating the monorail doors? I have tried using the tutorial by darkfox127 for a ready made door, he just tweaked the door values. I'm creating the animation .nif file from scratch the door just wont animate! Thanks for all the help! Link to nif file: https://dropmefiles.com/AOjs6
  4. Was thinking a little more deeply into it and my intial thought would likely break quest references and stuff but i just meant. Hold control and drag around sections of the whiterun world space and then hit "ctrl + C". Then go to tamriel world space where white run should be and "ctrl + V" to paste in the sections you copied. rinse and repeat as needed but again, thinking more into it im pretty sure youd end up breaking some things in doing so. I don't mind breaking any quests or anything whiterun related, I want to make a clean slate of it, but with all the buildings and people and stuff. Thanks for the tip. How do I select a section of the worldspace? As far as I know, I can only select the things inside it, I never tried copying the whole section.
  5. Hi guys, thanks for all the help! I contacted the author of Open Cities and hopefully he'll tell me how to. I understood what you said maxarturo, do you perhaps have any idea of how to link the real tamriel into the empty space of whiterun? I would guess TesVEdit would be the way to do it, but I have no experience in it... As for this override option I found a video showing how to duplicate a cell but I found it very coonfusing and not sure if all in the tutorial should be done in my case... I guess I'll have to try it anyways.
  6. Thanks for the reply, but in creation kit I can't simply copy a cell and paste... could you explain how to do this? I can only duplicate cells in CK.
  7. How can I copy a worldspace into the main worldspace of skyrim so that there's no load transition just like in the opencities mod? I want to create a modified version of whiterun which runs with the quest I'm making... Thanks guys
  8. I'm trying to port the Sanctuary Hills prewar version into my mod, like this mod did: https://www.nexusmods.com/fallout4/mods/24321 Any help is greatly appreciated.
  9. Thanks for the answers guys. I'm not very experienced with Creation Kit scripting, could you explain why you had get these angles? also how do I create such a new race to use as a mount? I tried including a static fence right next to my sit marker as a barrier, but the player goes right through during translation :wacko: :dry: Also does anyone know how much impact on performance would tranlasting multiple characters cause?
  10. I'm trying to make the Player Sit on my marker while it being being translated. But the player keeps on moving ( the player goes a bit to the left, like in real life, the momentum pushes the actor against the direction the translation goes, in this case right). I already Tried using SetMotiontype with motion_keyframed or motion_fixed Here's my Script: Scriptname MovingChairScript extends ObjectReference Const ObjectReference Property TranslateWho Auto Const{Who to Translate?} Event OnActivate(ObjectReference akActionRef)Utility.Wait(5.0)if (game.getplayer() == true) Game.GetPlayer().SetMotionType(Game.GetPlayer().Motion_KeyFramed)TranslateChair.SetMotionType(TranslateChair.Motion_KeyFramed)TranslateWho.SetMotionType(TranslateWho.Motion_KeyFramed)TranslateWho.TranslateToRef(TranslateDest, 500, 10)TranslatePlayer.TranslateToRef(TranslateDest2, 500, 10)TranslateChair.TranslateToRef(TranslateDest2, 500, 10) Endif EndEventObjectReference Property TranslateDest Auto Const ObjectReference Property TranslatePlayer Auto Const ObjectReference Property TranslateChair Auto Const ObjectReference Property TranslateDest2 Auto Const The Chair is on a platform which moves with the chair which the player sits. The platform is referenced in my script as "TranslateWho". I gave a marker for the player and chair and another marker for the platform, so the chair wont move from its position on the platform closer to the marker, and it goes on a straight line. My issue is exactly like this guy had with the player "always falling": https://www.reddit.com/r/skyrimmods/comments/5sf2ee/problem_with_translateto_translatetoref_when_used/
  11. Paste the esp file here through Google Drive Link
  12. Hello again, I'm in need of help I created a custom mesh by assembling all the Monorail parts ( Fornt Mid and Connector) but when I try to load it in, my CK is crashing. https://drive.google.com/file/d/18WUXlgf0akC1tDpaN0D3BtN1ngg4u6_6/view?usp=sharing Above is the Link to download the mesh I created and look at it. Thanks again for all the help guys
×
×
  • Create New...