Jump to content

GrumpGamey91

Premium Member
  • Posts

    54
  • Joined

  • Last visited

Nexus Mods Profile

About GrumpGamey91

GrumpGamey91's Achievements

Contributor

Contributor (5/14)

0

Reputation

  1. Checked @ElminsterAU github and there are a number of new files that look very much like Starfield definitions. https://github.com/TES5Edit/TES5Edit/commit/e74851cc8716470d30969a67e8f56187bcd7cec7 scroll to the bottom, a list of Starfield definitions. Also the Starfield Script Extender is actively being working on https://github.com/ianpatt/sfse
  2. ChatGPT type integration to do scripting. Typing is hell for me (medical reasons). Anything to help reduce excessive typing would help.
  3. If you're using the mod 'Creation Kit Fixes' (found on this site) settings will be in the fallout_test.ini file in the root directory of Fallout 4. Look for the lines: FontSize=10 ; Size in points FontWeight=400 ; Light (300), Regular (400), Medium (500), Bold (700)
  4. In the console screen, click on any NPC and type one of the following. setpv bCommandable 1 - Allows any NPC to be commanded. Like Mama Murphy setpv bAllowMove 1 - Allows any NPC to be moved to another settlement setpv bAllowCaravan 1 - Allows any NPC to be used for a supply line. Using these on quest NPCs might or will break quests so caution on use.
  5. Support from Mod Organizer 2 for Cyberpunk has been available since v2.4.0 RC1 https://github.com/ModOrganizer2/modorganizer/releases/ Support for these games is still preliminary Wiki Mod Authors remember to archive using the directory structure for your mods: bin\x64\plugins\yourmod archive\pc\patch\yourarchive
  6.   Actually this response sounds about right. Guess I will have to get creative with using patrol idles and aligning them up to "steer" the dragon. Thanks Daermonster Update: Used two patrolidle markers oriented in the direction the dragon should fly. One placed on the ground at the dragon, the other in the air about 1024 distance linked to a travel package with a 5 minute duration which starts before the dragon actually takes flight. Works like a charm. Looks as the though the dragon woke up, crawled forward (away from the mountain mesh it was flying through) and took flight.
  7. Proficient with the CK, not proficient with every aspect aka collusion box. In the later stages of completing a new world space, have a dragon, have a spot for him to hang out. Landing is fine, taking off the dragon flies through a mountainridge object. Placed a collusion box in/on the mountainridge, still flies through it. Any ideas on how to make a collusion area that works? Is their a checkbox somewhere I need to fill to make the collusion box collide? Any productive ideas welcome.
  8. Question for the OP Do you have Windows 10 If so, did you recently update to cumulative update OS Build 17134.286 ? I ask this as everything on my end has been perfect until the update... haven't changed mods or load order or added anything. edit: Found a plus from the Win update, it updated an audio driver, full surround sound is supported again. ---- Checked drivers Updated my graphics driver with same release dates for the Win10 update. I can currently work in Creationkit.exe with no issues even on the heavily modded game which crashes in the actual game. For me, right after selecting a save game and loading, I get audio, the description screen of some item or what not then bam CTD Same happens when attempting a New game. So rolled back to a clean game, no mods, no textures, meshes, et. Starts fine, gets to the character face creation, exit, save. Exit game,... When reloading that very save crashes at the same point after audio and description screen...
  9. From within Fo4Edit ( https://www.nexusmods.com/fallout4/mods/2737/ ) Open application Load Fallout4.esm (Or load the Mod that you want to create an Override for) Under FORMID heading scroll down and expand Weapon Find the weapon you want to edit Right click on the weapon From the drop down list select Copy as Override into... Click the "Yes I'm Absolutely sure" dialog that appeared Click Okay (No Need to rename it) on the dialog "change the EditorID" that appeared Click Yes on the dialog "Warning are you sure..." that appeared (Allow editing) Click the check box for , Press OK Name your new override (something like your handle and the type of changes the .esp makes e.g. SCW_P220Ammo) - Note: Do not enter in the file extension, FO4edit does that In the Confirm dialog that appears click Yes --- Now you have a new .esp that will act as an override for your weapon Scroll down in FO4Edit under the FormID heading Your newly created .esp will now be listed Expand your .esp file Select your weapon On the right side, scroll down to DNAM - Data Scroll down and click on Capacity Change the number to what you want Close FO4edit, check all check boxes (this is how the application saves files) --- Enable your new override .esp in your mod manager of choice Play game :)
  10. As mentioned The Fix of cleaning out the .ini files at \Documents\My Games\Fallout4\ worked on my end. I archived the .ini files, then removed all but the Fallout4.ini and within that file commented out anything in the Fallout4.ini that looked like mod additions and the game launches fine now. My .ini file now has a load of ; semi colons starting each line in it.
  11. Would like to request that if/when updated - default settings for spawns are set to off. - read your script post, like the direction the discussion is headed e.g. No need for spawns in any world cell the player isn't near which would help our machine performance. - Would like to be able to adjust how many faction spawns there are, meaning would like to add perhaps three more to the minutemen faction and remove maybe 2-4 from the institute and triggermen faction but don't seem to be able to get to that level of granularity. - Want a way to impact what spawns are wearing. Good luck with your efforts
  12.     1. How do I properly toggle editing for cells? Just don't have the cell selected or open. Select another cell, then you can edit the one you want. 2. How do I know for sure which quad I'm in? I drop an xmarker down, name it, then look at the cell view window - right hand pane - and see if the xmarker is in the cell I think I am in. If it is, then it's the right one, and name the cell something I can remember. 3. Is there a way to prevent the CK from using up so much page file? Hard drives need free space for the operating system to do its thing. I typically try and keep 20% of the drive free at all times for the operating system to do its thing. Not sure if the CK has memory leaks, but I treat it as though it does. Save, close the CK, back up the current .esp being worked on, then open the CK again and continue working. I typically end up with about 7 .esp backups per session. This also keeps any potential ck crashes down to a minimum. 4. If I want to apply a texture smaller than 1 on my map, then I presume I have to use an object with the desired texture instead? Not sure what this means?
  13. Got the land elements to generate with OScope by doing the following. In the CK, under the menu World, selection Heightmap Editing was able to export the heightmap for my custom world space. This created 4-four .raw files which I named the same as my .esp leaving the file extensions as .raw (Note after running through OScape these became .fmap, .land, .raw and .water file extensions.) Had attempted this before but couldn't get Oscape to recognize my worldspace under the plugin selection field next to the fill button. Ran across a post that suggested simply typing in the worldspace name, had done this in previous attempts but it wouldn't take. Found that in my .esp file I had used a longer name in the EditorID field (the name of the .esp and the name of the editorid field were not the same), when I changed that name to be the same name as the .esp OScape was then able to process my .esp. At least I think that's what did the trick Now OScape works for my worldspace. FYI: OScape's website as referenced from the link in it's download is offline, webarchive has the documentation pages archived at: https://web.archive.org/web/20141112030924/http://obge.paradice-insight.us/wiki/Oscape_%28GUI%29 For the black areas of my terrain, I found a couple of things that might have effected this. Cells can only have a total of 6 paints. I had remapped the default paint to ones that I liked based on the cell, e.g. default became dirt01 in one cell, default became rocks01 in another cell. I think, not positive, but remapping the default cell paint was the culprit. Just an fyi in case others run into this. I can't 100% confirm this without recreating cells or a new worldspace which I am reluctant to do right now.
  14. As always thank you Zilav As an example: From within creation kit, from the Object Window, selecting World objects / Static / Mountainpeak, right clicking, selecting Edit, then the button to activate Specify Distant LOD Meshes shows, from the dialog you reference level 0 - level 3, those ask for user input in selecting the specific .nif file. Are the .nif files we need to select located at: Data\meshes\landscape\mountains\*.nif ? or are they located at: Data\meshes\Terrain\OurCustomWorldSpace\Objects\*.nif ? You create them yourself in any 3D modeling software and put anywhere you want in Data\Meshes folder. Data\meshes\Terrain\ is a hardcoded path for generated LOD files, not for the source LOD models. Thanks, got that figured out and now have LOD for Objects and Trees working fine now. Currently beating my head against the desk trying to get Oscape to make the terrain part. Gotten as far as getting heightmaps created from my worldspace into .raw format. Figure another few weeks till I get that "art form" figured out without black areas showing up.
  15. As always thank you Zilav As an example: From within creation kit, from the Object Window, selecting World objects / Static / Mountainpeak, right clicking, selecting Edit, then the button to activate Specify Distant LOD Meshes shows, from the dialog you reference level 0 - level 3, those ask for user input in selecting the specific .nif file. Are the .nif files we need to select located at: Data\meshes\landscape\mountains\*.nif ? or are they located at: Data\meshes\Terrain\OurCustomWorldSpace\Objects\*.nif ?
×
×
  • Create New...