Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Publishing mod (Workshop)
Abion47 Offline
Senior Member

Posts: 369
Threads: 22
Joined: Oct 2015
Reputation: 46
#4
RE: Publishing mod (Workshop)

If your entry.hpc file is correctly configured, then that should be all you need to do at that step.

entry.hpc
<?xml version="1.0" encoding="UTF-8"?>
<Content
    Author="YourNameHere"
    InitCfg="config/main_init.cfg"
    Type="StandAlone"
    Title="Your Mod Title Here"
    Description="The description for your mod that will appear on the Steam Workshop page."
    LauncherPic="ImagePreviewFile.png"
/>
  • Author - Your name
  • InitCfg - The local path to your main config file (should just be config/main_init.cfg unless you changed it)
  • Type - Either "StandAlone" or "AddOn", depending on what type of mod you are making
  • Title - The title of your mod
  • Description - The description of your mod
  • LauncherPic - The image that will appear in the Mod Launcher when your mod is selected

09-03-2016, 08:13 PM
Find


Messages In This Thread
Publishing mod (Workshop) - by Venom Fox - 09-03-2016, 07:18 PM
RE: Publishing mod (Workshop) - by mysteryman141 - 09-03-2016, 07:28 PM
RE: Publishing mod (Workshop) - by Venom Fox - 09-03-2016, 07:47 PM
RE: Publishing mod (Workshop) - by Abion47 - 09-03-2016, 08:13 PM



Users browsing this thread: 1 Guest(s)