Advertisement
Civilization Fanatics' Center  

Welcome to Civilization Fanatics' Center.

You are currently viewing our site as a guest which gives you limited access to our site features. By joining our free community, you will be able to participate in the discussions, search the forum, send private messages, vote in polls, upload your own screenshots to the gallery, and access many other special features. Registration is fast, simple and absolutely free, so sign up today! If you have any problems with the registration process or your account login, please contact support.

Go Back   Civilization Fanatics' Forums > CIVILIZATION III > Civ3 - Creation & Customization

Notices

Reply
 
Thread Tools
Old Nov 07, 2001, 06:54 PM   #1
Inquisition
Chieftain
 
Inquisition's Avatar
 
Join Date: Nov 2001
Location: Hell
Posts: 8
Mods keep crashing... why?

Every time I try to modify units, the changes take fine in the editor, but then whenever the units are actually produced in the game, it crashes.

Anyone else seen this before?

Is there something I'm screwing up??
Inquisition is offline   Reply With Quote
Old Nov 07, 2001, 07:23 PM   #2
Thunderfall
Administrator

 
Thunderfall's Avatar
 
Join Date: Oct 2000
Location: NY, USA
Posts: 11,730
Images: 1545
How do you modify the units in the first place? Aren't the units in those FLC files?
__________________
Thunderfall
Weight: 1.0
Value: 161
Cast When used
Shock Damage 1 to 25 points on Touch
Thunderfall is offline   Reply With Quote
Old Nov 07, 2001, 07:41 PM   #3
A&A Gamer
Chieftain
 
Join Date: Jun 2001
Location: Sparta, WI, USA
Posts: 5
Question

Same problem. I have even tried to change in the Civilopedia adding the units and it continues to crash!

1. Change in Editor with units--Added
2. Change (add) in Civilopedia
3. Go into game try to build unit--then page fault error in civilization 3.exe
4. Contiued Crashes--same as Inquisition


WHAT AM I MISSING?????
A&A Gamer is offline   Reply With Quote
Old Nov 07, 2001, 08:40 PM   #4
Inquisition
Chieftain
 
Inquisition's Avatar
 
Join Date: Nov 2001
Location: Hell
Posts: 8
Cool Yup, that's it exactly.

I've tried it with both custom scenarios and random gen maps and still get same thing, whenever I produce the unit I get crashed. Same exact error, regardless of which unit I try to edit (I've done it with *lots* of units, just to see if the problem was isolated or universal...)

Still no results. Still crashes.
Inquisition is offline   Reply With Quote
Old Nov 07, 2001, 08:41 PM   #5
Inquisition
Chieftain
 
Inquisition's Avatar
 
Join Date: Nov 2001
Location: Hell
Posts: 8
Quote:
Originally posted by Thunderfall
How do you modify the units in the first place? Aren't the units in those FLC files?
You can modify the units in the rules editor, in the Units tab. Be sure to back up your civ3mod.bic first though... because (as previously mentioned) mine crashes every time I change a unit.
Inquisition is offline   Reply With Quote
Old Nov 07, 2001, 09:21 PM   #6
Inquisition
Chieftain
 
Inquisition's Avatar
 
Join Date: Nov 2001
Location: Hell
Posts: 8

Ok ... here goes.

Apparently the only thing you cannot do with the units in the rules editor is rename them.

This is apparently due to the huge pile of files that still remain with the wrong name, in the Art\Units\<unit> folder... including the FLC files.

The FLC files are frame-by-frame movement of each unit, but not the actual statistics of that unit. However, these are necessary to animate the unit, and while they are given under the wrong name, the game engine does not know how to find them... which explains why the game doesn't crash until the renamed unit in question is produced (thus it then needs to be animated...)

Any type of modification can be made on the unit's information and statistics in the editor, like traits (I.E. move all spaces as road), prerequisites (such as Iron Working), attack & defense, bombard, the ability to bombard, etc etc..

If you don't change the name of the unit, you can do practically anything to it as long as you don't try to make something ridiculous that the game doesn't know how to handle (such as a knight that can walk on water ... I tried that ... hahahaha.)

