File Management
File management is the foundation of every successful modding project. Before you write a single line of code, edit a single texture, or import a single 3D model, you must understand how to navigate the Windows file system, organize project assets, and manipulate files with confidence. This section of the 57 Studios™ Modding Knowledge Base provides a complete reference to file management on Windows for Unturned™ modders.
An Unturned mod is, at its core, a structured collection of files. Asset definitions live in plain text .dat files. Textures live in .png files. 3D models live in .unity3d bundle files. Configuration data lives in .json files. The ability to locate, copy, move, rename, and organize these files quickly and reliably determines how productive you will be as a modder. A developer who fumbles through File Explorer searching for assets loses hours every week. A developer who has internalized keyboard shortcuts, address bar navigation, and folder organization patterns ships mods faster and with fewer errors.
Begin with How to Open File Explorer, the entry point to every file operation on Windows. Continue with How to Navigate to a Folder, which teaches the address bar, breadcrumbs, and navigation pane. Configure your view with How to View File Extensions and How to View Hidden Files, two settings that every modder must enable. Then learn the four core operations: How to Copy a File, How to Move a File, How to Rename a File, and How to Create a New Folder. Read the articles in order; each builds on the previous.
