Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site forums as they ran on Ultimate Bulletin Board, 1998–2001. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 2005 site & forums

  Apolyton Civilization Site Forums
  Freeciv
  How the fudge do you load a game!!!!

Post New Topic  Post A ReplyPost A Reply In A New Window

profile | register | preferences | faq | search next newest topic | next oldest topic bottom of page
Author
Topic:   How the fudge do you load a game!!!! Format for Better Printing
CornMaster
Warlord
Ft. Pierce, Flordia, USA
May 2000
posted November 02, 2000 21:51   Click Here to See the Profile for CornMasterClick Here to Email CornMaster  send a private message to CornMasterSend a Message to UIN: 20706862 Visit CornMaster's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I had this awesome game going and I saved it. Now I can't figure out how to load it again!!! I'm using the Windows native 1.11.4

And I still might write a front end program in VB too!!! It's very fustrating trying to figure out all the commands. Would you host this program on your site?

------------------
"I'm too out of shape for a long fight so I'll have to kill you fast"
"The best meats' in the rump!"
I AM CANADIAN!
CornEmpire Index
My Civ 2 Scenario Page.

Thue
Freeciv Developer

b.02-15-99
posted November 03, 2000 05:36   Click Here to See the Profile for ThueClick Here to Email Thue  send a private message to ThueSend a Message to UIN: 18058911
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
quote:

Originally posted by CornMaster on 11-02-2000 09:51 PM
I had this awesome game going and I saved it. Now I can't figure out how to load it again!!! I'm using the Windows native 1.11.4

Just start the server as
civserver -f savegame.sav.gz
(note, this is how the server is started, on the DOS command prompt, not a command inside the server.)

quote:

And I still might write a front end program in VB too!!! It's very fustrating trying to figure out all the commands. Would you host this program on your site?

Yes, we would. But I think someone already made some kindof utility; I haven't tested it as I don't have windows: http://arch.freeciv.org/freeciv-dev-200010/msg00118.html
CornMaster
Warlord
Ft. Pierce, Flordia, USA
May 2000
posted November 03, 2000 07:35   Click Here to See the Profile for CornMasterClick Here to Email CornMaster  send a private message to CornMasterSend a Message to UIN: 20706862 Visit CornMaster's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Could I have all the command line codes that can be used for launching the game? As well as any internal commands? These will really help me out, so I don't have to figure them out myself.

I wrote a program for Quake 2 that will be just like this one and it works really well.

Can you e-mail the info to dacornmaster@hotmail.com
Thanks

------------------
"I'm too out of shape for a long fight so I'll have to kill you fast"
"The best meats' in the rump!"
I AM CANADIAN!
CornEmpire Index
My Civ 2 Scenario Page.

Thue
Freeciv Developer

b.02-15-99
posted November 03, 2000 07:45   Click Here to See the Profile for ThueClick Here to Email Thue  send a private message to ThueSend a Message to UIN: 18058911
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
To see the available commands when starting almost any unix program you try
civserver --help
or
civserver -h
In this case both will work


Inside the server try writing "help commands", "help set" and "show". Generelly "help *" is your friend .


If I were to write an interface for the server I would not write a wrapper, but add an interface to the actual program. It should be optional to compile with terminal interface or graphical interface, managed the same way as you can compile the client with severel very different GUIs. This would make the program simpler and easier to keep up to date I think. Remember that the command interface is not completely stable across releases...

*completely ignorig the request for mailed information.*
[This message has been edited by Thue (edited November 03, 2000).]

CornMaster
Warlord
Ft. Pierce, Flordia, USA
May 2000
posted November 03, 2000 09:40   Click Here to See the Profile for CornMasterClick Here to Email CornMaster  send a private message to CornMasterSend a Message to UIN: 20706862 Visit CornMaster's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I hoped you had a huge master list of commands that you would have wanted to e-mail to me. But this will work too I guess. I'm trying to find a way to interface with the program but in VB that's tough.

