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 > Civ3-Play the World > Did I screw myself?
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
jpinard is offline jpinard
Chieftain

Oct 2002
time: 05:23
  Old Post 04-11-2002 17:57
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Did I screw myself? Support Apolyton, buy Galactic Civilizations

OK, I created a custom game with a custom unit (Tiger II) - nad after playign the game for 18 hours (over 3 days) I can finally build my custom unit, but it crashes my game. Now the auto-build manager keeps picking it automatically and crashing my game.

I went into my custom game and deleted the Tiger II, but it still shows up as an option. Can soemone help me?

Stuie is offline Stuie

King
Have a beer!
Sep 2001
time: 00:23
  Old Post 04-11-2002 18:10 Visit Stuie<br><a href=/members><img src=/forums/images/inmate-icon.gif border=0></a><BR>'s homepage!
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

The options (units, rules, etc.) for a game are stored with the save files after you start playing; the game does not refer back to the .bic file. I think this was implemented to help thwart cheating in multiplayer.

I know that doesn't help solve your problem.... I would suggest (for the future) that mod the game so that you can test newly created units from the start to make sure they work. For instance, create your Tiger II with no tech/resource requirements, and then start a game just to make sure you can build it with no problem. Otherwise troubleshooting problems with modern era edits becomes extremely problematic.

You know, it's a shame we can't save a game in progress as a scenario (ala Civ2) and then go in and edit it. That would be of great help to mod makers.

SpencerH is offline SpencerH
King
Co-Ruler of my patch of land south of Birmingham Alabama
Feb 2002
time: 23:23
  Old Post 04-11-2002 19:23
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Support Apolyton, buy Civilization 2

Use stuie's advice and get the unit working in another game. Depending on what the problem with your mod is, you may find that the unit now works in the game you've playing. At a guess, I'd say you've got icon or pedia problems. Unless things have changed with 1.29 (I havent made a mod in a while) those details are not stored in the bic so if you fix those particular problems the unit should work in your existing game.

jpinard is offline jpinard
Chieftain

Oct 2002
time: 05:23
  Old Post 04-11-2002 20:03
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Get a bigger avatar today!

SPencer you're absolutely right. It is a pedia problem. But I cannot find a tutorial on how to set this right...

Randolph is offline Randolph
Prince
Burlington, VT
Sep 2002
time: 00:23
  Old Post 04-11-2002 20:56
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton buy from Amazon

if nothing else you can always fall back on uninstall -reinstall

SpencerH is offline SpencerH
King
Co-Ruler of my patch of land south of Birmingham Alabama
Feb 2002
time: 23:23
  Old Post 04-11-2002 21:33
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Full PM-box? Change here!

Its been to long since I made a mod so I'll check back here when I have my game/editor in front of me. If you havent got a tutorial by then I'll give you the instructions.

SpencerH is offline SpencerH
King
Co-Ruler of my patch of land south of Birmingham Alabama
Feb 2002
time: 23:23
  Old Post 05-11-2002 06:12
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Get a bigger avatar today!

Well in case you havent got a better answer (and since I said I would) here's a quick run through.

Add unit with editor and set icon (I assume you've done that) take note of what icon number
Add name under civilopedia entry i.e. PRTO_Tigertank (same name as your art\unit designations- I've found there's less hiccups if it has no spaces)
Thats it for the editor except that you should set up the unit so it can be built immediately.

Make copies of the text files you're gonna change (see below) -JUST IN CASE-

Open 'PediaIcons' with any text editor (double click), word pad is fine

Scroll down and duplicate the last entry under units which is normally

#ICON_PRTO_Privateer
art\civilopedia\icons\units\65privateerlarge.pcx
art\civilopedia\icons\units\65privateersmall.pcx

and change the duplicate to

ICON_PRTO_Tigertank
art\civilopedia\icons\units\66tigertanklarge.pcx
art\civilopedia\icons\units\66tigertanksmall.pcx
(assuming your tigertank icon is #66)

now the end of your units should look like this

#ICON_PRTO_Privateer
art\civilopedia\icons\units\65privateerlarge.pcx
art\civilopedia\icons\units\65privateersmall.pcx
ICON_PRTO_Tigertank
art\civilopedia\icons\units\66tigertanklarge.pcx
art\civilopedia\icons\units\66tigertanksmall.pcx
#End Units


You dont need to add any comment to the civilopedia. Just dont click on any link to it while you're playing. If you want to add it just scroll down to units in the civilopedia text file and copy and paste all the text for i.e. panzer- watch that you keep the correct spacing between the units etc - change all 'panzer' text to 'Tigertank' and alter the duplicated text as you see fit - .

Its actually pretty easy I hope it works for you.

jpinard is offline jpinard
Chieftain

Oct 2002
time: 05:23
  Old Post 05-11-2002 11:39
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations: Deluxe Edition

Thank you. I'll give this a try, I think that's the one entry I havne't added

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