Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 8 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Call of Duty 2
Category: CoD2 MP Mapping
CoD 2 mapping and level design.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: Photoshop and dds
c08ra
General Member
Since: Mar 13, 2006
Posts: 5
Last: Jun 2, 2006
[view latest posts]
Level 0
Category: CoD2 MP Mapping
Posted: Friday, Jun. 2, 2006 03:29 pm
I've made about 5 different loading screens for my map now and none of them have worked because of this dds thingy. all i keep gettin is

"image is non of power two"

Can anyone help me because its really annoyin because i cant do any other pictures for the game .
Share |
sentchy
General Member
Since: May 6, 2006
Posts: 212
Last: Oct 31, 2006
[view latest posts]
Level 4
Category: CoD2 MP Mapping
Posted: Friday, Jun. 2, 2006 03:40 pm
Power of two reference to the mathematical term power. It means a number multiplied by itself twice, three times, four times and so on. For power of 2 this means:

2*2 = 4
2*2*2 = 8
2*2*2*2=16
2*2*2*2*2=32
2*2*2*2*2*2=64
...etc

It is often written as 2^x. The ^ is read as power.

More simple power of two is any of the following numbers:

2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, etc...

So for example an image of 8x256 is fine, one of 20x256 is not since the 20 is not a power of 2.

For a loading screen you image size has to be 1024x1024.

So in photoshop you need to create an image of that size, using crop or other tools to get that size. So check that the image you have prior to saving as a DDS has that width and height.



edited on Jun. 2, 2006 11:46 am by sentchy
Share |
c08ra
General Member
Since: Mar 13, 2006
Posts: 5
Last: Jun 2, 2006
[view latest posts]
Level 0
Category: CoD2 MP Mapping
Posted: Friday, Jun. 2, 2006 03:57 pm
Nice one m8 chears i owe u one
Share |
XiteR!
General Member
Since: Oct 3, 2006
Posts: 84
Last: Aug 10, 2008
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Thursday, Oct. 19, 2006 04:38 pm
sentchy writes...
Quote:
Power of two reference to the mathematical term power. It means a number multiplied by itself twice, three times, four times and so on. For power of 2 this means:

2*2 = 4
2*2*2 = 8
2*2*2*2=16
2*2*2*2*2=32
2*2*2*2*2*2=64
...etc

It is often written as 2^x. The ^ is read as power.

More simple power of two is any of the following numbers:

2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, etc...

So for example an image of 8x256 is fine, one of 20x256 is not since the 20 is not a power of 2.

For a loading screen you image size has to be 1024x1024.

So in photoshop you need to create an image of that size, using crop or other tools to get that size. So check that the image you have prior to saving as a DDS has that width and height.



edited on Jun. 2, 2006 11:46 am by sentchy

Yes, but how can i create a size for my image? "using crop..." where is that tool? (im using PS 9)
[confused]
Share |
Pedro699
General Member
Since: Jun 19, 2006
Posts: 781
Last: Dec 18, 2010
[view latest posts]
Level 7
Category: CoD2 MP Mapping
Posted: Thursday, Oct. 19, 2006 06:17 pm
try creating a new image, setting up the image size there, before pasting in your screenshot. There's also a resize function somewhere that does the same thing after you've edited your image. Not sure where it is exactly, as my trial just ran out [cry]
Share |
BallisticTip
General Member
Since: Dec 10, 2004
Posts: 979
Last: Nov 30, 2008
[view latest posts]
Level 7
Category: CoD2 MP Mapping
Posted: Friday, Oct. 20, 2006 01:29 am
Quote:
Yes, but how can i create a size for my image? "using crop..." where is that tool? (im using PS 9)


PS has a couple of tools for cropping, both on the upper section of the floating toolbar. One is the crop tool which lets you desigate your size, and the second the the "selection" tool which, once selecting the part of the image, lets you ctop from the menu bar.

Resizing an image to a a new size with different proportions changes the, well, proportions and will make the image look stretched or "squished".
Share |
XiteR!
General Member
Since: Oct 3, 2006
Posts: 84
Last: Aug 10, 2008
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Friday, Oct. 20, 2006 04:59 pm
i do crop it and resize it...but cant again save in .dds extension (i have a Alpha Channel)
Can some 1 see whats wrong???
512cm x 512cm
Share |
XiteR!
General Member
Since: Oct 3, 2006
Posts: 84
Last: Aug 10, 2008
[view latest posts]
Level 3
Category: CoD2 MP Mapping
Posted: Sunday, Oct. 29, 2006 06:30 pm
hi again.
i have rezise my image to 16x16 but, and when i do Enter the 16x16 change to 16.007x16.007[mad](non power of two[rolleyes])
Any sugestions??[sad]
Share |
OLD_MAN_WITH_GUN
General Member
Since: May 13, 2006
Posts: 754
Last: Jan 23, 2010
[view latest posts]
Level 7
Category: CoD2 MP Mapping
Posted: Sunday, Oct. 29, 2006 11:08 pm
tuning19 writes...
Quote:
hi again.
i have rezise my image to 16x16 but, and when i do Enter the 16x16 change to 16.007x16.007
Dont't change the size by cm, inches or anything else. You have to change it by pixels.
Share |
esc-sickboy
General Member
Since: May 3, 2006
Posts: 121
Last: May 26, 2008
[view latest posts]
Level 4
Category: CoD2 MP Mapping
Posted: Tuesday, Oct. 31, 2006 12:02 pm
I had made a 1024X768 Image that works all fine so far.
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Call of Duty 2 : CoD2 MP Mapping

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»