Here is how to do it: (Holy Knights being my example, for my new Fundamentalist government... and no, it's not a super-cheese kill-everything like fanatics were in Civ2):

If you create a folder in the Art\Units directory named after the new unit name you want... (I.E. Art\Units\Holy Knight)

Then make copies of all the files inside the directory of the original unit you're renaming (I.E. Knight)

Paste those files into the Holy Knight directory and change all the instances of Knight to Holy Knight.

Open the Knight.ini (which you should have renamed to Holy Knight.ini!

Change all instances of Knight to Holy Knight.

This theory has been tested now... and works.

So have fun! :crazyeyes

Last edited by Inquisition; Nov 07, 2001 at 09:38 PM.
Inquisition is offline   Reply With Quote
Old Nov 09, 2001, 10:58 AM   #7
AspenDruid
Chieftain
 
AspenDruid's Avatar
 
Join Date: Nov 2001
Location: Calgary, Alberta, Canada
Posts: 14
Less work..

Just a little bit less work, according to the CivIIIEdit Help docs (as well as in practice) you only need to change the folder name and the .ini file's name. The rest of the stuff you can leave alone as long as it matches what's in the .ini file.

Changing EVERYTHING is more accurate, but not neccessary.
AspenDruid is offline   Reply With Quote
Old Nov 11, 2001, 11:23 PM   #8
GIDustin
Emperor
 
GIDustin's Avatar
 
Join Date: Nov 2001
Location: Spearfish, SD
Posts: 1,392
How do you guys figure this stuff out? Do you just open random files and read them? hehe

Thanks i have been having this same problem with my Spanish Galleon.
__________________
Visit Civ3Files.com V12 (Now with advanced search & sort functions!) ~2400 files and rising!!
::Improvement Icons::Leaderheads::Maps::Mods::MUnits::Resources: :Tech Tree Icons::Terrain::Title Screens::Units::Wonder Splashes::
For all Civ games , , , and - Rate any file - Comment on any file

Current Projects: Making Civ3Files.com Current
GIDustin is offline   Reply With Quote
Old Nov 12, 2001, 01:14 AM   #9
AspenDruid
Chieftain
 
AspenDruid's Avatar
 
Join Date: Nov 2001
Location: Calgary, Alberta, Canada
Posts: 14
read the docs

Well, the above thing that I posted comes from actually reading the Civ3Edit Help file that came with it. Were you aware you could click on the parts of the pictures and find out what they do? If you click on the 'rename' button of units it tells you this.

However, if you've ever done any programing stuff like that becomes more and more common scence. The .ini is just the file that tells the program where to find anything else it needs. If you want to name your file "queenofegyptrules.wav" and then set that sound to the victory option, you would have VICTORY = queenofegyptrules.wav under the [Sound Effects] tag. .ini files have been around for generations, and their principles have not changed, however programmers are becoming more and more creative with what they are being used for.

Some other things I find out through trial and error. One unit I tried to create always crashed every time it was made. Then I realised that all the ground units were either foot movement, wheeled or mounted. I changed my unit to foot and I never had a problem with it again!

Having problems with a galleon? Copy one of the water units so you have the right animations. You'll need to click turns to attack, otherwise your unit will look like its attacking the air next to it. You'll also likely need Ranged attack animation, this prevents the computer from moving the units into the same square to trigger combat like it does for melee units like warriors and hopilites. You may or may not want to set sink in sea or sink in ocean depending on how late you think it gets out. Note - if you set sink in sea set sink in ocean too, otherwise it'll be fine in both coast and ocean squares. I found that out the hard way when playing against the computer =).

How did I find this out? By studying all the sea ones that came with the game. Learn by example.
AspenDruid is offline   Reply With Quote
Reply

Bookmarks

Go Back Civilization Fanatics' Forums > CIVILIZATION III > Civ3 - Creation & Customization > Mods keep crashing... why?

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Suggest awesome mods, particularly religion / wonder building mods? PaleJackal Civ4 - Creation & Customization 10 Apr 04, 2009 12:55 AM
Converting Civ3 Mods into Civ4 Mods ModSercherTex Civ4 - Creation & Customization 4 Feb 27, 2008 07:01 PM
Crashing older versions of Internet Explorer (i.e., crashing IE) Sims2789 Humor & Jokes 2 Jul 14, 2007 05:20 AM
Looking for mods in all the wrong places, looking for mods... King Flevance Civ3 - Creation & Customization 23 May 10, 2007 11:33 AM
Mods - Discuss abit what mods you wanna see/gonna do Grey Fox Civ4 - General Discussions 3 Sep 23, 2005 05:19 AM


Advertisement

All times are GMT -6. The time now is 10:12 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
This site is copyright © Civilization Fanatics' Center.
Support CFC: Amazon.com | Amazon UK | Amazon DE | Amazon CA | Amazon FR