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 > Miscellaneous > Archive > CtP2-Creation/AI/Mods/Scenarios-Archive > Custom Reports
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!

bottom of page
  
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
HercChief is offline HercChief
Settler
Schenectady, New York
Aug 2002
time: 00:21
  Old Post 02-08-2002 01:01
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Custom Reports Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Does CTP2 store the data for its reports anywhere accessable? I want to create some custom reports, and perform some actual annalysis of the raw data that the game gives.

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:21
  Old Post 02-08-2002 02:36
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Suffering from ads?

?

Pedrunn is offline Pedrunn
King
of Natal, Brazil
Jul 2001
time: 02:21
  Old Post 02-08-2002 03:28
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton buy from Amazon

Do you mean the info_str.txt where most of the messages are located?

Or do you mean the messages that appear during the game in the message tab?

I cant figure out what you mean

HercChief is offline HercChief
Settler
Schenectady, New York
Aug 2002
time: 00:21
  Old Post 02-08-2002 03:29
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton buy from Amazon

I'm talking about the stats that are shown on the National Report Dialog (Listing City stats), or the Civilization Report/Control window.

Maybee there is a query function which will allow me to get the info?

I'd like to be able to manipulate the numbers (ex: Rate the production of cities with regard to their sizes -- [City_Size/City_Prod]). If it can't be done within the game, maybee a comma or tab separated list can be created, in order to use with another program (though I doubt that).

Does that make more sense?

HercChief is offline HercChief
Settler
Schenectady, New York
Aug 2002
time: 00:21
  Old Post 02-08-2002 03:36
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton or Terrorists Win

This would be thin in-game info that apears when you look in the City Manager, or National Manager, or Civ Manager.

It wouldn't be in one of the string files (and isn't, I looked). It would probably be resident in memory or part of the save game file. I just don't know how I might get a hold of it.

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:21
  Old Post 02-08-2002 04:47
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

beats me

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:21
  Old Post 02-08-2002 18:50 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

The structure for the tables is stored in the various *.ldl files but the data is stored only in memory, I'm fairly sure. The only way I can concieve of extracting it is to take screenshots and OCR them.

I don't know how much you could alter the structure through modification of the ldl files - the only such modification I've ever seen was in CTP1 when someone made the city window larger so that it showed more cities, but you may be able to do more.

Hermann the Lombard is offline Hermann the Lombard
Prince
Hoboken, NJ, USA
Jun 1999
time: 00:21
  Old Post 02-08-2002 21:55
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton buy from Amazon

Ah, a man after my own heart! I've been internally grumbling about the lack of reports in games since roughly Railroad Tycoon (I). I want to print the info rather than having to copy it off the screen (or having to wing it). What info? Well, different things at different times, of course, but basically the F2 info (both tabs), the F3 info (especially the specialists and the growth info), and F4 (actual and available trade routes). In theory maybe even the F7 and F8 screens (though not the detailed unit info; even *I* am not *that* anal).

Screen captures don't work well because so little fits on one screen (too few cities in F2 when I want the full list of 40+, and F3 only shows 1 city at a time, etc.

HercChief is offline HercChief
Settler
Schenectady, New York
Aug 2002
time: 00:21
  Old Post 02-08-2002 22:16
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

A-men to that! Being able to print would be a nice feature in any strategy game. But more than that, it would be nice if the reports gave more than just raw data.

For instance, in the National Manager report I can easily see which city has the most or least production, but I have no easy way of seeing which cities are better developed. So what I did was copy the stats on to paper, and then entered them on an Excel spreadsheet and started to do some statistical annalysis there (how's that for anal).

Even being able to cut and paste the info would be great.

Thought-- Is it concieveable to pull the information out of memory using another program? That would obviously involve a lot of time reading through hexcode, but is there a program that might do that?

J Bytheway is offline J Bytheway
Emperor
England
Jul 2001
time: 05:21
  Old Post 03-08-2002 03:48 Visit J Bytheway's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Enter the AD-FREE zone

quote:
Originally posted by HercChief
Thought-- Is it concieveable to pull the information out of memory using another program? That would obviously involve a lot of time reading through hexcode, but is there a program that might do that?


I suppose it's concievable, but I wouldn't know how, and I don't think it's doable without the source code. And with the source code you could do it in a much better way, obviously.

If you can write a program to scan memory and figure out what's what then go ahead .

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:21.
Apolyton Time is 00:21.
    top of page
Rate This Thread:
archivepost
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.0342 seconds (85.69% PHP - 14.31% MySQL) with 31 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