emperorosmar
Chieftain
- Joined
- Jan 3, 2007
- Messages
- 54
omg can u JUST SAY U NEED A CONVERTER FROM DSS TO BMP geez is that hard...i just did convert everything
omg can u JUST SAY U NEED A CONVERTER FROM DSS TO BMP geez is that hard...i just did convert everything
go here to find out:
http://forums.civfanatics.com/showthread.php?t=148507
this is for flags and pics but can apply to dds files
however basically if you want to change colors of an existing unit/building
follow the unpak tut here:
http://forums.civfanatics.com/showthread.php?t=136023
1) find the unit/building folder
2) find the dds file
3) convert it (using the civ tut above for coverter programs) to bmp
4) recolor the bmp to your preference
5) covert it back to a dds file
6) put it back in that folder (REMEMBER to back up files/folders)
7) follow this tut or the other ones to put files in respective folders (either your custom assets or your mod - use my previous posts for reference)
and that's it
...
...
Hii guys!
Im new at thos so i need some help!
I use'd samo program to made new units from this forum... I think its Civ editor v0.3... So i made the unit and i have make it unique for my civ, but the problem is that any other civ can build it!
So i wanna know how to make my unit unique so 1 civ can only bild that unit??
Thx...
<Type>CIVILIZATION_AMERICA</Type>
<Description>TXT_KEY_CIV_AMERICA_DESC</Description>
...
...
...
<bAIPlayable>1</bAIPlayable>
<Cities>
<City>TXT_KEY_CITY_NAME_WASHINGTON</City>
<City>TXT_KEY_CITY_NAME_NEW_YORK</City>
<City>TXT_KEY_CITY_NAME_BOSTON</City>
...
...
...
<Buildings/>
<Units>
[COLOR="Navy"] <Unit>
<UnitClassType>UNITCLASS_MARINE</UnitClassType>
<UnitType>UNIT_AMERICAN_NAVY_SEAL</UnitType>
</Unit>[/COLOR]
</Units>
Reene You up for a big challenge?
Been working on this one for about 8 hours and no luck
First of all I am using the CCCP mod which allows for plug and play ability
Secondly I have completely seperated all the info for each of the Original Civs into their own folder ( this should be a treat for those wanting to start with an original Mod). So now as it stands I have America In a folder by itself with all supporting files etc. and all the other civs are also in their own folders... when I pull one out that civ disappears from the game (pretty cool huh).
NOW! I am adding in all the Civ Gold 4.0 (soon to be released) Civilizations. and I got an error someone else had gotten before in this thread. It mentions that "invalid at top level of document" error that I saw in a previous post. So I went into all the files I could think of to resolve this issue.
I'm going to upload some XML would you take a look at it?
***NOTE*** the schema's are Labelled correctly for the Plug and Play to work proper as well as they are pointing to the correct file
***NOTE***CanadaCorps as you probally guessed is a UU
Okay I figured out the Error to my Problem....
During the switch to Notepad ++... I was encoding in UTF-8
The Files are supposed to be Encoded in ANSI
After recreating the file it was working perfectly
How to add your own custom units
Beware that at the moment no one can create an actual new model but only new units with their own unique skins and/or stats. This can be added in very easily. This guide also doesn't cover changing unit stats, for that go to : http://civ4wiki.com/wiki/index.php/CIV4UnitInfos for a list of tags and what they mean.
In our example we will be creating a new unit using the Warrior model with a new skin. This unit will be called Terry. Use common sense where applicable and tell me if something is wrong/missing or you just plain can't understand it.
To prepare, go to your customs assets folder or create a new mod. All files in the following guide will use the assets folder as the root. So if i say create a new folder, this folder will be created in the assets folder.
PART 1 - Getting ready
First of all you must unpak the Art0.fpk file using the PakBuild Utility to get the unit. Since new models can't be created you will have to use an existing one. Copy the whole ...arts/units/warrior folder from the unpaked .fpk file and paste it in your assets folder (either of your mod or the custom one) keeping the file structure.
Rename the folder to Terry but keep all the files inside intact i.e. do not touch them otherwise your game will crash and do funny stuff with you RAM. Get the new skin if you have one and replace it over the warrior_128.dds. The new skin has to take this name (in this example).
Next copy over your .../assets/xml/units/CIV4UnitClassInfos.xml and CIV4UnitInfos.xml to your assets folder using the same file structure.
Copy the .../assets/xml/text/CIV4GameText_Strategy.xml, CIV4GameTextInfos_Objects.xml and CIV4GameText_Civililopedia_Units.xml to your new assets folder - again keeping the file structure.
Copy the .../assets/xml/art/CIV4ArtDefines_Unit.xml over.
Now you should be ready.
i dont hve ne folder in assets for units
for your mod?
for warlords?
for vanilla civ?
can you be more specific?![]()
it says to copy the art\units\warrior folder but when i go into assets the only folder their is Mods.
i tried reinstalling b4 bcuz there was a units folder but no warrior but now there is less.
My anti tank infantry has a blank window, no fortify, no wake up, no go to... And i can't promote it.
My units can only be built with world builder! Does anyone know the solution to this? Thanks in advance.
Also, how do you make it require a certain tech to be built.![]()
<UnitInfo>
<Class>UNITCLASS_AXEMAN</Class>
<Type>UNIT_AXEMAN</Type>
<UniqueNames/>
<Special>NONE</Special>
<Capture>NONE</Capture>
<Combat>UNITCOMBAT_MELEE</Combat>
<Domain>DOMAIN_LAND</Domain>
<DefaultUnitAI>UNITAI_COUNTER</DefaultUnitAI>
...
...
...
<HolyCity>NONE</HolyCity>
<ReligionType>NONE</ReligionType>
<StateReligion>NONE</StateReligion>
<PrereqReligion>NONE</PrereqReligion>
<PrereqBuilding>NONE</PrereqBuilding>
[COLOR="RoyalBlue"] <PrereqTech>TECH_BRONZE_WORKING</PrereqTech>[/COLOR]
<TechTypes/>
<BonusType>NONE</BonusType>
<PrereqBonuses>
<BonusType>BONUS_COPPER</BonusType>
<BonusType>BONUS_IRON</BonusType>
<BonusType>NONE</BonusType>
<BonusType>NONE</BonusType>
</PrereqBonuses>
<ProductionTraits/>
....
....
....
omg can u JUST SAY U NEED A CONVERTER FROM DSS TO BMP geez is that hard...i just did convert everything