 |
|  |
 |
|
Locutus
|
|
ACS CTP1/2 Manager & Civ4 Co-Manager
|
 |
Hengelo, The Netherlands
Nov 1999 time: 06:14
|
|
MrFun,
You don't seriously expect me to actually pay for a Corel product, now do you? 
To edit tga's and sprites and stuff for CtP(2), you're best off using Photoshop or Paint Shop Pro. Since both are produced by big companies and both are rediculously expensive (at least for a college student), I personally don't feel obliged to pay for them, but I use them anyway. (Well, I hardly ever work with graphics anyway, but when I do, I use PSP).
If you do have a conscience and only want to use cheap or free utilities, download.com is the place to be. I know there's plenty of good graphics utilities out there and at least some of them can handle tga. The main problem with most (if not all) of these utilities is that they don't support alpha channels, which is what you need if you want to add shadows to sprites or some other cool special effects. For regular tga's this isn't a problem but for the sprites this can be a problem.
Darkknight,
No, it isn't free, but it's well worth the money. Don't have the money or don't want to pay? Noone's forcing you (Ripping AoE or ToT graphics for use in CtP mods is just as illegal AFAIK, but people don't seem to have a problem with that...)
|
|
|  |
 |
|
Steph
|
|
Mazamet, France
Dec 2000 time: 05:14
|
|
[quote
code:
int_f mod_CanCityBuildUnit(city_t theCity, int_t theUnit) {
if (theUnit == UnitDB(UNIT_ARCHER)) {
if (CityHasBuilding(theCity, BuildingDB(IMPROVE_GRANARY))) {
return 1; // can build this
} else {
return 0; // can't build this
}
}
if (theUnit == UnitDB(UNIT_TANK)) {
if (CityHasBuilding(theCity, BuildingDB(IMPROVE_FACTORY))) {
return 1; // can build this
} else {
return 0; // can't build this
}
}
return 1; // can build all other units
}
[/quote]
I have tried it. It doesn't work : the unit can appear in the list before the improvment is build, and may not be in the list after. Moreover, if the unit is in the list of buildable unit, click on the add bouton does not always transfer it to the queue. It may be necessary to click several times. How can I solve it?
|
|
|  |
 |
|  |
All times are GMT. The time now is 05:14. Apolyton Time is 00:14. |
top of page
|
| archivepost |
|
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
|
|
|
|
|
|