Jump to content

Search the Community

Showing results for tags 'paste'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Kerbal Space Program 1
    • KSP1 The Daily Kerbal
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International
  • KerbalEDU
    • KerbalEDU
    • KerbalEDU Website

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

Found 1 result

  1. This is very handy, so you can copy and paste in the content of your GameData folder quickly, rather than creating a screenshot. Just keep in mind, that this may not show all mods, as some mods just create cfg files inside other folders as is the case with scatterer and EVE configs, or texture replacers for instance. Also, some mods have patches that change how other mods behave, SSTU is a good example but there are others. If you have CKAN installed then simply go to File menu->Export installed mods... This creates a KSP CKAN Mods Export.ckan file which really is just a text file like the game config files. Otherwise... Few notes: This will create a simple text file containing the listing of the directory. You will be able to open it and just copy and paste the list into a forum post. In both cases, Mac and Windows hidden system files are not shown, but we don't need them for this. Both files and folders are included in the list. The list will be alphabetical and will ignore the Windows "folders first" directory listing convention, so that may throw off Windows users. There may be other ways of doing this. How to create a text listing of a folder's content and save it as text so it can be pasted or emailed? Windows Go to the directory you want to list. For example, GameData to list all your mods. While holding the SHIFT key right-click inside the directory. Select "Open Command Window Here". In the command window type the following and hit ENTER: dir /b >directory.txt There is a space between "dir" and "/b" then space after "/b" again. This will create a text file called directory.txt in the same directory. Explanation: - dir lists the content of a directory - /b makes the output bare, i.e. without all the dates, sizes and permissions as we only want the file ad folder names. Mac Open the Terminal If you know how to, then change to the directory you want to list. Otherwise, find and open the Terminal.app Start typing cd then hit space then drag and drop the directory to the terminal window and hit Return. (example if I was listing my Dropbox folder I would drag and drop the Dropbox folder and see this: cd /Volumes/Storage/Kerbital/Dropbox). Do not miss the space after cd! Now type in the Terminal ls > ~/Desktop/directory.txt. Again, pay attention to spaces, there is a space after ls and after > This will create a text file called directory.txt on your desktop. Explanation: - ls lists the content of a directory like dir does on Windows - as opposed to Windows, ls output is bare by default.
×
×
  • Create New...