djet0
|
CS Sprites?That's my current and regularly forgotten question. Thanks to FH I remembered...
Where can we find those CS sprites?
...
plz.
|
Genius314
|
You mean the sprites in the game? Open the .pbm files in the data folder.
|
djet0
|
Aw man, you mean it was that easy?
dang, i so dum
|
sinowBeat
|
| Genius314 wrote: | | Open the .pbm files in the data folder. | What do you open them with?
|
Genius314
|
Paint. Notice that pbm can be arranged into bmp?
Its the same format as bmps.
The only difference is that at the very end of the file, theres a line of text saying "(C)Pixel"
Make sure if you edit it at all, you add "(C)Pixel" to the end with a hex editor (or possibly just notepad or something. I don't know).
|
sinowBeat
|
Yeah, I guess it would be worth it if I were still in the Sprite Comic business... but those days are long gone.
|
Guest
|
Woah, weird. I can open them with ACDsee.
|
Guest
|
They aren't in the exact same format as bitmap. PBM is Portable BitMap, which uses a color table to keep the file size smaller than a regular bitmap, without quality loss.
You will have to use a more advanced editor such as Photoshop to edit the sprites and have them actually "work" in-game, as each sprite is limited to a certain palette.
|
|
|