Skyrim

File information

Last updated

Original upload

Created by

rpgjaguar

Uploaded by

rpgjaguar

Virus scan

Safe to use

35 comments

  1. Squall82
    Squall82
    • premium
    • 25 kudos
    Why to make it so hard when it's simply...

    Create a file *.bat or *.cmd ( * whatever name you desire) in your game DIR where CreationKit.exe is located.

    And add these lines:

    Ren d3d9.dll d3d9ck.dll
    Start CreationKit.exe
    Timeout 1
    Ren d3d9ck.dll d3d9.dll

    With this script it will rename d3d9.dll, open creation kit, wait 1 sec and rename d3d9.dll back. So you can run Skyrim in the same time without using any other cmd. Simply and fast.
    Edit:Timeout time is in seconds. My Laptop opens CK in 1 second, if your PC needs more time than change 1 to higher number.
    1. Darkangel13
      Darkangel13
      • premium
      • 198 kudos
      Mod did not work, but you solution Worked like a charm. Also for the SSE version with MO2.
      Ren d3d11.dll d3d9ck.dll
      Start CreationKit.exe
      Timeout 10
      Ren d3d9ck.dll d3d11.dll
    2. AnonymousPlum
      AnonymousPlum
      • member
      • 38 kudos
      Thanks bud
    3. deleted52510526
      deleted52510526
      • account closed
      • 7 kudos
      Works perfectly
  2. Squall82
    Squall82
    • premium
    • 25 kudos
    But the very best solution is to create a shortcut from any *.esp or *.esm file or go into data folder and open *.esp or *.esm from there and then load your plugins.
    What I'm saying is, if you don't open straigt creation kit but open it through plugin, it will not load d3d9.dll. And it won't load plugin either as it was in previous games. This way you'll simply open you creation kit without enb or sweet fx.
  3. NexusComa
    NexusComa
    • member
    • 16 kudos
    Well I get this error without a ENB ... Was looking for a fix and came across this.
    What a crazy way to rename a file ... Make a text file and rename the .txt part to .bat
    (To do this you have to set ... control panel/folder options/view - uncheck hide extension for known file types.)

    Example: Toggle.txt change to Toggle.bat
    Then edit it with the notepad. Copy and paste this code.

    if exist "d3d9.dll" goto A
    goto B
    :A
    rename "d3d9.dll" "rd3d9.dll"
    goto C
    :B
    rename "rd3d9.dll" "d3d9.dll"
    :C

    put the script in the same folder as the .dll file
    Make a shortcut (send to desktop ) for it ...
    1. NexusComa
      NexusComa
      • member
      • 16 kudos
      Since you have to start the Creation Kit and also start Skyrim why not two simple two line .bat files ...

      CreationKit.bat

      rename "d3d9.dll" "rd3d9.dll"
      start "" "CreationKit.exe"

      Skyrim.bat

      rename "rd3d9.dll" "d3d9.dll"
      start "" "skse_loader.exe"

      or start "" "TESV.exe"
      if you don't use skse

      Create .bat files in the same folder as the CreationKit.exe
      Right click the .bat file create shortcut (to the desktop)
      Right click the desktop shortcut go to properties / change icon
      then browse to the real executable - exp: "Creation kit.exe"
      Then use the new .bat files to start each program
  4. nokou
    nokou
    • member
    • 1 kudos
    For some reason it did not work for me, I copied all the install instructions and still nothing..
    1. FallenFairytale
      FallenFairytale
      • member
      • 0 kudos
      I'm getting the same issue, and my ENBlocal.ini is set to IgnoreCreationkit=true
    2. MsRavenn
      MsRavenn
      • member
      • 26 kudos
      yea it worked for me but deleted my emb filethough and also makes the creation kit crash more.. I think what I will do from now on is temerarily move my enbeseries file to desktop while using the creation kit
  5. Di0nysys
    Di0nysys
    • supporter
    • 136 kudos
    For anyone getting that issue, go to ENBlocal.ini and set "IgnoreCreationkit=false" to "IgnoreCreationkit=true".
    Problem Solved.
  6. Jinxxed0
    Jinxxed0
    • premium
    • 1,848 kudos
    all i get is an error saying invisible.vbs can't be found


    edit: tried the older ones. this just doesn't work at all. maybe it only works on outdated enbs or something. this thing is telling me the creation kit isn't there
  7. starmz123
    starmz123
    • member
    • 0 kudos
    Thank you so much for this! I'd gotten my CK to a relatively stable state (minimal crashing), but recently installed an ENB. When I started it up again, lo and behold, it would hang at 28% on skyrim.esm for, well, ever. I used your mod and now it's back to normal. Thanks again, and endorsed!
  8. jayr848
    jayr848
    • premium
    • 143 kudos
    Man, wish I found this earlier. With my mods, I would tweak something in CK then check in game to see how it looks or works. Sometimes I would do this many times in a short span. Renaming back and forth the ENB file. Usually forgetting, then shutting CK down and repeating. To say it was a nuisance, is an understatement.

    Thank you very much. Will obviously endorse. I can't understand the low endorsements. Maybe people don't stumble onto this batch file. They don't know what to type in search probably. What a shame. Simple, but essential.
  9. TomTesoro
    TomTesoro
    • premium
    • 120 kudos
    Thanks for this. ENBSeries popping up in the render window was incredibly annoying. I couldn't get rid of it and it would break things, causing me to have to restart the CK.
  10. edhelsereg
    edhelsereg
    • member
    • 262 kudos
    Thank you!