Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

oldladyonthemoon

Elders
  • Posts

    2,151
  • Joined

  • Last visited

  • Days Won

    46

Posts posted by oldladyonthemoon

  1. Hi,

    I don't know where to ask but my question is directly related to the script tought by this lesson. Here is my choice script:

     

    ; pop message box to choose place
    if TempChoosePlaceMessage.Show() == 0
    Game.GetPlayer().moveto(PlayerStartMarkerHighRock)
    elseif TempChoosePlaceMessage.Show() == 1
    Game.GetPlayer().moveto(PlayerStartMarkerHammerfell)
    elseif TempChoosePlaceMessage.Show() == 2
    Game.GetPlayer().moveto(PlayerStartMarkerCyrodiil)
    elseif TempChoosePlaceMessage.Show() == 3
    Game.GetPlayer().moveto(PlayerStartMarkerMorrowindSouth)
    elseif TempChoosePlaceMessage.Show() == 4
    Game.GetPlayer().moveto(PlayerStartMarkerMorrowindNorth)
    else
    ;nothing
    endif

     

    It's perfectly functional in game, but there is a problem, if I choose option 4, I must click five times so that the game reacts to it; if I choose option 2, I must click three times so that the game reacts to it, etc. I have the same problem with another choice message, that has less options, three instead of five. This is not normal; I remember using mods whit this kind of messages and clicking on a choice worked immediately. I'm not the only one to experience this, people who use  the mod also have it.

     

    What's going on and what can I do to fix this?

     

    Thank you!

  2. Well its either the fact that you are using steam workshop's subscribe or Nexus Mod Manager.. though I highly suspect you're using the steam workshop's subscribe. Quit using steam workshop and you wont have that problem :)

    Sorry, I always install my mods manually (no Steam, no mod manager of any kind) and they are always automatically activated in the launcher.

  3.  

    To see your hardwork first hand, activate your plugin in the Data page of the game’s main menu before going in game. Then use the console command coc YOURCELLID (Mine would be aaDRTutorialInt01) to teleport to your cell. 

     

    There is no COC marker in the cell... ;)

  4. Hi, lady. I have to gently disagree with you- I love Morrowind and Oblivion but dislike Game # 5. However, this one isn't about to let a minor difference in opinion stop us from being friends. :)

    Thank you! You'll love #5 when #6 will be released; I'm just ahead of you. :P

  5. ... All you need to do is PM the instructor and you get added to the 'Progress Report' thread, pined to the top of this forum. From there you are awarded points for completing the required tasks for each class. Just let me know if you want to 'officially' join the class and have your progress reported.

    Hi, I'm new here and not familiar at all with the procedures. Is this what I must do if I want to join the classes? My apologies if my question is inconvenient. :)

  6. I'm so dumb at finding titles for topics, sorry... :unsure:

     

    I joined this place some time ago but I've never introduced myself so, here am I.

     

    I've been playing Elder Scrolls games almost since Morrowind was released. I loved Morrowind, I loved Oblivion and I still love them but ever since Skyrim has been released, I'm completely hooked to this game. I play it and mod it (moderately). The only mods I've published consist in changing start game conditions for the player. I also have a "Place for a Khajiit" project I'm working on.

     

    I have some trouble finding directions here but I've noticed the "enclave". It shouldn't take too long before I get used to these boards. :)

    • Upvote 2
×
×
  • Create New...