Search the Community
Showing results for tags 'beginner help'.
-
Hey i have an issue with XPMSE.esp Loot is telling me that XP32 Maximum Skeleton Extended - XPMSE needs an MCM by installing SkyUI SE which i already have downloaded and added on. Why is it telling me to get a mod i already have installed?
- 1 reply
-
- Help
- troubleshooting
-
(and 1 more)
Tagged with:
-
So I'll be converting to PC from the ps4 very soon and i would like to start with a heavily modded (graphics and maybe some immersion only at the moment) skyrim since the ps3 version was kinda rubbish. Trouble is I've been finding many guides mentioning different mods and i have no idea which would work best together, especially since most of these guides aren't recent. My rig in short, will post in more detail if need be: Cpu: i7 6700k Ram: g.skill trident z 16gb (2x8gb) ddr4 3200mhz Graphic card: Asus r9 390 8gb strix OC Motherboard: Asrock z170 pro 4 Unfortunately can't afford 4k at the moment, so ill be using a 40inch 1080 samsung tv which will probably cap my frames to 60, still haven't confirmed this yet though. This is my first time posting in forums so please if theres anything I'm not doing right correct me :) thanks a lot in advance!
-
Okay. I simply cannot save a script. Just a basic script for a companion. I based it off of the cgy95 videos talking about this kind of thing. I copied the script perfectly, yet I still cannot save it. The NPC works fine, but there is no script for it to do anything other then stand around. I've been looking around for a solution, and I think I found it. You have to run the GECK as an Administrator. Now, here is where the problem lies. I dont actually KNOW how to run it as an Admin. I can run another set of editing and creating tools for the Source engine as an admin, and even Vortex works. But not the GECK. It really is quite an annoyance, so any help is greatly appreciated. I'll write the code down as a means for anyone to point out any flaws below. scn *** Script short HasBeenHired short L38 short DoOnce int CombatStyleRanged int CombatStyleMelee int IsFollowingDefault int IsFollowingLong int FollowerSwitchAggressive int Waiting Begin GameMode if (DoOnce != 1) Set HasBeenHired to 0 Set L38 to 0 Set CombatStyleRanged to 1 Set CombatStyleMelee to 0 Set IsFollowingDefault to 0 Set IsFollowingLong to 0 Set FollowerSwitch Aggressive to 0 Set Waiting to 0 Set DoOnce to 1 EndIf End There it is. The stars are a substitute for an actual name, which I don't want to spoil. Should someone's help be right, and cause my problem to stop will be credited justly, as a means of thanks. Anyone who contributes will also get thanks. Thank you, and goodbye.