Jump to content

FNVmoder2024

Members
  • Posts

    16
  • Joined

  • Last visited

Nexus Mods Profile

About FNVmoder2024

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FNVmoder2024's Achievements

Apprentice

Apprentice (3/14)

4

Reputation

  1. Does this occur in the original geck with no changes this sounds like GPU artifacting maybe check temps unless this only occurs in geck
  2. yeah maybe try linking the npcs enable state to reduce size of script and improve performance
  3. hi have had to do the same thing before this is all i have and mine seems to work maybe make sure its the same this is the tutorial i followed ; Declare a variable to ensure the script runs only once Short DoOnce Begin OnTriggerEnter Player ; Check if the script has not yet run If DoOnce ==0 ; Update the "Talking" variable in the "MyQuest" quest Set modrebelenterencedia.Talking to 1 modRefmynpc.EVP ; Mark the script as executed to prevent it from running again Set DoOnce to 1 EndIf End
  4. I know it is a bit late but you wouldn't have any tutorials you would recommend for the collision
  5. Thanks for this advice i tried reinstalling and new .ini file and has reduced the frequency of crashes but will move to version control if i do reach 16mb or if the crashes increase once again
  6. hi i have been working on my mod with the geck extender but recently i have been suffering crashes and they mainly seem to occur in my world space i have checked fnvedit as well to see if there were some overwrites that could cause issues but no look the log is attached below looking for any advice
  7. try this link https://streamable.com/2cha45?src=player-page-share Not sure of the point as classes don't do much from what i can tell you could maybe change it but it might cause bugs the only thing thiink it does is allow it does is adjust the skills and points https://geckwiki.com/index.php/Class
  8. Have you any mods installed if so try disabling them if not you may be able to use the console
  9. I don't get what you mean by special npcs but this might help Have you set it as a persistent reference by double clicking on the tick and have you made sure it isn't a static/must be in furniture section Got a recording of me doing it https://streamable.com/2cha45
  10. I don't believe there is any kind of function like that as why would ally or joining faction not work unless are you doing a companion or something this could also maybe help in some ways to set up an npcs opinions on a player just not really sure what you mean https://geckwiki.com/index.php/Reputation#:~:text=Reputation is the standing with,is controlled by faction relations
  11. Thanks for the help here are the screenshots from blender and nifskope https://ibb.co/XbZR402 https://ibb.co/qkF5JFv https://ibb.co/pn89t1r https://ibb.co/gjJ1Lrp https://ibb.co/ZgnNDq3 https://ibb.co/DRcc2TT https://ibb.co/Z18BmGx https://ibb.co/1Lc1Tpp https://ibb.co/SswH0tT
  12. Yes I think you will need a script I would probably just use set ally but I am not too familiar with factions and there best practice if you need more I think this goes into more detail Example KarenSchenzyREF.SetFactionRank ArefuFaction 1 Sets Karen to rank one in the ArefuFaction faction. Player.SetFactionRank ArefuFaction -1 This will remove the player from the ArefuFaction faction. https://geckwiki.com/index.php?title=Category:Faction_Functions https://geckwiki.com/index.php/Category:Factions According to https://forums.nexusmods.com/topic/267946-how-can-i-change-factions-with-the-geck/ You can add the player to other factions without removing it from playerfaction (which is something you don't want to do). player.addtofaction factionname Or if you just want to change the player's relationship to another faction you can use setally, setenenemy, etc
  13. hi i have been trying to create a edited mesh with collisions first tried with list shape unfortunately that didn't work so i followed this tutorial https://www.youtube.com/watch?v=AD4uywa1-pE&list=PLW0Ztlglo0vFu-XYt-OSXjqCeiOBpUhlX&index=18&t=321s to create the collisions which show up in nifskope but unfortunately in game they appear but do not function if anyone has any advice on how to fix thanks image of nifskope https://ibb.co/CK1cB4g
  14. thanks for your help i turned on and off automatic archive invalidation mo2 but it didn't make a difference i also tried a different model i used before and there was no issue
  15. hi i have been attemting to import custom models into geck but recently i have been having the textures seemingly not loading correct in game and geck but appear perfect in blender and nifskope thanks for any help
×
×
  • Create New...