Jump to content

ElectricKeet

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ElectricKeet

  1. Odd. The currently available version – the one at http://www.cityofplayers.com/files/My_Code/CoH_Modder.zip – is what isn't working. As in, I've just re-downloaded and the files have the same timestamp (2020-08-20 05:07) and SHA1 and everything. Replaced anyhow, still having the same troubles. Er... all of the ones I tried? Well, the ones that match the pattern above. For example, "Neutral Character Selection and Creation Backgrounds" has the doubled filenames, but "Double Loud Glowie" works properly because the Mod.Info has a destination path without the filename.
  2. Here's an odd one for you: If I install a mod, the resulting filenames are doubled! for example, what's supposed to be background.texture is instead written out to background.texturebackground.texture which doesn't really work out so well. A little digging reveals that it's something to do with how the filenames are stored in Mod.Info – specifically, whether the destination path includes the filename itself. To illustrate: <SourceFile>C:\CoH\data\texture_library\GUI\CREATION\HybridUI\CharecterCreationUI\background.texture</SourceFile> <Destination>data\texture_library\GUI\CREATION\HybridUI\CharecterCreationUI\background.texture</Destination> causes the filename doubling, but the following works properly: <SourceFile>C:\CoH\data\texture_library\GUI\CREATION\HybridUI\CharecterCreationUI\background.texture</SourceFile> <Destination>data\texture_library\GUI\CREATION\HybridUI\CharecterCreationUI\</Destination> Furthermore, when removing any mod, no files are actually deleted! Since the destination path seems to be the culprit, I should probably mention that my CoH install path is "C:\program\City of Heroes\" so perhaps something's choking on the spaces? I'm also seeing an issue where every local install or uninstall action causes another fetch of the mod list from the server. It's not a big deal, but it adds up when trying to troubleshoot! 😁
  3. Annoyingly, this worked for me also. I say it's annoying because my spouse and I play from two computers in the same room – but their system has zero trouble while on wireless, and mine – ironically, one marketed to the gaming crowd – has to use a USB Ethernet adapter because on wireless I get at most two zones before it chokes as described above. But at least we can reliably play at the same time again! Their system, works on wireless: Lenovo Thinkpad P50 with "Intel® Dual Band Wireless-AC 8260" My system, needs Ethernet: Razer Blade Stealth 2016 with "Killer Wireless-n/a/ac 1535"
×
×
  • Create New...