Jump to content

Photo

Can you not copy and paste into the Console Command Menu


  • Please log in to reply
5 replies to this topic

#1
assassin9500

assassin9500

    Journeyman

  • Members
  • Pip
  • 38 posts
Just wondering is it possible to be able to copy something just say an item ID code and then Paste it into the skyrim console command - Ctrl-V essentially.
Im sick of having to run batch files and memorize ID codes when i could just copy and paste is it possible?

#2
skyrimer157

skyrimer157

    Stranger

  • Members
  • Pip
  • 2 posts
when they make a better update its only been fully updated once they should do it more often

#3
hugznotthugzkidz

hugznotthugzkidz

    Journeyman

  • Members
  • Pip
  • 32 posts
I wish.

Edited by hugznotthugzkidz, 05 July 2012 - 03:23 PM.


#4
sinnerman69

sinnerman69

    Old hand

  • Banned
  • PipPipPip
  • 754 posts
Use bat batch files with Text Document and add example below

I like linwe's leather armor outfit, lin is the text documents name and I open up console window in game and type "bat lin" without the explanation marks, all bat batch files go outside the data folder near the games launcher

lin file name
player.additem 00108544 1
player.additem 00108543 1
player.additem 00108545 1
player.additem 00108546 1

#5
afik0199

afik0199

    Stranger

  • Members
  • Pip
  • 1 posts

So ... It is possible or not?



#6
prod80

prod80

    You can see more when you close your eyes

  • Supporter
  • PipPipPipPipPip
  • 5,315 posts

not possible.

 

If you need to execute a lot of commands (god knows why) you should use the batch option and load your command from a file instead. Of course you can just change the file (which is just a file in Skyrim folder that you make) and load it with console.

 

As said above, create a file without extension in Skyrim folder and copy your commands in it, in the right order (if multiple) and from skyrim console type bat <your_filename>

 

This will execute all commands that you put in that file.






Page loaded in: 1.133 seconds