-
Posts
40 -
Joined
-
Last visited
Everything posted by xtcrefugee
-
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
I've added a wall mounted panel version. It won't sit flush with *every* wall, there's not much I can do about that as it's vanilla behaviour. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
It's now ready, see https://creations.bethesda.net/en/starfield/details/d8926ce9-a63c-421e-8f34-c2a3487131dc/Armillary_Control_Pad___Disable_the_Unity_jump If you're on Xbox, can you do me a favor and check whether the icon for the pad is showing properly in your outpost or ship builder. I've not made any Xbox mods with textures before, so it would be useful to know if that's working. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
I'd already made my own, I didn't like the idea of changing that variable to a constant. But I'll mention your mod on Nexus as an alternative. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
I should have something up on Creations in a day or so, I just need to test it. It's a pad that you craft that controls whether you jump to Unity or not. -
Unfortunately Nexus Mods has decided my guide to manually fix Starfield mods with pre-1.11.33.0 loose geometry files was against site rules, and told me to post it here on the forums instead. I apologize to those who endorsed the mod, thanked me in comments and those now asking in messages to me why I deleted it. I did not, it wasn't my choice. I wasn't given any warning about this, so I wasn't able to save the text of the guide itself. I've attached the spreadsheet of partial geometry filename changes for (mostly) female outfit replacers below. Unfortunately very few people will see it here, but at least it's preserved and I can point others here if they ask. Female Outfit Geometry Filename Changes.7z
-
There are inter-crew conversations that happen on the ship, which seem to stop permanently after you've progressed a certain way through the story. I think there's a good chance that this is a bug and not intentional. I've attempted to find a fix for it myself with both xEdit and console commands but have not been successful. There's a story manager quest node that shows the possible conversations as quests, CompanionConversationsQuests (003E9710). I suspect either the GetQuestRunning check against MQ204 (High Price To Pay) is the culprit, as that's roughly when the conversations all permanently stop, or it's a similar problem to the "landed ships won't open" bug in that one of the conversation quests here isn't properly clearing and therefore after 25 repetitions it prevents any further conversations. Given that Cora and Sam's conversations (which are handled by a different quest) on the ship continue forever, I think the other inter-crew ones while on a ship were supposed to continue as well. The lodge-specific inter-crew conversations still seem to happen at the lodge. This is unfortunately beyond my ability to fix, maybe someone who knows papyrus can take a look and see if it's script related?
-
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
Thank you. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
It's nice that people that want this as a mod instead of a console command now have that option. Some acknowledgement would have been nice. In MaverickTheDemonWolf's mod I did mention your approach, and linked to this thread. Oh well. Happy Christmas. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
The quest being the quest that sets its value, and the condition being the one we were talking about, the check before the jump to Unity. I don't think it's too much of a mystery, and regardless it's easy to reset. As I mentioned, I did test this. No offence, but I think people are being somewhat blasé with xEdit, the author has been explicit about the risks. Broken saves have been a thing with previous BGS games when the tools weren't ready for primetime. The risks of changing a single global are small in comparison. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
Yes, that's what I was saying. I'm personally not comfortable doing that with a pre-CK mod when a console command will work, but the OP is free to use either method. -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
OK, sorry for the double post but I have a working solution now. It needs to be done in a specific way to work. Scrap your existing armillary (on your ship or outpost) if you have one, and go to the outpost you want your armillary at. You should be at either the "build the armillary on your ship" stage of the main quest, or the "return to the unity when you are ready" stage if you went to Unity and backed out. Open the build menu and build the armillary, but after placing it don't close the build menu yet. Open the console and enter: This sets MQArmillaryCompleteGlobal to 0, which would have been set to 1 by building the armillary either at an outpost or on your ship. Now exit the outpost build menu, and the quest should update if you've yet to go to Unity, it won't change if you backed out before. Now open your map and set a course to another star system and try to jump. If you get an error saying grav jump isn't available, scrap your armillary and repeat what you did before, make sure you open the console as soon as you've built the armillary and before you exit the outpost build menu. This seems to be working for me without issues so far. If/when you want to go to the Unity, just scrap and rebuild the armillary. MQArmillaryCompleteGlobal doesn't seem to get reset between game sessions. MQArmillaryLocation is what gets checked to determine Starborn attacks, so those should work as intended. MQ305_ReadyForUnityJump (000214F4) are the conditions for when you jump to Unity, and the only thing it checks are MQArmillaryCompleteGlobal and whether you have a non-disabled ship. A "real" CK fix for this would probably be to alter this and check MQArmillaryLocation is set to 1 (on a ship) and not 2 (at an outpost). -
Disable jumping to the Unity when Armillary is built at outpost
xtcrefugee replied to MojFPS's topic in Starfield's Mod Ideas
EDIT: See below. -
I'm curious if anyone else has changed the Emissary's identity during a game with the console. The following works, as long as it's entered before you board the Scorpius: ssq 5790 emptyrefalias MQ00_CompanionWhoDies prid 5986 forcerefintoalias MQ00_CompanionWhoDies prid ssq (In the above example, it changes the Emissary to Sarah, even though Sarah is still alive in my game.) If you wait until after you board, with the above you'll get Sarah's voice and the original character's face which was a little unsettling! It might just be on that meeting though. I'm curious what else this affects, I presume MQ00_CompanionWhoDies is referenced by other things too (I haven't got to it yet, but I believe there's a funeral at some point?). I've not yet tried setting MQ_EmissaryRandom (D608C) to 1 to see if that overrides the above. I guess it's no big deal, I can always set this back to Barrett if I hit a problem, I'm just curious if anyone else has tried. (Oh, and please nobody steal this and post it as a "mod" without crediting, thanks) Edit: I'll just add that this doesn't carry over into NG+, the Emissary is randomized if nobody dies.
-
Just in case nobody else has reported this yet, the forum search for the "White" theme has been broken here for a while. If you try and use the search bar at the top it sends you to https://forums.nexusmods.com/app=core&module=search&do=search&fromMainBar=1 which is invalid - it looks like the index.php? before app=core is being omitted. The Underground theme search works as expected.
-
Sure I get that, but I wasn't talking about anything overly complex here. I'm just adding a few objects to existing mods. -edit- For anyone else searching for an answer who finds this, I haven't found a way to add ownership/scale to a pre-existing object directly BUT if there's another object in the same cell with those already, you can hold Ctrl and click both records to compare side-by-side, and then right click to add ownership/scale that way.
-
So I can add a new placed object (REFR) to a cell directly in xEdit (or copy an existing one as a new record) but I can't see how you're supposed to add scale (XSCL) or ownership (XOWN) to it if those values aren't already there? I can open the esp in the Creation Kit and add those values there of course, but then I risk other CK weirdness such as overwriting face meshes, losing masters etc. so I'd have to back those up first, then (if I just want the scale/ownership and none of the CKs other changes) compare and copy between the modified and original versions of my esp. Surely there must be an easier way than that, all from xEdit? Side note, I'm still very interested in knowing if there's a way to see the position, angle and scale of objects placed with player.placeatme in the FallrimTools resaver or another tool, because boy would that be easier than having to click on every item I've placed in-game, read those values off then enter them manually in xEdit.
-
I'm not sure about the paint.net extension, but I know that even Nvidia's Photoshop DDS plugin fails to open certain files, you just get a black image. For those, it's worth getting Compressonator, which you can use to convert to uncompressed ARGB8888 instead.
-
You could go through the spreadsheet of form IDs here: https://www.nexusmods.com/skyrim/mods/2018 Most of the ones you'll be interested in for placing with console commands are in the Static or Furniture sections, you can just use player.placeatme followed by the id. For example, a campfire without a base is 35F49, the wall lean idle marker is 52FF5, a single stone Dwemer bed is 66014, a stone Dibella statue is 8F965, and so on. You can find others by looking at the Static section for a mod or DLC in xEdit.
-
There used to be an xEdit (TESEdit/SSEEdit) script, by the author of zEdit, for merging. I think this has now been entirely replaced by zEdit/zMerge. However, the last time I tried it, zMerge didn't produce a working merged esp for me, so your mileage may vary. If these are just scriptless armor mods, not anything more exotic, and you aren't expecting any updates, you may as well just merge them manually in xEdit yourself.
-
So I've added quite a lot of statics, idle markers etc. to a particular location using the console (using placeatme, setpos, etc.) which I'd only intended for personal use. However, I'm thinking it might be nice to package this as a mod now so I can share my alterations, if that's possible. Is there any way to extract placed object locations from a save game? I had a look in Fallrim but couldn't identify any of the objects I'd placed, if they were there. Is there a way to do this?
-
Nexus Mods/GOG Giveaway - Winner's Choice! #3
xtcrefugee replied to BigBizkit's topic in Site Updates
Happy new year, Nexus users! -
Nexus Mods/GOG Giveaway - Winner's Choice! #2
xtcrefugee replied to Pickysaurus's topic in Site Updates
Yay -
GOG ftw!
-
In response to post #65450226. I like Turtles too!