Jump to content

bnxus

Members
  • Posts

    22
  • Joined

  • Last visited

Everything posted by bnxus

  1. Push.
  2. Hello folks. I’m looking for someone who can help me finding the texture file that belongs to the save indicator icon. I’m doing some recording of the cutscenes in Dark Souls 1 and it kind of bothers me having this icon blend in. For those who don’t know what I mean I uploaded this screenshot, it’s the flame animation in the top right corner. Thank you very much! Please help!
  3. s#*!, that's good to know. I had no issues with that method yet. I don't quite get it why changing the name of the esm is that much of a problem. Isn't it just like a path to the file? What can go so wrong?
  4. Well, but it does. I found my old New Vegas directory with an old version of xEdit in it and it worked flawlessly to simply rename the esm in the file header of the respective esp. I don't know why this feature is disabled on the latest version.
  5. Hey, I have just started to use FNVEdit again and I noticed that I can't rename the ESM file name that are linked in an ESPs file header. I can't find a solution to this. Any help would be welcome!
  6. Could this script work out? scn VFSKingGangMemberSCRIPT short DeathDay short CurrentDay int bDead begin OnDeath set DeathDay to GameDaysPassed set bDead to 1 end begin OnLoad if bDead == 1 && vStoryEventKings == 0 set CurrentDay to GameDaysPassed if ( CurrentDay - DeathDay ) >= 1 Resurrect ResetAI set bDead to 0 endif endif end EDIT: Yes, seems to work! :dance:
  7. Because it would make them respawn always, even if the player has wiped out the Kings in the King's Gambit quest... and I want them to stop respawning if it comes to this.
  8. Hi guys, I've got a little problem writing a script for the King Gang Members. What I'd like to accomplish is a script that makes the King Gang Members respawn after 7 days if they're dead. The conditions for them being resurrected after a week are the follwing: 1. They're dead 2. vStoryEventKings is 0 (if they got wiped out by the player during the 'King's Gambit' quest they shall no longer respawn). The main problem is that I don't know how to handle the GameDaysPassed part. Can somebody help me with this? Thanks in advance!
×
×
  • Create New...