Jump to content

Basic Tutorial for screenarchery


nefsen

Recommended Posts

On the fly

A basic guide for screenarchers.

WIP

 

Please if you find this guide useful, spread the link to your friends and most important new members.

 

Disclaimer: this guide doesn't have every console command in the game, and it doesn't teach you how to "take good pictures", use this guide like a tool and for reference.

 

Lets start:

 

Open the console with ~ (left to 1 button, below Esc and above Tab)

 

26798646613_e3a0e9736a.jpg

 

 

Console commands sorted by use (in my opinion):

 

 

showracemenu --> bring up character customization menu

 

tgm --> toggle god mode, no damage taken, no magicka consumed, no stamina used, no encumbrance, unlimited arrows.

 

tfc 1 --> toggle free camera pausing the game

 

tfc --> toggle free camera without pausing the game

 

sucsm # --> (# being 1-5) will adjust the camera speed in TFC 1 or TFC.

 

fov ## --> adjust the field of view, where ## is a number, default 75 or 60, I use 30 for close ups and 80+ for landscapes.Eg. fov 20 and fov 100

 

tm --> toggle menus

 

sgtm # --> allows you to control the gamespeed, making it easier to capture screenshots of action on slower speeds. Eg. sgtm 2 will make the game run in fastforward and sgtm 0.10 will make the game run in slowmotion, the values are 2.0 for FF or 0.0001 for slow motion.

 

help something --> this will show you all the referred help about your request, Eg. help fox, help imperial, help candle. It's useful to find armors, weapons or characters. You can scroll up and down with "page up" "page down" buttons.

 

player.additem ##### quantity --> this command add to your inventory the item of your desire but first you need to find the id number of the object using the command "help".

Eg. player.additem 0003AD5B 10 (this will give you 10 Daedra hearts)

 

player.placeatme ####### quantity --> this command will place next to you anything you want, ingots, dragons, rabbits, ale, anything (the objects will drop in the ground near you or in case of living things they will spawn next to you, don't be fool and place 1000 rabbits next to you, your machine will simply crash!!) Eg. player.placeatme 0003AD5B 100 (this will drop near you 100 Daedra hearts :3)

 

set timescale to ## --> sets the speed of how fast time advances in-game, default value is 20. Setting the value to 1 will make time advance at the same rate as the real world. Values down to 0 are possible, where less than 1 represents game time at a fraction of real time and 0 freezing the time of day completely.

 

fw ###### --> this command will change the weather, Eg. fw 10e1f2 (default clear weather) full list of weather: HERE

 

enable --> used to make disabled targets re-appear. Useful for when you made a pointing mistake when disabling targets.

 

disable --> this will make the target disappear, but still loaded with the cell (see also: MarkForDelete).

 

markfordelete --> Permanently deletes the selected item either instantaneously or upon reload. This command is cleaner than disable, as it removes the item completely instead of just hiding it from view.

 

tcl --> toggle collisions on/off, you can move your character freely around, fly in the sky or get inside the floor, perfect for finding items or bodies that have fallen through a wall or floor (If used while falling off a cliff, may cause a crash!!!!). Eg. HERE the result of using "tcl", "tc" and "setscale".

 

tdetect --> toggle AI Detection. If it is toggled off, NPCs won't be able to "see" you, or anyone.

 

coc ##### --> this will teleports you to the center of the cell. A list of coc codes is here. Eg. coc riverwood

 

tai --> toggle artificial intelligence, open the console a click on somebody, human or animal then use this, the character will "freeze". (If you use it without marking somebody the game will freeze ALL the ai.)

 

tc --> toggle control, you can control other characters or animals, only basic move. (as tai you need to mark somebody in the console) perfect to move other characters or animals to better spots to take screenshots.

 

 

 

Console commands by category:

--Camera--

 

animcam --> unstuck the camera in action mode (combat mode) you actually can look around when you char fire an arrow, and stuff like that.

 

fov ## --> adjust the field of view, where ## is a number, default 75 or 60, I use 30 for close ups and 80+ for landscapes.Eg. fov 20 and fov 100

 

tfc --> toggle free camera without pausing the game

 

tfc 1 --> toggle free camera pausing the game

 

sucsm # --> (# being 1-5) will adjust the camera speed in TFC 1 or TFC.

 

--Interface--

 

tm --> toggle menus

 

--Objects Manipulation/Items--

 

