[Tool] ftldat r7

Discuss and distribute tools and methods for modding. Moderator - Grognak
Post Reply
bas
Posts: 36
Joined: Fri Sep 14, 2012 3:36 pm

Re: [Tool] ftldat r7

Post by bas »

You don't need to install it via setup.py. Just run the src/main.py.
xXErnestasXx
Posts: 4
Joined: Mon Sep 24, 2012 6:24 pm

Re: [Tool] ftldat r7

Post by xXErnestasXx »

This looks awfuly complicated.o.O
Damn computer class,why did I not choose you in college XD
Popretmaster
Posts: 3
Joined: Sat Nov 03, 2012 11:34 pm

Re: [Tool] ftldat r7

Post by Popretmaster »

I'm on python 2.7.2 which doesnt seem to support argparse, I don't know much about python but is there a way I can get python that supports argparse or something else I could use like getopt?

Code: Select all

Last login: Sat Nov  3 16:52:49 on ttys001
localhost:~ UserName$ cd '/Users/UserName/Downloads/ftldat-master/src/' && '/usr/local/bin/pythonw'  '/Users/UserName/Downloads/ftldat-master/src/main.py'  && echo Exit status: $? && exit 1
Traceback (most recent call last):
  File "/Users/UserName/Downloads/ftldat-master/src/main.py", line 12, in <module>
    import argparse
ImportError: No module named argparse
localhost:src UserName$ 



bas
Posts: 36
Joined: Fri Sep 14, 2012 3:36 pm

Re: [Tool] ftldat r7

Post by bas »

Popretmaster wrote:I'm on python 2.7.2 which doesnt seem to support argparse, I don't know much about python but is there a way I can get python that supports argparse or something else I could use like getopt?

Code: Select all

Last login: Sat Nov  3 16:52:49 on ttys001
localhost:~ UserName$ cd '/Users/UserName/Downloads/ftldat-master/src/' && '/usr/local/bin/pythonw'  '/Users/UserName/Downloads/ftldat-master/src/main.py'  && echo Exit status: $? && exit 1
Traceback (most recent call last):
  File "/Users/UserName/Downloads/ftldat-master/src/main.py", line 12, in <module>
    import argparse
ImportError: No module named argparse
localhost:src UserName$ 
Hello Popretmaster,

Python 2.7.2 has argparse build in. Are you sure you have 2.7.2. Check using python -V
GreenZanbato
Posts: 53
Joined: Tue Sep 18, 2012 9:31 pm

Re: [Tool] ftldat r7

Post by GreenZanbato »

My virus software tells me your standalone installer has a trojan called artemis!(abunchofnumbers). I'm not accusing you of anything, but yeah. The main reason I'm mentioning this is I can't use the damn thing now.
bas
Posts: 36
Joined: Fri Sep 14, 2012 3:36 pm

Re: [Tool] ftldat r7

Post by bas »

GreenZanbato wrote:My virus software tells me your standalone installer has a trojan called artemis!(abunchofnumbers). I'm not accusing you of anything, but yeah. The main reason I'm mentioning this is I can't use the damn thing now.
If you don't trust the executable, build it from source.

See

https://github.com/bwesterb/ftldat/blob ... R-HOWTO.md
SebWhittle
Posts: 2
Joined: Mon Nov 26, 2012 8:06 am

Re: [Tool] ftldat r7

Post by SebWhittle »

I use a Mac and have no idea how to do half this stuff...
I'd really appreciate some help in getting some of the raw Background images.I've never even used half the programmes mentioned here.
GreenZanbato
Posts: 53
Joined: Tue Sep 18, 2012 9:31 pm

Re: [Tool] ftldat r7

Post by GreenZanbato »

bas wrote:
GreenZanbato wrote:My virus software tells me your standalone installer has a trojan called artemis!(abunchofnumbers). I'm not accusing you of anything, but yeah. The main reason I'm mentioning this is I can't use the damn thing now.
If you don't trust the executable, build it from source.

See

https://github.com/bwesterb/ftldat/blob ... R-HOWTO.md
Little late saying this, but the whole reason I'm using the installer is because I can't install python on this computer (owner says no), so building it from source doesn't work for me. Maybe you can re-upload it or look for any tampering?
RECONmarine2579
Posts: 14
Joined: Mon Dec 17, 2012 6:54 pm

Re: [Tool] ftldat r7

Post by RECONmarine2579 »

When I try to open ftldat, it says that The version is not compatible with my version of windows

Help?
bas
Posts: 36
Joined: Fri Sep 14, 2012 3:36 pm

Re: [Tool] ftldat r7

Post by bas »

GreenZanbato wrote: Little late saying this, but the whole reason I'm using the installer is because I can't install python on this computer (owner says no), so building it from source doesn't work for me. Maybe you can re-upload it or look for any tampering?
There is no tampering in the original file. If you can't run the installer, nor install Python yourself, I am not able to help you.
Post Reply