-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better head pics of kids, Hide UI , Option NonNude #19
Conversation
Fixed some typos in the AutoTest_NPCs_Config description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this contribution! I love it. Those new features are really great :D
I think we should apply some minor changes before we can merge it. If you want me to take care of those changes, please tell me and I will do it.
ConsoleUtil.ExecuteCommand("tai") | ||
ConsoleUtil.ExecuteCommand("tcai") | ||
ConsoleUtil.ExecuteCommand("tgm") | ||
; TODO enable UI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a TODO
anymore: you just implemented it :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, didn't clean up all the TODOs
endIf | ||
|
||
if nonNudeNPC == "false" | ||
newRef.RemoveAllItems() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can put the newRef.RemoveAllItems()
directly in the previous if
, without explicitely setting nonNudeNPC
to false
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds good
newRef.RemoveAllItems() | ||
; TODO: Add option for clothes here | ||
|
||
string nonNudeNPC = GetConfig("non_nude") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great addition! Love it.
; Print Screen | ||
; TODO: grab PrintScreen key from Config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So true. Thanks for the TODO
:D
Feel free to make the changes, as you see fit. I have a couple of more features I am working on, but they may not be things you want to implement. what I'm working on now;
|
@getsmartt I just merged and released v1.2.0 on NexusMods with your changes :D Thanks a lot for your help, it is really appreciated. I also credited you in the README. Sorry for the time it took on my end, but I wanted to test it thoroughly before releasing, and I had to update all my versions (it was long time since I played Skyrim - now I'm back on it :D ). |
[NPCs] Added option to take NPC full body screen shots with default outfits.
[NPCsHead] Added some scripting to take better headshots of child NPCs.
[NPCsHead] [NPCs] Hide UI while taking screenshots.
[NPCsHead] [NPCs] Added code to make sure player is in 1stPerson View.