R
RedManMark86
Guest
no problem, if there is anyway I can help let me know 
<?xml version="1.0"?><Catalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Mods><Mod> <ID></ID> <Author></Author> <Link></Link> <LatestVersion> <DownloadSize></DownloadSize> <Link></Link> <ExtractSubFolder /> <ExtractInto /> <Version></Version> <ReleaseDate></ReleaseDate> <CompatibleGameVersions>All</CompatibleGameVersions> <PreviewImage></PreviewImage> </LatestVersion> <MetaVersion></MetaVersion> <Name></Name> <Description></Description> <Tags> <string></string> </Tags></Mod></Mods></Catalog>
That'd be handy; I'm a bit lost with how 7H works these days.I plan to make a basic tutorial for 7th Heaven because the current documentation isn't well sorted at all and makes the tool less accessible for new moders.
System.IO.FileNotFoundException: Could not find file 'C:\games\FF7\7thHeaven\cd1050af-170a-4391-9633-b0754cb043d3_Battle_Models___Enemies_1.0.iro'.File name: 'C:\games\FF7\7thHeaven\cd1050af-170a-4391-9633-b0754cb043d3_Battle_Models___Enemies_1.0.iro' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at _7thWrapperLib.IrosArc..ctor(String filename, Boolean patchable) in c:\Iros\7thWrapperLib\IrosArc.cs:line 300 at Iros._7th.Workshop.ProfileItem.GetRuntime(LoaderContext context) in c:\Iros\7thWorkshop\Profile.cs:line 65 at Iros._7th.Workshop.fLibrary.<Launch>b__7e(ProfileItem i) in c:\Iros\7thWorkshop\fLibrary.cs:line 841 at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Iros._7th.Workshop.fLibrary.Launch(Boolean varDump, Boolean debug) in c:\Iros\7thWorkshop\fLibrary.cs:line 836 at Iros._7th.Workshop.fLibrary.bLaunch_Click(Object sender, EventArgs e) in c:\Iros\7thWorkshop\fLibrary.cs:line 782 at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
But when ever I double click the 7th heaven EXE it just crashes with that message I posted above.You need to setup Workshop -> Settings. It can't be left blank. Here is a guide for 7th Heaven: https://www.ff7catalog.com/threads/10634/
<Compatibility> <Require ModID="bc6f1dec-022f-4f16-934e-4959aca1ea53">Test mod 2</Require> <Forbid ModID="bc6f1dec-033f-4f16-934e-4959aca1ea53">Test mod 3</Forbid> </Compatibility>
<Compatibility> <Setting> <MyID>MusicOpt</MyID> <MyValue>1</MyValue> <ModID>bc6f1dec-022f-4f16-934e-4959aca1ea53</ModID> <TheirID>Music</TheirID> <Require>2</Require> </Setting> </Compatibility>
<Compatibility> <Setting> <MyID>MusicOpt</MyID> <MyValue>1</MyValue> <ModID>bc6f1dec-022f-4f16-934e-4959aca1ea53</ModID> <TheirID>Music</TheirID> <Forbid>1</Forbid> <Forbid>3</Forbid> </Setting> </Compatibility>