I have as much as I can do in MMF2 done, but I can not find a way to get it to run inside of freelancer, so I am going to have to find other ways of doing this.
And about the clock being a patch....
This will be available as a separate program, similar to FAM.
In addition, the dreaded boredom is setting in... I am losing interest in this, unfortunately. HOWEVER, it will get done......eventually. Aye swear!
While being quite funny, your sig was the biggest one i've ever seen so far. No more than 700x250 please. ~utrack http://pastebin.com/SYQXBufs
Well in any case...DEMO DONE! It's pretty rough, and no doubt the time and year are incorrect, but oh well. I stuck it here. You will need the dll on there also, if you didn't get it from my Super Luigi World project. You can either stick it in the same folder as the clock, or put it in your system32 folder.
As for the workings inside the program...
Time is in the following format:
hhmm mmdd yyy. You should be able to figure out what the letters stand for.
Below that, you will see a number, and what appear to be two arrows. These control the offset for the hour, which is basically your timezone.
NOTE: This does not save yet, so you are going to have to set the timezone every time you start the program. Also, like I said before, the timezone to hour calculations are also probably wrong, so please excuse me. This is basically a "How far it is" program, and not the finished version.
While being quite funny, your sig was the biggest one i've ever seen so far. No more than 700x250 please. ~utrack http://pastebin.com/SYQXBufs
' Wrote:Well in any case...DEMO DONE! It's pretty rough, and no doubt the time and year are incorrect, but oh well. I stuck it here. You will need the dll on there also, if you didn't get it from my Super Luigi World project. You can either stick it in the same folder as the clock, or put it in your system32 folder.
As for the workings inside the program...
Time is in the following format:
hhmm mmdd yyy. You should be able to figure out what the letters stand for.
Below that, you will see a number, and what appear to be two arrows. These control the offset for the hour, which is basically your timezone.
NOTE: This does not save yet, so you are going to have to set the timezone every time you start the program. Also, like I said before, the timezone to hour calculations are also probably wrong, so please excuse me. This is basically a "How far it is" program, and not the finished version.
Thanks mate for doing this, I am sure the entire community will be grateful when its done!
Quote:I have as much as I can do in MMF2 done, but I can not find a way to get it to run inside of freelancer, so I am going to have to find other ways of doing this.
I doubt you would be able to get it to work inside FL with Clickteams products. You would need to use eather DX Overlays (I have no clue how you use them, lack of easy to find example apps) or you would need to use the Windows API. So you would rearly need to make an application in a Programming language like C++ or Delphi to have the ability to place stuff in another app's window.