[Tool] ftldat r7

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

Re: [Tool] ftldat r7

Postby bas » Wed Oct 24, 2012 3:04 pm

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

Postby xXErnestasXx » Fri Nov 02, 2012 3:29 pm

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

Postby Popretmaster » Sat Nov 03, 2012 11:58 pm

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

Postby bas » Sun Nov 04, 2012 8:48 am

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

Postby GreenZanbato » Thu Nov 22, 2012 2:10 am

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

Postby bas » Thu Nov 22, 2012 8:06 am

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

Postby SebWhittle » Wed Dec 12, 2012 9:42 pm

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

Postby GreenZanbato » Tue Dec 18, 2012 10:40 pm

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

Postby RECONmarine2579 » Fri Dec 21, 2012 3:34 am

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

Postby bas » Fri Dec 21, 2012 1:05 pm

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.