Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Discuss and distribute tools and methods for modding. Moderator - Grognak
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Vhati » Sun Jul 07, 2013 1:31 am

top-roman wrote:This is what I get every time I try:

Code: Select all

ERROR: [Errno 13] Permission denied: u'C:/Program Files (x86)/FTL/resources\\data.dat'
- Windows Vista/7/8: may have to do this.


Or you can 'right-click run as admin' the replacement exe I made.
goldenspider666
Posts: 5
Joined: Sun Mar 10, 2013 2:27 am

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby goldenspider666 » Mon Jul 08, 2013 9:45 pm

I dowloaded Python 2.7.5 and got this message when i tried to start GMM "No supported version of python found on this system download python 2.7.3 at...


any way to fix this? to i actually need python 2.7.3 and any other won't work?


(edit: I installed python 2.7.3 and still didn't work)
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Vhati » Tue Jul 09, 2013 12:30 am

goldenspider666 wrote:when i tried to start GMM "No supported version of python found on this system download python 2.7.3 at...
Ignore modman.exe for now (it's broken), and run main.py directly.
- Windows XP: Double-click main.py.
- Windows Vista/7/8: may have to do this.


Or you can use the replacement exe I made.
Mavis
Posts: 1
Joined: Wed Jul 10, 2013 2:00 am

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Mavis » Wed Jul 10, 2013 2:01 am

After months of lurking this forum, I've finally made this account solely on figuring out how to use 1.7. I have Windows 8 and I do not know what to do. Please. Help.
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Vhati » Wed Jul 10, 2013 2:21 am

Mavis wrote:I have Windows 8 and I do not know what to do. Please. Help.

You haven't mentioned a problem, so here's everything.

Download links:
From the first post...
Grognak wrote:How do I install and use this?
You can unzip the archive anywhere and it will (hopefully) auto-detect where FTL is located.

Mods come in .ftl files. To make one available to GMM, simply drag it into the /mods folder.

To install mods, open GMM, select the mods you want to be installed, and hit Patch. Please note that you need to re-select mods that you already have installed, otherwise they will uninstall themselves.

In order to completely uninstall all mods, simply start the patching process with nothing selected.


There's a known problem with modman.exe. See the post directly above yours for how to deal with that.
MisterMasada
Posts: 2
Joined: Wed Jul 10, 2013 4:31 am

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby MisterMasada » Wed Jul 10, 2013 4:34 am

I've been trying to use your mod manger for a while but it keeps crashing, here's the log.
[EDIT] By use I mean that this is what happens every time I attempt to patch my game

2013-07-10 00:27:53 INFO: Grognak's Mod Manager v1.7.0
2013-07-10 00:27:53 INFO: Platform: Windows-Vista-6.0.6002-SP2
2013-07-10 00:27:53 INFO: Interpreter: CPython 2.7.5 (32bit)
2013-07-10 00:27:53 INFO:
2013-07-10 00:27:53 INFO: Rooting at: C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32
2013-07-10 00:27:53 INFO:
2013-07-10 00:27:53 INFO: Registering ctrl-c handler.
2013-07-10 00:27:53 INFO: Using FTL dats path from config: C:\Program Files (x86)\Steam\steamapps\common\FTL Faster Than Light\resources
2013-07-10 00:27:53 ERROR: The config's FTL dats path does not exist, or it lacks data.dat.
2013-07-10 00:27:53 DEBUG: FTL dats path was not located automatically. Prompting user for location.
2013-07-10 00:28:22 INFO: FTL dats located at: C:/Program Files/FTL/resources
2013-07-10 00:28:22 INFO: Added Advanced Battle Systems v1.2.ftl
2013-07-10 00:28:22 INFO: Added hayabusa_drone_cruiser.ftl
2013-07-10 00:28:22 INFO: Background hashing finished.
2013-07-10 00:28:24 INFO: No info for selected mod: Advanced Battle Systems v1.2 (4b88a7f3664f96d54de0fe83fd17f2ed).
2013-07-10 00:28:25 INFO: No info for selected mod: hayabusa_drone_cruiser (0c41fee94a55b1aa0933e6ca5c0232ce).
2013-07-10 00:28:28 INFO:
2013-07-10 00:28:28 INFO: Patching...
2013-07-10 00:28:28 INFO:
2013-07-10 00:28:28 INFO: Backing up data.dat
2013-07-10 00:28:28 INFO: Backing up resource.dat
2013-07-10 00:28:33 INFO: Unpacking data.dat...
2013-07-10 00:28:36 INFO: Unpacking resource.dat...
2013-07-10 00:28:38 ERROR: unpack requires a string argument of length 8
Traceback (most recent call last):
File "C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32\lib\killable_threading.py", line 99, in run
result = self._payload(*self._payload_args, **self._payload_kwargs)
File "C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32\main.py", line 801, in patch_dats
unpackdat(resource_dat_path, resource_unp_path)
File "C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32\main.py", line 603, in unpackdat
unpacker = ftldat.FTLPack(open(dat_path, "rb"))
File "C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32\lib\ftldat.py", line 193, in __init__
self._read_index()
File "C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32\lib\ftldat.py", line 231, in _read_index
size, lfn = struct.unpack('<LL', self.f.read(8))
error: unpack requires a string argument of length 8
2013-07-10 00:28:38 INFO:
2013-07-10 00:28:38 INFO: Patching failed.
2013-07-10 00:28:47 INFO:
2013-07-10 00:28:47 INFO: Quitting... (ctrl-break to be rude)
2013-07-10 00:28:47 INFO:
2013-07-10 00:28:48 INFO: Bye
Last edited by MisterMasada on Thu Jul 11, 2013 1:32 am, edited 1 time in total.
Omgertje
Posts: 1
Joined: Wed Jul 10, 2013 12:26 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Omgertje » Wed Jul 10, 2013 12:30 pm

Ive patched my game and now everytime i try to go out of my hanger my game instanty disapears. Help?
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Vhati » Thu Jul 11, 2013 11:47 am

MisterMasada wrote:this is what happens every time I attempt to patch my game

Code: Select all

  File "C:\Users\Zach.C\Desktop\Grognaks Mod Manager v1.7 Win32\lib\ftldat.py", line 231, in _read_index
    size, lfn = struct.unpack('<LL', self.f.read(8))
error: unpack requires a string argument of length 8

See: this post.
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby Vhati » Thu Jul 11, 2013 11:49 am

Omgertje wrote:Ive patched my game and now everytime i try to go out of my hanger my game instanty disapears.

You may have chosen mods that don't play well together.
Select fewer or change their order (by dragging them up or down the list).
UltraMantis
Posts: 2141
Joined: Thu Sep 20, 2012 3:17 pm

Re: Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Postby UltraMantis » Thu Jul 11, 2013 2:12 pm

Generally mods that alter the same files will not work together. If two mods try to edit the Kestrel, only one will work or the game may crash entirely.
Report spam using the handy Report Button Mod.