Jump to content

aragonit

Premium Member
  • Posts

    42
  • Joined

  • Last visited

Nexus Mods Profile

About aragonit

Profile Fields

  • Country
    Germany
  • Currently Playing
    Skyrim SE
  • Favourite Game
    Skyrim SE, Gardenscapes, Homescapes

Recent Profile Visitors

9680 profile views

aragonit's Achievements

Contributor

Contributor (5/14)

  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Most items start with DBM so you could start searching there. Generally, it is NOT a good idea to use the console to add stuff to LOTD, because you'll miss out on the TCC markers, quests and other important details. If you write help dbm_ you should get a LOT of weapons, armor and such.
  2. I know this is really late, but you could have used the console to just unlock the safe.
  3. The pictures can be found here, on the artist's blog http://bogdanmrk.blogspot.com/2013/12/the-bounty-hunter.html
  4. I just encountered this problem in Solitude, and I wrote myself a batch file (for the console): Dragonborn.esm is 04 in my game, if it is different for you, you need to change the last 3 lines. Player.GetCrimeGold 267E3 Player.SetCrimeGold 1 267E3 Player.PayCrimeGold 0 0 267E3 Player.GetCrimeGold 29DB0 Player.SetCrimeGold 1 29DB0 Player.PayCrimeGold 0 0 29DB0 Player.GetCrimeGold 2816E Player.SetCrimeGold 1 2816E Player.PayCrimeGold 0 0 2816E Player.GetCrimeGold 2816B Player.SetCrimeGold 1 2816B Player.PayCrimeGold 0 0 2816B Player.GetCrimeGold 2816F Player.SetCrimeGold 1 2816F Player.PayCrimeGold 0 0 2816F Player.GetCrimeGold 28170 Player.SetCrimeGold 1 28170 Player.PayCrimeGold 0 0 28170 Player.GetCrimeGold 2816D Player.SetCrimeGold 1 2816D Player.PayCrimeGold 0 0 2816D Player.GetCrimeGold 2816C Player.SetCrimeGold 1 2816C Player.PayCrimeGold 0 0 2816C Player.GetCrimeGold 267EA Player.SetCrimeGold 1 267EA Player.PayCrimeGold 0 0 267EA Player.GetCrimeGold 04018279 Player.SetCrimeGold 1 04018279 Player.PayCrimeGold 0 0 04018279
  5. Amazing. This helped me too right now, with Skyrim SE
  6. Thank you so much for this info. I guess this is a well kept secret. I am working on a mod converting the existing personnel in Levelers Tower to trainers, but the dialog order in the CK Player Dialogue (TrainingBranch) was wrong. With your simple "trick" to use the arrows to move the lines up and down I am all set.
  7. OK, so I'm resurrecting this :) You can use CS Tag & Track to summon your actors (make a priority group or one-by-one. Talk to them to get them standing streight (if you want that), during conversation select them and write "tai" in the console. With Jaxonz Positioner you can put them anywhere you want. No problems with the skelleton or so. I just made a group pic of all NPCs in Levelers tower, for the trainers mod.
  8. You could avoid these problems by saving often and by keeping backups of your ESP. I have multiple commented BAK files in my mod directory, like MyMod working but whatever is off.bak
  9. It will be even easiier if you put the two lines into two different batch files. so you can type bat close and bat reload to do the reloading.
  10. Did you discover any other information about this? I've been trying to create a quest, and have followed the tutorials to the letter, but every time I go to my starting quest npc he won't engage me in the dialogue options to start the quest. Maybe you forgot to set a condition for his dialogue to NOT start if the quest is already running?
  11. Thank you. I just noticed that I left all my Skyrim scripts on my old PC, and now I have a working template!
  12. It was enough for me to write setstage solitudeopening 10 and everything started.
  13. Even if this is ancient... but since when is Skyrim Romance Mod banned? It's very much alive for Skyrim LE
  14. You have to open a DOS Prompt as Administrator. go to your skyrim SE directory. then paste regsvr32 flowchartx64.dll It won't give you an error. IF you installed Steam in the Program Files directory, then you may be in for a lot of trouble, because this is some kind of protected directory. I have my Steam always on D:\Games
  15. Just in case someone needs this info, to convert a lot of dds files / textures from Skyrim LE to Skyrim SE format: You need xtexconv.exe which comes with the construction kit and is in steamapps\common\Skyrim Special Edition\Tools\Elric if you need to convert a lot of dds files in many subdirectories, there is no real shortcut, but a bit of a workaround: Copy xtexconv.exe and xg.dll to the textures folder with all the subdirectories you want to convert the textures from Open a DOS prompt write: dir *.dds /s /b >convert.bat Open the convert.bat in any text editor (I use TextPad) which can use regular expressions for replacement. 1. Replace .dds with .dds" 2. Replace the drive letter with xtexconv.exe -o "<drive letter> like this: D:\ with xtexconv.exe -o "D:\ 3. Duplicate the filepath, search for ("D:.*") and replace with \1 \1 4. To strip the dds from the path after the -o search for: \\[^\\]*" " (searches for a \ not followed by a \ and followed by " "), replace with " " save the convert bat and run it from the dos prompt. Enjoy your game For all other issues, I recommend using Cathedral Assets Optimizer
×
×
  • Create New...