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 > need help installing visible wonders mod for apolyton pack
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
Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
Question  Old Post 02-08-2002 22:45
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
need help installing visible wonders mod for apolyton (or any) pack Support Apolyton or Terrorists Win

Help! I'm brand new to this whole mod business. I can't figure out how to install the visible wonders mod to the Apolyton Pack. I got as far as copying the gtset565 but the whole readme file is Greek to me. Can someone make me a "Installing the visible wonders mod for dummies" version? It would be ever so helpful.

Last edited by Stephanie on 03-08-2002 at 13:15

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:21
  Old Post 03-08-2002 01:18
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Browse Apolyton AD-FREE

finally a girl on the forms

anyway i don't get the visible wonders mod installation either
is all i have to do is unzip the files?
the readme said something about something else right

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 03-08-2002 01:37 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton

To use the Visible Wonders mod with the default game, simply unzip the zip file, and then use modswapper to select the Visible Wonders Mod.

There is no Apolyton Pack version yet.

Once I am sure the default version is bug-free and works perfectly, I will make a version for the Apolyton Pack, and explain to Wes (?) and hexagonia how to make MedPack and Cradle versions.

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:21
  Old Post 03-08-2002 06:05
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Browse Apolyton AD-FREE

k... thanx for letting us know

Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
  Old Post 03-08-2002 13:13
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Increase Your PM Length

actually I think I'm confused now. There were two different installation procedures in the readme file one (the simple one) was using the mod by itself. The second was how to install it to be used as a supplement to another mod. That's the part I needed help with. I only wanted the Apolyton instruction because that's the only mod I downloaded so far. I was planning on trying other mods with the V.W. mod too.

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 03-08-2002 16:48 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Tired of ads?

If you haven't done much modding previously, it is probably better to wait until Dale or I do an Apolyton Pack version, but if you want to have a go, I'll try to explain it a little better:

In this explaination, all the text files you need, apart from APOL_Strings.txt are in [CtP2 directory]/ctp2_data/default/gamedata. APOL_Strings.txt is in [CtP2 Directory]/ctp2_data/english/gamedata.

Firstly, unzip the file as you would anyway. This gets all the files in the right places, most importanttly the tiles. If you get a message saying "Do you want to overwrite gtset565.til", click "no", then make a BACKUP copy of this file (in ctp2_data/default/graphics/tiles), and unzip again.

The first thing you have to do to create any new mod is to tell the game what rules you are using. This is done in the file called gamefile.txt (with the prefix of that mod, eg. the Apolyton Pack uses APOL_gamefile.txt, Cradle uses CRA_gamefile.txt).
For your Apolyton Pack/Visible Wonders mod, maybe use the prefix APVW_.
Because you are working from the Apolyton Pack, make a copy of APOL_gamefile.txt, and rename it APVW_gamefile.txt. Find the third line from the bottom where it says "Apolyton Pack v2.0 - CtP2 the way it should be" or something like that, and change it to "Apolyton Pack v2.0 with Visible Wonders". When you open ModSwapper, you should now see that as an option.

That was the easy part. Now you have to change the "rules" of this new mod so that the VisiWonders show up.

Open APVW_gamefile.txt again, and find the lines "APOL_tileimp.txt" "APOL_script.slc" and "APOL_Strings.txt".
In each line, change the letters "APOL" to "APVW".

Make copies of APOL_script.slc and APOL_tileimp.txt, and rename them to APVW_script.slc and APVW_tileimp.txt respectively.

For every wonder you want to make visible (there are 9 in the Apolyton Pack), you need to make an entry in APVW_tileimp.txt.
You can copy a template from IWW_tileimp.txt as provided in the download.

In fact, since the Apolyton Pack uses the same wonders as the default game, you can copy the wonder tile improvements straight from IWW_tileimp.txt, and put them in at the bottom of APVW_tileimp.txt.
Find the lines beginning at:

