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 > Civilization III > Civ3-Files > UTILITY: "Babylon II" Culture Flip Calculator
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
16.Sep: 7 NEW FILES
15.Sep: TRIAL + NO SLEEP = ONE GAME
13.Sep: PATCH THE PREVIOUSLY UNPATCHABLE

bottom of page
   - CIV3 CONQUESTS $29.99 - CIV3 from $9.99
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Chieftess is offline Chieftess
Chieftess
Baltimore, Md.
May 2002
time: 00:28
  Old Post 16-05-2003 06:54 Visit Chieftess's homepage!
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
"Babylon II" Culture Flip Calculator Support Apolyton, buy Civilization III: Complete

This is a culture flip risk program I made, which is hosted over at CFC. The thread is here, which is where I'll make my updates.

This is the current version: Civ3 Culture Flip Calc v1.03

Any comments? Suggestions?

It's in Visual Basic, and next, I'd like it to read from the save file. (which I don't know how to do, since I have the code to unzip the save in C++...).

I'd also like know how to use the VC++ dialog box, and later on, use the active in-game memory. (and how to make it "stick" in the game, like the trainer for instance)

Last edited by Chieftess on 23-05-2003 at 01:52

Alfonso is offline Alfonso
Emperor
Spain
Apr 2002
time: 06:28
  Old Post 21-05-2003 02:53
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Suffering from ads?

Good work, Chieftess!!

If you want to translate it to Spanish, I can help.

Chieftess is offline Chieftess
Chieftess
Baltimore, Md.
May 2002
time: 00:28
  Old Post 23-05-2003 01:51 Visit Chieftess's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton, buy Civilization: The Boardgame

I've also updated the calc. I'm also looking for save file info (hoping Gramphos or Aeson reads these threads. ).

What I'm looking for is this info:

City Info - resistors, foreigners (including ents/tax/sci), rioting, WLTKD, normal, culture from other civs, city garrison, tiles under AI control (how would I even begin to do this one?)

Civ Info - Cities, capital, city locations on the map (mainly, for the capitals, and city to be calculated)

Gramphos is offline Gramphos
ACS Civ III Files Manager, Prince of Development
Chalmers, Sweden
Apr 2001
time: 06:28
  Old Post 23-05-2003 02:09
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

quote:
Originally posted by Chieftess
I've also updated the calc. I'm also looking for save file info (hoping Gramphos or Aeson reads these threads. ).

Of cource I read the threads under my control

quote:
What I'm looking for is this info:

City Info - resistors, foreigners (including ents/tax/sci), rioting, WLTKD, normal, culture from other civs, city garrison, tiles under AI control (how would I even begin to do this one?)

Let me see. You would need to read the CTZN sections, the CITY sections the UNIT sections and the TILE sections (at least if other civ's control means in other borders). (Unless the games stores all thoese values somewhere so you don't have to gather them yourself, but that's more than I know (my current work is based on finding sush values and update them when I make other entries)) Are you sure you are going to do this?

quote:
Civ Info - Cities, capital, city locations on the map (mainly, for the capitals, and city to be calculated)

CITY sections again and LEAD sections. For city locations on the map there are manyways to find it. You can use the TILE sections and search for a CITY index, or you can use the value that tells where the city title is (yes, it dosen't have to be on the sme place as the city (at least not according to my experience with an arly multitool version))

As for the total culture for a civ thee doesn't seem to be sush a value, so it's eaiter to sum all city values, or read it from the last turn of the histograph. Now I have a question: When a city is in another civ's control does the original civ's culture of that city still count to the original civ? I don't remember what's the case, and am to lazy to find out.

I don't have all structuras and locations in my head, and now am I going to get some sleep...

I hope you know how to decompress the save. (Or you will have to take a look at the CPT source becaues I'm not going to explain that.)

HarryH is offline HarryH
King
Olympia, WA
Sep 2002
time: 21:28
  Old Post 23-05-2003 03:58 Visit HarryH's homepage!
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Increase Your PM Length

quote:

As for the total culture for a civ thee doesn't seem to be sush a value, so it's eaiter to sum all city values, or read it from the last turn of the histograph.

The total culture for a civ must exist somewhere. It is shown in the F3 (culture) screen at the top. The number at the top is not just an addition of the city values as destroying/abandoning a city does not change the civs total culture. Maybe the histograph info is where it is kept, but I would think it is stored somewhere in the data for the civ.
quote:

Now I have a question: When a city is in another civ's control does the original civ's culture of that city still count to the original civ? I don't remember what's the case, and am to lazy to find out.

The civ has a separate culture bucket from the city buckets. The change in ownership has not affect on the civ's total culture. I have razed many cities and the civ's culture, as shown on the histograph, does not go down. Only when the civ itself is destroyed does its culture disappear.

Aeson is offline Aeson
Emperor
orangesoda
Nov 2001
time: 22:28
  Old Post 30-05-2003 07:43
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Put an end to popups!

Ainwood has a dll that works with VB for the save decompression. He also has VB classes set up for a good portion of the save structures. I think they'd encompass most of what you are looking for.

Chieftess is offline Chieftess
Chieftess
Baltimore, Md.
May 2002
time: 00:28
  Old Post 30-05-2003 18:41 Visit Chieftess's homepage!
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Support Apolyton, buy Civilization 2

I've also been looking at how the culture expansion of a city affects other cities. I've kind of noticed a pattern. Although, I know programming such a thing would be quite difficult.

CivGeneral is offline CivGeneral
Warlord
Mara Jade of the Jade Commandos
Dec 2001
time: 00:28
  Old Post 19-07-2003 08:56
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

Looks good CT

Admiral PJ is offline Admiral PJ
Prince
Southeast England , UK
Dec 2000
time: 05:28
  Old Post 22-03-2004 00:57
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Alpha Centauri

Hi Chieftess,
This Looks great, you should update it to take account of C3C rules for conquered cities retaining the culture , rather than going back 0 for the invaders culture.

I hope you are well chief, good luck with the coding, hope to see you soon.

Oh look out for my new Mod 7 Ages of Man, for all versions of Civ3.

AdmiralPJ
look out for my new game Mantra, original sci - fi , civ action style game.

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:28.
Apolyton Time is 00:28.
    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.0382 seconds (89.86% PHP - 10.14% 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