This tutorial is to show anyone who would like to make the "Install Packages" button actually contain items. Note: This tutorial was written for a Windows based OS. Step 1. Open notepad and click "File" then "Save as" then change the type to "All Files" and make the file name "basepackage.gupd" and save this file to your desktop. Now in notepad copy and paste the following into it. GRPKG001 NAME Packages VERSION 1.00 PLATFORM any USECHECKSUM false SUBPACKAGE images.gupd PROTECTOVERWRITE true Now click "File" then "Save". Congratulations! You now have a base package. Note if you would like to add more packages just add another line with this. and make another .gupd file. SUBPACKAGE name.gupd Now, Onto the next step! Step 2. Again open notepad and click "File" then "Save as" then change the type to "All Files" and make the file name "images.gupd" and save this file to your desktop. Now in notepad copy and paste the following into it. GRPKG001 NAME Images VERSION 1.00 PLATFORM any DESCRIPTION Write a description here. -Server Staff DESCRIPTIONEND MODE required FILE levels/images/imagename.png Now click save. Note you can add more files to it by adding a new line with. FILE directory/subdirectory/filename.ext Step 3. Go into rc and add this to the servers Folder Options. file packages/*.gupd Then add the following to your folder rights. rw levels/packages/* Now simply open the File Browser and upload the two files we created in step 1 and step 2 into "levels/packages" and then reconnect. Every single player will be forced to download them files upon login. Congratulations! If you followed this tutorial correctly you will now have somthing in the install packages section! -Gunderak