Jump to content

firas55556

Account closed
  • Posts

    10
  • Joined

  • Last visited

Reputation

0 Neutral

Nexus Mods Profile

  1. - Better UI and controls for PC - Keybindings unlocker or an actual ini file to edit ALL keys, not just the ones bethesda allows :dry: - Inventory sorting that makes things like scrapping easier etc - Depending on how its balanced, some additions to power armor upgrades non cheat level, aka does things like remove passive drain on entering/walking(always irks that it does that), chance of less durability loss so don't have to use as much resources/time repairing etc
  2. http://jaredbangerter.hubpages.com/hub/How-to-Play-as-Monsters-In-Skyrim http://jaredbangerter.hubpages.com/hub/How-to-Create-New-Shape-Shifting-Spells-In-Skyrim I used this together with editing unused dragon animations , also edited the polymorph script to use a variable with game.getplayer() instead of the beast blood one. Adding shouts can be done by normalscripting, I had a working time based polymorph for dragons with shouts and with bites,tailslam and both wings(used jumping and sneaking) First person I had some trouble with though, I fixed by using force thirdperson then lock player camera control(and cancelling it on spell end) his script and spell values are a little off, some trial and error was neede to correct it. Of course I also disabled headtracking so you can aim without head swaying everywhere. Unfortunately I accidentally deleted it >.<
  3. Regarding when to either land or crash, might some script that checks if there is navmesh at the landing spot be an option, and if isn't navmeshed you crash instead?
  4. http://www.creationkit.com/OnSpellCast_-_ObjectReference Should work since it casts a spell.
  5. What if you add a player race modifier to dragon race and change the jumpfall to the dragon hover animation? I've only done very, very light scripting so not sure how to implement it. Would be a way to get dragon transorfmations work, albeit the camera would have to be fixed as well as the fact that you can only fly.
  6. So every time I enter Frostfruit Inn in Rorikstead it shows loadingscreen, turns black with audio, then looks normal but horrible fps while autosaving, followed by full pc reboot crash :( I do have several mods, but removing them and loading a premod save didn't help, is there a setting I can change or just faulty coding? Edit: I think I fixed it, I had Skyrimprefs.ini section iShadowMapResolutionSecondary=4096 iShadowMapResolutionPrimary=8192 iShadomMapResolution=8192 changed it to iShadowMapResolutionSecondary=8192 iShadowMapResolutionPrimary=8192 Hopefully it was just derping with .ini file that caused it :tongue:
  7. Use: [Camera] fVanityModeMaxDist=XXXXX.0000 In the Skyrim.ini file in \user\my documents\my games\skyrim\ xxxx is a value where the default is around 600 I believe, this will edit th max distance of 3rd person camera. So adjusting to say 20000 will leave you looking at something very similar to the map
  8. So tried everything in this post yet to no avail, starting to wonder if it is not client based but rather nexus having issues :S
×
×
  • Create New...