Jump to content

TaxiVader

Premium Member
  • Posts

    86
  • Joined

  • Last visited

Nexus Mods Profile

About TaxiVader

TaxiVader's Achievements

Enthusiast

Enthusiast (6/14)

0

Reputation

  1. Hi Folks. I'm making an indoors settlement. All is well, however the player automatically owns the whole thing when they enter the cell. I assume this is from entering the "default empty trigger" box that is linked to the WB with the Primitive keyword. I want to change this to make it so they only own it when the player enters the "Workshop Set Owned Trigger" box surrounding the WB, as I can then force the player through a particular path using barricades that are later able to be scrapped. I used the YouTube tutorials from M0ds1984 and Neeher to create the settlement functionality. I have used the same process in exterior settlements and the WB is only owned once the "Workshop Set Owned Trigger" box is entered. Any ideas?
  2. Hi . Thanks, I'l have a look at that. I was able to solve it in game by using the "ignore build limits" function in SS.
  3. Hi again folks. I have made a indoors settlement. It recruits people and you can send to / from, but I am having a bit of an issue. When I try building SimSettlement plots they get that initial "under construction" look, then I get a message saying plots won't upgrade because the settlement build limit has been reached. The build limit bar for the settlement in the top right of the screen is completely empty, and I can continue to build non Sim Settlement items. Any suggestions about this? I really want it to work with Sim Settlements. I am testing it by dropping it into the middle of an existing game that has about 50 mods already running.
  4. Thanks Diode, you're a legend. I hadn't even seen that object template button. That's where it was defaulting to Vault 81 pattern. Thanks again.
  5. Hi Folks. I'm looking for possible suggestions for fixing this; so if you have any idea at all please let me know. I'm making a version of the Vault Suit with "62" on the back. So far so good; I got the female and male dirty version to work fine both on the player and on npcs and followers, but using exactly the same technique I can't get the replacement number to show up on either the male or female clean version. I've done the material replacement thing with the .dds and .bgsd files, also the Armor Addon etc. Also, when I look in the model data for the clean suit, it actually shows the new number on the back...but not in game! Each time I do a change I want to see I reload the CK so that's not the issue. The clean suit defaults to the Vault 81 pattern, which is also strange since I used the Vault 95 suit as the basis for this changed version. Admittedly, I am in-game testing using a modded game that I have just stuck the mod into. I suppose that could be a cause, but to show one and not the other version of the suit? Bizarre. So yes, if anyone has even a vague clue please let me know. EXTRA: When I do the "material swap" thing on an actor in the CK the new suit does show up. However, if I put that same suit in an Outfit and add that to the NPC, it only works with the dirty version and the clean one defaults to 81 again.
  6. Hiya. No, it was a fresh game. I even started one, saved right after character creation, tried to reload it and the game crashed.
  7. Hi folks. I'm finding that Sim Settlements 2 is causing the game to crash when I load a save. The game runs fine if I start a new game, saves OK, but won't load; I go straight to CTD. This only happened after installing Sim Settlements 2. I tried following the instructions on the SS2 help page re load order: Fallout 4 and DLCs Unofficial Fallout 4 Patch HUDFramework Workshop Framework Sim Settlements 2 All other mods but the same thing keeps happening. Any ideas I could try?
  8. OK, so update: I started the "remove mods to find the baddie" thing and the first one I removed solved the problem...Sim Settlements 2! I'll have to find out if anyone else is having this issue.
  9. Hi Folks. Fallout4 is crashing when I try to load a save game, any save game. A new game starts fine, no worries. It's stable too. I can also save successfully. But when I try to load a game it crashes to desktop. I have tried a few things: 1. remover the HUDmenu.swf file from the interface folder - no effect 2, I looked in the Fallout4 folder to investigate the fallout4.ini and the fallout4prefs.ini files, assuming it's not accepting the old files. However, neither of these is present; instead I have a file called fallout4_default.ini 3. Undaunted, I placed the line bInvalidateOlderFiles=0 into the falout4_defaut.ini file; still nothiing. Any suggestions?
  10. Hi folks. I've tried doing the pool undress / redress thing too. Once again I am flailing around with little to no experience, so feel free to have some shots at me for that. Here's what I'm trying to do: I have parked two triggerboxes next to each other, with each running a single script. Undress box script: Event OnTriggerEnter(ObjectReference akActionRef) if(akActionRef != Game.GetPlayer())actor who = akActionRef as actorwho.unequipall()endif EndEvent And the Redress box next to it: Armor property DummyRing auto Event OnTriggerEnter(ObjectReference akActionRef) if(akActionRef != Game.GetPlayer())actor who = akActionRef as actorwho.AddItem(DummyRing, abSilent = true)who.EquipItem(DummyRing, abSilent = true)who.UnEquipItem(DummyRing, abSilent = true)who.RemoveItem(DummyRing, abSilent = true)endif EndEvent Yes, those are the same scripts from earlier in this thread. As I said, flailing. The first one works fine; go into it and I have nudie followers (but not nudie self...) Go into the second one and ... nothing happens, followers stay nudie. The scripts both compiled fine (of course; had I written them myself it would be a different story). Any ideas what might be missing? The triggers do not overlap. If I give a follower an item they re-equip all their stuff as normal. That makes me think that the whole dummyring thing is not actually being added/removed. Would perhaps using a non-dummy item help? TV
  11. Hi again DylBill. Thanks to you I got the files in the right place (operator error), and now it's working like a charm. Both full scripts and fragments are compiling properly. You're a champion.
  12. Hi Dylbill. Do I extract the scripts.rar into the Skyrim folder or the data\scripts\source ? I extracted it to the automatic location, and it looks as if the CK is looking in that area to find them. I'll have a go at that compiler, thanks for the link. Also, what about papyrus fragments like the ones in the quests? How would I compile those if I'm using the external compiler? TV
×
×
  • Create New...