help something --> this will show you all the referred help about your request, Eg. help fox, help imperial, help candle. It's useful to find armors, weapons or characters. You can scroll up and down with "page up" "page down" buttons.

 

player.additem ##### quantity --> this command add to your inventory the item of your desire but first you need to find the id number of the object using the command "help".

Eg. player.additem 0003AD5B 10 (this will give you 10 Daedra hearts)

 

player.placeatme ####### quantity --> this command will place next to you anything you want, ingots, dragons, rabbits, ale, anything (the objects will drop in the ground near you or in case of living things they will spawn next to you, don't be fool and place 1000 rabbits next to you, your machine will simply crash!!) Eg. player.placeatme 0003AD5B 100 (this will drop near you 100 Daedra hearts :3)

 

enable --> used to make disabled targets re-appear. Useful for when you made a pointing mistake when disabling targets.

 

disable --> this will make the target disappear, but still loaded with the cell (see also: MarkForDelete).

 

markfordelete --> Permanently deletes the selected item either instantaneously or upon reload. This command is cleaner than disable, as it removes the item completely instead of just hiding it from view.

 

getangle X,Y or Z --> returns the value of given rotational axis (x,y,z) of the target.

 

setangle X,Y or Z --> sets the value of given rotational axis (x,y,z) of the target (the change happens when the targeted object is picked up).

 

getpos X,Y or Z --> returns the X,Y or Z position of a person or object in the gameworld.

 

rotate X,Y or Z --> rotates an object or character (only Rotate Z for characters).

 

setpos X,Y or Z # --> moves the person or object to that position.

 

setscale 0.1/10 --> sets the scale of an object. '1' is default. If no object is selected, applies to your character. When used on an actor, it increases or decreases speed and damage.

 

--Time/Engine--

 

fw ###### --> this command will change the weather, Eg. fw 10e1f2 (default clear weather) full list of weather: HERE

 

set gamehour to ## --> subtitute # with the intented hour. Perfect to test and tweak ENB configs without touching the timescale.

 

set timescale to ## --> sets the speed of how fast time advances in-game, default value is 20. Setting the value to 1 will make time advance at the same rate as the real world. Values down to 0 are possible, where less than 1 represents game time at a fraction of real time and 0 freezing the time of day completely.

 

sgtm # --> allows you to control the gamespeed, making it easier to capture screenshots of action on slower speeds. Eg. sgtm 2 will make the game run in fastforward and sgtm 0.10 will make the game run in slowmotion, the values are 2.0 for FF or 0.0001 for slow motion.

 

tcl --> toggle collisions on/off, you can move your character freely around, fly in the sky or get inside the floor, perfect for finding items or bodies that have fallen through a wall or floor (If used while falling off a cliff, may cause a crash!!!!). Eg. HERE the result of using "tcl", "tc" and "setscale".

 

tll --> Toggle LOD, dramatically reduces draw distance for a performance gain and might solve glitches related to LOD.

 

--AI/Utilities--

 

tgm --> Toggle god mode, no damage taken, no magicka consumed, no stamina used, no encumbrance, unlimited arrows.

 

coc ##### --> this will teleports you to the center of the cell. A list of coc codes is here. Eg. coc riverwood

 

showracemenu --> bring up character customization menu

 

player.say 142b# --> (# being 1,2,3,4 or 5) will get your character to say a brief sentence which brings life to their face. Use this in conjunction with tfc 1 and sgtm to capture expressions.
Eg, player.say 142b3

 

player.setav mood 0/7 --> change the expression of your character (face), 3 is happy, 7 is angry, etc..

 

Playidle idleID --> play an animation (idle) on the specified actor.Eg. playidle idlestudy

For the full list of idles check this, for a more detailed guide on idles you can go here

 

tai --> toggle artificial intelligence, open the console a click on somebody, human or animal then use this, the character will "freeze". (If you use it without marking somebody the game will freeze ALL the ai.)

 

tc --> toggle control, you can control other characters or animals, only basic move. (as tai you need to mark somebody in the console) perfect to move other characters or animals to better spots to take screenshots.

 

tdetect --> toggle AI Detection. If it is toggled off, NPCs won't be able to "see" you, or anyone.

 

 

Console commands in alphabetical order:

 

 

animcam --> unstuck the camera in action mode (combat mode) you actually can look around when you char fire an arrow, and stuff like that.

 

coc ##### --> this will teleports you to the center of the cell. A list of coc codes is here. Eg. coc riverwood

 

