|
|
|
|
|
February 1st, 2005, 10:52 AM
|
|
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: SE4Batch status?
I can't seem to get this configured correctly. Has anyone had success with this NOT running it in the default directory? My se4.exe is located in a directory "C:/Geoschmo", but when I try to enter that in the configuration it keeps telling me it can't find Se4.exe
What's the full path when you do a default install of SE4? I could try creating folders for that path and moving my install to that. I'll try a fresh install next, but I have to find my cd for that. Seems like I should be able to do this with the current non-default path though, unless that feature jsut doesn't work?
Geoschmo
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
February 1st, 2005, 11:36 AM
|
|
Shrapnel Fanatic
|
|
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
|
|
Re: SE4Batch status?
Quote:
geoschmo said:
I can't seem to get this configured correctly. Has anyone had success with this NOT running it in the default directory? My se4.exe is located in a directory "C:/Geoschmo", but when I try to enter that in the configuration it keeps telling me it can't find Se4.exe
What's the full path when you do a default install of SE4? I could try creating folders for that path and moving my install to that. I'll try a fresh install next, but I have to find my cd for that. Seems like I should be able to do this with the current non-default path though, unless that feature jsut doesn't work?
Geoschmo
|
Thats probably the problem. I think the default path is..
"C:\Program Files\Space Empires IV Gold" ?
My security habits have me intensely disliking defaults of any type. But with games Ive often had to maintain a copy on the default path and a copy where I want to mess with things.
__________________
-- DISCLAIMER:
This game is NOT suitable for students, interns, apprentices, or anyone else who is expected to pass tests on a regular basis. Do not think about strategies while operating heavy machinery. Before beginning this game make arrangements for someone to check on you daily. If you find that your game has continued for more than 36 hours straight then you should consult a physician immediately (Do NOT show him the game!)
|
February 1st, 2005, 02:31 PM
|
|
Shrapnel Fanatic
|
|
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
|
|
Re: SE4Batch status?
You need to use DOS style folder names. C:\Geosch~1\
|
February 1st, 2005, 02:39 PM
|
|
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: SE4Batch status?
Oh wait. I was going to say I tried that, but I think I mistyped. I used C:\Geoschmo~1\. It has to be 8 characters counting the ~1 doesn't it. Let me try that...
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
February 1st, 2005, 02:45 PM
|
|
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: SE4Batch status?
Nope, "C:\Geosch~1\" doesn't work either. Tried "C:\Geosch~1" as well. Still tells me it can't find the se4.exe.
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
February 1st, 2005, 03:44 PM
|
|
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: SE4Batch status?
Aha, thatnks to Aikens comments earlier in this thread I found that I have to manually edit the config dbf file. The batch program seems to run ok in win2k, you just can't edit the configuration through the program, have to manually edit the dbf file.
Also, something wierd. I think this is DOS, not the batch program. My C:\Geoschmo folder I had to rename as C:\Geoschmo Files. This was true even in a DOS cmd window. I could not cd to GEOSCH~1, until I changed the folder to have a two word name. Then I could cd to GEOSCH~1. I'm not sure why this is the case, but it's not a big deal. I only post it here in case anyone else runs into this problem trying to get the batch program to work on win2k.
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
February 1st, 2005, 05:55 PM
|
|
General
|
|
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
|
|
Re: SE4Batch status?
You can make batch files recognize long filenames, if you include the long filenames in quotes:
cd "c:\games\se4 gold\mods\antares mod preview copy v1.0.0.1"
__________________
The Ed draws near! What dost thou deaux?
|
February 1st, 2005, 06:45 PM
|
|
Captain
|
|
Join Date: Mar 2002
Location: Santa Cruz, CA
Posts: 947
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: SE4Batch status?
Quote:
geoschmo said:
Aha, thatnks to Aikens comments earlier in this thread I found that I have to manually edit the config dbf file. The batch program seems to run ok in win2k, you just can't edit the configuration through the program, have to manually edit the dbf file.
Also, something wierd. I think this is DOS, not the batch program. My C:\Geoschmo folder I had to rename as C:\Geoschmo Files. This was true even in a DOS cmd window. I could not cd to GEOSCH~1, until I changed the folder to have a two word name. Then I could cd to GEOSCH~1. I'm not sure why this is the case, but it's not a big deal. I only post it here in case anyone else runs into this problem trying to get the batch program to work on win2k.
|
Geoschmo is 8 characters, so it did not need to be truncated. I am sure you would have been successful with the cd command, and the batch prog dbf file, without changing to "Geoschmo Files", if you had just used "c:\geoschmo".
__________________
All that is gold does not glitter,
Not all those who wander are lost;
The old that is strong does not wither,
Deep roots are not reached by the frost.
|
February 1st, 2005, 09:50 PM
|
|
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: SE4Batch status?
Quote:
Gandalph said:
Geoschmo is 8 characters, so it did not need to be truncated. I am sure you would have been successful with the cd command, and the batch prog dbf file, without changing to "Geoschmo Files", if you had just used "c:\geoschmo".
|
Uhhh, doh?
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
February 1st, 2005, 10:05 PM
|
|
National Security Advisor
|
|
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
|
|
Re: SE4Batch status?
Oh, here's a problem. I don't see how this batch program could possibly work with 1.91. There is nowhere to put in a game master password, and with 1.91 you have to have a game master password for simultaneous games, no?
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|