2
« on: September 14, 2014, 06:37:10 PM »
Hey,
i want to publish my map on the steam workshop but i cant seem to find any info on how it works.
i am guessing i need to convert the xml to a hwm file with the LevelPacker.exe but i cant seem to get it working, i am getting this error:
C:\Users\P-Roy>D:\Games\Steam\SteamApps\common\Hammerwatch\editor\LevelPacker.ex
e "C:\Users\...\Level\MapScripsComplete.xml
"
Unhandled Exception: System.IO.DirectoryNotFoundException: Could not find a part
of the path 'C:\Users\...\Level\info.xml\info.xml'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I
nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o
ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolea
n useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean
bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at ARPGLevelPacker.Program.LoadLevelInfo(String path)
at ARPGLevelPacker.Program.Main(String[] args)
ok so one thing that i noticed: Could not find a part of the path 'C:\Users\...\Level\MapScripsComplete.xml\info.xml'.
why did it add \info.xml'. to the end?
any tips would be nice