FutureVisions Posted November 9, 2010 Posted November 9, 2010 I want to make a hud that changes color if its day or night. Is this possible? And if so, does anyone has an idea of how it can be done? Thanks!
sudox Posted November 9, 2010 Posted November 9, 2010 Should be possible... Possibly write a script that accounts for the in-game time and then attach it to an item and have it change the HUD color depending on the variable range.
FutureVisions Posted November 9, 2010 Author Posted November 9, 2010 I had tried to make this mod in FO3 but i think I had made a quest script for it. It never worked, lolI'll try an item and see what I can make of it. Thanks Edit: Come to think of it I will need a quest script to keep track of the hour variable. It will have to be made within a Begin GameMode block wich can't be set on an object script (I think).In anycase I think that the problem when I tried to make this before was about not being able to change the hud color through the script using uPipBoyColor and uHUD as the commands for the change. They both come as invalid commands or variables, so I never found out what the command to change the colors was. So does anyone know what are the commands to change the hud color through a script?
FutureVisions Posted November 9, 2010 Author Posted November 9, 2010 Checked that with NVSE I have the command SetINISetting but that one returns as a console only command. Or am I doing something wrong? I never modded using the SE's before.
Recommended Posts