Welcome to GameHourz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

New Empire Web Page

 
   Game Forums (Home) -> Hints about Empire RSS
Related Topics:
Empire - Call4Players List - I'm the list of empire player email addresses that I will maintain for getting the word out for when a new game is being And as a reminder to those on the list, add my email to your list so I don't get tagged as spam, ..

Empire Call 4 Players List - I'm the list of empire player email addresses that I will maintain for getting the word out for when a new game is being To subscribe to this list, send an email to: @ with:

Installation of Empire source code - I the latest version of the source code and I have the that say to cd to the directory the package source code and type however I get the response that this is not a command. My..

help on mission 9 needle in a haystack empire at war - Hi everyone I'm having trouble on mission 9 needle in a haystack I can;t seem to keep Hon-solo alive anyone know of any cheats or anything that might help me please

TBC Fast Package(1-70) - Any Class Free 2000G - Wow per level per level. Dear Sir or Madam Hot Sale!For all of our news and are some Special Package! We now provide measured by..
Next:  Hints about Empire: weird outpot off route...  
Author Message
Zukhov

External


Since: Nov 23, 2007
Posts: 1



(Msg. 1) Posted: Fri Nov 23, 2007 5:58 pm
Post subject: New Empire Web Page
Archived from groups: rec>games>empire (more info?)

I've created an Empire web page, so please check it out and feel free
to comment:

http://www.micro3g.com/index.html

My intent is to offer some additional documentation on Empire to make
it more inviting to other newbie (baaaa!) players such as myself.
I've hosted web pages for a few years so I hope to be able to maintain
the page. I noticed that the "Dalton" web page link on the Wolfpack
page is now dead. I have a concern that there is too little
documentation available for this excellent (but complex) game. I will
attempt to add some in the near future, but would appreciate any
information that anyone would be willing to donate.

Thanks, Zukhov

 >> Stay informed about: New Empire Web Page 
Back to top
Login to vote
Frank Miller

External


Since: Nov 26, 2007
Posts: 7



(Msg. 2) Posted: Tue Nov 27, 2007 10:30 pm
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Zukhov wrote:
> I've created an Empire web page, so please check it out and feel free
> to comment:
>
> http://www.micro3g.com/index.html
>
> My intent is to offer some additional documentation on Empire to make
> it more inviting to other newbie (baaaa!) players such as myself.
> I've hosted web pages for a few years so I hope to be able to maintain
> the page. I noticed that the "Dalton" web page link on the Wolfpack
> page is now dead. I have a concern that there is too little
> documentation available for this excellent (but complex) game. I will
> attempt to add some in the near future, but would appreciate any
> information that anyone would be willing to donate.
>
> Thanks, Zukhov

If and until we can get a wiki up, I've mass converted the "info" pages
from the server into HTML pages and added them to my web page. I know
when I was first starting out this information certainly would have
helped. Take a look:

http://www.micro3g.com/index.html

Thanks, Kelly (Zukhov)

 >> Stay informed about: New Empire Web Page 
Back to top
Login to vote
Bungholio

External


Since: Sep 14, 2004
Posts: 152



(Msg. 3) Posted: Wed Nov 28, 2007 3:59 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> If and until we can get a wiki up, I've mass converted the "info" pages from
> the server into HTML pages and added them to my web page. I know when I was
> first starting out this information certainly would have helped. Take a look:
>
> http://www.micro3g.com/index.html
>
> Thanks, Kelly (Zukhov)



Good Job! But those also seem to be:

http://www.wolfpackempire.com/infopages/all.html

and here:
http://sourceforge.net/project/showfiles.php?group_id=24031&package_id=40133

and here:
//sheepfarm.game-host.org:8080/infopages/all.html



My question is: how would one change an info page for the particular game that's
running. For example, in PZ7, when I made trade ships have a negative bonus for
the ally, I went and manually changed the "Trade-ships" info page to say how
they really worked (after *several* nasty telegrams from the players, btw).
Furthermore, many deities like to make a special "info mygameinfo" info page,
how would you propose how that would work?

-Bungy
 >> Stay informed about: New Empire Web Page 
Back to top
Login to vote
rkoenderink

External


Since: Mar 16, 2005
Posts: 79



(Msg. 4) Posted: Wed Nov 28, 2007 5:33 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Doug,

If you are interested I can help you get the troff and diff tools in
place so you can create patches that can be easily inserted into the
source tree from your Windows machine.

Separate Topic

I do build Windows help file for WinACE which contains all of the info
pages in it and it is searchable. It would be nice to have indexes
but that is like documentation (evil).

Ron K.
 >> Stay informed about: New Empire Web Page 
Back to top
Login to vote
Markus Armbruster

External


Since: Nov 18, 2004
Posts: 243



(Msg. 5) Posted: Wed Nov 28, 2007 6:49 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Frank Miller

External


Since: Nov 26, 2007
Posts: 7



(Msg. 6) Posted: Wed Nov 28, 2007 6:24 pm
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It might be a good idea to have a couple of other well maintained WWW
sites out around the Net about Empire. I didn't find the "info" pages
on the Wolfpack site and had to discover them by searching thru UNIX
file structures on my server. The data quality isn't so much the
problem as people locating it and make use of it.