disable --> this will make the target disappear, but still loaded with the cell (see also: MarkForDelete).

 

enable --> used to make disabled targets re-appear. Useful for when you made a pointing mistake when disabling targets.

 

fov ## --> adjust the field of view, where ## is a number, default 75 or 60, I use 30 for close ups and 80+ for landscapes.Eg. fov 20 and fov 100

 

fw ###### --> this command will change the weather, Eg. fw 10e1f2 (default clear weather) full list of weather: HERE

 

getangle X,Y or Z --> returns the value of given rotational axis (x,y,z) of the target.

 

setangle X,Y or Z --> sets the value of given rotational axis (x,y,z) of the target (the change happens when the targeted object is picked up).

 

getpos X,Y or Z --> returns the X,Y or Z position of a person or object in the gameworld.

 

help something --> this will show you all the referred help about your request, Eg. help fox, help imperial, help candle. It's useful to find armors, weapons or characters. You can scroll up and down with "page up" "page down" buttons.

 

markfordelete --> Permanently deletes the selected item either instantaneously or upon reload. This command is cleaner than disable, as it removes the item completely instead of just hiding it from view.

 

player.additem ##### quantity --> this command add to your inventory the item of your desire but first you need to find the id number of the object using the command "help".

Eg. player.additem 0003AD5B 10 (this will give you 10 Daedra hearts)

 

Playidle idleID --> play an animation (idle) on the specified actor.Eg. playidle idlestudy

For the full list of idles check this, for a more detailed guide on idles you can go here

 

player.placeatme ####### quantity --> this command will place next to you anything you want, ingots, dragons, rabbits, ale, anything (the objects will drop in the ground near you or in case of living things they will spawn next to you, don't be fool and place 1000 rabbits next to you, your machine will simply crash!!) Eg. player.placeatme 0003AD5B 100 (this will drop near you 100 Daedra hearts :3)

 

player.say 142b# --> (# being 1,2,3,4 or 5) will get your character to say a brief sentence which brings life to their face. Use this in conjunction with tfc 1 to capture expressions.
Eg, player.say 142b3

 

player.setav mood 0/7 --> change the expression of your character (face), 3 is happy, 7 is angry, etc. ... test it

 

rotate X,Y or Z --> rotates an object or character (only Rotate Z for characters).

 

set gamehour to ## --> substitute # with the intended hour. Perfect to test and tweak ENB configs without touching the timescale.

 

setpos X,Y or Z # --> moves the person or object to that position.

 

setscale 0.1/10 --> sets the scale of an object. '1' is default. If no object is selected, applies to your character. When used on an actor, it increases or decreases speed and damage.

 

set timescale to ## --> sets the speed of how fast time advances in-game, default value is 20. Setting the value to 1 will make time advance at the same rate as the real world. Values down to 0 are possible, where less than 1 represents game time at a fraction of real time and 0 freezing the time of day completely.

 

sgtm # --> allows you to control the gamespeed, making it easier to capture screenshots of action on slower speeds. Eg. sgtm 2 will make the game run in fastforward and sgtm 0.10 will make the game run in slowmotion, the values are 2.0 for FF or 0.0001 for slow motion.

 

showracemenu --> bring up character customization menu

 

sucsm # --> (# being 1-5) will adjust the camera speed in TFC 1 or TFC.

 

tai --> toggle artificial intelligence, open the console a click on somebody, human or animal then use this, the character will "freeze". (If you use it without marking somebody the game will freeze ALL the ai.)

 

tc --> toggle control, you can control other characters or animals, only basic move. (as tai you need to mark somebody in the console) perfect to move other characters or animals to better spots to take screenshots.

 

tcl --> toggle collisions on/off, you can move your character freely around, fly in the sky or get inside the floor, perfect for finding items or bodies that have fallen through a wall or floor (If used while falling off a cliff, may cause a crash!!!!). Eg. HERE the result of using "tcl", "tc" and "setscale".

 

tdetect --> toggle AI Detection. If it is toggled off, NPCs won't be able to "see" you, or anyone.

 

tfc --> toggle free camera without pausing the game

 

tfc 1 --> toggle free camera pausing the game

 

tgm --> Toggle god mode, no damage taken, no magika consumed, no stamina used, no encumbrance, unlimited arrows.

 

tll --> Toggle LOD, dramatically reduces draw distance for a performance gain and might solve glitches related to LOD.

 

