Start the terminal, go into the folder where Main.py resides, and then type ./Main.py (or maybe it is ./main.py, letter case matters in Linux) in the terminal. Main.py will most likely output some error text, but this time the terminal window will not disappear. Maybe the text will be enough for you to understand what is wrong, and you can copy/paste the text here if you don't understand it.newguy142 wrote:then I tried to run the Main.py file by allowing it to execute as a program and running it in my terminal but all it does is bring up the terminal for a fraction of a second and then terminal exits and nothing happens. I'm fairly new to Linux so is there something I'm missing?
Grognak's Mod Manager v1.7 (Updated March 6, 2013!)
-
- Posts: 808
- Joined: Mon Sep 17, 2012 11:42 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Forum janitor — If you spot spam, PM me the URL and/or the username of the spammer.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
-
- Posts: 8
- Joined: Fri Dec 28, 2012 8:58 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Grognak, any headway on what is causing the error I am having, been trying a few more times and still no luck
-
- Posts: 1
- Joined: Fri Jan 04, 2013 7:04 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
I have installed gmm, and activated it, and the mods show up and the context text box comes up and says it unpacks and everything, but when I start ftl, nothing new. Halp?
-
- Posts: 4
- Joined: Fri Jan 04, 2013 2:16 am
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Here's what I typed in and here's what it kicked out:boa13 wrote:Start the terminal, go into the folder where Main.py resides, and then type ./Main.py (or maybe it is ./main.py, letter case matters in Linux) in the terminal. Main.py will most likely output some error text, but this time the terminal window will not disappear. Maybe the text will be enough for you to understand what is wrong, and you can copy/paste the text here if you don't understand it.newguy142 wrote:then I tried to run the Main.py file by allowing it to execute as a program and running it in my terminal but all it does is bring up the terminal for a fraction of a second and then terminal exits and nothing happens. I'm fairly new to Linux so is there something I'm missing?
micah@Micah-Laptop:~/.steam/steam/SteamApps/common/FTL Faster Than Light$ python main.py
Traceback (most recent call last):
File "main.py", line 5, in <module>
from Tkinter import * # I know, I know, bad practice
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 42, in <module>
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install the python-tk package
EDIT: Nevermind I fixed it. I read the error message and realized I was missing the python-tk package. After I installed it the program booted up just fine.
-
- Posts: 1
- Joined: Sat Jan 05, 2013 10:59 am
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
This is probably a stupid question but , how do you ( or can you ) turn the mods on and off ?
-
- Posts: 2125
- Joined: Thu Sep 20, 2012 3:17 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Select no mods and patch the game. This restores the normal unmodded game.
Report spam using the handy Report Button Mod.
-
- Posts: 1
- Joined: Sat Jan 05, 2013 9:21 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
is it possible to mod the steam version? no matter what i do, even after adding the scrap advantage mod ad patching, nothing new happens... ive been trying to install the no rebel fleet, but it wont wrk :'(
-
- Posts: 808
- Joined: Mon Sep 17, 2012 11:42 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Yes it's possible to mod the Steam version.
Do you have several versions of the game installed? Are you sure all the files are at the proper place when you try to mod the game?
Do you have several versions of the game installed? Are you sure all the files are at the proper place when you try to mod the game?
Forum janitor — If you spot spam, PM me the URL and/or the username of the spammer.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
-
- Posts: 4
- Joined: Sun Jan 06, 2013 4:42 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
I'm using Linux. Running main.py I get the following error in the terminal:
Traceback (most recent call last):
File "main.py", line 417, in <module>
allowzip = cfg.getboolean("settings", "allowzip")
File "/usr/lib/python2.7/ConfigParser.py", line 368, in getboolean
v = self.get(section, option)
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'settings'
Traceback (most recent call last):
File "main.py", line 417, in <module>
allowzip = cfg.getboolean("settings", "allowzip")
File "/usr/lib/python2.7/ConfigParser.py", line 368, in getboolean
v = self.get(section, option)
File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'settings'
-
- Posts: 808
- Joined: Mon Sep 17, 2012 11:42 pm
Re: Grognak's Mod Manager v1.5 (Updated Dec 19 2012!)
Are you sure you extracted all the files? It seems the configuration file is missing.freedomclub wrote:I'm using Linux. Running main.py I get the following error in the terminal:
(...)
ConfigParser.NoSectionError: No section: 'settings'
Forum janitor — If you spot spam, PM me the URL and/or the username of the spammer.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.
I have powers, moderator powers. I am not keen on using them, but will do so if needed.