Jump to content
⚠ Known Issue: Media on User Profiles ×

CarnivalOfFear

Members
  • Posts

    53
  • Joined

  • Last visited

Nexus Mods Profile

About CarnivalOfFear

CarnivalOfFear's Achievements

Enthusiast

Enthusiast (6/14)

  • First Post
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. So this problem I am having is actually in Fallout NV and not Skyrim but the problem seems to be with the way the gamebryo engine handles optimization and not something specifically wrong with Fallout NV as I have been able to replicate this Issue in Fallout 3 and most likely is still an issue in the creation engine. All though its much more likely i'm simply doing something wrong. Anyways I decided to post this here to reach a broader audience and to try to solve this issue so I can push this mod out. Sorry before hand to any mods if this somehow violates forum etiquette. Any ways here is what I posted in the Mod talk section of the fallout new vegas sub-forum.
  2. Try messing with the sound format I know the game sometime only excepts certain sound formats. I had to mess with my audio clips to have them work in game correctly. I believe the format audacity uses on startup is the correct one.
  3. So I did my first optimization the other day on a player home I made. I followed the bethesda tutorial for fallout 3, room bounds and portals and all that pishposh. Everything works except i'm encountering one strange glitch. Any Item I drop in game that I textured and has havok seems to rest in the place dropped for 2-3 seconds then turns invisible. If I move it with the z key it comes back but only until I put it down at which point it turns invisible again. This never happened before optimization. It also doesn't happen in bethesda made cells. like I said only items with havok that I have textured. Statics seem to be fine. Also if I leave the item in place and leave the room looking through the portal they reappear the second I leave the room only to disappear upon re-entry.
  4. I was actually the one who asked about this in the /r/FNV AMA. He PMed me after to! Too bad that guy was a fake It would have been cool to have a mod with an actual voice actor in it.
  5. type tcl into the console if you can then move you have a clipping issue.
  6. I have this script here. if GetObjectiveCompleted AAAexpanding 20 == 0 Imod FadeToBlackISFX AAAVGC.KillActor Player 0 0 SetObjectiveCompleted AAAexpanding 20 1 SetObjectiveDisplayed AAAexpanding 30 1 RewardXP 60 endif and I want the killing of the actor to take place during the fade to black. could I delay it some how?
  7. say I want to have a player walk from point X to point Y when triggered by dialog or talk to the player when he enters the cell or comes near. How does one do this? is it simply AI packages triggered by scripts? If anyone knows of a tutorial for this it would be greatly appreciated as I couldn't find one.
  8. I'm trying to get an item count on caps in a players inventory but its not working. with a script it would be easy but I need this to function as a condition for dialog. it doesn't seem the GetItemCount condition window has any option to select a target or reference.
  9. Not quite sure which one this is but I would like to mention I am actually building a mod like this called Moira's Supply Freeside. There is a current version but it only has the one store located in goodsprings but you can get pretty much any weapon... if you have the caps that is.
  10. there must be a way to do this as Ive seen other mods do it.
  11. I would reassign texture materials in a 3D editor, which are located in default game texture folder and labeled with original_name1.dds instead of original_name.dds. For example, in blender, you import the .NIF, rightclick on mesh, hit TAB, A, U then change in UV window, go to image menu/replace and load up your new texture. Then hitting F5, click an "assign" and tick "face textures." Then, hit TAB, hit A, go file/export/.NIF and you have it. problem is the nif is still a Bethesda mesh and I cant upload it I believe
  12. Im trying to find a way to change the texture on a vanilla mesh but also keep the original texture intact on all other versions of the item in the game. Im making crates and I want to label them with different labels. normally I would edit the nif file and change the texture then add it to the game but seeing as an upload of a mod cannot contain vanilla meshes how can I do this?
  13. I might be able to help. I can setup AI packages and do a fair amount of script work.
  14. use less than or greater than signs rather than == because if you start the game and its 23:00 its not 22.
×
×
  • Create New...