tm --> toggle menus

 

 

 

Vanilla solution for character posing:

If you can't or don't want install to any mod for pose your character, here is the vanilla solution:

 

 

sgtm # --> allows you to control the gamespeed, making it easier to capture screenshots of action on slower speeds. Eg. sgtm 2 will make the game run in fastforward and sgtm 0.10 will make the game run in slowmotion, the values are 2.0 for FF or 0.0001 for slow motion.

 

player.setav mood 0/7 --> change the expression of your character (face), 3 is happy, 7 is angry, etc. ... test it

 

player.say 142b# --> (# being 1,2,3,4 or 5) will get your character to say a brief sentence which brings life to their face. Use this in conjunction with tfc and sgtm to capture expressions.
Eg, player.say 142b3

 

Playidle idleID --> play an animation (idle) on the specified actor.Eg. playidle idlestudy

For the full list of idles check this, for a more detailed guide on idles you can go here

 

 

 

Must Have Mod:

Mfg Console this mod allow you to use the mfg console commands again (change expression, blink eyes, smile, open/close mouth, etc., etc.)

These are the console commands of the mod:

 

mfg modifier # ## --> this changes little thing like look right, left or up or close your eyes.

mfg expression # ## --> entire expression of the face, more extended than "player.setav mood"

mfg phoneme # ## --> this changes your mouth, smile, open, show teeth, etc., etc.

These commands can be summoned by aliases like "mm" for "mfg modifier", "me" for "mfg expression" and "mp" for "mfg phoneme".

Eg. "mm 10 100" is the same as "mfg modifier 10 100".

 

About mfg console, these pictures may help you as reference:

 

 

 

Another Must Have:

Jaxonz Utilities basically the Swiss knife of mods, specially useful to place and move items at your will.

Facelight Plus very useful too, if you like to take screenshots of characters you will find this mod a must have.

 

 

My Skyrim crashes every time I Alt+Tab, how do I access/find this tutorial without "alttabing" the game?

If you have Steam UI activated is simply as open the built in internet browser, on Google search "nefsen nexus" it will appear my profile, check "info (about me)", there you can find the link to this guide.

You can also try to google "nefsen nexus tutorial" to get this link directly, I can find it at least, let me know if you too.

 

For more detailed info check the source: THIS

 

THANKS TO: nafis399, Jim_uk, aok, ShenziSixaxis and Percevan

 

Please if I miss something or you have anything to add let me know. Thanks!!

I hope you found this useful. Sorry for my bad English!.

 

N.

Edited by nefsen
Link to comment
Share on other sites

about mfg console, this picture may be can help you.

 

 

http://img802.imageshack.us/img802/2693/1s08.jpg

 

http://img43.imageshack.us/img43/4933/tmb9.jpg

 

http://img826.imageshack.us/img826/8020/ma7y.jpg

 

 

Edited by nafis399
Link to comment
Share on other sites

Sucsm # (# being 1-5) will adjust the camera speed in TFC 1 or TFC.

 

Getpos X,Y or Z returns the X,Y or Z position of a person or object in the gameworld.

Setpos X,Y or Z # moves the person or object to that position.

 

Getangle/Setangle works in the same way as above but for angles, won't work on characters, only objects.

 

Rotate X,Y or Z rotates an object or character (only Rotate Z for characters).

 

Playidle Idlename plays a named idle, animation or pose on the PC or an NPC.

Link to comment
Share on other sites

  • 4 weeks later...

One of my favorites that you didn't list is SGTM. You can use it to make the game run as if you had recorded something with a high speed camera to get some slow-mo things going on (or the opposite). One of the favorite things I've gotten using that command is this chain of shots of Alduin dying in Sovngarde.

mmmmmmmmmm....perhaps "sucsm #" in "tfc" ?? I searched that command but I can't find it :( . By the way thanks for help!!

Link to comment
Share on other sites

  • 1 month later...

Very kind of you to post this. I will direct others here. Thank you!

 

BTW the command above post is speaking of (I think) is SGTM .5 for time slow to half speed or .1 for super slow etc.

Link to comment
Share on other sites

  • 5 weeks later...

Very kind of you to post this. I will direct others here. Thank you!

 

BTW the command above post is speaking of (I think) is SGTM .5 for time slow to half speed or .1 for super slow etc.

Thanks you very much aok!!! :D and thanks for the help!

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...