Cortex Command Mod Manager / Activities Manager [2.1]
Author |
Message |
ss2man44
Joined: Fri Dec 08, 2006 2:49 am Posts: 130 Location: In a house.
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
How would you go about doing that in Windows, anyway? CorTool checks the selected app's identifier, which is reverse-domain string stored in the application's info.plist file.
In CC's case, it was something like "com.datarealms.cortexcommand"
|
Mon Apr 19, 2010 4:54 am |
|
 |
SneakyMax
Joined: Sun Dec 27, 2009 9:31 am Posts: 170
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
Check to see if there's a "Cortex Command.exe" and "Base.rte" at the location where you specify it's installed? Wouldn't need anything more than that.
|
Mon Apr 19, 2010 4:58 am |
|
 |
ss2man44
Joined: Fri Dec 08, 2006 2:49 am Posts: 130 Location: In a house.
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
It would work, unless the user renamed either or both of those. Why someone would do that is beyond me, but it's possible. But then again, the whole app would break if the user renamed stuff, and maybe even CC itself.
|
Mon Apr 19, 2010 5:00 am |
|
 |
Mikemfour
Joined: Fri Dec 04, 2009 2:15 am Posts: 10
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
how would i go about get it to search in the right place?
EXCEPTION: System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Cortex Command\Cortex Command Mod Manager\settings.xml' is denied. 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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) at System.Xml.XmlWriter.Create(String outputFileName, XmlWriterSettings settings) at XmlConfig.XmlConfigFile.Create(String path) at XmlConfig.XmlConfigFile.Load(String path) at XmlConfig.Settings..ctor(String fileName) at CortexCommandModManager.MainWindow.InitMembers() at CortexCommandModManager.MainWindow..ctor()
NO INNER EXCEPTION
|
Mon Apr 19, 2010 8:34 pm |
|
 |
ss2man44
Joined: Fri Dec 08, 2006 2:49 am Posts: 130 Location: In a house.
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
Did you run it as admin again?
|
Wed Apr 21, 2010 4:56 am |
|
 |
Mikemfour
Joined: Fri Dec 04, 2009 2:15 am Posts: 10
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
yeah and this happened
EXCEPTION: System.IO.IOException: There was a problem reading the settings file because of an I/O error. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Cortex Command\Cortex Command Mod Manager\Missions.rte\Skirmish Activities.ini'. 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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at CortexCommandModManager.SkirmishSettingsManager.GetSettingsFile() --- End of inner exception stack trace --- at CortexCommandModManager.SkirmishSettingsManager.GetSettingsFile() at CortexCommandModManager.SkirmishSettingsManager.RefreshSettingsLocation() at CortexCommandModManager.SkirmishSettingsManager.GetSetting(String setting) at CortexCommandModManager.SkirmishSettingsManager.GetInitialP1Money() at CortexCommandModManager.MainWindow.InitUIBoxes() at CortexCommandModManager.MainWindow..ctor()
INNER EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Cortex Command\Cortex Command Mod Manager\Missions.rte\Skirmish Activities.ini'. 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) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) at System.IO.StreamReader..ctor(String path) at CortexCommandModManager.SkirmishSettingsManager.GetSettingsFile()
|
Wed Apr 21, 2010 8:25 pm |
|
 |
unwoundpath
Joined: Sun Mar 07, 2010 7:19 am Posts: 1279 Location: Places. And things.
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
well, i really want to use this (because this is the best mod manager for windos ever!) and this is a error message i get when i try to open it. (tried to printscreen it but dont know where they whent...)
EXCEPTION: System.UnauthorizedAccessException: Access to the path 'C:\Program Files\Data Realms\Cortex Command\Disabled_Mods' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at CortexCommandModManager.ModManager.CheckDisabledFolderExists() at CortexCommandModManager.MainWindow..ctor()
NO INNER EXCEPTION
|
Wed Apr 21, 2010 8:37 pm |
|
 |
ss2man44
Joined: Fri Dec 08, 2006 2:49 am Posts: 130 Location: In a house.
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
Mikemfour wrote: yeah and this happened In CCMM, you NEED to select CORTEX COMMAND's directory, NOT the Mod Manager's. unwoundpath wrote: well, i really want to use this (because this is the best mod manager for windos ever!) and this is a error message i get when i try to open it. (tried to printscreen it but dont know where they whent...) Run it as admin.
|
Thu Apr 22, 2010 2:47 am |
|
 |
SneakyMax
Joined: Sun Dec 27, 2009 9:31 am Posts: 170
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
Next update: Program files detection and automatic security elevation. This is getting ridiculous.
|
Thu Apr 22, 2010 3:05 am |
|
 |
Mikemfour
Joined: Fri Dec 04, 2009 2:15 am Posts: 10
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
and how do i do that?
|
Fri Apr 23, 2010 8:00 pm |
|
 |
daedricdude
Joined: Mon Apr 26, 2010 1:19 am Posts: 1
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
this might sound really stupid but how do you run this i have visual basic but theres no exe in file what do i run or do help me!!!
|
Mon Apr 26, 2010 1:26 am |
|
 |
PhantomAGN
Joined: Mon Jun 29, 2009 2:40 am Posts: 610 Location: Deep below The Map of Mars
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
I said the same thing above, so I'll quote that for you. PhantomAGN wrote: The rar should unpack like this: Code: Cortex Command Mod Manager: Activities: CortexCommandModManager.exe Enhanced_VanillaItems: MMitems_Base.txt MMitems_Browncoats.txt MMitems_Coalition.txt MMitems_Dummy.txt MMitems_Ronin.txt MMitems_Undead.txt MMItems_AAL.txt MMItems_DarkStorm.txt MMItems_UniTec.txt XmlConfig.dll
Of that, what do you see? You should see a "CortexCommandModManager.exe," and if you do not it's something on your end. Possibly antivirus.
|
Mon Apr 26, 2010 1:54 am |
|
 |
A Zombie
Joined: Sun Apr 25, 2010 3:34 pm Posts: 1
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
Hi, I've been trying to get my own skirmish waves to work, I've already made them and saved them using the mod manager, but whenever I try it out in game, only the default waves are activated. I'm trying to get AAL waves to work.
|
Fri Apr 30, 2010 5:20 pm |
|
 |
SneakyMax
Joined: Sun Dec 27, 2009 9:31 am Posts: 170
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
It's possible another mod is adding its own default waves. If any other mod is loading skirmish waves it will override the mod manager's. Try disabling mods (such as unitec) until it works.
If that still doesn't work with just AAL enabled, then post zzzSkirmish_Activities.rte/Skirmish Activities.ini.
|
Fri Apr 30, 2010 8:39 pm |
|
 |
Collective
Joined: Wed Mar 03, 2010 11:29 pm Posts: 122
|
 Re: Cortex Command Mod Manager / Activities Manager [1.6]
Once again, having issues with custom skirmishes. I have the MMItems in the corresponding folders (AAL and Unitec) but they're not showing up in 'Default Items'. Advanced Skirmish is on.
|
Sun May 02, 2010 4:29 am |
|
 |
|
Who is online |
Users browsing this forum: No registered users |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|