ExXoTicC Posted April 6, 2015 Share Posted April 6, 2015 Hello, after i read the stuff in the computer at the end of the DLC i get the cutscene and then my screen remains black. Note: I also had to do the last bit of the dlc with "tgm" because i got constant damage for no reason and i wouldnt even survive the duration of the cutscene. I tried to activate my controls again with "toggleplayercontrols" and i tried to teleport out with "coc" but when i was out in the Mojace again, i couldnt move my camera, open the pip boy or whatever but i still got constantly damage. Any help? Link to comment Share on other sites More sharing options...
phoneyLogic Posted April 6, 2015 Share Posted April 6, 2015 The constant health loss is part of the sierra madre atmosphere. You'll have to restore you health frequently by eating for example.If you use such console commands a lot, you sooner or later will screw up quests. I would avoid useing them.The only fix I know would be to load an older save and try again. Link to comment Share on other sites More sharing options...
ProtoTypeRaavyn Posted April 6, 2015 Share Posted April 6, 2015 Hello, after i read the stuff in the computer at the end of the DLC i get the cutscene and then my screen remains black. Note: I also had to do the last bit of the dlc with "tgm" because i got constant damage for no reason and i wouldnt even survive the duration of the cutscene. I tried to activate my controls again with "toggleplayercontrols" and i tried to teleport out with "coc" but when i was out in the Mojace again, i couldnt move my camera, open the pip boy or whatever but i still got constantly damage. Any help?Are you sure you are not failing the DLC by reading the post meant for Dean, the one that clearly states do not read this because it will trap you forever in the Vault? Link to comment Share on other sites More sharing options...
ExXoTicC Posted April 6, 2015 Author Share Posted April 6, 2015 (edited) I havn't used a single command all the game i just tried using them after the DLC finished to somehow get out and yes i actually read the one message that was for dean but to my defense my name is Dean aswell so i was teased :wink: Imma try again without reading it. Will edit this in a few minutes. €dit: *SPOILER for the Ending of the Sierra Madre DLC* Alright now i had to speak to Elijah and then get him killed. I ran out of the vault and found myself in Villa again, i left to the Mojave Wasteland and had another Cutscene and this time everything worked fine BUT i still get constant damage for no reason what so ever. Heres a screenshot that shows i dont have any negative effects or whatever which could cause this so it must be a bug: http://cloud-4.steamusercontent.com/ugc/716411322560991278/03FE6A2EE2BADC92344D2A1E268254367AA4BFF1/ (My Rad is on 8/500, since you cant see that on the screen)Any ideas how to fix it? I cant be taking stimpaks every 30secs for the rest of the game or be in constant godmode, would suck both.. :/ Edited April 6, 2015 by ExXoTicC Link to comment Share on other sites More sharing options...
phoneyLogic Posted April 6, 2015 Share Posted April 6, 2015 (edited) This sounds like the toxic cloud effect is still active on your character.There should be a console command to remove those effects, looking it up... In the meantime you could try to use a mod like this:http://www.nexusmods.com/newvegas/mods/51003/? In regards of loading bugs of saves and cells, you could try this as wellhttp://forums.nexusmods.com/index.php?/topic/2709349-game-pauses-before-bethesda-logo-music-continues/?p=24112064 Editprobably it's that script: scn NVDLC01ToxicCloudSCRIPT ;This script controls the Quest functionality for Toxic Clouds and updates every .25 seconds. ;This script will just control the damage done to the player while in the toxic cloud. ;CES 9/23/10 ;Variables short bToxicCloudOn ;Variable to track if the Toxic Cloud ISFX is currently on. ;0 - Off, 1 - On short iToxicCloudsActive ;Variable to track the number of Toxic Clouds the player is in. short iHealthDamage ;This is the amount of damage that is being done to the player per quest script update ;Quest Script update time is currently 0.25 seconds. float fTimer ;This is for the timer to delay damage by 1 second after the quest starts. Having Dean as a companion makes this longer. short bWeatherChanged ;This tracks if we changed weather for the exteriors ;0 - No, 1 - Yes short fDialogueDelayTimer ;Keeps track of timer for delaying companion dialogue. ;End of Variables BEGIN GameMode if (fTimer > 0) set fTimer to fTimer - GetSecondsPassed; else PlayerREF.DamageActorValue Health iHealthDamage; endif END ;GameMode I'd assume that one of those variables are not set. Since you can't use the console to set them correctly without having NVSE, it should be easier to use a mod like I linked above. Edited April 6, 2015 by tortured Tomato Link to comment Share on other sites More sharing options...
phoneyLogic Posted April 6, 2015 Share Posted April 6, 2015 Imho it's kind of a typical using-the-console-bug. You should have reloaded your game earlier as soon as you realized, that there's a problem regarding the health drain. Now the quest script bug stays with you, till you either set the variables, use a mod that nulifies the script or till you chose to go back before the bug happened. Link to comment Share on other sites More sharing options...
ExXoTicC Posted April 6, 2015 Author Share Posted April 6, 2015 Alright, i installed that mod and the constant damage is fixed now. Thanks for the great help, didnt thought theres such a good community support even in 2015 still, thanks a lot! Link to comment Share on other sites More sharing options...
phoneyLogic Posted April 6, 2015 Share Posted April 6, 2015 You are welcome. :) Link to comment Share on other sites More sharing options...
Recommended Posts