Jump to content

glad0s98

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by glad0s98

  1. Im actually working on a nanosuit mod. Armor is ready, i just need to finish scripts for maximum armor and cloak and those things. but i'd like to know too how to make glow maps :D
  2. upgrading from 4k to 8k doesn't makd any real difference. Unless your screen resolution is 5000x3000 or something O_o
  3. http://dragonporn.ldblog.jp/archives/6687647.html its japanese site, but use google translate ;)
  4. All right fixed it! Heh. Didn't know i can edit the description with my windows phone :D
  5. here you go: http://skyrim.nexusmods.com/mods/33142 :biggrin: it amy not be exacly what you wanted, but its still something. btw, im gonna make whiter version of it too ;)
  6. I dont think that magicka drain works :S i forgot this topic, cause i had this same topic on bethforums. There, i learned a lot of scripting. And i also figured out that magicka drain ;) if you wanna check it out, here's the link: http://forums.bethsoft.com/topic/1448265-i-need-scripting-help/page__pid__22358969?do=findComment&comment=22358969
  7. Can you create new effect to screen? I would like to add some kinda texture to the screen when player has certain magic effect applied? Example: player uses spell "superArmor". Metallish texture appears on screen corners. Spell effect ends. Metallish texture disappears.
  8. Now i just need to know how to alter player's jump height with magic effect :) i know it requires SKSE ;)
  9. I've actually managed to do my own script for that magicka drain thing. ScriptName NanosuitMagickaDrain extends MagicEffect float Property UpdateInterval auto ;probably best to set it to 1 or longer float playersMagicka = Game.GetPlayer().GetActorValuePercentage("magicka") Event onUpdate() If playersMagicka =0.0 Function dispel() Endevent
  10. yeah i think so. But thanks for your help! :)
  11. Well i dont need those sounds if they are so hard to make :) i can take that script you made, and make it so that it plays "health critical" sound when health goes under 20%
  12. Cant you just turn these: if (Game.GetPlayer().GetAV("Health") / PlayerMaxHealth) <=0.75 && (Game.GetPlayer().GetAV("Health") / PlayerMaxHealth) > 0.5to these: if (Game.GetPlayer().GetAV("Health") / PlayerMaxHealth) =0.75
  13. well actually i wanted one sound to play when health is xx%. For example: players health drops to 75%, sound that says "health 75%" plays.
  14. I also tried doing that myself: HealthsoundsSkript extends ObjectReference SOUND property 75%sound auto float playersHealth = Game.GetPlayer().GetActorValuePercentage("health") Event if (Game.GetPlayer().IsEquipped()) if (playersHealth = 0.75) int Function Play(75%sound) Endevent
  15. well i found this: float playersHealth = Game.GetPlayer().GetActorValuePercentage("health")
  16. Cool! Unfortunately, i cant access creation kit till saturday so i cant try it out. (i'm on vacation) :S
  17. I dont have good english but hopefully you understand :) In CK objects window, look for dragonscale armor. You notice there's many. Right click one with no "ench" on start and choose edit. On the window that opens, there is "models" section. Its like a list. There is dragonscale cuirass model. Delete it. Right click and choose "add" (or "new" i dont remember) then look for iron armor cuirass mesh on that menu what opens. do this to all dragonscale armor parts. {cuirass, helmet, gauntlets and boots} should work fine :)
×
×
  • Create New...