|
|
#21 | |
|
no
Join Date: Jan 2004
Age: 35
Posts: 1,850
|
Quote:
the distinction being that it isn't a matter of being ".exe based", it's how the file itself is structured. i could rename a mac program to have a .exe extension and open it inside the terminal on a mac and nothing would be different about it. in the case of the OP, all he would have to do is compile his program on a mac (or inside a mac VM) and you would be able to run it. on topic: what programming language do you plan to write this in? which 3rd party libraries are you using? EDIT: just use cross platform libraries and don't use any of the windows api and you'll be fine. Last edited by Fission; 08-15-2013 at 03:59 PM.. |
|
|
|
|
|
|
#22 |
|
Can't AAA anything
Join Date: Sep 2007
Posts: 1,391
|
Awesome idea! Would be good if it had an import levelranks to get a basis for scores, instead of having to replay everything again.
__________________
![]() ![]() |
|
|
|
|
|
#23 |
|
nanodesu~
|
Oh come on, what he meant to ask was clear enough - and the question is relevant. It's quite likely that the hooking method will make it difficult to simply compile and expect it to work on other platforms unless it's using something portable like libpcap.
__________________
![]() ![]() FMO AAAs (1): Within Life :: FGO AAAs (1): Einstein-Rosen Bridge |
|
|
|
|
|
#24 |
|
no
Join Date: Jan 2004
Age: 35
Posts: 1,850
|
importing levelranks wouldn't be that complicated -- just parse http://www.flashflashrevolution.com/levelrank.php. i think the tricky part would be fetching this if you aren't logged in.
no, it really isn't. it's ambiguous the way the question was worded. what should have been asked was "will this program run on different platforms or is it windows specific?" i haven't done any research on networking libraries to accomplish something like this, but i would be very surprised if a portable solution didn't already exist. Last edited by Fission; 08-15-2013 at 04:11 PM.. |
|
|
|
|
|
#25 | |
|
Legendary Noob
|
Quote:
__________________
![]() |
|
|
|
|
|
|
#26 | |
|
Wubalubadubdub
Join Date: May 2005
Age: 38
Posts: 1,697
|
Quote:
![]() Pretty much this. I'm using WinPcap, and as the name suggests, it's Windows only. It's the simplest thing I could find to use and I don't really feel like spending days researching things so I'm just going with that :P
__________________
boop |
|
|
|
|
|
|
#27 |
|
Wubalubadubdub
Join Date: May 2005
Age: 38
Posts: 1,697
|
Man, talk about a huge pain in the ass. Had major problems getting WinPcap to capture all of the outbound traffic from Flash to the FFR website, which I still haven't figured out, so I just gave up and ended up implementing a simple proxy server similar to Fiddler (a sniffing application that gave me the idea of using a proxy). The part that sucks about this is that now I have to manually filter all of the traffic since WinPcap used to be doing it for me. Oh well, one step at a time...I already have the structure of the database designed, so once I manage to get the traffic filtered correctly I can start parsing and saving stuff, then it's just a matter of implementing the UI. Still probably going to be quite a while before I have anything beta worthy.
__________________
boop |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|