-
CTP Modification FAQ
- Created by: Nordicus
- Published: March 23, 1999, 18:33
- 0 comments
CTP Modification FAQ
Hey, fellow civers ... I'm not a programmer or such, so please view this information with skepticism (I would), use caution, common sense, and don't blame me if something goes wrong! I'm just an average guy who's addicted to Civilization: Call to Power. I've been working with some great people on the improvement and modification of Civ:CTP, as well as trying to address some of the game's bugs, annoying quirks, and so forth. Most of what I've personally learned has been through trial and error--and countless crashes and errors and ... headaches... -
SLIC Scripting Language
- Created by: Mr Ogre
- Published: March 23, 1999, 18:17
- 0 comments
SLIC Scripting Language
by Joe Rumsey
About the author: CTP Programmer, a.k.a Mr Ogre on the forums
Date: June 18, 1998
Last Updated: April 13, 1999
Contents- Language
- Message Boxes
- Alert Boxes
- Buttons
- Triggers
- Built-in Variables
- Trigger Priorities
- Functions
- Regions
- User Variables
- Miscellany
SLIC Language Specification
SLIC uses a C-like syntax for most things. There a few large differences, and many features of C don't exist in SLIC, but if you can read C, you can understand most everything in SLIC.
The basic components of the SLIC language are:
... -
Hacking CTP: Tips From Activision
- Created by: BureauBert
- Published: March 23, 1999, 18:06
- 0 comments
Hacking CTP: Tips From Activision
Hacking CTP: Tips From Activision
How to edit the Great Library, Sounds, and Sprites.
Great Library
If you want to edit or create your own text entries for anything in the Great Library, you must first decide which type of entry (Unit, Wonders, etc.) you wish to change. To find the filename used in the Great Library, open the respective *ICON.TXT file in \CTP_DATA\DEFAULT\GAMEDATA\. For example, open UNITICON.TXT to find the filenames used by the Legion (Unit) in the Great Library.... -
CTP MODIFICATION: ACTIVISION FAQ
- Created by: Mr Ogre
- Published: February 11, 1999, 21:16
- 0 comments
CTP MODIFICATION: ACTIVISION FAQ
How to stagnate growth and technology
"When you create scenarios, will you be able to stagnate growth? For example, if I wanted to create a Viking scenario would you be able to ensure the tech level remains the same for that time period as opposed to being able to develop nuclear weapons? In Civ 2 that was one of the things that bothered me most. Someone creates a WW2 scenario and it quickly turns into a Desert Storm scenario."
You can "stagnate" technology through three routes:... -
CTP MODIFICATION: OVERRIDING GAME FILES IN SCENARIOS
- Created by: Mr Ogre
- Published: January 27, 1999, 20:21
- 0 comments
CTP MODIFICATION: OVERRIDING GAME FILES IN SCENARIOS
The following was copied from a post on our forums by Joe Rumsey(a.k.a. Mr Ogre), one of CTP's programmers Actually, v1.1 does give you the ability to override files for scenarios. The way you do it is by making a copy of the portion of the ctp_data directory you want to modify inside the scenario save directory.... -
CTP MODIFICATION: IMPROVEMENT FLAGS
- Created by: Harlan
- Published: January 6, 1999, 17:28
- 0 comments
CTP MODIFICATION: IMPROVEMENT FLAGS
Many improvements use more than one flag. The 45 in CTP improvements use 37 different type of flags. I included explanations of some flags that might not be clear... -
CTP MODIFICATION: "BUILDING BUILT" MOD
- Created by: Martin Gühmann
- Published: January 3, 1999, 16:39
- 0 comments
CTP MODIFICATION: "BUILDING BUILT" MOD
TinySLICs 1.01
This is a "mini Mod-Pack" for Civilization: Call to Power I wrote this one because I was getting SO annoyed by CtP telling me all the time my production queue was empty but NOT what has been built in that city! So, after installing this Mod, you will finally GET this essential piece of information (wonder why the "cracks over at Activision couldn't fix that themselves...).... -
CTP MODIFICATION: WONDER FLAGS
- Created by: Harlan
- Published: January 3, 1999, 16:11
- 0 comments
CTP MODIFICATION: WONDER FLAGS
I've made a list of all the specific wonder flags to help people make their own wonders. Some wonders in CTP use the same flags, and some use more than one flag- when you count it out there are 44 different flags for the 35 wonders in the game. I've also broken them down into effect range: for just the city that built the wonder, the entire civ, or the entire world...
There are no articles in this category.
Please log in to your account to view your subscribed posts.
Categories
Collapse
Article Tags
Collapse
- apolyton (33)
- call to power (82)
- call to power 2 (94)
- civilization 1 (22)
- civilization 2 (61)
- civilization 4 (89)
- civilization 4 colinization (12)
- civilization 5 (152)
- civilopedia (14)
- colonization (11)
- column (21)
- gods & kings (11)
- info (10)
- modification (29)
- multiplayer (17)
- patch (30)
- review (16)
- slic (10)
- smac (55)
- smax (18)
- strategies (10)
- superguide (13)
- the list (21)
- units (11)
- wonders (13)
Latest Articles
Collapse
-
by HarlanGet the Full version of this guide with images and unit.txt example
Here is what I have so far on a file to help explain how to make non-animated unit graphics. I'm going to add some more (such as an additional section on how to make shadows) but this is the basic part. When I post it, I will include a couple of files that will help the user make files easier. For now if you want to try this out, use the text I included earlier in this thread for the text file, and open up one of the cow pictures that comes with the graphics editor patch to start your graphic off from (deleting the cow, of course).
...-
Channel: Modification
March 5, 2012, 17:43 -
-
I think I've managed to figure out how the AIPs work. The AIPs certainly have a lot of information about the inner workings of the AI. Read and enjoy. AIP COMMENTS (based on default.aip) Default.aip is the first aip loaded at game start and contains a number of strings which are not found in the other personality aips. If repeated in the other aips, the new values take precedence over the default. // The next line was used in Dark Reign to specify a likelihood that a spy // would be seen... We can use that stuff in Civ3, too int infiltrator_period = 2; No clue. ...
-
Channel: Modification
March 5, 2012, 17:33 -
-
SET_FOOD_OR_PROD.FLI and SET_RESOURCE_DESIRE.FLI COMMENTS For all non-barbarians: 1. If cities = 0-1 and total population is 1, Maximise growth ratio (minimise turns to next pop) Pay as much wages as needed, minimise rations, average workday No PW Minimum workers on production tiles Maximum workers on food tiles Opening game strategy (this means explore more, and don't build roads yet - this is the same for all entries in this FLI so I won't repeat it) ...
-
Channel: Modification
March 5, 2012, 17:27 -
-
BEGINTURN.FLI(S) COMMENTS beginturn.fli is a template that is unused by the game. The settings for the various personalities are: Barbarian settle_dense, science_slow, diplomacybarbarians //Barbarian Cleric settle_dense, science_fast, diplomacypeacebackstab //Religious SciFew settle_loose, science_fast, diplomacypeaceloyal //Agreeable SciMany settle_dense, science_fast, diplomacypeaceloyal //Peaceful Slaver settle_dense, science_fast, diplomacywarbackstab //Slaver WarFew settle_loose, science_slow, diplomacywarloyal //Aggressive WarMany settle_dense, science_slow, diplomacywarbackstab //Militant Note that both science_fast and science_slow are identical, Activision decided to set them all to a fast science rate, but differentiated them according to their research goals - i.e. do you research war branches rather than development brances of the tech tree. I think this approach is just fine....
-
Channel: Modification
March 5, 2012, 17:23 -
-
AIPLOADER.FLI COMMENTS OUTPUT primary_loaded is only in aiploader.fli primary_loaded is to make sure that the AIPs are loaded in the correct order. This is to ensure that survival_mode.aip and citywall.aip are only loaded after the personality aips have first been loaded. Personality AIPs are always loaded on the first turn (turn 0). Otherwise, not relevant...
-
Channel: Modification
February 13, 2012, 19:07 -
-
by Mr OgreHow to stagnate growth and technology
"When you create scenarios, will you be able to stagnate growth? For example, if I wanted to create a Viking scenario would you be able to ensure the tech level remains the same for that time period as opposed to being able to develop nuclear weapons? In Civ 2 that was one of the things that bothered me most. Someone creates a WW2 scenario and it quickly turns into a Desert Storm scenario."
You can "stagnate" technology through three routes:...-
Channel: Modification
February 11, 2012, 21:16 -