four2nothin Posted April 15, 2017 Share Posted April 15, 2017 This seems really sillly to post but unfortuately i can't find anything to answer this question. I'm just tired of closing the kit and opening it everytime i test something in game.. SO is it ok to keep the kit open while i test? Link to comment Share on other sites More sharing options...
blackbirdwanderer Posted April 15, 2017 Share Posted April 15, 2017 I do it all the time. As long as your machine can handle the load, there has never appeared to be any problem for me and I've been doing it for months. It's actually really useful when testing scripts since they are called dynamically in the game; i.e., you don't have to save the CK mod, just compile the script then go back to the windowed game. I picked that tip up from someone a couple of months ago and it's saved me tons of time. Link to comment Share on other sites More sharing options...
four2nothin Posted April 15, 2017 Author Share Posted April 15, 2017 I do it all the time. As long as your machine can handle the load, there has never appeared to be any problem for me and I've been doing it for months. It's actually really useful when testing scripts since they are called dynamically in the game; i.e., you don't have to save the CK mod, just compile the script then go back to the windowed game. I picked that tip up from someone a couple of months ago and it's saved me tons of time.wait, so you can have the game open, make a change, and go back into the game and it will be there? or do you have to re load the game? Link to comment Share on other sites More sharing options...
blackbirdwanderer Posted April 16, 2017 Share Posted April 16, 2017 (edited) It depends on what you changed. I was specifically talking about changes within a script. Once you compile/save a script, yes, it's there to be called upon even if you left the game paused as long as the mod was calling the script anyway. Scripts files live as files outside of the .esp/.esm for the mod you're working on and just get called on by the mod. You would need to reload for any changes to the mod structure within the CK (like dialogue or whatever); in some cases I've made large changes that required unchecking the mod, loading the game without it, then checking it back in again. Did this answer your question? Edited April 16, 2017 by blackbirdwanderer Link to comment Share on other sites More sharing options...
0arisaka0 Posted April 16, 2017 Share Posted April 16, 2017 I also do it all the time. Just don't try to make changes to a mod while the game runs.Only issue I've had is that the CK tend to gobble up RAM, if kept it running... ONe time I saw it take up 17g of memory, but I have 32g of RAM, so it wasn't like it was a an issue for me, but others mileage may vary. Link to comment Share on other sites More sharing options...
greekrage Posted April 16, 2017 Share Posted April 16, 2017 you can do it if you have at least 16Gb ram and enough virtual memory as well. Just remember to SAVE FIRST because if it crashes or freezes you lose the progress . A good idea is to reload the saved game first to see most changes . Some changes that involve objects that have a "persistent " value wont show unless the save you use is BEFORE the change . Example : moving a door (the door will remain in its old position if you dont use a save prior to moving or placing it. ) Link to comment Share on other sites More sharing options...
scrivener07 Posted April 16, 2017 Share Posted April 16, 2017 Not everything said here is entirely true. You can run the CK and the game at the same time and even make changes in the CK while the game is running but you need to use the developer console commands to make this work properly.There are two primary console commands among others that you need to use. These are as follows. Name ArgumentsHotLoadPlugin (HLP) string: the plugin nameReloadScript string: the script name This was first introduced in a later patch for Skyrim. Check out the developer post about this feature here.For a full listing of all known console commands check out this website. Link to comment Share on other sites More sharing options...
steve40 Posted April 18, 2017 Share Posted April 18, 2017 Preferably, don't have any cells loaded in the CK render window if you want to run the game at the same time. Link to comment Share on other sites More sharing options...
Zzyxzz Posted April 18, 2017 Share Posted April 18, 2017 you can do it if you have at least 16Gb ram and enough virtual memory as well. Just remember to SAVE FIRST because if it crashes or freezes you lose the progress . A good idea is to reload the saved game first to see most changes . Some changes that involve objects that have a "persistent " value wont show unless the save you use is BEFORE the change . Example : moving a door (the door will remain in its old position if you dont use a save prior to moving or placing it. ) i'm running Fallout 4 with the creation kit @8GB Ram and its totally fine. 16GB is not necessary. Link to comment Share on other sites More sharing options...
vkz89q Posted April 18, 2017 Share Posted April 18, 2017 Same, 8GB ram here and I have CK, Firefox with 100000000 tabs and Fallout 4 running no problems. Just don't open render window hehe, then it crashes for me because not enough memory(if I try play F4 same time). Link to comment Share on other sites More sharing options...
Recommended Posts