I *love* UNIX, and have been using it for many years. But guys, TROFF
seems dead to me. HTML and XML are the present. I suggest we unload
ourselves of 1970's utilities and move to HTML or failing that to plain
old ascii.

If I am to commit blasphemy I shan't stop here! I showed the output of
"xdump" to a developer who is helping me figure out how to parse it in
Visual Basic .NET. He suggested to me using XML. The idea is that we
need to get a new command "xmldump", which returns the data streams as
XML encoded:

Old school data, like what we currently have:
100 127 746

New school data:

XML/new school data:
<sectors>
<type>headquarters</type>
<efficiency>100</efficiency>
<mobility>127</mobility>
<civilians>746</civilians>
</sectors>

This would be a step forward for a new generation of client interfaces.
Modern programming languages have the libraries to handle XML with
a minimum of programming.

Regards, Kelly (Zukhov)




Markus Armbruster wrote:
> "Bungholio" <empire_bungholioNOSAPM.RemoveThis@verizon.net> writes:
>
>>> If and until we can get a wiki up, I've mass converted the "info" pages from
>>> the server into HTML pages and added them to my web page. I know when I was
>>> first starting out this information certainly would have helped. Take a look:
>>>
>>> http://www.micro3g.com/index.html
>>>
>>> Thanks, Kelly (Zukhov)
>>
>>
>> Good Job! But those also seem to be:
>>
>> http://www.wolfpackempire.com/infopages/all.html
>
> Slightly out of date. To be fixed.
>
>> and here:
>> http://sourceforge.net/project/showfiles.php?group_id=24031&package_id=40133
>
> Canonical download location for the latest released version.
>
>> and here:
>> //sheepfarm.game-host.org:8080/infopages/all.html
>
> Currently two versions behind.
>
>> My question is: how would one change an info page for the particular game that's
>> running. For example, in PZ7, when I made trade ships have a negative bonus for
>> the ally, I went and manually changed the "Trade-ships" info page to say how
>> they really worked (after *several* nasty telegrams from the players, btw).
>> Furthermore, many deities like to make a special "info mygameinfo" info page,
>> how would you propose how that would work?
>>
>> -Bungy
>
> The sane way to do it is to edit the troff source, in your case
> info/Trade-ships.t. make info updates the plain text info pages in
> info.nr/ (implied by the default make target). make html updates the
> HTML info pages in info.html/.
>
> If you're not compiling from source (tsk, tsk), then you need to do
> that manually. Here's the command make runs for me to update
> info.nr/Trade-ships:
>
> GROFF_NO_SGR= groff -Tascii -U info/CRT.MAC info/INFO.MAC info/Trade-ships.t | gawk -f info/Blank.awk >info.nr/Trade-ships
>
> If you changed the .SA, subject pages may also need updating. You
> don't want to do that without help from make.
>
> If you add a page, its subjects and the page index need updating.
>
>
> Nothing will stop you from ignoring troff and editing the plain text
> info in info.nr manually. Make sure to update the subject pages
> listed under SEE ALSO and index (all for new pages, TOP for new
> subjects). Subject pages are easy to recognize: they start with the
> keyword Subject in the first line.
>
> If you send me doc fixes as patches for the plain text files, you
> create extra work for me. It's better than keeping them for yourself,
> but worse than doing the job right and update the troff source.
 >> Stay informed about: New Empire Web Page 
Back to top
Login to vote
Markus Armbruster

External


Since: Nov 18, 2004
Posts: 243



(Msg. 7) Posted: Thu Nov 29, 2007 8:35 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Markus Armbruster

External


Since: Nov 18, 2004
Posts: 243



(Msg. 8) Posted: Thu Nov 29, 2007 8:46 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Frank Miller

External


Since: Nov 26, 2007
Posts: 7



(Msg. 9) Posted: Thu Nov 29, 2007 6:58 pm
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Markus Armbruster wrote:
> Kelly, you are aware of doc/xdump, aren't you?

I looked at it briefly. The XML translation you gave me is very useful.
I'll go back and look at the doc on xdump again. I'm use to the old
MIS approach of:

field name, length, data type, default value, notes

I see under the "dump" info page some sketchy notes on what the fields
might be. I suspect from your programming skill level that you would
admit the fields could be better documented in the "dump" info page.

Just trying to provide constructive criticism to the technical side of
this project. The code maintenance strikes me as masterful, the
documentation of most systems can always use improvement.

Thanks, Kelly
 >> Stay informed about: New Empire Web Page 
Back to top
Login to vote
Markus Armbruster

External


Since: Nov 18, 2004
Posts: 243



(Msg. 10) Posted: Fri Nov 30, 2007 7:53 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Markus Armbruster

External


Since: Nov 18, 2004
Posts: 243



(Msg. 11) Posted: Sun Dec 02, 2007 10:40 am
Post subject: Re: New Empire Web Page [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Display posts from previous:   
   Game Forums (Home) -> Hints about Empire All times are: Ekaterinburg, Islamabad, Karachi, Tashkent (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]