code:
TILEIMP_WONDER_PYRAMIDS { GLHidden Icon ICON_TILEIMP_OUTLET_MALL Tooltip TOOLTIP_TILEIMP_SELECT_ATM2_BUTTON Statusbar STATUSBAR_TILEIMP_SELECT_ATM2_BUTTON Level 3

and so on... and highlight from the top of that to the very bottom of the file (IWW_tileimp.txt). Copy all that into the bottom of the new APVW_tileimp.txt.

Now go to ctp2_data/english/gamedata and make a copy of APOL_Strings.txt. Rename it to APVW_Strings.txt and write at the bottom:
code:
import "IWW_str.txt"


Luckily, the Apolyton Pack uses the same wonders as the default game, so the long complicated explaination as to how to do the SLIC becomes irrelevant.

Simply open your new APVW_script.slc (back in ctp2_data/default/gamedata) and add the line to the bottom:
code:
#include "IW_wonders.slc"

Use notepad to open it, not Word, because Word can corrupt it sometimes when you save it.

Subsequently, any updates I make can be unzipped over the top, replacing any IWW_ prefixed files, and the mod will work as it should, with no further corrections by you.

Having made those changes, the Visible Wonders mod will be included with the Apolyton Pack, and should be able to be selected in Modswapper.

If any of this is unclear, I will be happy to clarify it
Ben

Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
  Old Post 03-08-2002 17:22
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Increase Your PM Length

Thank you sooo much for giving me this help. Even though I really don't have any modding experience (I just discovered what a mod is like a day or two ago) that really does help my brain start to digest it. The only way to get familiar with mods and slic and stuff is to have exposure and experience working with it. It actually does make a little more sense now. thanks again! :-)

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 03-08-2002 17:27 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Avatar Enlargement: We've got the solution

no problem
quote:

The only way to get familiar with mods and slic and stuff is to have exposure and experience working with it.

Very true. Have fun

Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
  Old Post 03-08-2002 17:49
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

Hey I have another question, can you use a mod with that scenario I think it's called occ a new dawn, or is it considered a mod too?

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 03-08-2002 17:53 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Full PM-box? Change here!

The scenario uses default rules.
Which mod did you want to use?

Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
  Old Post 03-08-2002 18:04
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

I don't know I was just asking. Just wanted to make sure it wouldn't crash or something dumb if I tried to use one.........to tell you the truth the only mod I've tried so far is the visible wonders mod by itself. I just spent all night online downloading a bunch of different mods to try......
that reminds me I sure am hungry.....prolly isn't good to stay up being pregnant......

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 03-08-2002 18:56 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Full PM-box? Change here!

The scenario wouldn't crash if you used a different mod I don't think... you might get a SLIC error or two. But it wouldn't work properly.
quote:
I just spent all night online downloading a bunch of different mods to try......

Its 6am in CA, no?

HuangShang is offline HuangShang
King
USA, SoCal, L.A.
Jul 2002
time: 21:21
  Old Post 04-08-2002 00:45
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Help yourself to an AD-FREE life

quote:
[SIZE=1] Its 6am in CA, no?

its 7am here when you replyed... so whats the time delay b/w L.A. and Europe/Africa... assuming that's where you are

EDIT: god vB Code is so hard what happened to print view

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 04-08-2002 01:18 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#14 Report this post to a moderator
Full PM-box? Change here!

So it was 6am when Stephanie wrote:
quote:
I just spent all night online downloading a bunch of different mods to try......


WST is GMT - 8

Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
  Old Post 06-08-2002 23:00
Edit/Delete Message Reply w/Quote
#15 Report this post to a moderator
Browse Apolyton AD-FREE

yeah it was 6.....I live about an hour's drive from LA...(or less or 2 hours, or 4 or more depending on traffic)...........sorry I didn't post back I slept for awhile and then I'm sure you know how it goes with that game.......days on end.....stiff neck sore back.....I avoided the computer for a few days I was so sore.......I bet my husband wishes he never introduced me to CTP2, I used to think it looked dumb and wondered why he played it so much and then he talked me into starting a game together....now I'm hooked and he has to about wrestle me from the computer for a turn!!!

hexagonian is offline hexagonian
King
Gnawing on your mind...
Jun 1999
time: 23:21
  Old Post 07-08-2002 00:46 Visit hexagonian's homepage!
Edit/Delete Message Reply w/Quote
#16 Report this post to a moderator
Support Apolyton, buy Civilization III: Complete

...try wrestling the computer from the kids when you want to work on a Mod. Good things its summer, so they have it all day and I get it in the evening.

That'll probably end in September though.

You know, wrestling with your husband can lead to more interesting things than playing CTP2...

Immortal Wombat is offline Immortal Wombat
Prince
in perpetuity
Dec 2000
time: 05:21
  Old Post 07-08-2002 01:40 Visit Immortal Wombat's homepage!
Edit/Delete Message Reply w/Quote
#17 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

Pah, families

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

God... how old are your people... i haven't started high school yet

Stephanie is offline Stephanie
Settler
Southern California
Aug 2002
time: 21:21
  Old Post 08-08-2002 10:03
Edit/Delete Message Reply w/Quote
#19 Report this post to a moderator
Support Apolyton buy from Amazon

"You know, wrestling with your husband can lead to more interesting things than playing CTP2... "
true dat

Huang Shang: 19 over here graduated a year ago married 6 months ago 5 months pregnant having a girl

  < 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.0643 seconds (92.49% PHP - 7.51% 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