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 > Restored Forums > [Restored Forum 198] SL: Civ2 Creation Hints, Tips and Guides > Adding Rivers to a Saved Game file
Page: Print | Email | Subscribe | Report News       0 votes -  average
18.Sep: `ACSR WEEKLY`: SEPTEMBER 18TH, 2005
16.Sep: `ACSR GDS`: WARDELL INTERVIEW PROMO
15.Sep: `ACSR MAILBAG`: SEPTEMBER 15TH, 2005

bottom of page
  GALACTIC CIVILIZATIONS $19.99 - CIV3 CONQUESTS $29.99 - CIV3 from $9.99 - SMAC+SMAX $19.99
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Kull

King
El Paso, TX USA
Mar 1999
time: 22:16
31-10-2002 23:14 | www
edit | quote
#1 | report |
Adding Rivers to a Saved Game file Enter the AD-FREE zone


I realize this can be done by some of the user-created Map Editors out there, but I DEFINITELY remember reading a tip that showed how units could be used to add Rivers onto a map during a game. If memory serves, it involved an unlikely set of esoteric commands but the details escape me. I've examined the primary "How-To" Design documents (Marrick & Thompson) and have searched Tip sections on several of the popular web sites, but all to no avail.

Sooooo.....can anyone help me out here? Do you remember this tip? Do you know where it is? Can you post a link or a reprint? Any and all help appreciated!

Mercator
King
Sorekara no Nanimo
Jan 1970
time: 06:16
31-10-2002 23:52 | www
edit | quote
#2 | report |
Support Apolyton, buy Call to Power 2


I know I've seen this question asked several times at CFC lately, and it has been answered too... But I can't find the threads right now.
Instead I tried locating the info with Google, and guess what I found? Leon Marrick's document, but version 1.9 of it! (CFC and my site have version 1.8, which I thought was the latest).
It must have gotten lost somewhere I guess. So anyway, version 1.9 does contain the river adding info (and also reveals it wasn't Harlan who discovered it).
Here it is: http://www.geocities.com/TimesSquar...53/tipadsce.htm

(I'd better update the document on my website too)

Kull

King
El Paso, TX USA
Mar 1999
time: 22:16
01-11-2002 00:36 | www
edit | quote
#3 | report |
Inflate your Upload Space


Thanks Mercator! I too, was under the impression that 1.8 was the last version of Marrick's Design Document (and now that you mention Harlan, that clicked open a memory of having seen this tip on his wayyyy old "Glyph Web" site - what a loss when THAT went down!). For those who are interested, here's the tip - courtesy of "LeMay", Harlan Thompson, & Leon Marrick.

**************************************

Adding rivers after you start designing your scenario:

It has long been thought that rivers could only be created in the map editor. Now, thanks to LeMay and Harlan Thompson, this is revealed not to be the case. To create rivers:

1) Open up the rules.txt file and change the base time for engineers to transform terrain in the cosmic principles section to zero (0). Also in the rules.txt file, temporarily change the terrain that all the terrains you plan to alter are transformed into to "no". After you have finished making rivers, change them back.

2) Create three (or more on other terrain types. For example, mountains take eight) engineers on each of the squares you want rivers to appear. Lastly, create any unit of that civilization off to one side (see next step for why).

3) Select the unit off to one side, and give it any order. This "initializes" the method, and tells the program that all future sets of engineers will be making funky terrain. Without using the mouse, issue the "o" (transform) command to engineers on the squares you want rivers to appear on as they start blinking in turn. As the third engineer on a desert, plains, or grassland square (or more on any other terrain) receives the transform command, the terrain will turn into an odd river/coal/desert combination.

4) To restore the proper terrain type, simply use the cheat menu to alter terrain. All the funny-looking graphics will disappear, but the river will remain.

**************************************

I KNEW it was a weird set of commands, but I'd forgotten just HOW strange they are!

P.S. Harking back to the Glyph Web memory, I'm sure it was "LeMay" (whoever he may be) that discovered the technique, and Harlan (as usual) who popularized it.

Last edited by Kull on 01-11-2002 at 00:48

Mercator
King
Sorekara no Nanimo
Jan 1970
time: 06:16
01-11-2002 05:58 | www
edit | quote
#4 | report |
Increase the size of your Attachments


Yes... The good old days.
Well, sort of... Although I visited them often enough, Apolyton was the first site I actually became a member of.

I did some hexediting to see what actually causes this anomaly. And to see if perhaps there was a way of adding more terrains.

In principle, I guess it would be possible to use the resources as separate terrains, but unfortunately there is no way to change the garbled terrain graphics that it has.


About this river-creating, if anyone's interested in technical details:

When transforming terrain, the terrain constants are treated as the terrain values (0 for Desert... 10 for Ocean), performing the transformation will then change the terrain value of the square to that value.

Apparently, the value of "no" is -1 (or 255, depending on how you look at it), which is a standard use for false/undefined whatever values.

Civ2 is somewhat buggy in that it doesn't properly check whether this transformation value is valid if transformation time is 0... So, what you get is that the engineers start transforming the terrain to value 255 (= -1). In binary notation that is 11111111, the first 1 is normally used to indicate a river square, the 2nd 1 to hide the resource. What's left is 111111 (= 63 in decimal) of which the first 2 1's are ignored by Civ2 (opr rather, the remainder 63/16 is used, which is 15 or 1111 in binary).

But, there only are 11 terrains! And as I said before, Ocean has the value of 10. So Civ2 then looks this up in the rules.txt, counting 5 past Ocean... And what do we find? Coal, of coarse.

So, we have a Coal terrain square with a river on it (and the resource hidden, but Civ2 keeps that a secret), just what we see in the Civ2 Status Window.

The only problem for Civ2 is... Where could it possibly look for this terrain's graphics? It seems to kind of messily display some things in the vicinity of the "dither" image in the terrain1 image file. Because of all the transparency nothing really comes through.

Unfortunately, even when adding terrains at the bottom of the terrain1 image file (hoping Civ2 would find these as the new graphics) it looks all the same... So this bug can't be used to create extra terrains...

And they lived happily ever after...

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:16.
Apolyton Time is 00:16.
    top of page
 
Forum Jump:

 



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.0378 seconds (84.73% PHP - 15.27% 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