Jump to content

Mudguy47

Premium Member
  • Posts

    42
  • Joined

  • Last visited

Nexus Mods Profile

About Mudguy47

Mudguy47's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Ok I fixed the issue I was having. The races afflicted were the vanilla Caucasian/Hispanic/African American/Asian Raider races. New Vegas Redesigned 3 makes the files paths for a texture inside the raiderfemale folder, I simply placed the textures from the Type 3 (character/female folder) into the raiderfemale folder of NVR3 and it worked. I am posting this instead of the delete the whole shpeel above and say fixed it. I hope others read this and fix it them selves
  2. FIXED. READ POST BELOW!!! Hello all. I am in need of some help, something I can't seem to figure out. (which is weird because I can usually figure out all my issues.) Ok so the situation is on female raiders (or so I believe) the bodies and hands are pink. From what I know this is from a texture missing or being misaligned. I have looked for a solution to this for the better part of the day and can't find anything besides the obligatory "ARCHIVE INVALIDATION!" Fore warning I have tried everything dealing with Archive invalidation and it managed to fix one issue but opened this one. I have both MO doing the Auto AI with the profile and the Fallout - AI!.bsa enabled. There is also a AI text file in my data folder so Don't tell me to use AI as it is already there. Plugin List (Some are deactivated, don't worry about about me going over the plugin limit I am not over that.) Archive List (For some reason it is upside down) At first I had thought that only the Roberts Bodies were the only thing not working, it had the black bars on the chest, and managed to fix that by using the Archive Invalidation File Generator and putting the file names from Robert's page in the AI file. It managed to fix that and I suppose that broke the Type 3 body for females (Here you can see). I essentially have no idea why this is doing this. The only mods that have the same files are NV Redesigned 3 and Fallout Character Overhaul and those are both overwritten by Type 3 and it's models and textures. If there is any more information I can give I will gladly give it, this issue isn't something I can figure out on my own so thanks for anything you can give.
  3. Well I fixed the issue above and now the mod is released. I think all major bugs are ironed from it. Here is the link if you do want to check it out. http://www.nexusmods.com/newvegas/mods/56499/?
  4. Alright I am fixing bugs and other minor things that should be in there (a message box for the grave) and a note I placed, once picked up and the quest goes to the next stage the note reappears. It only happens once as far as I have seen. So I have the note initially disabled and once the quest starts the note appears. Well after I pick it up it respawns itself but after that it does not. Here's a little snippet of the code to show how I did it (pretty shotty) if(GetStage RRMainQuest == 5) NoahNoteREF.enable 1 endif if(GetHasNote RRNoahQuestNote1 == 1) SetStage RRMainQuest 10 endif if(GetStage RRMainQuest >= 10) NoahNoteREF.disable 1 endif I added the disabled part after I discovered that the note reappears but that did not help the issue.
  5. You are just a wealth of knowledge. Again taking time out of working on your mod to help someone with little things. Thank you very much. Now I need to go download and endorse Coito Ergo Sum as I just didn't realize it was out until just a few days ago.
  6. Ok so I said I was done. No I am not. Now I am doing little silly things like making a shower. Ok what I want to do with this is have a trigger so when I enter the shower it turns on but when I get out of the trigger area to turns off. The script I have for it is this. ScriptName RRHouseShowerScript Begin onTriggerEnter if(RRShowerREF == disable) RRShowerREF.enable 1 else RRShowerREF.disable 1 endif END RRShowerREF is referencing to the waterFX I have to simulate the running water from the faucet. My issue is when I enter the shower it turns on alright but when I leave it doesn't turn off. I would also like to add a little gimmick where when you enter the shower it gives you like a little bonus like +1 charisma or +15 Speech, something stupid. But with doing that I would like to make it so you have to be in the trigger zone for a specific amount of time to get the effect, is something like that possible?
  7. I unchecked the box that said Backup Plugins so it didn't back it up. Well anyways I was able to salvage it. I just need to go through and replace all the items in my house.
  8. I may or may not have just destroyed my esp. I am trying to remove the DLC masters from it so it only needs FalloutNV.esm and sortomatic.esm. Well I tryed to do that by going in FNVEdit and deleting the masters. Well I did it wrong and now nothing will load it. I am scared that I just demolished the esp and I have to go off a version I backed up a week ago. What I specifically did was go in FNVEdit and click the fileheader tab. There I went to the DLC masters and just deleted the name so like Dead Money.esm. The name was deleted but now the record of there being a master. I saved it and did not back the esp up. Can I salvage what I did or do I have to redo what I did from the old esp that has none of the scripts or quests done? EDIT: OK I think I figured out how to salvage it. After a bit of digging on the internet I found this thread, http://forums.nexusmods.com/index.php?/topic/414110-how-to-remove-master-file-from-mod/ . This tells how to salvage the mod from deleting masters. I somewhat fixed it. I have to go through the house again and put all the items back as I seem to have deleted them when I started deleting edited scripts in FNVEdit.
  9. Wow that was stupidly easy to fix. Thanks for all the help Belthan. I probably wouldn't be where I am today without you and your help. I am finished with my little mod, just a house with the sortomatic (makes the house look lived in with the display function) and what seems like a 10 minute quest to obtain the house.
  10. Ok I am getting down to finishing this thing, finally. I think this will be the last thing I need help with. I am trying to get a dialogue option to pop up on an NPC after I get an item for them. I talked to them earlier so I can find out how to get this item and now I need to deliver it to him. I cannot get him to talk to me after I get the item. I have set conditions to make him talk when it is accomplished but in game he won't. He just says the default NCR chatter. I have no clue why this is doing this.
  11. If you need taller buildings for Seattle, Speedy Resources has some tall skyscrapers. That could help with the development of your mod.
  12. Alright I am back for some more scripting help. The enabling of the two actors didn't work when putting it into the result script, it wouldn't save into it. So I decided well I am going to try my hand at scripting something to enable at least on of the actors. Here's the code I have so far. The Geck tells me that the 6th line has an invalid reference but RRNoah is a valid reference as it is an actor. ScriptName RRNoahEnableScript BEGIN GameMode if(GetStage RRMainQuest == 5) RRNoah.enable 1 endif END
  13. Yeah here's the link to his blog. http://moburma.wordpress.com/ I did not see a contact on there. The post I quoted was from March 2, 2014 so it's fairly recent. His latest post on there is from June 7, 2014 so I assume that he must still visit on occasion to see if any new comments came up.
  14. This throws a wrench into things. Don't mods who are left unattended for quite some time and the author themselves show they have not been on in some time, essentially allow you to use them? Or am I thinking of only specific permissions? EDIT: Actually after looking on moburma's blog I found this . So this essentially allows me to use it and his other mods with out permission.
  15. Hello everyone, how would I contact someone to get permission for their mod if their inbox is full? I am trying to get a hold of moburma80 for permissions to use New Vegas Uncut - Outside Bets as it says I need permission to use in my mod first. Also to get permission for another mod and the author has not been on in quite some time, one of them two years, how do I get a hold of them?
×
×
  • Create New...