What I do with Quake 2 is write .bat files and excute them. This allows Quake 2 to start with proper command line options. I was going to do the same thing with Freeciv. Not the best way to manage it but it's ok. Anyway. Where can I get a nice Freeciv Logo? Is it part of the game in the graphics folder? If not you can e-mail it to the same address. And if you want any copyright info included in the program e-mail that too. (I'll get an e-mail from you yet.)

------------------
"I'm too out of shape for a long fight so I'll have to kill you fast"
"The best meats' in the rump!"
I AM CANADIAN!
CornEmpire Index
My Civ 2 Scenario Page.

Thue
Freeciv Developer

b.02-15-99
posted November 03, 2000 10:44   Click Here to See the Profile for ThueClick Here to Email Thue  send a private message to ThueSend a Message to UIN: 18058911
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
Yes, integrating with the server may be hard when coding in VB...

Actually running the server with "-r batfile" will execute the commands in the file "batfile", as you will also see from "civserver --help". Civserver will also execute commands in the ~/.civserverrc file I think, as custumary for unix programs, but I guess that isn't relevant for windows.
For the ultimate list of commands, you may try http://www.freeciv.org/lxr/source/server/stdinhand.c

For a freeciv logo, one is displayed by the client on start, so I guess it is in the data/ directory of the freeciv src download. Further graphics are at http://www.freeciv.org/graphics/ . There may also be some not yet put on that page in ftp://ftp.freeciv.org/freeciv/incoming

Thue
Freeciv Developer

b.02-15-99
posted November 03, 2000 10:52   Click Here to See the Profile for ThueClick Here to Email Thue  send a private message to ThueSend a Message to UIN: 18058911
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
quote:

Originally posted by CornMaster on 11-03-2000 09:40 AM
And if you want any copyright info included in the program e-mail that too.

Freeciv is distributed under the GPL license.

Thue
Freeciv Developer

b.02-15-99
posted November 03, 2000 11:36   Click Here to See the Profile for ThueClick Here to Email Thue  send a private message to ThueSend a Message to UIN: 18058911
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
On modifying the actual server code: maybe you shouldn't try, because unless you are an experienced unix programmer it doesn't have much chance of being accepted into CVS, and then whats the point... So go make your bat files

btw, did wincivgo have anything you could use?

CornMaster
Warlord
Ft. Pierce, Flordia, USA
May 2000
posted November 03, 2000 13:28   Click Here to See the Profile for CornMasterClick Here to Email CornMaster  send a private message to CornMasterSend a Message to UIN: 20706862 Visit CornMaster's Homepage!
Edit/Delete Message    Reply To And Quote This Message
IP: Logged, Admin Access Only
I'm at work now so no way to test it but I'll take a look later. But it's a .zip.gz or something. I can't unzip that. But I'll try.

If you can get on a windows machine I think you will like the program. The Quake 2 one is pretty cool too. I like it anyway. It's a little clumsly but I think I can over come that now. (I have another month of programming experance since then.)

I will also offer the code freely to any other programmer who want's to convert it to another platform. And take on the monolithic effort of converting VB to anything else.

I wish I knew something other than VB!!!!

------------------
"I'm too out of shape for a long fight so I'll have to kill you fast"
"The best meats' in the rump!"
I AM CANADIAN!
CornEmpire Index
My Civ 2 Scenario Page.

Apolyton Civilization Site Forums
> > > Freeciv Forum

next newest topic | next oldest topictop of page

All times are EDT

Administrative Options: Close Topic | Archive/Move | Delete Topic | Top
Post New Topic  Post A ReplyPost A Reply In A New Window
Hop to:

Contact Us
Apolyton Civilization Site

Powered by: Ultimate Bulletin Board, Version 5.44a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 2000.

Front Page | Civilization III | Dinosaurs | Civilization II | Call to Power | Call to Power II | Alpha Centauri | Alternative Civs | Misc | Links | About ACS | GameStats
GameLeague | Scenario League | Hodadian Award Central | Civilization Scenario Collection | Spanish CivII Site | Clash of Civs | CtP Maps | Art of War