Discovery Gaming Community
Freelancer Account Manager Gen 2 - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: The Community (https://discoverygc.com/forums/forumdisplay.php?fid=4)
+--- Forum: Real Life Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=16)
+---- Forum: Software & Hardware (https://discoverygc.com/forums/forumdisplay.php?fid=17)
+---- Thread: Freelancer Account Manager Gen 2 (/showthread.php?tid=98776)

Pages: 1 2 3


Freelancer Account Manager Gen 2 - utrack - 05-19-2013

Hi,
I decided to split AM from my watcher, so here it is with some mods and fixes. Smile

- supports FLAM and its own internal format (export too)
- built-in account generator (again thanks to Cannon and Kazinsal)
- export many accounts at once (hold CTRL when choosing accounts)
- account groups!
- FL launcher (you can create shortcuts to apply account and launch FL without running FAM2; every command line option for FL is supported too)

Also thanks to Korrd and Nightfall for giving permission to use FAM1 icon.


Source code provided @ the website.
Donations appreciated! Send credits to Mr.Dodger


RE: Freelancer Account Manager Gen 2 - Error - 05-19-2013

Neat! I'm going to be trying this out for a while, as it seems like the best Freelancer account manager out there for my purposes. It handles comments much better than the "old" FAM, the interface is sleeker, and the integrated account generator is a huge plus in my eyes. I've never needed nor used the "extra" features of Launchpad myself (specialized shortcuts work a lot better than a somewhat clunky launcher, in my opinion), so an account manager that is, well, just an account manager, is something I've wanted to see for quite some time.

The only negative comment I've got so far is that the account list isn't handled all that well. A horizontal scroll bar and/or some kind of horizontal scaling for the list would perhaps be helpful, though I suppose you could call it an intentional design choice. It's not like I'm going to be reading my long multi-line comments as a single long line anyhow.

P.S.: Posted this to the Bitbucket issues page.
Quote:Bitbucket issue tracker - Extra newline in account comments when importing a FLAM 1.0 database

FLAM Gen 2 seems to be adding an extra newline at the start of every comment. I haven't had a look at the source code yet, so I'm not sure what's doing it. It should be relatively easy to fix, though - I presume it's just reading the newline after </COMENTARIO> as a part of the comment.

Attachment: newline.png



RE: Freelancer Account Manager Gen 2 - utrack - 05-19-2013

I'll see what can be done about scaling - actually i don't like current row interface, so it'll be restyled.
Current comment box doesn't allow to type anything longer than its size, that's why there is no horizontal scroll bar in it, and the vertical one appears if text doesn't fit in the box at all.

The newline bug is fixed - was tricky to find but well, it's done - thx for report Smile I'll rebuild the exe soon.


RE: Freelancer Account Manager Gen 2 - Lythrilux - 05-19-2013

I'm not going to download it, yet, but it looks pretty sweet so far.
What are your future plans for it?


RE: Freelancer Account Manager Gen 2 - utrack - 05-20-2013

@Lythrilux: Actually, I got no plans for it - i want to keep it fast and clean. Just ~2-3 more features which are almost ready, bugfixes in case something's wrong, minor redesign (can anyone draw some icons for me?) and it's done.
I'm open for proposals though Smile


RE: Freelancer Account Manager Gen 2 - utrack - 05-20-2013

Reuploaded.
- added groups (@Lythrilux: it's you who asked for it a while ago, right? Big Grin)
- now global args for shortcuts added in options for folks who use -logchat -logtime etc., so you'd need to type it only once
- now you don't need to select DB format when importing
- now asking for account names before saving them
- various small bugfixes

Screenshot: http://imgur.com/cIYdaxK
Download - the same link as first post

UPD: Fixed problem with adding existing scanned account


RE: Freelancer Account Manager Gen 2 - indy.miner1 - 05-21-2013

i dont get it, doesnt launchpad already do what your trying to do?, what does your prog do better/different?


RE: Freelancer Account Manager Gen 2 - utrack - 05-21-2013

It has groups, clear UI, open sources, more intuitive comment system and one-click shortcuts. You're free to use Launchpad though, I don't force anyone to use fam2 Wink


RE: Freelancer Account Manager Gen 2 - evanz - 05-21-2013

could you make it so, that when you click run or launch that run fl, it automatically chooses disco server and logs in?


RE: Freelancer Account Manager Gen 2 - utrack - 05-21-2013

That'll require modifying Disco EXE and/or hooking into the process - anti-cheat doesn't like that kind of thing.