 |
|
markusf
|
http://216.232.3.182/autologger/
I wrote it for myself, and i just changed a few things to make it a bit more idiot proof. Browse to the directory civ2 is installed in (make sure you run it off the same drive civ is installed on) Then click on start scanning. If a new save is detected after you click the bottom it saves it to the directory specified in the text box.
Download the autologger.exe first, if that doesn't work download all the other stuff. ( VB runtime support files) windows 2k doesn't need these.
|
|
|  |
 |
|
markusf
|
its the program everyone has been bugging me about. It automatically saves every civ turn to another folder and renames the files. That is what i did with our divine tribe game and many others.
|
|
|  |
 |
Mindfields
|
Netherlands
May 2000 time: 05:13
|
|
Thank you!
|
|
|  |
 |
|
markusf
|
A timer calls getbydate every 8 seconds. It shouldn't be pretty easy to duplicate this.....
Function copyfiles(myfile As String)
Dim destination As String
Dim start As String
start = Civ2dir.Path & "\" & myfile
destination = txt_civdest.Text & txt_prefix & "_" & Replace(Replace(check_from_this_date, "/", "_"), ":", ";") & ".net"
FileCopy start, destination
End Function
Function getbydate()
Dim myfile, MyStamp
myfile = Dir(Civ2dir.Path & "\*.net")
Do
On Error Resume Next
MyStamp = FileDateTime(Civ2dir.Path & "\" & myfile)
MyStamp = FormatDateTime(MyStamp, vbGeneralDate)
If DateDiff("s", check_from_this_date, MyStamp) > 0 Then
txt_scan = MyStamp
check_from_this_date = MyStamp
copyfiles (myfile)
End If
myfile = Dir
If myfile = "" Then Exit Do
Loop
End Function
|
|
|  |
 |
|
SlowwHand
|
It's just a shame that it's come to this.
It won't work for long, because it's just a form of lock; and locks just deter honest people from making a mistake.
To the scum, it's just another challenge.
As long as we just keep ignoring the ones who make the efforts necessary, the efforts will remain necessary.
------------------
"It's In The Way That You Use It."
Tuatha De Danann Tribe
http://www.geocities.com/boann7/
|
|
|  |
 |
|
SlowwHand
|
The point is, it shouldn't be necessary, Cavebear.
On this, you surely must agree.
------------------
"It's In The Way That You Use It."
Tuatha De Danann Tribe
http://www.geocities.com/boann7/
|
|
|  |
All times are GMT. The time now is 05:13. Apolyton Time is 00:13. |
top of page
|
| |
|
|
|
|