Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Alternative Civs > Freeciv > How the fudge do you load a game!!!!
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
04.Sep: `FC` 2.0.5 COMPLETED AND RELEASED
27.Jul: `FC` 2.0.4 COMPLETED AND RELEASED
16.Jul: `FC` 2.0.3 COMPLETED AND RELEASED

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
CornMaster is offline CornMaster
Prince
St. John's, Newfoundland
May 2000
time: 01:44
Post  Old Post 03-11-2000 07:51 Visit CornMaster's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
How the fudge do you load a game!!!! Increase Your PM Length

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 is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:14
Post  Old Post 03-11-2000 15:36 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Get a bigger avatar today!

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...0/msg00118.html

CornMaster is offline CornMaster
Prince
St. John's, Newfoundland
May 2000
time: 01:44
Post  Old Post 03-11-2000 17:35 Visit CornMaster's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Get a bigger avatar today!

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 is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:14
Post  Old Post 03-11-2000 17:45 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Full PM-box? Change here!

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 is offline CornMaster
Prince
St. John's, Newfoundland
May 2000
time: 01:44
Post  Old Post 03-11-2000 19:40 Visit CornMaster's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton, buy Civilization 2

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 is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:14
Post  Old Post 03-11-2000 20:44 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton buy from Amazon

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 is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:14
Post  Old Post 03-11-2000 20:52 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

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 is offline Thue
Freeciv Developer
Copenhagen, Denmark
Jan 1970
time: 06:14
Post  Old Post 03-11-2000 21:36 Visit Thue's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Inflate your Upload Space

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 is offline CornMaster
Prince
St. John's, Newfoundland
May 2000
time: 01:44
Post  Old Post 03-11-2000 23:28 Visit CornMaster's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

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.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:14.
Apolyton Time is 00:14.
    top of page
Rate This Thread:
Forum Jump:
Forum 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
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0474 seconds (90.72% PHP - 9.28% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net