Page 5 of 10 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 94

Thread: Commando xenidis

  1. #41

    Commando xenidis

    [quote="Firlefanz"]Hi savage, if you are interested I can pm you a ]

    Wow, totally missed that post. Sure pm me the link.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  2. #42

    Commando xenidis

    Hi savage,

    latest beta ran out, too old.
    New beta next week, I'll pm a link then

    Firle

  3. #43

    Commando xenidis

    hye
    re: border problem
    the player model has been antialiased while rendering to a black background, you need to either render the image to an alpha channel or do away with the external anti-aliasing (which would require pixel pushing to touch up the sprites)
    bye

  4. #44

    Commando xenidis

    Hello lief,

    thanks for the advice, but the omega headers have some problems with alpha channels in PNG files, so I need to remove those pixels, but that is no problem, I'll write a batch procedure to remove them!

    Firle

  5. #45

    Commando xenidis

    hye.

    good idea for batch program, i wrote one in the past for delphix which generated single pixel outlines around sprites.

    the pixelpushing i was referring to is a 2d spriting technique to create the effect of an outline (zen outlining - there IS no outline) and to enhance the edge of a sprite. It was referred to on the pixelation forums as 'Selout' and if you do a search for that in conjunction with 'pixel art' or 'sprites' you may get a hit.

    It uses darker colors in gradient fashion towards the end of a pixel-line before it transitions to next row of pixels in a curve... hard to describe but it works well. It seems to have been pioneered mainly by capcom sprite artists and the earliest examples I have seen are in Street Fighter sprites. I can post some examples from my own work if anyone is curious.

    with the 3d render technique you are using it may be nigh impossible however. it is useful knowledge for anyone wishing to draw 2d sprites by hand however.

    bye.

  6. #46

    Commando xenidis

    Hello lief,

    I am using the Omageheaders for DX9.
    They come with their own imagelisteditr (I wrote myself).

    I will there add a function to remove all 'dark' pixels that are nearly black for all images in the imagelist and voila.

    Firle

  7. #47

    Commando xenidis

    nearly... you have to remove all dark pixels that have a <$FF alpha value otherwise darkpixels inside the sprites would be removed.

    you might find you could write something to do an alpha edge bleed, with a real-time preview so you could adjust the bleed amount and strength, this would spread the alpha back over the adjacent pixels by a certain strength and falloff, probably give a better effect and keep anti-aliasing, rather than just removing pixels.

  8. #48

    Commando xenidis

    The latest screens of Commando Xenidis. A lot of things improved, but also a lot of stuff to do!

    A lot of screens here:

    Our logo from the intro, Mission room, A 3D sequence, first page of the shop, Space Mission and Planet Mission.












    Firle

  9. #49

    Commando xenidis

    It appears you've made some great progress since last time! Nice!

    btw, have you fixed the memory bug yet?

  10. #50

    Commando xenidis

    Hello Traveler,

    thank you!

    Memory bug?

    Two problems with memory:

    1) Some error after quitting the beta, not all objects could be free'd again, this one is fixed, haven't seen it for a while, only when quitting the game from outisde

    2) the beta is using huge memory amount, this is still there, but I am not sure if I can fix it, the only way would be to use DDS I guess, but this is not supported by Omega, the problem is we have lots and lots grafics.

    Firle

Page 5 of 10 FirstFirst ... 34567 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •