.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #41  
Old February 1st, 2005, 10:52 AM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default 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
Reply With Quote
  #42  
Old February 1st, 2005, 11:36 AM
Gandalf Parker's Avatar

Gandalf Parker Gandalf Parker is offline
Shrapnel Fanatic
 
Join Date: Oct 2003
Location: Vacaville, CA, USA
Posts: 13,736
Thanks: 341
Thanked 479 Times in 326 Posts
Gandalf Parker is on a distinguished road
Default 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!)
Reply With Quote
  #43  
Old February 1st, 2005, 02:31 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: SE4Batch status?

You need to use DOS style folder names. C:\Geosch~1\
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #44  
Old February 1st, 2005, 02:39 PM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default 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
Reply With Quote
  #45  
Old February 1st, 2005, 02:45 PM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default 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
Reply With Quote
  #46  
Old February 1st, 2005, 03:44 PM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default 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
Reply With Quote
  #47  
Old February 1st, 2005, 05:55 PM
Ed Kolis's Avatar

Ed Kolis Ed Kolis is offline
General
 
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
Ed Kolis is on a distinguished road
Default 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?
Reply With Quote
  #48  
Old February 1st, 2005, 06:45 PM
Gandalph's Avatar

Gandalph Gandalph is offline
Captain
 
Join Date: Mar 2002
Location: Santa Cruz, CA
Posts: 947
Thanks: 0
Thanked 0 Times in 0 Posts
Gandalph is on a distinguished road
Default 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.

Reply With Quote
  #49  
Old February 1st, 2005, 09:50 PM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default 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
Reply With Quote
  #50  
Old February 1st, 2005, 10:05 PM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default 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
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:55 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.