| Blockland Forums > Help |
| How to make a dedicated server for blockland windows 8 |
| << < (2/3) > >> |
| Maya67:
yeah |
| Thorax:
From what I can tell, it seems like you're putting the wrong commands into the shortcut target field. Can you copy exactly what's currently in the box? |
| Maya67:
C:\Users\*myuser*\Documents\Blockland\BlocklandLauncher.exe -dedicated -pathprofile c:\path\to\server folder |
| Thorax:
--- Quote from: Maya67 on June 12, 2013, 08:29:09 PM ---C:\Users\*myuser*\Documents\Blockland\BlocklandLauncher.exe -dedicated -pathprofile c:\path\to\server folder --- End quote --- Ok I understand now. The command "-pathprofile" that you're adding to the end of the shortcut is telling it that it's getting its Add-ons and preferences from somewhere other than your \Documents\Blockland folder. If you just want to use the Addons and preferences in your regular Blockland folder, just make the target line say: --- Code: ---C:\Users\*myuser*\Documents\Blockland\BlocklandLauncher.exe -dedicated --- End code --- Make sure to replace "*myuser*" with the actual name. If you do want to use another folder for your server addons and preferences, then create that folder somewhere else and note the path. For example, if you create the folder ServerStuff in your normal Blockland folder, the path would be C:\Users\*myuser*\Documents\Blockland\ServerStuff. With that in mind, the target field of the shortcut should look like this: --- Code: ---C:\Users\*myuser*\Documents\Blockland\BlocklandLauncher.exe -dedicated -pathProfile C:\Users\*myuser*\Documents\Blockland\ServerStuff --- End code --- |
| Maya67:
Oh thanks C: |
| Navigation |
| Message Index |
| Next page |
| Previous page |